@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,439 @@
|
|
|
1
|
+
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
import { IoTManagedIntegrationsServiceException as __BaseException } from "./IoTManagedIntegrationsServiceException";
|
|
3
|
+
export const AbortCriteriaAction = {
|
|
4
|
+
CANCEL: "CANCEL",
|
|
5
|
+
};
|
|
6
|
+
export const AbortCriteriaFailureType = {
|
|
7
|
+
ALL: "ALL",
|
|
8
|
+
FAILED: "FAILED",
|
|
9
|
+
REJECTED: "REJECTED",
|
|
10
|
+
TIMED_OUT: "TIMED_OUT",
|
|
11
|
+
};
|
|
12
|
+
export class AccessDeniedException extends __BaseException {
|
|
13
|
+
name = "AccessDeniedException";
|
|
14
|
+
$fault = "client";
|
|
15
|
+
Message;
|
|
16
|
+
constructor(opts) {
|
|
17
|
+
super({
|
|
18
|
+
name: "AccessDeniedException",
|
|
19
|
+
$fault: "client",
|
|
20
|
+
...opts,
|
|
21
|
+
});
|
|
22
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
23
|
+
this.Message = opts.Message;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
export const AuthMaterialType = {
|
|
27
|
+
WIFI_SETUP_QR_BAR_CODE: "WIFI_SETUP_QR_BAR_CODE",
|
|
28
|
+
ZIGBEE_QR_BAR_CODE: "ZIGBEE_QR_BAR_CODE",
|
|
29
|
+
ZWAVE_QR_BAR_CODE: "ZWAVE_QR_BAR_CODE",
|
|
30
|
+
};
|
|
31
|
+
export const ConfigurationState = {
|
|
32
|
+
ENABLED: "ENABLED",
|
|
33
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
34
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
35
|
+
};
|
|
36
|
+
export class ConflictException extends __BaseException {
|
|
37
|
+
name = "ConflictException";
|
|
38
|
+
$fault = "client";
|
|
39
|
+
Message;
|
|
40
|
+
constructor(opts) {
|
|
41
|
+
super({
|
|
42
|
+
name: "ConflictException",
|
|
43
|
+
$fault: "client",
|
|
44
|
+
...opts,
|
|
45
|
+
});
|
|
46
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
47
|
+
this.Message = opts.Message;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
export class InternalServerException extends __BaseException {
|
|
51
|
+
name = "InternalServerException";
|
|
52
|
+
$fault = "server";
|
|
53
|
+
Message;
|
|
54
|
+
constructor(opts) {
|
|
55
|
+
super({
|
|
56
|
+
name: "InternalServerException",
|
|
57
|
+
$fault: "server",
|
|
58
|
+
...opts,
|
|
59
|
+
});
|
|
60
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
61
|
+
this.Message = opts.Message;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
export class ServiceQuotaExceededException extends __BaseException {
|
|
65
|
+
name = "ServiceQuotaExceededException";
|
|
66
|
+
$fault = "client";
|
|
67
|
+
Message;
|
|
68
|
+
constructor(opts) {
|
|
69
|
+
super({
|
|
70
|
+
name: "ServiceQuotaExceededException",
|
|
71
|
+
$fault: "client",
|
|
72
|
+
...opts,
|
|
73
|
+
});
|
|
74
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
75
|
+
this.Message = opts.Message;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
export class ServiceUnavailableException extends __BaseException {
|
|
79
|
+
name = "ServiceUnavailableException";
|
|
80
|
+
$fault = "server";
|
|
81
|
+
Message;
|
|
82
|
+
constructor(opts) {
|
|
83
|
+
super({
|
|
84
|
+
name: "ServiceUnavailableException",
|
|
85
|
+
$fault: "server",
|
|
86
|
+
...opts,
|
|
87
|
+
});
|
|
88
|
+
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
89
|
+
this.Message = opts.Message;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
export class ThrottlingException extends __BaseException {
|
|
93
|
+
name = "ThrottlingException";
|
|
94
|
+
$fault = "client";
|
|
95
|
+
Message;
|
|
96
|
+
constructor(opts) {
|
|
97
|
+
super({
|
|
98
|
+
name: "ThrottlingException",
|
|
99
|
+
$fault: "client",
|
|
100
|
+
...opts,
|
|
101
|
+
});
|
|
102
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
103
|
+
this.Message = opts.Message;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
export class ValidationException extends __BaseException {
|
|
107
|
+
name = "ValidationException";
|
|
108
|
+
$fault = "client";
|
|
109
|
+
Message;
|
|
110
|
+
constructor(opts) {
|
|
111
|
+
super({
|
|
112
|
+
name: "ValidationException",
|
|
113
|
+
$fault: "client",
|
|
114
|
+
...opts,
|
|
115
|
+
});
|
|
116
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
117
|
+
this.Message = opts.Message;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
export const DeliveryDestinationType = {
|
|
121
|
+
KINESIS: "KINESIS",
|
|
122
|
+
};
|
|
123
|
+
export const LogLevel = {
|
|
124
|
+
DEBUG: "DEBUG",
|
|
125
|
+
ERROR: "ERROR",
|
|
126
|
+
INFO: "INFO",
|
|
127
|
+
WARN: "WARN",
|
|
128
|
+
};
|
|
129
|
+
export const Role = {
|
|
130
|
+
CONTROLLER: "CONTROLLER",
|
|
131
|
+
DEVICE: "DEVICE",
|
|
132
|
+
};
|
|
133
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
134
|
+
name = "ResourceNotFoundException";
|
|
135
|
+
$fault = "client";
|
|
136
|
+
Message;
|
|
137
|
+
constructor(opts) {
|
|
138
|
+
super({
|
|
139
|
+
name: "ResourceNotFoundException",
|
|
140
|
+
$fault: "client",
|
|
141
|
+
...opts,
|
|
142
|
+
});
|
|
143
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
144
|
+
this.Message = opts.Message;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
export class UnauthorizedException extends __BaseException {
|
|
148
|
+
name = "UnauthorizedException";
|
|
149
|
+
$fault = "client";
|
|
150
|
+
Message;
|
|
151
|
+
constructor(opts) {
|
|
152
|
+
super({
|
|
153
|
+
name: "UnauthorizedException",
|
|
154
|
+
$fault: "client",
|
|
155
|
+
...opts,
|
|
156
|
+
});
|
|
157
|
+
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
158
|
+
this.Message = opts.Message;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
export const EventType = {
|
|
162
|
+
CONNECTOR_ASSOCIATION: "CONNECTOR_ASSOCIATION",
|
|
163
|
+
CONNECTOR_ERROR_REPORT: "CONNECTOR_ERROR_REPORT",
|
|
164
|
+
DEVICE_COMMAND: "DEVICE_COMMAND",
|
|
165
|
+
DEVICE_COMMAND_REQUEST: "DEVICE_COMMAND_REQUEST",
|
|
166
|
+
DEVICE_EVENT: "DEVICE_EVENT",
|
|
167
|
+
DEVICE_LIFE_CYCLE: "DEVICE_LIFE_CYCLE",
|
|
168
|
+
DEVICE_OTA: "DEVICE_OTA",
|
|
169
|
+
DEVICE_STATE: "DEVICE_STATE",
|
|
170
|
+
};
|
|
171
|
+
export const OtaMechanism = {
|
|
172
|
+
PUSH: "PUSH",
|
|
173
|
+
};
|
|
174
|
+
export const SchedulingConfigEndBehavior = {
|
|
175
|
+
CANCEL: "CANCEL",
|
|
176
|
+
FORCE_CANCEL: "FORCE_CANCEL",
|
|
177
|
+
STOP_ROLLOUT: "STOP_ROLLOUT",
|
|
178
|
+
};
|
|
179
|
+
export const RetryCriteriaFailureType = {
|
|
180
|
+
ALL: "ALL",
|
|
181
|
+
FAILED: "FAILED",
|
|
182
|
+
TIMED_OUT: "TIMED_OUT",
|
|
183
|
+
};
|
|
184
|
+
export const OtaType = {
|
|
185
|
+
CONTINUOUS: "CONTINUOUS",
|
|
186
|
+
ONE_TIME: "ONE_TIME",
|
|
187
|
+
};
|
|
188
|
+
export const OtaProtocol = {
|
|
189
|
+
HTTP: "HTTP",
|
|
190
|
+
};
|
|
191
|
+
export const ProvisioningType = {
|
|
192
|
+
FLEET_PROVISIONING: "FLEET_PROVISIONING",
|
|
193
|
+
JITR: "JITR",
|
|
194
|
+
};
|
|
195
|
+
export const DiscoveryType = {
|
|
196
|
+
CLOUD: "CLOUD",
|
|
197
|
+
ZIGBEE: "ZIGBEE",
|
|
198
|
+
ZWAVE: "ZWAVE",
|
|
199
|
+
};
|
|
200
|
+
export const DeviceDiscoveryStatus = {
|
|
201
|
+
FAILED: "FAILED",
|
|
202
|
+
RUNNING: "RUNNING",
|
|
203
|
+
SUCCEEDED: "SUCCEEDED",
|
|
204
|
+
TIMED_OUT: "TIMED_OUT",
|
|
205
|
+
};
|
|
206
|
+
export const DiscoveryAuthMaterialType = {
|
|
207
|
+
ZWAVE_INSTALL_CODE: "ZWAVE_INSTALL_CODE",
|
|
208
|
+
};
|
|
209
|
+
export const DisconnectReasonValue = {
|
|
210
|
+
AUTH_ERROR: "AUTH_ERROR",
|
|
211
|
+
CLIENT_ERROR: "CLIENT_ERROR",
|
|
212
|
+
CLIENT_INITIATED_DISCONNECT: "CLIENT_INITIATED_DISCONNECT",
|
|
213
|
+
CONNECTION_LOST: "CONNECTION_LOST",
|
|
214
|
+
CUSTOMAUTH_TTL_EXPIRATION: "CUSTOMAUTH_TTL_EXPIRATION",
|
|
215
|
+
DUPLICATE_CLIENTID: "DUPLICATE_CLIENTID",
|
|
216
|
+
FORBIDDEN_ACCESS: "FORBIDDEN_ACCESS",
|
|
217
|
+
MQTT_KEEP_ALIVE_TIMEOUT: "MQTT_KEEP_ALIVE_TIMEOUT",
|
|
218
|
+
NONE: "NONE",
|
|
219
|
+
SERVER_ERROR: "SERVER_ERROR",
|
|
220
|
+
SERVER_INITIATED_DISCONNECT: "SERVER_INITIATED_DISCONNECT",
|
|
221
|
+
THROTTLED: "THROTTLED",
|
|
222
|
+
UNKNOWN: "UNKNOWN",
|
|
223
|
+
WEBSOCKET_TTL_EXPIRATION: "WEBSOCKET_TTL_EXPIRATION",
|
|
224
|
+
};
|
|
225
|
+
export const EncryptionType = {
|
|
226
|
+
CUSTOMER_KEY_ENCRYPTION: "CUSTOMER_KEY_ENCRYPTION",
|
|
227
|
+
MANAGED_INTEGRATIONS_DEFAULT_ENCRYPTION: "MANAGED_INTEGRATIONS_DEFAULT_ENCRYPTION",
|
|
228
|
+
};
|
|
229
|
+
export class InternalFailureException extends __BaseException {
|
|
230
|
+
name = "InternalFailureException";
|
|
231
|
+
$fault = "server";
|
|
232
|
+
Message;
|
|
233
|
+
constructor(opts) {
|
|
234
|
+
super({
|
|
235
|
+
name: "InternalFailureException",
|
|
236
|
+
$fault: "server",
|
|
237
|
+
...opts,
|
|
238
|
+
});
|
|
239
|
+
Object.setPrototypeOf(this, InternalFailureException.prototype);
|
|
240
|
+
this.Message = opts.Message;
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
export const HubNetworkMode = {
|
|
244
|
+
NETWORK_WIDE_EXCLUSION: "NETWORK_WIDE_EXCLUSION",
|
|
245
|
+
STANDARD: "STANDARD",
|
|
246
|
+
};
|
|
247
|
+
export const ProvisioningStatus = {
|
|
248
|
+
ACTIVATED: "ACTIVATED",
|
|
249
|
+
DELETED: "DELETED",
|
|
250
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
251
|
+
DELETION_FAILED: "DELETION_FAILED",
|
|
252
|
+
DISCOVERED: "DISCOVERED",
|
|
253
|
+
ISOLATED: "ISOLATED",
|
|
254
|
+
PRE_ASSOCIATED: "PRE_ASSOCIATED",
|
|
255
|
+
UNASSOCIATED: "UNASSOCIATED",
|
|
256
|
+
};
|
|
257
|
+
export const OtaStatus = {
|
|
258
|
+
CANCELED: "CANCELED",
|
|
259
|
+
COMPLETED: "COMPLETED",
|
|
260
|
+
DELETION_IN_PROGRESS: "DELETION_IN_PROGRESS",
|
|
261
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
262
|
+
SCHEDULED: "SCHEDULED",
|
|
263
|
+
};
|
|
264
|
+
export const SchemaVersionFormat = {
|
|
265
|
+
AWS: "AWS",
|
|
266
|
+
CONNECTOR: "CONNECTOR",
|
|
267
|
+
ZCL: "ZCL",
|
|
268
|
+
};
|
|
269
|
+
export const SchemaVersionType = {
|
|
270
|
+
CAPABILITY: "capability",
|
|
271
|
+
DEFINITION: "definition",
|
|
272
|
+
};
|
|
273
|
+
export const SchemaVersionVisibility = {
|
|
274
|
+
PRIVATE: "PRIVATE",
|
|
275
|
+
PUBLIC: "PUBLIC",
|
|
276
|
+
};
|
|
277
|
+
export const OtaTaskExecutionStatus = {
|
|
278
|
+
CANCELED: "CANCELED",
|
|
279
|
+
FAILED: "FAILED",
|
|
280
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
281
|
+
QUEUED: "QUEUED",
|
|
282
|
+
REJECTED: "REJECTED",
|
|
283
|
+
REMOVED: "REMOVED",
|
|
284
|
+
SUCCEEDED: "SUCCEEDED",
|
|
285
|
+
TIMED_OUT: "TIMED_OUT",
|
|
286
|
+
};
|
|
287
|
+
export const CapabilityActionFilterSensitiveLog = (obj) => ({
|
|
288
|
+
...obj,
|
|
289
|
+
...(obj.parameters && { parameters: SENSITIVE_STRING }),
|
|
290
|
+
});
|
|
291
|
+
export const CommandCapabilityFilterSensitiveLog = (obj) => ({
|
|
292
|
+
...obj,
|
|
293
|
+
...(obj.actions && { actions: obj.actions.map((item) => CapabilityActionFilterSensitiveLog(item)) }),
|
|
294
|
+
});
|
|
295
|
+
export const CommandEndpointFilterSensitiveLog = (obj) => ({
|
|
296
|
+
...obj,
|
|
297
|
+
});
|
|
298
|
+
export const CreateCredentialLockerRequestFilterSensitiveLog = (obj) => ({
|
|
299
|
+
...obj,
|
|
300
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
301
|
+
...(obj.Tags && { Tags: SENSITIVE_STRING }),
|
|
302
|
+
});
|
|
303
|
+
export const CreateDestinationRequestFilterSensitiveLog = (obj) => ({
|
|
304
|
+
...obj,
|
|
305
|
+
...(obj.Tags && { Tags: SENSITIVE_STRING }),
|
|
306
|
+
});
|
|
307
|
+
export const CreateManagedThingRequestFilterSensitiveLog = (obj) => ({
|
|
308
|
+
...obj,
|
|
309
|
+
...(obj.Owner && { Owner: SENSITIVE_STRING }),
|
|
310
|
+
...(obj.AuthenticationMaterial && { AuthenticationMaterial: SENSITIVE_STRING }),
|
|
311
|
+
...(obj.SerialNumber && { SerialNumber: SENSITIVE_STRING }),
|
|
312
|
+
...(obj.Brand && { Brand: SENSITIVE_STRING }),
|
|
313
|
+
...(obj.Model && { Model: SENSITIVE_STRING }),
|
|
314
|
+
...(obj.Classification && { Classification: SENSITIVE_STRING }),
|
|
315
|
+
...(obj.Tags && { Tags: SENSITIVE_STRING }),
|
|
316
|
+
});
|
|
317
|
+
export const CreateNotificationConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
318
|
+
...obj,
|
|
319
|
+
...(obj.Tags && { Tags: SENSITIVE_STRING }),
|
|
320
|
+
});
|
|
321
|
+
export const CreateOtaTaskRequestFilterSensitiveLog = (obj) => ({
|
|
322
|
+
...obj,
|
|
323
|
+
...(obj.Tags && { Tags: SENSITIVE_STRING }),
|
|
324
|
+
});
|
|
325
|
+
export const CreateOtaTaskConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
326
|
+
...obj,
|
|
327
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
328
|
+
});
|
|
329
|
+
export const CreateProvisioningProfileRequestFilterSensitiveLog = (obj) => ({
|
|
330
|
+
...obj,
|
|
331
|
+
...(obj.CaCertificate && { CaCertificate: SENSITIVE_STRING }),
|
|
332
|
+
...(obj.Tags && { Tags: SENSITIVE_STRING }),
|
|
333
|
+
});
|
|
334
|
+
export const CreateProvisioningProfileResponseFilterSensitiveLog = (obj) => ({
|
|
335
|
+
...obj,
|
|
336
|
+
...(obj.ClaimCertificate && { ClaimCertificate: SENSITIVE_STRING }),
|
|
337
|
+
...(obj.ClaimCertificatePrivateKey && { ClaimCertificatePrivateKey: SENSITIVE_STRING }),
|
|
338
|
+
});
|
|
339
|
+
export const CredentialLockerSummaryFilterSensitiveLog = (obj) => ({
|
|
340
|
+
...obj,
|
|
341
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
342
|
+
});
|
|
343
|
+
export const GetCredentialLockerResponseFilterSensitiveLog = (obj) => ({
|
|
344
|
+
...obj,
|
|
345
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
346
|
+
...(obj.Tags && { Tags: SENSITIVE_STRING }),
|
|
347
|
+
});
|
|
348
|
+
export const ListCredentialLockersResponseFilterSensitiveLog = (obj) => ({
|
|
349
|
+
...obj,
|
|
350
|
+
...(obj.Items && { Items: obj.Items.map((item) => CredentialLockerSummaryFilterSensitiveLog(item)) }),
|
|
351
|
+
});
|
|
352
|
+
export const GetDestinationResponseFilterSensitiveLog = (obj) => ({
|
|
353
|
+
...obj,
|
|
354
|
+
...(obj.Tags && { Tags: SENSITIVE_STRING }),
|
|
355
|
+
});
|
|
356
|
+
export const GetDeviceDiscoveryResponseFilterSensitiveLog = (obj) => ({
|
|
357
|
+
...obj,
|
|
358
|
+
...(obj.Tags && { Tags: SENSITIVE_STRING }),
|
|
359
|
+
});
|
|
360
|
+
export const StartDeviceDiscoveryRequestFilterSensitiveLog = (obj) => ({
|
|
361
|
+
...obj,
|
|
362
|
+
...(obj.AuthenticationMaterial && { AuthenticationMaterial: SENSITIVE_STRING }),
|
|
363
|
+
...(obj.Tags && { Tags: SENSITIVE_STRING }),
|
|
364
|
+
});
|
|
365
|
+
export const GetManagedThingResponseFilterSensitiveLog = (obj) => ({
|
|
366
|
+
...obj,
|
|
367
|
+
...(obj.Owner && { Owner: SENSITIVE_STRING }),
|
|
368
|
+
...(obj.Model && { Model: SENSITIVE_STRING }),
|
|
369
|
+
...(obj.Brand && { Brand: SENSITIVE_STRING }),
|
|
370
|
+
...(obj.SerialNumber && { SerialNumber: SENSITIVE_STRING }),
|
|
371
|
+
...(obj.UniversalProductCode && { UniversalProductCode: SENSITIVE_STRING }),
|
|
372
|
+
...(obj.InternationalArticleNumber && { InternationalArticleNumber: SENSITIVE_STRING }),
|
|
373
|
+
...(obj.ConnectorDeviceId && { ConnectorDeviceId: SENSITIVE_STRING }),
|
|
374
|
+
...(obj.DeviceSpecificKey && { DeviceSpecificKey: SENSITIVE_STRING }),
|
|
375
|
+
...(obj.MacAddress && { MacAddress: SENSITIVE_STRING }),
|
|
376
|
+
...(obj.Classification && { Classification: SENSITIVE_STRING }),
|
|
377
|
+
...(obj.Tags && { Tags: SENSITIVE_STRING }),
|
|
378
|
+
});
|
|
379
|
+
export const StateCapabilityFilterSensitiveLog = (obj) => ({
|
|
380
|
+
...obj,
|
|
381
|
+
...(obj.properties && { properties: SENSITIVE_STRING }),
|
|
382
|
+
});
|
|
383
|
+
export const StateEndpointFilterSensitiveLog = (obj) => ({
|
|
384
|
+
...obj,
|
|
385
|
+
...(obj.capabilities && { capabilities: obj.capabilities.map((item) => StateCapabilityFilterSensitiveLog(item)) }),
|
|
386
|
+
});
|
|
387
|
+
export const GetManagedThingStateResponseFilterSensitiveLog = (obj) => ({
|
|
388
|
+
...obj,
|
|
389
|
+
});
|
|
390
|
+
export const GetNotificationConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
391
|
+
...obj,
|
|
392
|
+
...(obj.Tags && { Tags: SENSITIVE_STRING }),
|
|
393
|
+
});
|
|
394
|
+
export const GetOtaTaskConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
395
|
+
...obj,
|
|
396
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
397
|
+
});
|
|
398
|
+
export const GetProvisioningProfileResponseFilterSensitiveLog = (obj) => ({
|
|
399
|
+
...obj,
|
|
400
|
+
...(obj.ClaimCertificate && { ClaimCertificate: SENSITIVE_STRING }),
|
|
401
|
+
...(obj.Tags && { Tags: SENSITIVE_STRING }),
|
|
402
|
+
});
|
|
403
|
+
export const SendManagedThingCommandRequestFilterSensitiveLog = (obj) => ({
|
|
404
|
+
...obj,
|
|
405
|
+
});
|
|
406
|
+
export const ListManagedThingsRequestFilterSensitiveLog = (obj) => ({
|
|
407
|
+
...obj,
|
|
408
|
+
...(obj.OwnerFilter && { OwnerFilter: SENSITIVE_STRING }),
|
|
409
|
+
...(obj.SerialNumberFilter && { SerialNumberFilter: SENSITIVE_STRING }),
|
|
410
|
+
});
|
|
411
|
+
export const ManagedThingSummaryFilterSensitiveLog = (obj) => ({
|
|
412
|
+
...obj,
|
|
413
|
+
...(obj.Brand && { Brand: SENSITIVE_STRING }),
|
|
414
|
+
...(obj.Classification && { Classification: SENSITIVE_STRING }),
|
|
415
|
+
...(obj.ConnectorDeviceId && { ConnectorDeviceId: SENSITIVE_STRING }),
|
|
416
|
+
...(obj.Model && { Model: SENSITIVE_STRING }),
|
|
417
|
+
...(obj.Owner && { Owner: SENSITIVE_STRING }),
|
|
418
|
+
...(obj.SerialNumber && { SerialNumber: SENSITIVE_STRING }),
|
|
419
|
+
});
|
|
420
|
+
export const ListManagedThingsResponseFilterSensitiveLog = (obj) => ({
|
|
421
|
+
...obj,
|
|
422
|
+
...(obj.Items && { Items: obj.Items.map((item) => ManagedThingSummaryFilterSensitiveLog(item)) }),
|
|
423
|
+
});
|
|
424
|
+
export const UpdateManagedThingRequestFilterSensitiveLog = (obj) => ({
|
|
425
|
+
...obj,
|
|
426
|
+
...(obj.Owner && { Owner: SENSITIVE_STRING }),
|
|
427
|
+
...(obj.SerialNumber && { SerialNumber: SENSITIVE_STRING }),
|
|
428
|
+
...(obj.Brand && { Brand: SENSITIVE_STRING }),
|
|
429
|
+
...(obj.Model && { Model: SENSITIVE_STRING }),
|
|
430
|
+
...(obj.Classification && { Classification: SENSITIVE_STRING }),
|
|
431
|
+
});
|
|
432
|
+
export const OtaTaskConfigurationSummaryFilterSensitiveLog = (obj) => ({
|
|
433
|
+
...obj,
|
|
434
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
435
|
+
});
|
|
436
|
+
export const ListOtaTaskConfigurationsResponseFilterSensitiveLog = (obj) => ({
|
|
437
|
+
...obj,
|
|
438
|
+
...(obj.Items && { Items: obj.Items.map((item) => OtaTaskConfigurationSummaryFilterSensitiveLog(item)) }),
|
|
439
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListCredentialLockersCommand, } from "../commands/ListCredentialLockersCommand";
|
|
3
|
+
import { IoTManagedIntegrationsClient } from "../IoTManagedIntegrationsClient";
|
|
4
|
+
export const paginateListCredentialLockers = createPaginator(IoTManagedIntegrationsClient, ListCredentialLockersCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListDestinationsCommand, } from "../commands/ListDestinationsCommand";
|
|
3
|
+
import { IoTManagedIntegrationsClient } from "../IoTManagedIntegrationsClient";
|
|
4
|
+
export const paginateListDestinations = createPaginator(IoTManagedIntegrationsClient, ListDestinationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListEventLogConfigurationsCommand, } from "../commands/ListEventLogConfigurationsCommand";
|
|
3
|
+
import { IoTManagedIntegrationsClient } from "../IoTManagedIntegrationsClient";
|
|
4
|
+
export const paginateListEventLogConfigurations = createPaginator(IoTManagedIntegrationsClient, ListEventLogConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListManagedThingSchemasCommand, } from "../commands/ListManagedThingSchemasCommand";
|
|
3
|
+
import { IoTManagedIntegrationsClient } from "../IoTManagedIntegrationsClient";
|
|
4
|
+
export const paginateListManagedThingSchemas = createPaginator(IoTManagedIntegrationsClient, ListManagedThingSchemasCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListManagedThingsCommand, } from "../commands/ListManagedThingsCommand";
|
|
3
|
+
import { IoTManagedIntegrationsClient } from "../IoTManagedIntegrationsClient";
|
|
4
|
+
export const paginateListManagedThings = createPaginator(IoTManagedIntegrationsClient, ListManagedThingsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListNotificationConfigurationsCommand, } from "../commands/ListNotificationConfigurationsCommand";
|
|
3
|
+
import { IoTManagedIntegrationsClient } from "../IoTManagedIntegrationsClient";
|
|
4
|
+
export const paginateListNotificationConfigurations = createPaginator(IoTManagedIntegrationsClient, ListNotificationConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListOtaTaskConfigurationsCommand, } from "../commands/ListOtaTaskConfigurationsCommand";
|
|
3
|
+
import { IoTManagedIntegrationsClient } from "../IoTManagedIntegrationsClient";
|
|
4
|
+
export const paginateListOtaTaskConfigurations = createPaginator(IoTManagedIntegrationsClient, ListOtaTaskConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListOtaTaskExecutionsCommand, } from "../commands/ListOtaTaskExecutionsCommand";
|
|
3
|
+
import { IoTManagedIntegrationsClient } from "../IoTManagedIntegrationsClient";
|
|
4
|
+
export const paginateListOtaTaskExecutions = createPaginator(IoTManagedIntegrationsClient, ListOtaTaskExecutionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListOtaTasksCommand, } from "../commands/ListOtaTasksCommand";
|
|
3
|
+
import { IoTManagedIntegrationsClient } from "../IoTManagedIntegrationsClient";
|
|
4
|
+
export const paginateListOtaTasks = createPaginator(IoTManagedIntegrationsClient, ListOtaTasksCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListProvisioningProfilesCommand, } from "../commands/ListProvisioningProfilesCommand";
|
|
3
|
+
import { IoTManagedIntegrationsClient } from "../IoTManagedIntegrationsClient";
|
|
4
|
+
export const paginateListProvisioningProfiles = createPaginator(IoTManagedIntegrationsClient, ListProvisioningProfilesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListSchemaVersionsCommand, } from "../commands/ListSchemaVersionsCommand";
|
|
3
|
+
import { IoTManagedIntegrationsClient } from "../IoTManagedIntegrationsClient";
|
|
4
|
+
export const paginateListSchemaVersions = createPaginator(IoTManagedIntegrationsClient, ListSchemaVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListCredentialLockersPaginator";
|
|
3
|
+
export * from "./ListDestinationsPaginator";
|
|
4
|
+
export * from "./ListEventLogConfigurationsPaginator";
|
|
5
|
+
export * from "./ListManagedThingSchemasPaginator";
|
|
6
|
+
export * from "./ListManagedThingsPaginator";
|
|
7
|
+
export * from "./ListNotificationConfigurationsPaginator";
|
|
8
|
+
export * from "./ListOtaTaskConfigurationsPaginator";
|
|
9
|
+
export * from "./ListOtaTaskExecutionsPaginator";
|
|
10
|
+
export * from "./ListOtaTasksPaginator";
|
|
11
|
+
export * from "./ListProvisioningProfilesPaginator";
|
|
12
|
+
export * from "./ListSchemaVersionsPaginator";
|