@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,464 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HostHeaderInputConfig,
|
|
3
|
+
HostHeaderResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/middleware-host-header";
|
|
5
|
+
import {
|
|
6
|
+
UserAgentInputConfig,
|
|
7
|
+
UserAgentResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
+
import {
|
|
10
|
+
RegionInputConfig,
|
|
11
|
+
RegionResolvedConfig,
|
|
12
|
+
} from "@smithy/config-resolver";
|
|
13
|
+
import {
|
|
14
|
+
EndpointInputConfig,
|
|
15
|
+
EndpointResolvedConfig,
|
|
16
|
+
} from "@smithy/middleware-endpoint";
|
|
17
|
+
import {
|
|
18
|
+
RetryInputConfig,
|
|
19
|
+
RetryResolvedConfig,
|
|
20
|
+
} from "@smithy/middleware-retry";
|
|
21
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
|
+
import {
|
|
23
|
+
Client as __Client,
|
|
24
|
+
DefaultsMode as __DefaultsMode,
|
|
25
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
26
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
27
|
+
} from "@smithy/smithy-client";
|
|
28
|
+
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
30
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
|
+
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
|
+
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
StreamCollector as __StreamCollector,
|
|
41
|
+
UrlParser as __UrlParser,
|
|
42
|
+
UserAgent as __UserAgent,
|
|
43
|
+
} from "@smithy/types";
|
|
44
|
+
import {
|
|
45
|
+
HttpAuthSchemeInputConfig,
|
|
46
|
+
HttpAuthSchemeResolvedConfig,
|
|
47
|
+
} from "./auth/httpAuthSchemeProvider";
|
|
48
|
+
import {
|
|
49
|
+
CreateCredentialLockerCommandInput,
|
|
50
|
+
CreateCredentialLockerCommandOutput,
|
|
51
|
+
} from "./commands/CreateCredentialLockerCommand";
|
|
52
|
+
import {
|
|
53
|
+
CreateDestinationCommandInput,
|
|
54
|
+
CreateDestinationCommandOutput,
|
|
55
|
+
} from "./commands/CreateDestinationCommand";
|
|
56
|
+
import {
|
|
57
|
+
CreateEventLogConfigurationCommandInput,
|
|
58
|
+
CreateEventLogConfigurationCommandOutput,
|
|
59
|
+
} from "./commands/CreateEventLogConfigurationCommand";
|
|
60
|
+
import {
|
|
61
|
+
CreateManagedThingCommandInput,
|
|
62
|
+
CreateManagedThingCommandOutput,
|
|
63
|
+
} from "./commands/CreateManagedThingCommand";
|
|
64
|
+
import {
|
|
65
|
+
CreateNotificationConfigurationCommandInput,
|
|
66
|
+
CreateNotificationConfigurationCommandOutput,
|
|
67
|
+
} from "./commands/CreateNotificationConfigurationCommand";
|
|
68
|
+
import {
|
|
69
|
+
CreateOtaTaskCommandInput,
|
|
70
|
+
CreateOtaTaskCommandOutput,
|
|
71
|
+
} from "./commands/CreateOtaTaskCommand";
|
|
72
|
+
import {
|
|
73
|
+
CreateOtaTaskConfigurationCommandInput,
|
|
74
|
+
CreateOtaTaskConfigurationCommandOutput,
|
|
75
|
+
} from "./commands/CreateOtaTaskConfigurationCommand";
|
|
76
|
+
import {
|
|
77
|
+
CreateProvisioningProfileCommandInput,
|
|
78
|
+
CreateProvisioningProfileCommandOutput,
|
|
79
|
+
} from "./commands/CreateProvisioningProfileCommand";
|
|
80
|
+
import {
|
|
81
|
+
DeleteCredentialLockerCommandInput,
|
|
82
|
+
DeleteCredentialLockerCommandOutput,
|
|
83
|
+
} from "./commands/DeleteCredentialLockerCommand";
|
|
84
|
+
import {
|
|
85
|
+
DeleteDestinationCommandInput,
|
|
86
|
+
DeleteDestinationCommandOutput,
|
|
87
|
+
} from "./commands/DeleteDestinationCommand";
|
|
88
|
+
import {
|
|
89
|
+
DeleteEventLogConfigurationCommandInput,
|
|
90
|
+
DeleteEventLogConfigurationCommandOutput,
|
|
91
|
+
} from "./commands/DeleteEventLogConfigurationCommand";
|
|
92
|
+
import {
|
|
93
|
+
DeleteManagedThingCommandInput,
|
|
94
|
+
DeleteManagedThingCommandOutput,
|
|
95
|
+
} from "./commands/DeleteManagedThingCommand";
|
|
96
|
+
import {
|
|
97
|
+
DeleteNotificationConfigurationCommandInput,
|
|
98
|
+
DeleteNotificationConfigurationCommandOutput,
|
|
99
|
+
} from "./commands/DeleteNotificationConfigurationCommand";
|
|
100
|
+
import {
|
|
101
|
+
DeleteOtaTaskCommandInput,
|
|
102
|
+
DeleteOtaTaskCommandOutput,
|
|
103
|
+
} from "./commands/DeleteOtaTaskCommand";
|
|
104
|
+
import {
|
|
105
|
+
DeleteOtaTaskConfigurationCommandInput,
|
|
106
|
+
DeleteOtaTaskConfigurationCommandOutput,
|
|
107
|
+
} from "./commands/DeleteOtaTaskConfigurationCommand";
|
|
108
|
+
import {
|
|
109
|
+
DeleteProvisioningProfileCommandInput,
|
|
110
|
+
DeleteProvisioningProfileCommandOutput,
|
|
111
|
+
} from "./commands/DeleteProvisioningProfileCommand";
|
|
112
|
+
import {
|
|
113
|
+
GetCredentialLockerCommandInput,
|
|
114
|
+
GetCredentialLockerCommandOutput,
|
|
115
|
+
} from "./commands/GetCredentialLockerCommand";
|
|
116
|
+
import {
|
|
117
|
+
GetCustomEndpointCommandInput,
|
|
118
|
+
GetCustomEndpointCommandOutput,
|
|
119
|
+
} from "./commands/GetCustomEndpointCommand";
|
|
120
|
+
import {
|
|
121
|
+
GetDefaultEncryptionConfigurationCommandInput,
|
|
122
|
+
GetDefaultEncryptionConfigurationCommandOutput,
|
|
123
|
+
} from "./commands/GetDefaultEncryptionConfigurationCommand";
|
|
124
|
+
import {
|
|
125
|
+
GetDestinationCommandInput,
|
|
126
|
+
GetDestinationCommandOutput,
|
|
127
|
+
} from "./commands/GetDestinationCommand";
|
|
128
|
+
import {
|
|
129
|
+
GetDeviceDiscoveryCommandInput,
|
|
130
|
+
GetDeviceDiscoveryCommandOutput,
|
|
131
|
+
} from "./commands/GetDeviceDiscoveryCommand";
|
|
132
|
+
import {
|
|
133
|
+
GetEventLogConfigurationCommandInput,
|
|
134
|
+
GetEventLogConfigurationCommandOutput,
|
|
135
|
+
} from "./commands/GetEventLogConfigurationCommand";
|
|
136
|
+
import {
|
|
137
|
+
GetHubConfigurationCommandInput,
|
|
138
|
+
GetHubConfigurationCommandOutput,
|
|
139
|
+
} from "./commands/GetHubConfigurationCommand";
|
|
140
|
+
import {
|
|
141
|
+
GetManagedThingCapabilitiesCommandInput,
|
|
142
|
+
GetManagedThingCapabilitiesCommandOutput,
|
|
143
|
+
} from "./commands/GetManagedThingCapabilitiesCommand";
|
|
144
|
+
import {
|
|
145
|
+
GetManagedThingCommandInput,
|
|
146
|
+
GetManagedThingCommandOutput,
|
|
147
|
+
} from "./commands/GetManagedThingCommand";
|
|
148
|
+
import {
|
|
149
|
+
GetManagedThingConnectivityDataCommandInput,
|
|
150
|
+
GetManagedThingConnectivityDataCommandOutput,
|
|
151
|
+
} from "./commands/GetManagedThingConnectivityDataCommand";
|
|
152
|
+
import {
|
|
153
|
+
GetManagedThingMetaDataCommandInput,
|
|
154
|
+
GetManagedThingMetaDataCommandOutput,
|
|
155
|
+
} from "./commands/GetManagedThingMetaDataCommand";
|
|
156
|
+
import {
|
|
157
|
+
GetManagedThingStateCommandInput,
|
|
158
|
+
GetManagedThingStateCommandOutput,
|
|
159
|
+
} from "./commands/GetManagedThingStateCommand";
|
|
160
|
+
import {
|
|
161
|
+
GetNotificationConfigurationCommandInput,
|
|
162
|
+
GetNotificationConfigurationCommandOutput,
|
|
163
|
+
} from "./commands/GetNotificationConfigurationCommand";
|
|
164
|
+
import {
|
|
165
|
+
GetOtaTaskCommandInput,
|
|
166
|
+
GetOtaTaskCommandOutput,
|
|
167
|
+
} from "./commands/GetOtaTaskCommand";
|
|
168
|
+
import {
|
|
169
|
+
GetOtaTaskConfigurationCommandInput,
|
|
170
|
+
GetOtaTaskConfigurationCommandOutput,
|
|
171
|
+
} from "./commands/GetOtaTaskConfigurationCommand";
|
|
172
|
+
import {
|
|
173
|
+
GetProvisioningProfileCommandInput,
|
|
174
|
+
GetProvisioningProfileCommandOutput,
|
|
175
|
+
} from "./commands/GetProvisioningProfileCommand";
|
|
176
|
+
import {
|
|
177
|
+
GetRuntimeLogConfigurationCommandInput,
|
|
178
|
+
GetRuntimeLogConfigurationCommandOutput,
|
|
179
|
+
} from "./commands/GetRuntimeLogConfigurationCommand";
|
|
180
|
+
import {
|
|
181
|
+
GetSchemaVersionCommandInput,
|
|
182
|
+
GetSchemaVersionCommandOutput,
|
|
183
|
+
} from "./commands/GetSchemaVersionCommand";
|
|
184
|
+
import {
|
|
185
|
+
ListCredentialLockersCommandInput,
|
|
186
|
+
ListCredentialLockersCommandOutput,
|
|
187
|
+
} from "./commands/ListCredentialLockersCommand";
|
|
188
|
+
import {
|
|
189
|
+
ListDestinationsCommandInput,
|
|
190
|
+
ListDestinationsCommandOutput,
|
|
191
|
+
} from "./commands/ListDestinationsCommand";
|
|
192
|
+
import {
|
|
193
|
+
ListEventLogConfigurationsCommandInput,
|
|
194
|
+
ListEventLogConfigurationsCommandOutput,
|
|
195
|
+
} from "./commands/ListEventLogConfigurationsCommand";
|
|
196
|
+
import {
|
|
197
|
+
ListManagedThingSchemasCommandInput,
|
|
198
|
+
ListManagedThingSchemasCommandOutput,
|
|
199
|
+
} from "./commands/ListManagedThingSchemasCommand";
|
|
200
|
+
import {
|
|
201
|
+
ListManagedThingsCommandInput,
|
|
202
|
+
ListManagedThingsCommandOutput,
|
|
203
|
+
} from "./commands/ListManagedThingsCommand";
|
|
204
|
+
import {
|
|
205
|
+
ListNotificationConfigurationsCommandInput,
|
|
206
|
+
ListNotificationConfigurationsCommandOutput,
|
|
207
|
+
} from "./commands/ListNotificationConfigurationsCommand";
|
|
208
|
+
import {
|
|
209
|
+
ListOtaTaskConfigurationsCommandInput,
|
|
210
|
+
ListOtaTaskConfigurationsCommandOutput,
|
|
211
|
+
} from "./commands/ListOtaTaskConfigurationsCommand";
|
|
212
|
+
import {
|
|
213
|
+
ListOtaTaskExecutionsCommandInput,
|
|
214
|
+
ListOtaTaskExecutionsCommandOutput,
|
|
215
|
+
} from "./commands/ListOtaTaskExecutionsCommand";
|
|
216
|
+
import {
|
|
217
|
+
ListOtaTasksCommandInput,
|
|
218
|
+
ListOtaTasksCommandOutput,
|
|
219
|
+
} from "./commands/ListOtaTasksCommand";
|
|
220
|
+
import {
|
|
221
|
+
ListProvisioningProfilesCommandInput,
|
|
222
|
+
ListProvisioningProfilesCommandOutput,
|
|
223
|
+
} from "./commands/ListProvisioningProfilesCommand";
|
|
224
|
+
import {
|
|
225
|
+
ListSchemaVersionsCommandInput,
|
|
226
|
+
ListSchemaVersionsCommandOutput,
|
|
227
|
+
} from "./commands/ListSchemaVersionsCommand";
|
|
228
|
+
import {
|
|
229
|
+
PutDefaultEncryptionConfigurationCommandInput,
|
|
230
|
+
PutDefaultEncryptionConfigurationCommandOutput,
|
|
231
|
+
} from "./commands/PutDefaultEncryptionConfigurationCommand";
|
|
232
|
+
import {
|
|
233
|
+
PutHubConfigurationCommandInput,
|
|
234
|
+
PutHubConfigurationCommandOutput,
|
|
235
|
+
} from "./commands/PutHubConfigurationCommand";
|
|
236
|
+
import {
|
|
237
|
+
PutRuntimeLogConfigurationCommandInput,
|
|
238
|
+
PutRuntimeLogConfigurationCommandOutput,
|
|
239
|
+
} from "./commands/PutRuntimeLogConfigurationCommand";
|
|
240
|
+
import {
|
|
241
|
+
RegisterCustomEndpointCommandInput,
|
|
242
|
+
RegisterCustomEndpointCommandOutput,
|
|
243
|
+
} from "./commands/RegisterCustomEndpointCommand";
|
|
244
|
+
import {
|
|
245
|
+
ResetRuntimeLogConfigurationCommandInput,
|
|
246
|
+
ResetRuntimeLogConfigurationCommandOutput,
|
|
247
|
+
} from "./commands/ResetRuntimeLogConfigurationCommand";
|
|
248
|
+
import {
|
|
249
|
+
SendManagedThingCommandCommandInput,
|
|
250
|
+
SendManagedThingCommandCommandOutput,
|
|
251
|
+
} from "./commands/SendManagedThingCommandCommand";
|
|
252
|
+
import {
|
|
253
|
+
StartDeviceDiscoveryCommandInput,
|
|
254
|
+
StartDeviceDiscoveryCommandOutput,
|
|
255
|
+
} from "./commands/StartDeviceDiscoveryCommand";
|
|
256
|
+
import {
|
|
257
|
+
UpdateDestinationCommandInput,
|
|
258
|
+
UpdateDestinationCommandOutput,
|
|
259
|
+
} from "./commands/UpdateDestinationCommand";
|
|
260
|
+
import {
|
|
261
|
+
UpdateEventLogConfigurationCommandInput,
|
|
262
|
+
UpdateEventLogConfigurationCommandOutput,
|
|
263
|
+
} from "./commands/UpdateEventLogConfigurationCommand";
|
|
264
|
+
import {
|
|
265
|
+
UpdateManagedThingCommandInput,
|
|
266
|
+
UpdateManagedThingCommandOutput,
|
|
267
|
+
} from "./commands/UpdateManagedThingCommand";
|
|
268
|
+
import {
|
|
269
|
+
UpdateNotificationConfigurationCommandInput,
|
|
270
|
+
UpdateNotificationConfigurationCommandOutput,
|
|
271
|
+
} from "./commands/UpdateNotificationConfigurationCommand";
|
|
272
|
+
import {
|
|
273
|
+
UpdateOtaTaskCommandInput,
|
|
274
|
+
UpdateOtaTaskCommandOutput,
|
|
275
|
+
} from "./commands/UpdateOtaTaskCommand";
|
|
276
|
+
import {
|
|
277
|
+
ClientInputEndpointParameters,
|
|
278
|
+
ClientResolvedEndpointParameters,
|
|
279
|
+
EndpointParameters,
|
|
280
|
+
} from "./endpoint/EndpointParameters";
|
|
281
|
+
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
282
|
+
export { __Client };
|
|
283
|
+
export type ServiceInputTypes =
|
|
284
|
+
| CreateCredentialLockerCommandInput
|
|
285
|
+
| CreateDestinationCommandInput
|
|
286
|
+
| CreateEventLogConfigurationCommandInput
|
|
287
|
+
| CreateManagedThingCommandInput
|
|
288
|
+
| CreateNotificationConfigurationCommandInput
|
|
289
|
+
| CreateOtaTaskCommandInput
|
|
290
|
+
| CreateOtaTaskConfigurationCommandInput
|
|
291
|
+
| CreateProvisioningProfileCommandInput
|
|
292
|
+
| DeleteCredentialLockerCommandInput
|
|
293
|
+
| DeleteDestinationCommandInput
|
|
294
|
+
| DeleteEventLogConfigurationCommandInput
|
|
295
|
+
| DeleteManagedThingCommandInput
|
|
296
|
+
| DeleteNotificationConfigurationCommandInput
|
|
297
|
+
| DeleteOtaTaskCommandInput
|
|
298
|
+
| DeleteOtaTaskConfigurationCommandInput
|
|
299
|
+
| DeleteProvisioningProfileCommandInput
|
|
300
|
+
| GetCredentialLockerCommandInput
|
|
301
|
+
| GetCustomEndpointCommandInput
|
|
302
|
+
| GetDefaultEncryptionConfigurationCommandInput
|
|
303
|
+
| GetDestinationCommandInput
|
|
304
|
+
| GetDeviceDiscoveryCommandInput
|
|
305
|
+
| GetEventLogConfigurationCommandInput
|
|
306
|
+
| GetHubConfigurationCommandInput
|
|
307
|
+
| GetManagedThingCapabilitiesCommandInput
|
|
308
|
+
| GetManagedThingCommandInput
|
|
309
|
+
| GetManagedThingConnectivityDataCommandInput
|
|
310
|
+
| GetManagedThingMetaDataCommandInput
|
|
311
|
+
| GetManagedThingStateCommandInput
|
|
312
|
+
| GetNotificationConfigurationCommandInput
|
|
313
|
+
| GetOtaTaskCommandInput
|
|
314
|
+
| GetOtaTaskConfigurationCommandInput
|
|
315
|
+
| GetProvisioningProfileCommandInput
|
|
316
|
+
| GetRuntimeLogConfigurationCommandInput
|
|
317
|
+
| GetSchemaVersionCommandInput
|
|
318
|
+
| ListCredentialLockersCommandInput
|
|
319
|
+
| ListDestinationsCommandInput
|
|
320
|
+
| ListEventLogConfigurationsCommandInput
|
|
321
|
+
| ListManagedThingSchemasCommandInput
|
|
322
|
+
| ListManagedThingsCommandInput
|
|
323
|
+
| ListNotificationConfigurationsCommandInput
|
|
324
|
+
| ListOtaTaskConfigurationsCommandInput
|
|
325
|
+
| ListOtaTaskExecutionsCommandInput
|
|
326
|
+
| ListOtaTasksCommandInput
|
|
327
|
+
| ListProvisioningProfilesCommandInput
|
|
328
|
+
| ListSchemaVersionsCommandInput
|
|
329
|
+
| PutDefaultEncryptionConfigurationCommandInput
|
|
330
|
+
| PutHubConfigurationCommandInput
|
|
331
|
+
| PutRuntimeLogConfigurationCommandInput
|
|
332
|
+
| RegisterCustomEndpointCommandInput
|
|
333
|
+
| ResetRuntimeLogConfigurationCommandInput
|
|
334
|
+
| SendManagedThingCommandCommandInput
|
|
335
|
+
| StartDeviceDiscoveryCommandInput
|
|
336
|
+
| UpdateDestinationCommandInput
|
|
337
|
+
| UpdateEventLogConfigurationCommandInput
|
|
338
|
+
| UpdateManagedThingCommandInput
|
|
339
|
+
| UpdateNotificationConfigurationCommandInput
|
|
340
|
+
| UpdateOtaTaskCommandInput;
|
|
341
|
+
export type ServiceOutputTypes =
|
|
342
|
+
| CreateCredentialLockerCommandOutput
|
|
343
|
+
| CreateDestinationCommandOutput
|
|
344
|
+
| CreateEventLogConfigurationCommandOutput
|
|
345
|
+
| CreateManagedThingCommandOutput
|
|
346
|
+
| CreateNotificationConfigurationCommandOutput
|
|
347
|
+
| CreateOtaTaskCommandOutput
|
|
348
|
+
| CreateOtaTaskConfigurationCommandOutput
|
|
349
|
+
| CreateProvisioningProfileCommandOutput
|
|
350
|
+
| DeleteCredentialLockerCommandOutput
|
|
351
|
+
| DeleteDestinationCommandOutput
|
|
352
|
+
| DeleteEventLogConfigurationCommandOutput
|
|
353
|
+
| DeleteManagedThingCommandOutput
|
|
354
|
+
| DeleteNotificationConfigurationCommandOutput
|
|
355
|
+
| DeleteOtaTaskCommandOutput
|
|
356
|
+
| DeleteOtaTaskConfigurationCommandOutput
|
|
357
|
+
| DeleteProvisioningProfileCommandOutput
|
|
358
|
+
| GetCredentialLockerCommandOutput
|
|
359
|
+
| GetCustomEndpointCommandOutput
|
|
360
|
+
| GetDefaultEncryptionConfigurationCommandOutput
|
|
361
|
+
| GetDestinationCommandOutput
|
|
362
|
+
| GetDeviceDiscoveryCommandOutput
|
|
363
|
+
| GetEventLogConfigurationCommandOutput
|
|
364
|
+
| GetHubConfigurationCommandOutput
|
|
365
|
+
| GetManagedThingCapabilitiesCommandOutput
|
|
366
|
+
| GetManagedThingCommandOutput
|
|
367
|
+
| GetManagedThingConnectivityDataCommandOutput
|
|
368
|
+
| GetManagedThingMetaDataCommandOutput
|
|
369
|
+
| GetManagedThingStateCommandOutput
|
|
370
|
+
| GetNotificationConfigurationCommandOutput
|
|
371
|
+
| GetOtaTaskCommandOutput
|
|
372
|
+
| GetOtaTaskConfigurationCommandOutput
|
|
373
|
+
| GetProvisioningProfileCommandOutput
|
|
374
|
+
| GetRuntimeLogConfigurationCommandOutput
|
|
375
|
+
| GetSchemaVersionCommandOutput
|
|
376
|
+
| ListCredentialLockersCommandOutput
|
|
377
|
+
| ListDestinationsCommandOutput
|
|
378
|
+
| ListEventLogConfigurationsCommandOutput
|
|
379
|
+
| ListManagedThingSchemasCommandOutput
|
|
380
|
+
| ListManagedThingsCommandOutput
|
|
381
|
+
| ListNotificationConfigurationsCommandOutput
|
|
382
|
+
| ListOtaTaskConfigurationsCommandOutput
|
|
383
|
+
| ListOtaTaskExecutionsCommandOutput
|
|
384
|
+
| ListOtaTasksCommandOutput
|
|
385
|
+
| ListProvisioningProfilesCommandOutput
|
|
386
|
+
| ListSchemaVersionsCommandOutput
|
|
387
|
+
| PutDefaultEncryptionConfigurationCommandOutput
|
|
388
|
+
| PutHubConfigurationCommandOutput
|
|
389
|
+
| PutRuntimeLogConfigurationCommandOutput
|
|
390
|
+
| RegisterCustomEndpointCommandOutput
|
|
391
|
+
| ResetRuntimeLogConfigurationCommandOutput
|
|
392
|
+
| SendManagedThingCommandCommandOutput
|
|
393
|
+
| StartDeviceDiscoveryCommandOutput
|
|
394
|
+
| UpdateDestinationCommandOutput
|
|
395
|
+
| UpdateEventLogConfigurationCommandOutput
|
|
396
|
+
| UpdateManagedThingCommandOutput
|
|
397
|
+
| UpdateNotificationConfigurationCommandOutput
|
|
398
|
+
| UpdateOtaTaskCommandOutput;
|
|
399
|
+
export interface ClientDefaults
|
|
400
|
+
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
401
|
+
requestHandler?: __HttpHandlerUserInput;
|
|
402
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
403
|
+
urlParser?: __UrlParser;
|
|
404
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
405
|
+
streamCollector?: __StreamCollector;
|
|
406
|
+
base64Decoder?: __Decoder;
|
|
407
|
+
base64Encoder?: __Encoder;
|
|
408
|
+
utf8Decoder?: __Decoder;
|
|
409
|
+
utf8Encoder?: __Encoder;
|
|
410
|
+
runtime?: string;
|
|
411
|
+
disableHostPrefix?: boolean;
|
|
412
|
+
serviceId?: string;
|
|
413
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
414
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
415
|
+
region?: string | __Provider<string>;
|
|
416
|
+
profile?: string;
|
|
417
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
418
|
+
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
419
|
+
maxAttempts?: number | __Provider<number>;
|
|
420
|
+
retryMode?: string | __Provider<string>;
|
|
421
|
+
logger?: __Logger;
|
|
422
|
+
extensions?: RuntimeExtension[];
|
|
423
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
424
|
+
}
|
|
425
|
+
export type IoTManagedIntegrationsClientConfigType = Partial<
|
|
426
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
427
|
+
> &
|
|
428
|
+
ClientDefaults &
|
|
429
|
+
UserAgentInputConfig &
|
|
430
|
+
RetryInputConfig &
|
|
431
|
+
RegionInputConfig &
|
|
432
|
+
HostHeaderInputConfig &
|
|
433
|
+
EndpointInputConfig<EndpointParameters> &
|
|
434
|
+
HttpAuthSchemeInputConfig &
|
|
435
|
+
ClientInputEndpointParameters;
|
|
436
|
+
export interface IoTManagedIntegrationsClientConfig
|
|
437
|
+
extends IoTManagedIntegrationsClientConfigType {}
|
|
438
|
+
export type IoTManagedIntegrationsClientResolvedConfigType =
|
|
439
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
440
|
+
Required<ClientDefaults> &
|
|
441
|
+
RuntimeExtensionsConfig &
|
|
442
|
+
UserAgentResolvedConfig &
|
|
443
|
+
RetryResolvedConfig &
|
|
444
|
+
RegionResolvedConfig &
|
|
445
|
+
HostHeaderResolvedConfig &
|
|
446
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
447
|
+
HttpAuthSchemeResolvedConfig &
|
|
448
|
+
ClientResolvedEndpointParameters;
|
|
449
|
+
export interface IoTManagedIntegrationsClientResolvedConfig
|
|
450
|
+
extends IoTManagedIntegrationsClientResolvedConfigType {}
|
|
451
|
+
export declare class IoTManagedIntegrationsClient extends __Client<
|
|
452
|
+
__HttpHandlerOptions,
|
|
453
|
+
ServiceInputTypes,
|
|
454
|
+
ServiceOutputTypes,
|
|
455
|
+
IoTManagedIntegrationsClientResolvedConfig
|
|
456
|
+
> {
|
|
457
|
+
readonly config: IoTManagedIntegrationsClientResolvedConfig;
|
|
458
|
+
constructor(
|
|
459
|
+
...[
|
|
460
|
+
configuration,
|
|
461
|
+
]: __CheckOptionalClientConfig<IoTManagedIntegrationsClientConfig>
|
|
462
|
+
);
|
|
463
|
+
destroy(): void;
|
|
464
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AwsCredentialIdentity,
|
|
3
|
+
AwsCredentialIdentityProvider,
|
|
4
|
+
HttpAuthScheme,
|
|
5
|
+
} from "@smithy/types";
|
|
6
|
+
import { IoTManagedIntegrationsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
7
|
+
export interface HttpAuthExtensionConfiguration {
|
|
8
|
+
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
|
+
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
+
setHttpAuthSchemeProvider(
|
|
11
|
+
httpAuthSchemeProvider: IoTManagedIntegrationsHttpAuthSchemeProvider
|
|
12
|
+
): void;
|
|
13
|
+
httpAuthSchemeProvider(): IoTManagedIntegrationsHttpAuthSchemeProvider;
|
|
14
|
+
setCredentials(
|
|
15
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
|
|
16
|
+
): void;
|
|
17
|
+
credentials():
|
|
18
|
+
| AwsCredentialIdentity
|
|
19
|
+
| AwsCredentialIdentityProvider
|
|
20
|
+
| undefined;
|
|
21
|
+
}
|
|
22
|
+
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
|
+
httpAuthSchemes: HttpAuthScheme[];
|
|
24
|
+
httpAuthSchemeProvider: IoTManagedIntegrationsHttpAuthSchemeProvider;
|
|
25
|
+
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
|
+
}>;
|
|
27
|
+
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
+
runtimeConfig: HttpAuthRuntimeConfig
|
|
29
|
+
) => HttpAuthExtensionConfiguration;
|
|
30
|
+
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
+
config: HttpAuthExtensionConfiguration
|
|
32
|
+
) => HttpAuthRuntimeConfig;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AwsSdkSigV4AuthInputConfig,
|
|
3
|
+
AwsSdkSigV4AuthResolvedConfig,
|
|
4
|
+
AwsSdkSigV4PreviouslyResolved,
|
|
5
|
+
} from "@aws-sdk/core";
|
|
6
|
+
import {
|
|
7
|
+
HandlerExecutionContext,
|
|
8
|
+
HttpAuthScheme,
|
|
9
|
+
HttpAuthSchemeParameters,
|
|
10
|
+
HttpAuthSchemeParametersProvider,
|
|
11
|
+
HttpAuthSchemeProvider,
|
|
12
|
+
} from "@smithy/types";
|
|
13
|
+
import { IoTManagedIntegrationsClientResolvedConfig } from "../IoTManagedIntegrationsClient";
|
|
14
|
+
export interface IoTManagedIntegrationsHttpAuthSchemeParameters
|
|
15
|
+
extends HttpAuthSchemeParameters {
|
|
16
|
+
region?: string;
|
|
17
|
+
}
|
|
18
|
+
export interface IoTManagedIntegrationsHttpAuthSchemeParametersProvider
|
|
19
|
+
extends HttpAuthSchemeParametersProvider<
|
|
20
|
+
IoTManagedIntegrationsClientResolvedConfig,
|
|
21
|
+
HandlerExecutionContext,
|
|
22
|
+
IoTManagedIntegrationsHttpAuthSchemeParameters,
|
|
23
|
+
object
|
|
24
|
+
> {}
|
|
25
|
+
export declare const defaultIoTManagedIntegrationsHttpAuthSchemeParametersProvider: (
|
|
26
|
+
config: IoTManagedIntegrationsClientResolvedConfig,
|
|
27
|
+
context: HandlerExecutionContext,
|
|
28
|
+
input: object
|
|
29
|
+
) => Promise<IoTManagedIntegrationsHttpAuthSchemeParameters>;
|
|
30
|
+
export interface IoTManagedIntegrationsHttpAuthSchemeProvider
|
|
31
|
+
extends HttpAuthSchemeProvider<IoTManagedIntegrationsHttpAuthSchemeParameters> {}
|
|
32
|
+
export declare const defaultIoTManagedIntegrationsHttpAuthSchemeProvider: IoTManagedIntegrationsHttpAuthSchemeProvider;
|
|
33
|
+
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
34
|
+
httpAuthSchemes?: HttpAuthScheme[];
|
|
35
|
+
httpAuthSchemeProvider?: IoTManagedIntegrationsHttpAuthSchemeProvider;
|
|
36
|
+
}
|
|
37
|
+
export interface HttpAuthSchemeResolvedConfig
|
|
38
|
+
extends AwsSdkSigV4AuthResolvedConfig {
|
|
39
|
+
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
40
|
+
readonly httpAuthSchemeProvider: IoTManagedIntegrationsHttpAuthSchemeProvider;
|
|
41
|
+
}
|
|
42
|
+
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
43
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
44
|
+
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IoTManagedIntegrationsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IoTManagedIntegrationsClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateCredentialLockerRequest,
|
|
10
|
+
CreateCredentialLockerResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateCredentialLockerCommandInput
|
|
15
|
+
extends CreateCredentialLockerRequest {}
|
|
16
|
+
export interface CreateCredentialLockerCommandOutput
|
|
17
|
+
extends CreateCredentialLockerResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateCredentialLockerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateCredentialLockerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateCredentialLockerCommandInput,
|
|
24
|
+
CreateCredentialLockerCommandOutput,
|
|
25
|
+
IoTManagedIntegrationsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [CreateCredentialLockerCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateCredentialLockerCommandInput,
|
|
33
|
+
CreateCredentialLockerCommandOutput,
|
|
34
|
+
IoTManagedIntegrationsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateCredentialLockerCommand extends CreateCredentialLockerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateCredentialLockerRequest;
|
|
44
|
+
output: CreateCredentialLockerResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateCredentialLockerCommandInput;
|
|
48
|
+
output: CreateCredentialLockerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IoTManagedIntegrationsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IoTManagedIntegrationsClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateDestinationRequest,
|
|
10
|
+
CreateDestinationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateDestinationCommandInput
|
|
15
|
+
extends CreateDestinationRequest {}
|
|
16
|
+
export interface CreateDestinationCommandOutput
|
|
17
|
+
extends CreateDestinationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateDestinationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateDestinationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateDestinationCommandInput,
|
|
24
|
+
CreateDestinationCommandOutput,
|
|
25
|
+
IoTManagedIntegrationsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateDestinationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateDestinationCommandInput,
|
|
33
|
+
CreateDestinationCommandOutput,
|
|
34
|
+
IoTManagedIntegrationsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateDestinationCommand extends CreateDestinationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDestinationRequest;
|
|
44
|
+
output: CreateDestinationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDestinationCommandInput;
|
|
48
|
+
output: CreateDestinationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
IoTManagedIntegrationsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../IoTManagedIntegrationsClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateEventLogConfigurationRequest,
|
|
10
|
+
CreateEventLogConfigurationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateEventLogConfigurationCommandInput
|
|
15
|
+
extends CreateEventLogConfigurationRequest {}
|
|
16
|
+
export interface CreateEventLogConfigurationCommandOutput
|
|
17
|
+
extends CreateEventLogConfigurationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateEventLogConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateEventLogConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateEventLogConfigurationCommandInput,
|
|
24
|
+
CreateEventLogConfigurationCommandOutput,
|
|
25
|
+
IoTManagedIntegrationsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateEventLogConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateEventLogConfigurationCommandInput,
|
|
33
|
+
CreateEventLogConfigurationCommandOutput,
|
|
34
|
+
IoTManagedIntegrationsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateEventLogConfigurationCommand extends CreateEventLogConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateEventLogConfigurationRequest;
|
|
44
|
+
output: CreateEventLogConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateEventLogConfigurationCommandInput;
|
|
48
|
+
output: CreateEventLogConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|