@aws-sdk/client-iot-managed-integrations 3.761.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/LICENSE +201 -0
- package/README.md +661 -0
- package/dist-cjs/IoTManagedIntegrations.js +125 -0
- package/dist-cjs/IoTManagedIntegrationsClient.js +51 -0
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/CreateCredentialLockerCommand.js +27 -0
- package/dist-cjs/commands/CreateDestinationCommand.js +27 -0
- package/dist-cjs/commands/CreateEventLogConfigurationCommand.js +26 -0
- package/dist-cjs/commands/CreateManagedThingCommand.js +27 -0
- package/dist-cjs/commands/CreateNotificationConfigurationCommand.js +27 -0
- package/dist-cjs/commands/CreateOtaTaskCommand.js +27 -0
- package/dist-cjs/commands/CreateOtaTaskConfigurationCommand.js +27 -0
- package/dist-cjs/commands/CreateProvisioningProfileCommand.js +27 -0
- package/dist-cjs/commands/DeleteCredentialLockerCommand.js +26 -0
- package/dist-cjs/commands/DeleteDestinationCommand.js +26 -0
- package/dist-cjs/commands/DeleteEventLogConfigurationCommand.js +26 -0
- package/dist-cjs/commands/DeleteManagedThingCommand.js +26 -0
- package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +26 -0
- package/dist-cjs/commands/DeleteOtaTaskCommand.js +26 -0
- package/dist-cjs/commands/DeleteOtaTaskConfigurationCommand.js +26 -0
- package/dist-cjs/commands/DeleteProvisioningProfileCommand.js +26 -0
- package/dist-cjs/commands/GetCredentialLockerCommand.js +27 -0
- package/dist-cjs/commands/GetCustomEndpointCommand.js +26 -0
- package/dist-cjs/commands/GetDefaultEncryptionConfigurationCommand.js +26 -0
- package/dist-cjs/commands/GetDestinationCommand.js +27 -0
- package/dist-cjs/commands/GetDeviceDiscoveryCommand.js +27 -0
- package/dist-cjs/commands/GetEventLogConfigurationCommand.js +26 -0
- package/dist-cjs/commands/GetHubConfigurationCommand.js +26 -0
- package/dist-cjs/commands/GetManagedThingCapabilitiesCommand.js +26 -0
- package/dist-cjs/commands/GetManagedThingCommand.js +27 -0
- package/dist-cjs/commands/GetManagedThingConnectivityDataCommand.js +26 -0
- package/dist-cjs/commands/GetManagedThingMetaDataCommand.js +26 -0
- package/dist-cjs/commands/GetManagedThingStateCommand.js +27 -0
- package/dist-cjs/commands/GetNotificationConfigurationCommand.js +27 -0
- package/dist-cjs/commands/GetOtaTaskCommand.js +26 -0
- package/dist-cjs/commands/GetOtaTaskConfigurationCommand.js +27 -0
- package/dist-cjs/commands/GetProvisioningProfileCommand.js +27 -0
- package/dist-cjs/commands/GetRuntimeLogConfigurationCommand.js +26 -0
- package/dist-cjs/commands/GetSchemaVersionCommand.js +26 -0
- package/dist-cjs/commands/ListCredentialLockersCommand.js +27 -0
- package/dist-cjs/commands/ListDestinationsCommand.js +26 -0
- package/dist-cjs/commands/ListEventLogConfigurationsCommand.js +26 -0
- package/dist-cjs/commands/ListManagedThingSchemasCommand.js +26 -0
- package/dist-cjs/commands/ListManagedThingsCommand.js +27 -0
- package/dist-cjs/commands/ListNotificationConfigurationsCommand.js +26 -0
- package/dist-cjs/commands/ListOtaTaskConfigurationsCommand.js +27 -0
- package/dist-cjs/commands/ListOtaTaskExecutionsCommand.js +26 -0
- package/dist-cjs/commands/ListOtaTasksCommand.js +26 -0
- package/dist-cjs/commands/ListProvisioningProfilesCommand.js +26 -0
- package/dist-cjs/commands/ListSchemaVersionsCommand.js +26 -0
- package/dist-cjs/commands/PutDefaultEncryptionConfigurationCommand.js +26 -0
- package/dist-cjs/commands/PutHubConfigurationCommand.js +26 -0
- package/dist-cjs/commands/PutRuntimeLogConfigurationCommand.js +26 -0
- package/dist-cjs/commands/RegisterCustomEndpointCommand.js +26 -0
- package/dist-cjs/commands/ResetRuntimeLogConfigurationCommand.js +26 -0
- package/dist-cjs/commands/SendManagedThingCommandCommand.js +27 -0
- package/dist-cjs/commands/StartDeviceDiscoveryCommand.js +27 -0
- package/dist-cjs/commands/UpdateDestinationCommand.js +26 -0
- package/dist-cjs/commands/UpdateEventLogConfigurationCommand.js +26 -0
- package/dist-cjs/commands/UpdateManagedThingCommand.js +27 -0
- package/dist-cjs/commands/UpdateNotificationConfigurationCommand.js +26 -0
- package/dist-cjs/commands/UpdateOtaTaskCommand.js +26 -0
- package/dist-cjs/commands/index.js +60 -0
- package/dist-cjs/endpoint/EndpointParameters.js +16 -0
- package/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/IoTManagedIntegrationsServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +484 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListCredentialLockersPaginator.js +7 -0
- package/dist-cjs/pagination/ListDestinationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListEventLogConfigurationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListManagedThingSchemasPaginator.js +7 -0
- package/dist-cjs/pagination/ListManagedThingsPaginator.js +7 -0
- package/dist-cjs/pagination/ListNotificationConfigurationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListOtaTaskConfigurationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListOtaTaskExecutionsPaginator.js +7 -0
- package/dist-cjs/pagination/ListOtaTasksPaginator.js +7 -0
- package/dist-cjs/pagination/ListProvisioningProfilesPaginator.js +7 -0
- package/dist-cjs/pagination/ListSchemaVersionsPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +15 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2179 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +52 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +34 -0
- package/dist-cjs/runtimeExtensions.js +25 -0
- package/dist-es/IoTManagedIntegrations.js +121 -0
- package/dist-es/IoTManagedIntegrationsClient.js +47 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/commands/CreateCredentialLockerCommand.js +23 -0
- package/dist-es/commands/CreateDestinationCommand.js +23 -0
- package/dist-es/commands/CreateEventLogConfigurationCommand.js +22 -0
- package/dist-es/commands/CreateManagedThingCommand.js +23 -0
- package/dist-es/commands/CreateNotificationConfigurationCommand.js +23 -0
- package/dist-es/commands/CreateOtaTaskCommand.js +23 -0
- package/dist-es/commands/CreateOtaTaskConfigurationCommand.js +23 -0
- package/dist-es/commands/CreateProvisioningProfileCommand.js +23 -0
- package/dist-es/commands/DeleteCredentialLockerCommand.js +22 -0
- package/dist-es/commands/DeleteDestinationCommand.js +22 -0
- package/dist-es/commands/DeleteEventLogConfigurationCommand.js +22 -0
- package/dist-es/commands/DeleteManagedThingCommand.js +22 -0
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +22 -0
- package/dist-es/commands/DeleteOtaTaskCommand.js +22 -0
- package/dist-es/commands/DeleteOtaTaskConfigurationCommand.js +22 -0
- package/dist-es/commands/DeleteProvisioningProfileCommand.js +22 -0
- package/dist-es/commands/GetCredentialLockerCommand.js +23 -0
- package/dist-es/commands/GetCustomEndpointCommand.js +22 -0
- package/dist-es/commands/GetDefaultEncryptionConfigurationCommand.js +22 -0
- package/dist-es/commands/GetDestinationCommand.js +23 -0
- package/dist-es/commands/GetDeviceDiscoveryCommand.js +23 -0
- package/dist-es/commands/GetEventLogConfigurationCommand.js +22 -0
- package/dist-es/commands/GetHubConfigurationCommand.js +22 -0
- package/dist-es/commands/GetManagedThingCapabilitiesCommand.js +22 -0
- package/dist-es/commands/GetManagedThingCommand.js +23 -0
- package/dist-es/commands/GetManagedThingConnectivityDataCommand.js +22 -0
- package/dist-es/commands/GetManagedThingMetaDataCommand.js +22 -0
- package/dist-es/commands/GetManagedThingStateCommand.js +23 -0
- package/dist-es/commands/GetNotificationConfigurationCommand.js +23 -0
- package/dist-es/commands/GetOtaTaskCommand.js +22 -0
- package/dist-es/commands/GetOtaTaskConfigurationCommand.js +23 -0
- package/dist-es/commands/GetProvisioningProfileCommand.js +23 -0
- package/dist-es/commands/GetRuntimeLogConfigurationCommand.js +22 -0
- package/dist-es/commands/GetSchemaVersionCommand.js +22 -0
- package/dist-es/commands/ListCredentialLockersCommand.js +23 -0
- package/dist-es/commands/ListDestinationsCommand.js +22 -0
- package/dist-es/commands/ListEventLogConfigurationsCommand.js +22 -0
- package/dist-es/commands/ListManagedThingSchemasCommand.js +22 -0
- package/dist-es/commands/ListManagedThingsCommand.js +23 -0
- package/dist-es/commands/ListNotificationConfigurationsCommand.js +22 -0
- package/dist-es/commands/ListOtaTaskConfigurationsCommand.js +23 -0
- package/dist-es/commands/ListOtaTaskExecutionsCommand.js +22 -0
- package/dist-es/commands/ListOtaTasksCommand.js +22 -0
- package/dist-es/commands/ListProvisioningProfilesCommand.js +22 -0
- package/dist-es/commands/ListSchemaVersionsCommand.js +22 -0
- package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +22 -0
- package/dist-es/commands/PutHubConfigurationCommand.js +22 -0
- package/dist-es/commands/PutRuntimeLogConfigurationCommand.js +22 -0
- package/dist-es/commands/RegisterCustomEndpointCommand.js +22 -0
- package/dist-es/commands/ResetRuntimeLogConfigurationCommand.js +22 -0
- package/dist-es/commands/SendManagedThingCommandCommand.js +23 -0
- package/dist-es/commands/StartDeviceDiscoveryCommand.js +23 -0
- package/dist-es/commands/UpdateDestinationCommand.js +22 -0
- package/dist-es/commands/UpdateEventLogConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateManagedThingCommand.js +23 -0
- package/dist-es/commands/UpdateNotificationConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateOtaTaskCommand.js +22 -0
- package/dist-es/commands/index.js +57 -0
- package/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist-es/endpoint/endpointResolver.js +14 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/IoTManagedIntegrationsServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +439 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListCredentialLockersPaginator.js +4 -0
- package/dist-es/pagination/ListDestinationsPaginator.js +4 -0
- package/dist-es/pagination/ListEventLogConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/ListManagedThingSchemasPaginator.js +4 -0
- package/dist-es/pagination/ListManagedThingsPaginator.js +4 -0
- package/dist-es/pagination/ListNotificationConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/ListOtaTaskConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/ListOtaTaskExecutionsPaginator.js +4 -0
- package/dist-es/pagination/ListOtaTasksPaginator.js +4 -0
- package/dist-es/pagination/ListProvisioningProfilesPaginator.js +4 -0
- package/dist-es/pagination/ListSchemaVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +12 -0
- package/dist-es/protocols/Aws_restJson1.js +2060 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +47 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +30 -0
- package/dist-es/runtimeExtensions.js +21 -0
- package/dist-types/IoTManagedIntegrations.d.ts +423 -0
- package/dist-types/IoTManagedIntegrationsClient.d.ts +244 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/dist-types/commands/CreateCredentialLockerCommand.d.ts +100 -0
- package/dist-types/commands/CreateDestinationCommand.d.ts +96 -0
- package/dist-types/commands/CreateEventLogConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/CreateManagedThingCommand.d.ts +144 -0
- package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +93 -0
- package/dist-types/commands/CreateOtaTaskCommand.d.ts +121 -0
- package/dist-types/commands/CreateOtaTaskConfigurationCommand.d.ts +115 -0
- package/dist-types/commands/CreateProvisioningProfileCommand.d.ts +106 -0
- package/dist-types/commands/DeleteCredentialLockerCommand.d.ts +92 -0
- package/dist-types/commands/DeleteDestinationCommand.d.ts +85 -0
- package/dist-types/commands/DeleteEventLogConfigurationCommand.d.ts +85 -0
- package/dist-types/commands/DeleteManagedThingCommand.d.ts +97 -0
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +85 -0
- package/dist-types/commands/DeleteOtaTaskCommand.d.ts +85 -0
- package/dist-types/commands/DeleteOtaTaskConfigurationCommand.d.ts +85 -0
- package/dist-types/commands/DeleteProvisioningProfileCommand.d.ts +91 -0
- package/dist-types/commands/GetCredentialLockerCommand.d.ts +96 -0
- package/dist-types/commands/GetCustomEndpointCommand.d.ts +91 -0
- package/dist-types/commands/GetDefaultEncryptionConfigurationCommand.d.ts +100 -0
- package/dist-types/commands/GetDestinationCommand.d.ts +96 -0
- package/dist-types/commands/GetDeviceDiscoveryCommand.d.ts +103 -0
- package/dist-types/commands/GetEventLogConfigurationCommand.d.ts +90 -0
- package/dist-types/commands/GetHubConfigurationCommand.d.ts +89 -0
- package/dist-types/commands/GetManagedThingCapabilitiesCommand.d.ts +122 -0
- package/dist-types/commands/GetManagedThingCommand.d.ts +121 -0
- package/dist-types/commands/GetManagedThingConnectivityDataCommand.d.ts +96 -0
- package/dist-types/commands/GetManagedThingMetaDataCommand.d.ts +96 -0
- package/dist-types/commands/GetManagedThingStateCommand.d.ts +104 -0
- package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +93 -0
- package/dist-types/commands/GetOtaTaskCommand.d.ts +133 -0
- package/dist-types/commands/GetOtaTaskConfigurationCommand.d.ts +116 -0
- package/dist-types/commands/GetProvisioningProfileCommand.d.ts +100 -0
- package/dist-types/commands/GetRuntimeLogConfigurationCommand.d.ts +98 -0
- package/dist-types/commands/GetSchemaVersionCommand.d.ts +101 -0
- package/dist-types/commands/ListCredentialLockersCommand.d.ts +96 -0
- package/dist-types/commands/ListDestinationsCommand.d.ts +94 -0
- package/dist-types/commands/ListEventLogConfigurationsCommand.d.ts +93 -0
- package/dist-types/commands/ListManagedThingSchemasCommand.d.ts +104 -0
- package/dist-types/commands/ListManagedThingsCommand.d.ts +120 -0
- package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +91 -0
- package/dist-types/commands/ListOtaTaskConfigurationsCommand.d.ts +92 -0
- package/dist-types/commands/ListOtaTaskExecutionsCommand.d.ts +99 -0
- package/dist-types/commands/ListOtaTasksCommand.d.ts +95 -0
- package/dist-types/commands/ListProvisioningProfilesCommand.d.ts +99 -0
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +106 -0
- package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +103 -0
- package/dist-types/commands/PutHubConfigurationCommand.d.ts +90 -0
- package/dist-types/commands/PutRuntimeLogConfigurationCommand.d.ts +96 -0
- package/dist-types/commands/RegisterCustomEndpointCommand.d.ts +92 -0
- package/dist-types/commands/ResetRuntimeLogConfigurationCommand.d.ts +86 -0
- package/dist-types/commands/SendManagedThingCommandCommand.d.ts +111 -0
- package/dist-types/commands/StartDeviceDiscoveryCommand.d.ts +107 -0
- package/dist-types/commands/UpdateDestinationCommand.d.ts +89 -0
- package/dist-types/commands/UpdateEventLogConfigurationCommand.d.ts +86 -0
- package/dist-types/commands/UpdateManagedThingCommand.d.ts +134 -0
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +86 -0
- package/dist-types/commands/UpdateOtaTaskCommand.d.ts +87 -0
- package/dist-types/commands/index.d.ts +57 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +14 -0
- package/dist-types/models/IoTManagedIntegrationsServiceException.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +3678 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListCredentialLockersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDestinationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEventLogConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListManagedThingSchemasPaginator.d.ts +7 -0
- package/dist-types/pagination/ListManagedThingsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListNotificationConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListOtaTaskConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListOtaTaskExecutionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListOtaTasksPaginator.d.ts +7 -0
- package/dist-types/pagination/ListProvisioningProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSchemaVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +12 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +515 -0
- package/dist-types/runtimeConfig.browser.d.ts +49 -0
- package/dist-types/runtimeConfig.d.ts +49 -0
- package/dist-types/runtimeConfig.native.d.ts +48 -0
- package/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/IoTManagedIntegrations.d.ts +1002 -0
- package/dist-types/ts3.4/IoTManagedIntegrationsClient.d.ts +464 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/dist-types/ts3.4/commands/CreateCredentialLockerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateDestinationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateEventLogConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateManagedThingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateNotificationConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateOtaTaskCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateOtaTaskConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateProvisioningProfileCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCredentialLockerCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeleteDestinationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeleteEventLogConfigurationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteManagedThingCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteOtaTaskCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DeleteOtaTaskConfigurationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteProvisioningProfileCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetCredentialLockerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCustomEndpointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDefaultEncryptionConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDestinationCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetDeviceDiscoveryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetEventLogConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetHubConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetManagedThingCapabilitiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetManagedThingCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetManagedThingConnectivityDataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetManagedThingMetaDataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetManagedThingStateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetOtaTaskCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetOtaTaskConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetProvisioningProfileCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRuntimeLogConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListCredentialLockersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDestinationsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListEventLogConfigurationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListManagedThingSchemasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListManagedThingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListNotificationConfigurationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListOtaTaskConfigurationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListOtaTaskExecutionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListOtaTasksCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListProvisioningProfilesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutHubConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutRuntimeLogConfigurationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/RegisterCustomEndpointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ResetRuntimeLogConfigurationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/SendManagedThingCommandCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartDeviceDiscoveryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/UpdateEventLogConfigurationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateManagedThingCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateOtaTaskCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/index.d.ts +57 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +45 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +9 -0
- package/dist-types/ts3.4/models/IoTManagedIntegrationsServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1080 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListCredentialLockersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDestinationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEventLogConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListManagedThingSchemasPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListManagedThingsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListNotificationConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListOtaTaskConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListOtaTaskExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListOtaTasksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListProvisioningProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSchemaVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +12 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +689 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +98 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +99 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +102 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +23 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +13 -0
- package/package.json +101 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import packageInfo from "../package.json";
|
|
2
|
+
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
|
+
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
|
|
5
|
+
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
+
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
8
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
9
|
+
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
10
|
+
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
11
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
12
|
+
export const getRuntimeConfig = (config) => {
|
|
13
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
14
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
15
|
+
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
16
|
+
return {
|
|
17
|
+
...clientSharedValues,
|
|
18
|
+
...config,
|
|
19
|
+
runtime: "browser",
|
|
20
|
+
defaultsMode,
|
|
21
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
22
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
23
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
24
|
+
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
25
|
+
maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
|
|
26
|
+
region: config?.region ?? invalidProvider("Region is missing"),
|
|
27
|
+
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
28
|
+
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
29
|
+
sha256: config?.sha256 ?? Sha256,
|
|
30
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
31
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
32
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import packageInfo from "../package.json";
|
|
2
|
+
import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core";
|
|
3
|
+
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
|
+
import { NODE_APP_ID_CONFIG_OPTIONS, createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-node";
|
|
5
|
+
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
6
|
+
import { Hash } from "@smithy/hash-node";
|
|
7
|
+
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
8
|
+
import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
|
|
9
|
+
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
|
+
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
11
|
+
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
12
|
+
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
+
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
14
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
15
|
+
import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
|
|
16
|
+
export const getRuntimeConfig = (config) => {
|
|
17
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
18
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
19
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
20
|
+
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
21
|
+
awsCheckVersion(process.version);
|
|
22
|
+
const profileConfig = { profile: config?.profile };
|
|
23
|
+
return {
|
|
24
|
+
...clientSharedValues,
|
|
25
|
+
...config,
|
|
26
|
+
runtime: "node",
|
|
27
|
+
defaultsMode,
|
|
28
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
29
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
30
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
31
|
+
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
32
|
+
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
33
|
+
region: config?.region ??
|
|
34
|
+
loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
|
|
35
|
+
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
36
|
+
retryMode: config?.retryMode ??
|
|
37
|
+
loadNodeConfig({
|
|
38
|
+
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
39
|
+
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
40
|
+
}, config),
|
|
41
|
+
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
42
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
43
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
|
|
44
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
|
|
45
|
+
userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
|
|
46
|
+
};
|
|
47
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
|
+
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
|
+
export const getRuntimeConfig = (config) => {
|
|
4
|
+
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
5
|
+
return {
|
|
6
|
+
...browserDefaults,
|
|
7
|
+
...config,
|
|
8
|
+
runtime: "react-native",
|
|
9
|
+
sha256: config?.sha256 ?? Sha256,
|
|
10
|
+
};
|
|
11
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
2
|
+
import { NoOpLogger } from "@smithy/smithy-client";
|
|
3
|
+
import { parseUrl } from "@smithy/url-parser";
|
|
4
|
+
import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
5
|
+
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
6
|
+
import { defaultIoTManagedIntegrationsHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
7
|
+
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
8
|
+
export const getRuntimeConfig = (config) => {
|
|
9
|
+
return {
|
|
10
|
+
apiVersion: "2025-03-03",
|
|
11
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
12
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
13
|
+
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
14
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
15
|
+
extensions: config?.extensions ?? [],
|
|
16
|
+
httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultIoTManagedIntegrationsHttpAuthSchemeProvider,
|
|
17
|
+
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
|
18
|
+
{
|
|
19
|
+
schemeId: "aws.auth#sigv4",
|
|
20
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
21
|
+
signer: new AwsSdkSigV4Signer(),
|
|
22
|
+
},
|
|
23
|
+
],
|
|
24
|
+
logger: config?.logger ?? new NoOpLogger(),
|
|
25
|
+
serviceId: config?.serviceId ?? "IoT Managed Integrations",
|
|
26
|
+
urlParser: config?.urlParser ?? parseUrl,
|
|
27
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
28
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
29
|
+
};
|
|
30
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
|
|
3
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
|
4
|
+
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
|
+
const asPartial = (t) => t;
|
|
6
|
+
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
7
|
+
const extensionConfiguration = {
|
|
8
|
+
...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
|
|
9
|
+
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
|
10
|
+
...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
|
|
11
|
+
...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
|
|
12
|
+
};
|
|
13
|
+
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
14
|
+
return {
|
|
15
|
+
...runtimeConfig,
|
|
16
|
+
...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
17
|
+
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
|
18
|
+
...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
|
|
19
|
+
...resolveHttpAuthRuntimeConfig(extensionConfiguration),
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,423 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import { CreateCredentialLockerCommandInput, CreateCredentialLockerCommandOutput } from "./commands/CreateCredentialLockerCommand";
|
|
3
|
+
import { CreateDestinationCommandInput, CreateDestinationCommandOutput } from "./commands/CreateDestinationCommand";
|
|
4
|
+
import { CreateEventLogConfigurationCommandInput, CreateEventLogConfigurationCommandOutput } from "./commands/CreateEventLogConfigurationCommand";
|
|
5
|
+
import { CreateManagedThingCommandInput, CreateManagedThingCommandOutput } from "./commands/CreateManagedThingCommand";
|
|
6
|
+
import { CreateNotificationConfigurationCommandInput, CreateNotificationConfigurationCommandOutput } from "./commands/CreateNotificationConfigurationCommand";
|
|
7
|
+
import { CreateOtaTaskCommandInput, CreateOtaTaskCommandOutput } from "./commands/CreateOtaTaskCommand";
|
|
8
|
+
import { CreateOtaTaskConfigurationCommandInput, CreateOtaTaskConfigurationCommandOutput } from "./commands/CreateOtaTaskConfigurationCommand";
|
|
9
|
+
import { CreateProvisioningProfileCommandInput, CreateProvisioningProfileCommandOutput } from "./commands/CreateProvisioningProfileCommand";
|
|
10
|
+
import { DeleteCredentialLockerCommandInput, DeleteCredentialLockerCommandOutput } from "./commands/DeleteCredentialLockerCommand";
|
|
11
|
+
import { DeleteDestinationCommandInput, DeleteDestinationCommandOutput } from "./commands/DeleteDestinationCommand";
|
|
12
|
+
import { DeleteEventLogConfigurationCommandInput, DeleteEventLogConfigurationCommandOutput } from "./commands/DeleteEventLogConfigurationCommand";
|
|
13
|
+
import { DeleteManagedThingCommandInput, DeleteManagedThingCommandOutput } from "./commands/DeleteManagedThingCommand";
|
|
14
|
+
import { DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput } from "./commands/DeleteNotificationConfigurationCommand";
|
|
15
|
+
import { DeleteOtaTaskCommandInput, DeleteOtaTaskCommandOutput } from "./commands/DeleteOtaTaskCommand";
|
|
16
|
+
import { DeleteOtaTaskConfigurationCommandInput, DeleteOtaTaskConfigurationCommandOutput } from "./commands/DeleteOtaTaskConfigurationCommand";
|
|
17
|
+
import { DeleteProvisioningProfileCommandInput, DeleteProvisioningProfileCommandOutput } from "./commands/DeleteProvisioningProfileCommand";
|
|
18
|
+
import { GetCredentialLockerCommandInput, GetCredentialLockerCommandOutput } from "./commands/GetCredentialLockerCommand";
|
|
19
|
+
import { GetCustomEndpointCommandInput, GetCustomEndpointCommandOutput } from "./commands/GetCustomEndpointCommand";
|
|
20
|
+
import { GetDefaultEncryptionConfigurationCommandInput, GetDefaultEncryptionConfigurationCommandOutput } from "./commands/GetDefaultEncryptionConfigurationCommand";
|
|
21
|
+
import { GetDestinationCommandInput, GetDestinationCommandOutput } from "./commands/GetDestinationCommand";
|
|
22
|
+
import { GetDeviceDiscoveryCommandInput, GetDeviceDiscoveryCommandOutput } from "./commands/GetDeviceDiscoveryCommand";
|
|
23
|
+
import { GetEventLogConfigurationCommandInput, GetEventLogConfigurationCommandOutput } from "./commands/GetEventLogConfigurationCommand";
|
|
24
|
+
import { GetHubConfigurationCommandInput, GetHubConfigurationCommandOutput } from "./commands/GetHubConfigurationCommand";
|
|
25
|
+
import { GetManagedThingCapabilitiesCommandInput, GetManagedThingCapabilitiesCommandOutput } from "./commands/GetManagedThingCapabilitiesCommand";
|
|
26
|
+
import { GetManagedThingCommandInput, GetManagedThingCommandOutput } from "./commands/GetManagedThingCommand";
|
|
27
|
+
import { GetManagedThingConnectivityDataCommandInput, GetManagedThingConnectivityDataCommandOutput } from "./commands/GetManagedThingConnectivityDataCommand";
|
|
28
|
+
import { GetManagedThingMetaDataCommandInput, GetManagedThingMetaDataCommandOutput } from "./commands/GetManagedThingMetaDataCommand";
|
|
29
|
+
import { GetManagedThingStateCommandInput, GetManagedThingStateCommandOutput } from "./commands/GetManagedThingStateCommand";
|
|
30
|
+
import { GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput } from "./commands/GetNotificationConfigurationCommand";
|
|
31
|
+
import { GetOtaTaskCommandInput, GetOtaTaskCommandOutput } from "./commands/GetOtaTaskCommand";
|
|
32
|
+
import { GetOtaTaskConfigurationCommandInput, GetOtaTaskConfigurationCommandOutput } from "./commands/GetOtaTaskConfigurationCommand";
|
|
33
|
+
import { GetProvisioningProfileCommandInput, GetProvisioningProfileCommandOutput } from "./commands/GetProvisioningProfileCommand";
|
|
34
|
+
import { GetRuntimeLogConfigurationCommandInput, GetRuntimeLogConfigurationCommandOutput } from "./commands/GetRuntimeLogConfigurationCommand";
|
|
35
|
+
import { GetSchemaVersionCommandInput, GetSchemaVersionCommandOutput } from "./commands/GetSchemaVersionCommand";
|
|
36
|
+
import { ListCredentialLockersCommandInput, ListCredentialLockersCommandOutput } from "./commands/ListCredentialLockersCommand";
|
|
37
|
+
import { ListDestinationsCommandInput, ListDestinationsCommandOutput } from "./commands/ListDestinationsCommand";
|
|
38
|
+
import { ListEventLogConfigurationsCommandInput, ListEventLogConfigurationsCommandOutput } from "./commands/ListEventLogConfigurationsCommand";
|
|
39
|
+
import { ListManagedThingSchemasCommandInput, ListManagedThingSchemasCommandOutput } from "./commands/ListManagedThingSchemasCommand";
|
|
40
|
+
import { ListManagedThingsCommandInput, ListManagedThingsCommandOutput } from "./commands/ListManagedThingsCommand";
|
|
41
|
+
import { ListNotificationConfigurationsCommandInput, ListNotificationConfigurationsCommandOutput } from "./commands/ListNotificationConfigurationsCommand";
|
|
42
|
+
import { ListOtaTaskConfigurationsCommandInput, ListOtaTaskConfigurationsCommandOutput } from "./commands/ListOtaTaskConfigurationsCommand";
|
|
43
|
+
import { ListOtaTaskExecutionsCommandInput, ListOtaTaskExecutionsCommandOutput } from "./commands/ListOtaTaskExecutionsCommand";
|
|
44
|
+
import { ListOtaTasksCommandInput, ListOtaTasksCommandOutput } from "./commands/ListOtaTasksCommand";
|
|
45
|
+
import { ListProvisioningProfilesCommandInput, ListProvisioningProfilesCommandOutput } from "./commands/ListProvisioningProfilesCommand";
|
|
46
|
+
import { ListSchemaVersionsCommandInput, ListSchemaVersionsCommandOutput } from "./commands/ListSchemaVersionsCommand";
|
|
47
|
+
import { PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput } from "./commands/PutDefaultEncryptionConfigurationCommand";
|
|
48
|
+
import { PutHubConfigurationCommandInput, PutHubConfigurationCommandOutput } from "./commands/PutHubConfigurationCommand";
|
|
49
|
+
import { PutRuntimeLogConfigurationCommandInput, PutRuntimeLogConfigurationCommandOutput } from "./commands/PutRuntimeLogConfigurationCommand";
|
|
50
|
+
import { RegisterCustomEndpointCommandInput, RegisterCustomEndpointCommandOutput } from "./commands/RegisterCustomEndpointCommand";
|
|
51
|
+
import { ResetRuntimeLogConfigurationCommandInput, ResetRuntimeLogConfigurationCommandOutput } from "./commands/ResetRuntimeLogConfigurationCommand";
|
|
52
|
+
import { SendManagedThingCommandCommandInput, SendManagedThingCommandCommandOutput } from "./commands/SendManagedThingCommandCommand";
|
|
53
|
+
import { StartDeviceDiscoveryCommandInput, StartDeviceDiscoveryCommandOutput } from "./commands/StartDeviceDiscoveryCommand";
|
|
54
|
+
import { UpdateDestinationCommandInput, UpdateDestinationCommandOutput } from "./commands/UpdateDestinationCommand";
|
|
55
|
+
import { UpdateEventLogConfigurationCommandInput, UpdateEventLogConfigurationCommandOutput } from "./commands/UpdateEventLogConfigurationCommand";
|
|
56
|
+
import { UpdateManagedThingCommandInput, UpdateManagedThingCommandOutput } from "./commands/UpdateManagedThingCommand";
|
|
57
|
+
import { UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput } from "./commands/UpdateNotificationConfigurationCommand";
|
|
58
|
+
import { UpdateOtaTaskCommandInput, UpdateOtaTaskCommandOutput } from "./commands/UpdateOtaTaskCommand";
|
|
59
|
+
import { IoTManagedIntegrationsClient } from "./IoTManagedIntegrationsClient";
|
|
60
|
+
export interface IoTManagedIntegrations {
|
|
61
|
+
/**
|
|
62
|
+
* @see {@link CreateCredentialLockerCommand}
|
|
63
|
+
*/
|
|
64
|
+
createCredentialLocker(): Promise<CreateCredentialLockerCommandOutput>;
|
|
65
|
+
createCredentialLocker(args: CreateCredentialLockerCommandInput, options?: __HttpHandlerOptions): Promise<CreateCredentialLockerCommandOutput>;
|
|
66
|
+
createCredentialLocker(args: CreateCredentialLockerCommandInput, cb: (err: any, data?: CreateCredentialLockerCommandOutput) => void): void;
|
|
67
|
+
createCredentialLocker(args: CreateCredentialLockerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCredentialLockerCommandOutput) => void): void;
|
|
68
|
+
/**
|
|
69
|
+
* @see {@link CreateDestinationCommand}
|
|
70
|
+
*/
|
|
71
|
+
createDestination(args: CreateDestinationCommandInput, options?: __HttpHandlerOptions): Promise<CreateDestinationCommandOutput>;
|
|
72
|
+
createDestination(args: CreateDestinationCommandInput, cb: (err: any, data?: CreateDestinationCommandOutput) => void): void;
|
|
73
|
+
createDestination(args: CreateDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDestinationCommandOutput) => void): void;
|
|
74
|
+
/**
|
|
75
|
+
* @see {@link CreateEventLogConfigurationCommand}
|
|
76
|
+
*/
|
|
77
|
+
createEventLogConfiguration(args: CreateEventLogConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateEventLogConfigurationCommandOutput>;
|
|
78
|
+
createEventLogConfiguration(args: CreateEventLogConfigurationCommandInput, cb: (err: any, data?: CreateEventLogConfigurationCommandOutput) => void): void;
|
|
79
|
+
createEventLogConfiguration(args: CreateEventLogConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEventLogConfigurationCommandOutput) => void): void;
|
|
80
|
+
/**
|
|
81
|
+
* @see {@link CreateManagedThingCommand}
|
|
82
|
+
*/
|
|
83
|
+
createManagedThing(args: CreateManagedThingCommandInput, options?: __HttpHandlerOptions): Promise<CreateManagedThingCommandOutput>;
|
|
84
|
+
createManagedThing(args: CreateManagedThingCommandInput, cb: (err: any, data?: CreateManagedThingCommandOutput) => void): void;
|
|
85
|
+
createManagedThing(args: CreateManagedThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateManagedThingCommandOutput) => void): void;
|
|
86
|
+
/**
|
|
87
|
+
* @see {@link CreateNotificationConfigurationCommand}
|
|
88
|
+
*/
|
|
89
|
+
createNotificationConfiguration(args: CreateNotificationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateNotificationConfigurationCommandOutput>;
|
|
90
|
+
createNotificationConfiguration(args: CreateNotificationConfigurationCommandInput, cb: (err: any, data?: CreateNotificationConfigurationCommandOutput) => void): void;
|
|
91
|
+
createNotificationConfiguration(args: CreateNotificationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNotificationConfigurationCommandOutput) => void): void;
|
|
92
|
+
/**
|
|
93
|
+
* @see {@link CreateOtaTaskCommand}
|
|
94
|
+
*/
|
|
95
|
+
createOtaTask(args: CreateOtaTaskCommandInput, options?: __HttpHandlerOptions): Promise<CreateOtaTaskCommandOutput>;
|
|
96
|
+
createOtaTask(args: CreateOtaTaskCommandInput, cb: (err: any, data?: CreateOtaTaskCommandOutput) => void): void;
|
|
97
|
+
createOtaTask(args: CreateOtaTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOtaTaskCommandOutput) => void): void;
|
|
98
|
+
/**
|
|
99
|
+
* @see {@link CreateOtaTaskConfigurationCommand}
|
|
100
|
+
*/
|
|
101
|
+
createOtaTaskConfiguration(): Promise<CreateOtaTaskConfigurationCommandOutput>;
|
|
102
|
+
createOtaTaskConfiguration(args: CreateOtaTaskConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateOtaTaskConfigurationCommandOutput>;
|
|
103
|
+
createOtaTaskConfiguration(args: CreateOtaTaskConfigurationCommandInput, cb: (err: any, data?: CreateOtaTaskConfigurationCommandOutput) => void): void;
|
|
104
|
+
createOtaTaskConfiguration(args: CreateOtaTaskConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOtaTaskConfigurationCommandOutput) => void): void;
|
|
105
|
+
/**
|
|
106
|
+
* @see {@link CreateProvisioningProfileCommand}
|
|
107
|
+
*/
|
|
108
|
+
createProvisioningProfile(args: CreateProvisioningProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateProvisioningProfileCommandOutput>;
|
|
109
|
+
createProvisioningProfile(args: CreateProvisioningProfileCommandInput, cb: (err: any, data?: CreateProvisioningProfileCommandOutput) => void): void;
|
|
110
|
+
createProvisioningProfile(args: CreateProvisioningProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProvisioningProfileCommandOutput) => void): void;
|
|
111
|
+
/**
|
|
112
|
+
* @see {@link DeleteCredentialLockerCommand}
|
|
113
|
+
*/
|
|
114
|
+
deleteCredentialLocker(args: DeleteCredentialLockerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCredentialLockerCommandOutput>;
|
|
115
|
+
deleteCredentialLocker(args: DeleteCredentialLockerCommandInput, cb: (err: any, data?: DeleteCredentialLockerCommandOutput) => void): void;
|
|
116
|
+
deleteCredentialLocker(args: DeleteCredentialLockerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCredentialLockerCommandOutput) => void): void;
|
|
117
|
+
/**
|
|
118
|
+
* @see {@link DeleteDestinationCommand}
|
|
119
|
+
*/
|
|
120
|
+
deleteDestination(args: DeleteDestinationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDestinationCommandOutput>;
|
|
121
|
+
deleteDestination(args: DeleteDestinationCommandInput, cb: (err: any, data?: DeleteDestinationCommandOutput) => void): void;
|
|
122
|
+
deleteDestination(args: DeleteDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDestinationCommandOutput) => void): void;
|
|
123
|
+
/**
|
|
124
|
+
* @see {@link DeleteEventLogConfigurationCommand}
|
|
125
|
+
*/
|
|
126
|
+
deleteEventLogConfiguration(args: DeleteEventLogConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventLogConfigurationCommandOutput>;
|
|
127
|
+
deleteEventLogConfiguration(args: DeleteEventLogConfigurationCommandInput, cb: (err: any, data?: DeleteEventLogConfigurationCommandOutput) => void): void;
|
|
128
|
+
deleteEventLogConfiguration(args: DeleteEventLogConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventLogConfigurationCommandOutput) => void): void;
|
|
129
|
+
/**
|
|
130
|
+
* @see {@link DeleteManagedThingCommand}
|
|
131
|
+
*/
|
|
132
|
+
deleteManagedThing(args: DeleteManagedThingCommandInput, options?: __HttpHandlerOptions): Promise<DeleteManagedThingCommandOutput>;
|
|
133
|
+
deleteManagedThing(args: DeleteManagedThingCommandInput, cb: (err: any, data?: DeleteManagedThingCommandOutput) => void): void;
|
|
134
|
+
deleteManagedThing(args: DeleteManagedThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteManagedThingCommandOutput) => void): void;
|
|
135
|
+
/**
|
|
136
|
+
* @see {@link DeleteNotificationConfigurationCommand}
|
|
137
|
+
*/
|
|
138
|
+
deleteNotificationConfiguration(args: DeleteNotificationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNotificationConfigurationCommandOutput>;
|
|
139
|
+
deleteNotificationConfiguration(args: DeleteNotificationConfigurationCommandInput, cb: (err: any, data?: DeleteNotificationConfigurationCommandOutput) => void): void;
|
|
140
|
+
deleteNotificationConfiguration(args: DeleteNotificationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNotificationConfigurationCommandOutput) => void): void;
|
|
141
|
+
/**
|
|
142
|
+
* @see {@link DeleteOtaTaskCommand}
|
|
143
|
+
*/
|
|
144
|
+
deleteOtaTask(args: DeleteOtaTaskCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOtaTaskCommandOutput>;
|
|
145
|
+
deleteOtaTask(args: DeleteOtaTaskCommandInput, cb: (err: any, data?: DeleteOtaTaskCommandOutput) => void): void;
|
|
146
|
+
deleteOtaTask(args: DeleteOtaTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOtaTaskCommandOutput) => void): void;
|
|
147
|
+
/**
|
|
148
|
+
* @see {@link DeleteOtaTaskConfigurationCommand}
|
|
149
|
+
*/
|
|
150
|
+
deleteOtaTaskConfiguration(args: DeleteOtaTaskConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOtaTaskConfigurationCommandOutput>;
|
|
151
|
+
deleteOtaTaskConfiguration(args: DeleteOtaTaskConfigurationCommandInput, cb: (err: any, data?: DeleteOtaTaskConfigurationCommandOutput) => void): void;
|
|
152
|
+
deleteOtaTaskConfiguration(args: DeleteOtaTaskConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOtaTaskConfigurationCommandOutput) => void): void;
|
|
153
|
+
/**
|
|
154
|
+
* @see {@link DeleteProvisioningProfileCommand}
|
|
155
|
+
*/
|
|
156
|
+
deleteProvisioningProfile(args: DeleteProvisioningProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProvisioningProfileCommandOutput>;
|
|
157
|
+
deleteProvisioningProfile(args: DeleteProvisioningProfileCommandInput, cb: (err: any, data?: DeleteProvisioningProfileCommandOutput) => void): void;
|
|
158
|
+
deleteProvisioningProfile(args: DeleteProvisioningProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProvisioningProfileCommandOutput) => void): void;
|
|
159
|
+
/**
|
|
160
|
+
* @see {@link GetCredentialLockerCommand}
|
|
161
|
+
*/
|
|
162
|
+
getCredentialLocker(args: GetCredentialLockerCommandInput, options?: __HttpHandlerOptions): Promise<GetCredentialLockerCommandOutput>;
|
|
163
|
+
getCredentialLocker(args: GetCredentialLockerCommandInput, cb: (err: any, data?: GetCredentialLockerCommandOutput) => void): void;
|
|
164
|
+
getCredentialLocker(args: GetCredentialLockerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCredentialLockerCommandOutput) => void): void;
|
|
165
|
+
/**
|
|
166
|
+
* @see {@link GetCustomEndpointCommand}
|
|
167
|
+
*/
|
|
168
|
+
getCustomEndpoint(): Promise<GetCustomEndpointCommandOutput>;
|
|
169
|
+
getCustomEndpoint(args: GetCustomEndpointCommandInput, options?: __HttpHandlerOptions): Promise<GetCustomEndpointCommandOutput>;
|
|
170
|
+
getCustomEndpoint(args: GetCustomEndpointCommandInput, cb: (err: any, data?: GetCustomEndpointCommandOutput) => void): void;
|
|
171
|
+
getCustomEndpoint(args: GetCustomEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCustomEndpointCommandOutput) => void): void;
|
|
172
|
+
/**
|
|
173
|
+
* @see {@link GetDefaultEncryptionConfigurationCommand}
|
|
174
|
+
*/
|
|
175
|
+
getDefaultEncryptionConfiguration(): Promise<GetDefaultEncryptionConfigurationCommandOutput>;
|
|
176
|
+
getDefaultEncryptionConfiguration(args: GetDefaultEncryptionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetDefaultEncryptionConfigurationCommandOutput>;
|
|
177
|
+
getDefaultEncryptionConfiguration(args: GetDefaultEncryptionConfigurationCommandInput, cb: (err: any, data?: GetDefaultEncryptionConfigurationCommandOutput) => void): void;
|
|
178
|
+
getDefaultEncryptionConfiguration(args: GetDefaultEncryptionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDefaultEncryptionConfigurationCommandOutput) => void): void;
|
|
179
|
+
/**
|
|
180
|
+
* @see {@link GetDestinationCommand}
|
|
181
|
+
*/
|
|
182
|
+
getDestination(args: GetDestinationCommandInput, options?: __HttpHandlerOptions): Promise<GetDestinationCommandOutput>;
|
|
183
|
+
getDestination(args: GetDestinationCommandInput, cb: (err: any, data?: GetDestinationCommandOutput) => void): void;
|
|
184
|
+
getDestination(args: GetDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDestinationCommandOutput) => void): void;
|
|
185
|
+
/**
|
|
186
|
+
* @see {@link GetDeviceDiscoveryCommand}
|
|
187
|
+
*/
|
|
188
|
+
getDeviceDiscovery(args: GetDeviceDiscoveryCommandInput, options?: __HttpHandlerOptions): Promise<GetDeviceDiscoveryCommandOutput>;
|
|
189
|
+
getDeviceDiscovery(args: GetDeviceDiscoveryCommandInput, cb: (err: any, data?: GetDeviceDiscoveryCommandOutput) => void): void;
|
|
190
|
+
getDeviceDiscovery(args: GetDeviceDiscoveryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeviceDiscoveryCommandOutput) => void): void;
|
|
191
|
+
/**
|
|
192
|
+
* @see {@link GetEventLogConfigurationCommand}
|
|
193
|
+
*/
|
|
194
|
+
getEventLogConfiguration(args: GetEventLogConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetEventLogConfigurationCommandOutput>;
|
|
195
|
+
getEventLogConfiguration(args: GetEventLogConfigurationCommandInput, cb: (err: any, data?: GetEventLogConfigurationCommandOutput) => void): void;
|
|
196
|
+
getEventLogConfiguration(args: GetEventLogConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventLogConfigurationCommandOutput) => void): void;
|
|
197
|
+
/**
|
|
198
|
+
* @see {@link GetHubConfigurationCommand}
|
|
199
|
+
*/
|
|
200
|
+
getHubConfiguration(): Promise<GetHubConfigurationCommandOutput>;
|
|
201
|
+
getHubConfiguration(args: GetHubConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetHubConfigurationCommandOutput>;
|
|
202
|
+
getHubConfiguration(args: GetHubConfigurationCommandInput, cb: (err: any, data?: GetHubConfigurationCommandOutput) => void): void;
|
|
203
|
+
getHubConfiguration(args: GetHubConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHubConfigurationCommandOutput) => void): void;
|
|
204
|
+
/**
|
|
205
|
+
* @see {@link GetManagedThingCommand}
|
|
206
|
+
*/
|
|
207
|
+
getManagedThing(args: GetManagedThingCommandInput, options?: __HttpHandlerOptions): Promise<GetManagedThingCommandOutput>;
|
|
208
|
+
getManagedThing(args: GetManagedThingCommandInput, cb: (err: any, data?: GetManagedThingCommandOutput) => void): void;
|
|
209
|
+
getManagedThing(args: GetManagedThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetManagedThingCommandOutput) => void): void;
|
|
210
|
+
/**
|
|
211
|
+
* @see {@link GetManagedThingCapabilitiesCommand}
|
|
212
|
+
*/
|
|
213
|
+
getManagedThingCapabilities(args: GetManagedThingCapabilitiesCommandInput, options?: __HttpHandlerOptions): Promise<GetManagedThingCapabilitiesCommandOutput>;
|
|
214
|
+
getManagedThingCapabilities(args: GetManagedThingCapabilitiesCommandInput, cb: (err: any, data?: GetManagedThingCapabilitiesCommandOutput) => void): void;
|
|
215
|
+
getManagedThingCapabilities(args: GetManagedThingCapabilitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetManagedThingCapabilitiesCommandOutput) => void): void;
|
|
216
|
+
/**
|
|
217
|
+
* @see {@link GetManagedThingConnectivityDataCommand}
|
|
218
|
+
*/
|
|
219
|
+
getManagedThingConnectivityData(args: GetManagedThingConnectivityDataCommandInput, options?: __HttpHandlerOptions): Promise<GetManagedThingConnectivityDataCommandOutput>;
|
|
220
|
+
getManagedThingConnectivityData(args: GetManagedThingConnectivityDataCommandInput, cb: (err: any, data?: GetManagedThingConnectivityDataCommandOutput) => void): void;
|
|
221
|
+
getManagedThingConnectivityData(args: GetManagedThingConnectivityDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetManagedThingConnectivityDataCommandOutput) => void): void;
|
|
222
|
+
/**
|
|
223
|
+
* @see {@link GetManagedThingMetaDataCommand}
|
|
224
|
+
*/
|
|
225
|
+
getManagedThingMetaData(args: GetManagedThingMetaDataCommandInput, options?: __HttpHandlerOptions): Promise<GetManagedThingMetaDataCommandOutput>;
|
|
226
|
+
getManagedThingMetaData(args: GetManagedThingMetaDataCommandInput, cb: (err: any, data?: GetManagedThingMetaDataCommandOutput) => void): void;
|
|
227
|
+
getManagedThingMetaData(args: GetManagedThingMetaDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetManagedThingMetaDataCommandOutput) => void): void;
|
|
228
|
+
/**
|
|
229
|
+
* @see {@link GetManagedThingStateCommand}
|
|
230
|
+
*/
|
|
231
|
+
getManagedThingState(args: GetManagedThingStateCommandInput, options?: __HttpHandlerOptions): Promise<GetManagedThingStateCommandOutput>;
|
|
232
|
+
getManagedThingState(args: GetManagedThingStateCommandInput, cb: (err: any, data?: GetManagedThingStateCommandOutput) => void): void;
|
|
233
|
+
getManagedThingState(args: GetManagedThingStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetManagedThingStateCommandOutput) => void): void;
|
|
234
|
+
/**
|
|
235
|
+
* @see {@link GetNotificationConfigurationCommand}
|
|
236
|
+
*/
|
|
237
|
+
getNotificationConfiguration(args: GetNotificationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetNotificationConfigurationCommandOutput>;
|
|
238
|
+
getNotificationConfiguration(args: GetNotificationConfigurationCommandInput, cb: (err: any, data?: GetNotificationConfigurationCommandOutput) => void): void;
|
|
239
|
+
getNotificationConfiguration(args: GetNotificationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNotificationConfigurationCommandOutput) => void): void;
|
|
240
|
+
/**
|
|
241
|
+
* @see {@link GetOtaTaskCommand}
|
|
242
|
+
*/
|
|
243
|
+
getOtaTask(args: GetOtaTaskCommandInput, options?: __HttpHandlerOptions): Promise<GetOtaTaskCommandOutput>;
|
|
244
|
+
getOtaTask(args: GetOtaTaskCommandInput, cb: (err: any, data?: GetOtaTaskCommandOutput) => void): void;
|
|
245
|
+
getOtaTask(args: GetOtaTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOtaTaskCommandOutput) => void): void;
|
|
246
|
+
/**
|
|
247
|
+
* @see {@link GetOtaTaskConfigurationCommand}
|
|
248
|
+
*/
|
|
249
|
+
getOtaTaskConfiguration(args: GetOtaTaskConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetOtaTaskConfigurationCommandOutput>;
|
|
250
|
+
getOtaTaskConfiguration(args: GetOtaTaskConfigurationCommandInput, cb: (err: any, data?: GetOtaTaskConfigurationCommandOutput) => void): void;
|
|
251
|
+
getOtaTaskConfiguration(args: GetOtaTaskConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOtaTaskConfigurationCommandOutput) => void): void;
|
|
252
|
+
/**
|
|
253
|
+
* @see {@link GetProvisioningProfileCommand}
|
|
254
|
+
*/
|
|
255
|
+
getProvisioningProfile(args: GetProvisioningProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetProvisioningProfileCommandOutput>;
|
|
256
|
+
getProvisioningProfile(args: GetProvisioningProfileCommandInput, cb: (err: any, data?: GetProvisioningProfileCommandOutput) => void): void;
|
|
257
|
+
getProvisioningProfile(args: GetProvisioningProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProvisioningProfileCommandOutput) => void): void;
|
|
258
|
+
/**
|
|
259
|
+
* @see {@link GetRuntimeLogConfigurationCommand}
|
|
260
|
+
*/
|
|
261
|
+
getRuntimeLogConfiguration(args: GetRuntimeLogConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetRuntimeLogConfigurationCommandOutput>;
|
|
262
|
+
getRuntimeLogConfiguration(args: GetRuntimeLogConfigurationCommandInput, cb: (err: any, data?: GetRuntimeLogConfigurationCommandOutput) => void): void;
|
|
263
|
+
getRuntimeLogConfiguration(args: GetRuntimeLogConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRuntimeLogConfigurationCommandOutput) => void): void;
|
|
264
|
+
/**
|
|
265
|
+
* @see {@link GetSchemaVersionCommand}
|
|
266
|
+
*/
|
|
267
|
+
getSchemaVersion(args: GetSchemaVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetSchemaVersionCommandOutput>;
|
|
268
|
+
getSchemaVersion(args: GetSchemaVersionCommandInput, cb: (err: any, data?: GetSchemaVersionCommandOutput) => void): void;
|
|
269
|
+
getSchemaVersion(args: GetSchemaVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSchemaVersionCommandOutput) => void): void;
|
|
270
|
+
/**
|
|
271
|
+
* @see {@link ListCredentialLockersCommand}
|
|
272
|
+
*/
|
|
273
|
+
listCredentialLockers(): Promise<ListCredentialLockersCommandOutput>;
|
|
274
|
+
listCredentialLockers(args: ListCredentialLockersCommandInput, options?: __HttpHandlerOptions): Promise<ListCredentialLockersCommandOutput>;
|
|
275
|
+
listCredentialLockers(args: ListCredentialLockersCommandInput, cb: (err: any, data?: ListCredentialLockersCommandOutput) => void): void;
|
|
276
|
+
listCredentialLockers(args: ListCredentialLockersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCredentialLockersCommandOutput) => void): void;
|
|
277
|
+
/**
|
|
278
|
+
* @see {@link ListDestinationsCommand}
|
|
279
|
+
*/
|
|
280
|
+
listDestinations(): Promise<ListDestinationsCommandOutput>;
|
|
281
|
+
listDestinations(args: ListDestinationsCommandInput, options?: __HttpHandlerOptions): Promise<ListDestinationsCommandOutput>;
|
|
282
|
+
listDestinations(args: ListDestinationsCommandInput, cb: (err: any, data?: ListDestinationsCommandOutput) => void): void;
|
|
283
|
+
listDestinations(args: ListDestinationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDestinationsCommandOutput) => void): void;
|
|
284
|
+
/**
|
|
285
|
+
* @see {@link ListEventLogConfigurationsCommand}
|
|
286
|
+
*/
|
|
287
|
+
listEventLogConfigurations(): Promise<ListEventLogConfigurationsCommandOutput>;
|
|
288
|
+
listEventLogConfigurations(args: ListEventLogConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListEventLogConfigurationsCommandOutput>;
|
|
289
|
+
listEventLogConfigurations(args: ListEventLogConfigurationsCommandInput, cb: (err: any, data?: ListEventLogConfigurationsCommandOutput) => void): void;
|
|
290
|
+
listEventLogConfigurations(args: ListEventLogConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventLogConfigurationsCommandOutput) => void): void;
|
|
291
|
+
/**
|
|
292
|
+
* @see {@link ListManagedThingsCommand}
|
|
293
|
+
*/
|
|
294
|
+
listManagedThings(): Promise<ListManagedThingsCommandOutput>;
|
|
295
|
+
listManagedThings(args: ListManagedThingsCommandInput, options?: __HttpHandlerOptions): Promise<ListManagedThingsCommandOutput>;
|
|
296
|
+
listManagedThings(args: ListManagedThingsCommandInput, cb: (err: any, data?: ListManagedThingsCommandOutput) => void): void;
|
|
297
|
+
listManagedThings(args: ListManagedThingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListManagedThingsCommandOutput) => void): void;
|
|
298
|
+
/**
|
|
299
|
+
* @see {@link ListManagedThingSchemasCommand}
|
|
300
|
+
*/
|
|
301
|
+
listManagedThingSchemas(args: ListManagedThingSchemasCommandInput, options?: __HttpHandlerOptions): Promise<ListManagedThingSchemasCommandOutput>;
|
|
302
|
+
listManagedThingSchemas(args: ListManagedThingSchemasCommandInput, cb: (err: any, data?: ListManagedThingSchemasCommandOutput) => void): void;
|
|
303
|
+
listManagedThingSchemas(args: ListManagedThingSchemasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListManagedThingSchemasCommandOutput) => void): void;
|
|
304
|
+
/**
|
|
305
|
+
* @see {@link ListNotificationConfigurationsCommand}
|
|
306
|
+
*/
|
|
307
|
+
listNotificationConfigurations(): Promise<ListNotificationConfigurationsCommandOutput>;
|
|
308
|
+
listNotificationConfigurations(args: ListNotificationConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListNotificationConfigurationsCommandOutput>;
|
|
309
|
+
listNotificationConfigurations(args: ListNotificationConfigurationsCommandInput, cb: (err: any, data?: ListNotificationConfigurationsCommandOutput) => void): void;
|
|
310
|
+
listNotificationConfigurations(args: ListNotificationConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNotificationConfigurationsCommandOutput) => void): void;
|
|
311
|
+
/**
|
|
312
|
+
* @see {@link ListOtaTaskConfigurationsCommand}
|
|
313
|
+
*/
|
|
314
|
+
listOtaTaskConfigurations(): Promise<ListOtaTaskConfigurationsCommandOutput>;
|
|
315
|
+
listOtaTaskConfigurations(args: ListOtaTaskConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListOtaTaskConfigurationsCommandOutput>;
|
|
316
|
+
listOtaTaskConfigurations(args: ListOtaTaskConfigurationsCommandInput, cb: (err: any, data?: ListOtaTaskConfigurationsCommandOutput) => void): void;
|
|
317
|
+
listOtaTaskConfigurations(args: ListOtaTaskConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOtaTaskConfigurationsCommandOutput) => void): void;
|
|
318
|
+
/**
|
|
319
|
+
* @see {@link ListOtaTaskExecutionsCommand}
|
|
320
|
+
*/
|
|
321
|
+
listOtaTaskExecutions(args: ListOtaTaskExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListOtaTaskExecutionsCommandOutput>;
|
|
322
|
+
listOtaTaskExecutions(args: ListOtaTaskExecutionsCommandInput, cb: (err: any, data?: ListOtaTaskExecutionsCommandOutput) => void): void;
|
|
323
|
+
listOtaTaskExecutions(args: ListOtaTaskExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOtaTaskExecutionsCommandOutput) => void): void;
|
|
324
|
+
/**
|
|
325
|
+
* @see {@link ListOtaTasksCommand}
|
|
326
|
+
*/
|
|
327
|
+
listOtaTasks(): Promise<ListOtaTasksCommandOutput>;
|
|
328
|
+
listOtaTasks(args: ListOtaTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListOtaTasksCommandOutput>;
|
|
329
|
+
listOtaTasks(args: ListOtaTasksCommandInput, cb: (err: any, data?: ListOtaTasksCommandOutput) => void): void;
|
|
330
|
+
listOtaTasks(args: ListOtaTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOtaTasksCommandOutput) => void): void;
|
|
331
|
+
/**
|
|
332
|
+
* @see {@link ListProvisioningProfilesCommand}
|
|
333
|
+
*/
|
|
334
|
+
listProvisioningProfiles(): Promise<ListProvisioningProfilesCommandOutput>;
|
|
335
|
+
listProvisioningProfiles(args: ListProvisioningProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListProvisioningProfilesCommandOutput>;
|
|
336
|
+
listProvisioningProfiles(args: ListProvisioningProfilesCommandInput, cb: (err: any, data?: ListProvisioningProfilesCommandOutput) => void): void;
|
|
337
|
+
listProvisioningProfiles(args: ListProvisioningProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProvisioningProfilesCommandOutput) => void): void;
|
|
338
|
+
/**
|
|
339
|
+
* @see {@link ListSchemaVersionsCommand}
|
|
340
|
+
*/
|
|
341
|
+
listSchemaVersions(args: ListSchemaVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListSchemaVersionsCommandOutput>;
|
|
342
|
+
listSchemaVersions(args: ListSchemaVersionsCommandInput, cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void): void;
|
|
343
|
+
listSchemaVersions(args: ListSchemaVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void): void;
|
|
344
|
+
/**
|
|
345
|
+
* @see {@link PutDefaultEncryptionConfigurationCommand}
|
|
346
|
+
*/
|
|
347
|
+
putDefaultEncryptionConfiguration(args: PutDefaultEncryptionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutDefaultEncryptionConfigurationCommandOutput>;
|
|
348
|
+
putDefaultEncryptionConfiguration(args: PutDefaultEncryptionConfigurationCommandInput, cb: (err: any, data?: PutDefaultEncryptionConfigurationCommandOutput) => void): void;
|
|
349
|
+
putDefaultEncryptionConfiguration(args: PutDefaultEncryptionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDefaultEncryptionConfigurationCommandOutput) => void): void;
|
|
350
|
+
/**
|
|
351
|
+
* @see {@link PutHubConfigurationCommand}
|
|
352
|
+
*/
|
|
353
|
+
putHubConfiguration(args: PutHubConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutHubConfigurationCommandOutput>;
|
|
354
|
+
putHubConfiguration(args: PutHubConfigurationCommandInput, cb: (err: any, data?: PutHubConfigurationCommandOutput) => void): void;
|
|
355
|
+
putHubConfiguration(args: PutHubConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutHubConfigurationCommandOutput) => void): void;
|
|
356
|
+
/**
|
|
357
|
+
* @see {@link PutRuntimeLogConfigurationCommand}
|
|
358
|
+
*/
|
|
359
|
+
putRuntimeLogConfiguration(args: PutRuntimeLogConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutRuntimeLogConfigurationCommandOutput>;
|
|
360
|
+
putRuntimeLogConfiguration(args: PutRuntimeLogConfigurationCommandInput, cb: (err: any, data?: PutRuntimeLogConfigurationCommandOutput) => void): void;
|
|
361
|
+
putRuntimeLogConfiguration(args: PutRuntimeLogConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRuntimeLogConfigurationCommandOutput) => void): void;
|
|
362
|
+
/**
|
|
363
|
+
* @see {@link RegisterCustomEndpointCommand}
|
|
364
|
+
*/
|
|
365
|
+
registerCustomEndpoint(): Promise<RegisterCustomEndpointCommandOutput>;
|
|
366
|
+
registerCustomEndpoint(args: RegisterCustomEndpointCommandInput, options?: __HttpHandlerOptions): Promise<RegisterCustomEndpointCommandOutput>;
|
|
367
|
+
registerCustomEndpoint(args: RegisterCustomEndpointCommandInput, cb: (err: any, data?: RegisterCustomEndpointCommandOutput) => void): void;
|
|
368
|
+
registerCustomEndpoint(args: RegisterCustomEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterCustomEndpointCommandOutput) => void): void;
|
|
369
|
+
/**
|
|
370
|
+
* @see {@link ResetRuntimeLogConfigurationCommand}
|
|
371
|
+
*/
|
|
372
|
+
resetRuntimeLogConfiguration(args: ResetRuntimeLogConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ResetRuntimeLogConfigurationCommandOutput>;
|
|
373
|
+
resetRuntimeLogConfiguration(args: ResetRuntimeLogConfigurationCommandInput, cb: (err: any, data?: ResetRuntimeLogConfigurationCommandOutput) => void): void;
|
|
374
|
+
resetRuntimeLogConfiguration(args: ResetRuntimeLogConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetRuntimeLogConfigurationCommandOutput) => void): void;
|
|
375
|
+
/**
|
|
376
|
+
* @see {@link SendManagedThingCommandCommand}
|
|
377
|
+
*/
|
|
378
|
+
sendManagedThingCommand(args: SendManagedThingCommandCommandInput, options?: __HttpHandlerOptions): Promise<SendManagedThingCommandCommandOutput>;
|
|
379
|
+
sendManagedThingCommand(args: SendManagedThingCommandCommandInput, cb: (err: any, data?: SendManagedThingCommandCommandOutput) => void): void;
|
|
380
|
+
sendManagedThingCommand(args: SendManagedThingCommandCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendManagedThingCommandCommandOutput) => void): void;
|
|
381
|
+
/**
|
|
382
|
+
* @see {@link StartDeviceDiscoveryCommand}
|
|
383
|
+
*/
|
|
384
|
+
startDeviceDiscovery(args: StartDeviceDiscoveryCommandInput, options?: __HttpHandlerOptions): Promise<StartDeviceDiscoveryCommandOutput>;
|
|
385
|
+
startDeviceDiscovery(args: StartDeviceDiscoveryCommandInput, cb: (err: any, data?: StartDeviceDiscoveryCommandOutput) => void): void;
|
|
386
|
+
startDeviceDiscovery(args: StartDeviceDiscoveryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDeviceDiscoveryCommandOutput) => void): void;
|
|
387
|
+
/**
|
|
388
|
+
* @see {@link UpdateDestinationCommand}
|
|
389
|
+
*/
|
|
390
|
+
updateDestination(args: UpdateDestinationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDestinationCommandOutput>;
|
|
391
|
+
updateDestination(args: UpdateDestinationCommandInput, cb: (err: any, data?: UpdateDestinationCommandOutput) => void): void;
|
|
392
|
+
updateDestination(args: UpdateDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDestinationCommandOutput) => void): void;
|
|
393
|
+
/**
|
|
394
|
+
* @see {@link UpdateEventLogConfigurationCommand}
|
|
395
|
+
*/
|
|
396
|
+
updateEventLogConfiguration(args: UpdateEventLogConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEventLogConfigurationCommandOutput>;
|
|
397
|
+
updateEventLogConfiguration(args: UpdateEventLogConfigurationCommandInput, cb: (err: any, data?: UpdateEventLogConfigurationCommandOutput) => void): void;
|
|
398
|
+
updateEventLogConfiguration(args: UpdateEventLogConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEventLogConfigurationCommandOutput) => void): void;
|
|
399
|
+
/**
|
|
400
|
+
* @see {@link UpdateManagedThingCommand}
|
|
401
|
+
*/
|
|
402
|
+
updateManagedThing(args: UpdateManagedThingCommandInput, options?: __HttpHandlerOptions): Promise<UpdateManagedThingCommandOutput>;
|
|
403
|
+
updateManagedThing(args: UpdateManagedThingCommandInput, cb: (err: any, data?: UpdateManagedThingCommandOutput) => void): void;
|
|
404
|
+
updateManagedThing(args: UpdateManagedThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateManagedThingCommandOutput) => void): void;
|
|
405
|
+
/**
|
|
406
|
+
* @see {@link UpdateNotificationConfigurationCommand}
|
|
407
|
+
*/
|
|
408
|
+
updateNotificationConfiguration(args: UpdateNotificationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNotificationConfigurationCommandOutput>;
|
|
409
|
+
updateNotificationConfiguration(args: UpdateNotificationConfigurationCommandInput, cb: (err: any, data?: UpdateNotificationConfigurationCommandOutput) => void): void;
|
|
410
|
+
updateNotificationConfiguration(args: UpdateNotificationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNotificationConfigurationCommandOutput) => void): void;
|
|
411
|
+
/**
|
|
412
|
+
* @see {@link UpdateOtaTaskCommand}
|
|
413
|
+
*/
|
|
414
|
+
updateOtaTask(args: UpdateOtaTaskCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOtaTaskCommandOutput>;
|
|
415
|
+
updateOtaTask(args: UpdateOtaTaskCommandInput, cb: (err: any, data?: UpdateOtaTaskCommandOutput) => void): void;
|
|
416
|
+
updateOtaTask(args: UpdateOtaTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOtaTaskCommandOutput) => void): void;
|
|
417
|
+
}
|
|
418
|
+
/**
|
|
419
|
+
* Managed integrations is a feature of AWS IoT Device Management that enables developers to quickly build innovative IoT solutions. Customers can use managed integrations to automate device setup workflows and support interoperability across many devices, regardless of device vendor or connectivity protocol. This allows developers to use a single user-interface to control, manage, and operate a range of devices.
|
|
420
|
+
* @public
|
|
421
|
+
*/
|
|
422
|
+
export declare class IoTManagedIntegrations extends IoTManagedIntegrationsClient implements IoTManagedIntegrations {
|
|
423
|
+
}
|