@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,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListEventLogConfigurationsCommand, se_ListEventLogConfigurationsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListEventLogConfigurationsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("IotManagedIntegrations", "ListEventLogConfigurations", {})
|
|
17
|
+
.n("IoTManagedIntegrationsClient", "ListEventLogConfigurationsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListEventLogConfigurationsCommand)
|
|
20
|
+
.de(de_ListEventLogConfigurationsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListManagedThingSchemasCommand, se_ListManagedThingSchemasCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListManagedThingSchemasCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("IotManagedIntegrations", "ListManagedThingSchemas", {})
|
|
17
|
+
.n("IoTManagedIntegrationsClient", "ListManagedThingSchemasCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListManagedThingSchemasCommand)
|
|
20
|
+
.de(de_ListManagedThingSchemasCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { ListManagedThingsRequestFilterSensitiveLog, ListManagedThingsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_ListManagedThingsCommand, se_ListManagedThingsCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class ListManagedThingsCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("IotManagedIntegrations", "ListManagedThings", {})
|
|
18
|
+
.n("IoTManagedIntegrationsClient", "ListManagedThingsCommand")
|
|
19
|
+
.f(ListManagedThingsRequestFilterSensitiveLog, ListManagedThingsResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_ListManagedThingsCommand)
|
|
21
|
+
.de(de_ListManagedThingsCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListNotificationConfigurationsCommand, se_ListNotificationConfigurationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListNotificationConfigurationsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("IotManagedIntegrations", "ListNotificationConfigurations", {})
|
|
17
|
+
.n("IoTManagedIntegrationsClient", "ListNotificationConfigurationsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListNotificationConfigurationsCommand)
|
|
20
|
+
.de(de_ListNotificationConfigurationsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { ListOtaTaskConfigurationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_ListOtaTaskConfigurationsCommand, se_ListOtaTaskConfigurationsCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class ListOtaTaskConfigurationsCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("IotManagedIntegrations", "ListOtaTaskConfigurations", {})
|
|
18
|
+
.n("IoTManagedIntegrationsClient", "ListOtaTaskConfigurationsCommand")
|
|
19
|
+
.f(void 0, ListOtaTaskConfigurationsResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_ListOtaTaskConfigurationsCommand)
|
|
21
|
+
.de(de_ListOtaTaskConfigurationsCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListOtaTaskExecutionsCommand, se_ListOtaTaskExecutionsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListOtaTaskExecutionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("IotManagedIntegrations", "ListOtaTaskExecutions", {})
|
|
17
|
+
.n("IoTManagedIntegrationsClient", "ListOtaTaskExecutionsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListOtaTaskExecutionsCommand)
|
|
20
|
+
.de(de_ListOtaTaskExecutionsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListOtaTasksCommand, se_ListOtaTasksCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListOtaTasksCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("IotManagedIntegrations", "ListOtaTasks", {})
|
|
17
|
+
.n("IoTManagedIntegrationsClient", "ListOtaTasksCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListOtaTasksCommand)
|
|
20
|
+
.de(de_ListOtaTasksCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListProvisioningProfilesCommand, se_ListProvisioningProfilesCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListProvisioningProfilesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("IotManagedIntegrations", "ListProvisioningProfiles", {})
|
|
17
|
+
.n("IoTManagedIntegrationsClient", "ListProvisioningProfilesCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListProvisioningProfilesCommand)
|
|
20
|
+
.de(de_ListProvisioningProfilesCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListSchemaVersionsCommand, se_ListSchemaVersionsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListSchemaVersionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("IotManagedIntegrations", "ListSchemaVersions", {})
|
|
17
|
+
.n("IoTManagedIntegrationsClient", "ListSchemaVersionsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListSchemaVersionsCommand)
|
|
20
|
+
.de(de_ListSchemaVersionsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_PutDefaultEncryptionConfigurationCommand, se_PutDefaultEncryptionConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class PutDefaultEncryptionConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("IotManagedIntegrations", "PutDefaultEncryptionConfiguration", {})
|
|
17
|
+
.n("IoTManagedIntegrationsClient", "PutDefaultEncryptionConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_PutDefaultEncryptionConfigurationCommand)
|
|
20
|
+
.de(de_PutDefaultEncryptionConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_PutHubConfigurationCommand, se_PutHubConfigurationCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class PutHubConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("IotManagedIntegrations", "PutHubConfiguration", {})
|
|
17
|
+
.n("IoTManagedIntegrationsClient", "PutHubConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_PutHubConfigurationCommand)
|
|
20
|
+
.de(de_PutHubConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_PutRuntimeLogConfigurationCommand, se_PutRuntimeLogConfigurationCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class PutRuntimeLogConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("IotManagedIntegrations", "PutRuntimeLogConfiguration", {})
|
|
17
|
+
.n("IoTManagedIntegrationsClient", "PutRuntimeLogConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_PutRuntimeLogConfigurationCommand)
|
|
20
|
+
.de(de_PutRuntimeLogConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_RegisterCustomEndpointCommand, se_RegisterCustomEndpointCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class RegisterCustomEndpointCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("IotManagedIntegrations", "RegisterCustomEndpoint", {})
|
|
17
|
+
.n("IoTManagedIntegrationsClient", "RegisterCustomEndpointCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_RegisterCustomEndpointCommand)
|
|
20
|
+
.de(de_RegisterCustomEndpointCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ResetRuntimeLogConfigurationCommand, se_ResetRuntimeLogConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ResetRuntimeLogConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("IotManagedIntegrations", "ResetRuntimeLogConfiguration", {})
|
|
17
|
+
.n("IoTManagedIntegrationsClient", "ResetRuntimeLogConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ResetRuntimeLogConfigurationCommand)
|
|
20
|
+
.de(de_ResetRuntimeLogConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { SendManagedThingCommandRequestFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_SendManagedThingCommandCommand, se_SendManagedThingCommandCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class SendManagedThingCommandCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("IotManagedIntegrations", "SendManagedThingCommand", {})
|
|
18
|
+
.n("IoTManagedIntegrationsClient", "SendManagedThingCommandCommand")
|
|
19
|
+
.f(SendManagedThingCommandRequestFilterSensitiveLog, void 0)
|
|
20
|
+
.ser(se_SendManagedThingCommandCommand)
|
|
21
|
+
.de(de_SendManagedThingCommandCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { StartDeviceDiscoveryRequestFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_StartDeviceDiscoveryCommand, se_StartDeviceDiscoveryCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class StartDeviceDiscoveryCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("IotManagedIntegrations", "StartDeviceDiscovery", {})
|
|
18
|
+
.n("IoTManagedIntegrationsClient", "StartDeviceDiscoveryCommand")
|
|
19
|
+
.f(StartDeviceDiscoveryRequestFilterSensitiveLog, void 0)
|
|
20
|
+
.ser(se_StartDeviceDiscoveryCommand)
|
|
21
|
+
.de(de_StartDeviceDiscoveryCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateDestinationCommand, se_UpdateDestinationCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateDestinationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("IotManagedIntegrations", "UpdateDestination", {})
|
|
17
|
+
.n("IoTManagedIntegrationsClient", "UpdateDestinationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateDestinationCommand)
|
|
20
|
+
.de(de_UpdateDestinationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateEventLogConfigurationCommand, se_UpdateEventLogConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateEventLogConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("IotManagedIntegrations", "UpdateEventLogConfiguration", {})
|
|
17
|
+
.n("IoTManagedIntegrationsClient", "UpdateEventLogConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateEventLogConfigurationCommand)
|
|
20
|
+
.de(de_UpdateEventLogConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { UpdateManagedThingRequestFilterSensitiveLog } from "../models/models_0";
|
|
6
|
+
import { de_UpdateManagedThingCommand, se_UpdateManagedThingCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class UpdateManagedThingCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("IotManagedIntegrations", "UpdateManagedThing", {})
|
|
18
|
+
.n("IoTManagedIntegrationsClient", "UpdateManagedThingCommand")
|
|
19
|
+
.f(UpdateManagedThingRequestFilterSensitiveLog, void 0)
|
|
20
|
+
.ser(se_UpdateManagedThingCommand)
|
|
21
|
+
.de(de_UpdateManagedThingCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateNotificationConfigurationCommand, se_UpdateNotificationConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateNotificationConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("IotManagedIntegrations", "UpdateNotificationConfiguration", {})
|
|
17
|
+
.n("IoTManagedIntegrationsClient", "UpdateNotificationConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateNotificationConfigurationCommand)
|
|
20
|
+
.de(de_UpdateNotificationConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateOtaTaskCommand, se_UpdateOtaTaskCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateOtaTaskCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("IotManagedIntegrations", "UpdateOtaTask", {})
|
|
17
|
+
.n("IoTManagedIntegrationsClient", "UpdateOtaTaskCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateOtaTaskCommand)
|
|
20
|
+
.de(de_UpdateOtaTaskCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export * from "./CreateCredentialLockerCommand";
|
|
2
|
+
export * from "./CreateDestinationCommand";
|
|
3
|
+
export * from "./CreateEventLogConfigurationCommand";
|
|
4
|
+
export * from "./CreateManagedThingCommand";
|
|
5
|
+
export * from "./CreateNotificationConfigurationCommand";
|
|
6
|
+
export * from "./CreateOtaTaskCommand";
|
|
7
|
+
export * from "./CreateOtaTaskConfigurationCommand";
|
|
8
|
+
export * from "./CreateProvisioningProfileCommand";
|
|
9
|
+
export * from "./DeleteCredentialLockerCommand";
|
|
10
|
+
export * from "./DeleteDestinationCommand";
|
|
11
|
+
export * from "./DeleteEventLogConfigurationCommand";
|
|
12
|
+
export * from "./DeleteManagedThingCommand";
|
|
13
|
+
export * from "./DeleteNotificationConfigurationCommand";
|
|
14
|
+
export * from "./DeleteOtaTaskCommand";
|
|
15
|
+
export * from "./DeleteOtaTaskConfigurationCommand";
|
|
16
|
+
export * from "./DeleteProvisioningProfileCommand";
|
|
17
|
+
export * from "./GetCredentialLockerCommand";
|
|
18
|
+
export * from "./GetCustomEndpointCommand";
|
|
19
|
+
export * from "./GetDefaultEncryptionConfigurationCommand";
|
|
20
|
+
export * from "./GetDestinationCommand";
|
|
21
|
+
export * from "./GetDeviceDiscoveryCommand";
|
|
22
|
+
export * from "./GetEventLogConfigurationCommand";
|
|
23
|
+
export * from "./GetHubConfigurationCommand";
|
|
24
|
+
export * from "./GetManagedThingCapabilitiesCommand";
|
|
25
|
+
export * from "./GetManagedThingCommand";
|
|
26
|
+
export * from "./GetManagedThingConnectivityDataCommand";
|
|
27
|
+
export * from "./GetManagedThingMetaDataCommand";
|
|
28
|
+
export * from "./GetManagedThingStateCommand";
|
|
29
|
+
export * from "./GetNotificationConfigurationCommand";
|
|
30
|
+
export * from "./GetOtaTaskCommand";
|
|
31
|
+
export * from "./GetOtaTaskConfigurationCommand";
|
|
32
|
+
export * from "./GetProvisioningProfileCommand";
|
|
33
|
+
export * from "./GetRuntimeLogConfigurationCommand";
|
|
34
|
+
export * from "./GetSchemaVersionCommand";
|
|
35
|
+
export * from "./ListCredentialLockersCommand";
|
|
36
|
+
export * from "./ListDestinationsCommand";
|
|
37
|
+
export * from "./ListEventLogConfigurationsCommand";
|
|
38
|
+
export * from "./ListManagedThingSchemasCommand";
|
|
39
|
+
export * from "./ListManagedThingsCommand";
|
|
40
|
+
export * from "./ListNotificationConfigurationsCommand";
|
|
41
|
+
export * from "./ListOtaTaskConfigurationsCommand";
|
|
42
|
+
export * from "./ListOtaTaskExecutionsCommand";
|
|
43
|
+
export * from "./ListOtaTasksCommand";
|
|
44
|
+
export * from "./ListProvisioningProfilesCommand";
|
|
45
|
+
export * from "./ListSchemaVersionsCommand";
|
|
46
|
+
export * from "./PutDefaultEncryptionConfigurationCommand";
|
|
47
|
+
export * from "./PutHubConfigurationCommand";
|
|
48
|
+
export * from "./PutRuntimeLogConfigurationCommand";
|
|
49
|
+
export * from "./RegisterCustomEndpointCommand";
|
|
50
|
+
export * from "./ResetRuntimeLogConfigurationCommand";
|
|
51
|
+
export * from "./SendManagedThingCommandCommand";
|
|
52
|
+
export * from "./StartDeviceDiscoveryCommand";
|
|
53
|
+
export * from "./UpdateDestinationCommand";
|
|
54
|
+
export * from "./UpdateEventLogConfigurationCommand";
|
|
55
|
+
export * from "./UpdateManagedThingCommand";
|
|
56
|
+
export * from "./UpdateNotificationConfigurationCommand";
|
|
57
|
+
export * from "./UpdateOtaTaskCommand";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const resolveClientEndpointParameters = (options) => {
|
|
2
|
+
return {
|
|
3
|
+
...options,
|
|
4
|
+
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
5
|
+
defaultSigningName: "iotmanagedintegrations",
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
export const commonParams = {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
|
+
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseFIPS"],
|
|
7
|
+
});
|
|
8
|
+
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
10
|
+
endpointParams: endpointParams,
|
|
11
|
+
logger: context.logger,
|
|
12
|
+
}));
|
|
13
|
+
};
|
|
14
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const l = "ref";
|
|
2
|
+
const a = true, b = false, c = "isSet", d = "error", e = "endpoint", f = "tree", g = { "required": false, "type": "String" }, h = { [l]: "Endpoint" }, i = {}, j = [{ "fn": "booleanEquals", "argv": [{ [l]: "UseFIPS" }, true] }], k = [{ [l]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { UseFIPS: { required: a, default: b, type: "Boolean" }, Endpoint: g, Region: g }, rules: [{ conditions: [{ fn: c, argv: [h] }], rules: [{ conditions: j, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { endpoint: { url: h, properties: i, headers: i }, type: e }], type: f }, { rules: [{ conditions: [{ fn: c, argv: k }], rules: [{ conditions: [{ fn: "aws.partition", argv: k, assign: "PartitionResult" }], rules: [{ conditions: j, endpoint: { url: "https://api.iotmanagedintegrations-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: i, headers: i }, type: e }, { endpoint: { url: "https://api.iotmanagedintegrations.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: i, headers: i }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
|
|
4
|
+
export const ruleSet = _data;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist-es/index.js
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from "./IoTManagedIntegrationsClient";
|
|
2
|
+
export * from "./IoTManagedIntegrations";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
|
+
export { IoTManagedIntegrationsServiceException } from "./models/IoTManagedIntegrationsServiceException";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
|
|
2
|
+
export { __ServiceException };
|
|
3
|
+
export class IoTManagedIntegrationsServiceException extends __ServiceException {
|
|
4
|
+
constructor(options) {
|
|
5
|
+
super(options);
|
|
6
|
+
Object.setPrototypeOf(this, IoTManagedIntegrationsServiceException.prototype);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./models_0";
|