@aws-sdk/client-iot-managed-integrations 3.1087.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/IoTManagedIntegrations.d.ts +268 -292
- package/dist-types/ts3.4/IoTManagedIntegrationsClient.d.ts +7 -23
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateAccountAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCloudConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateConnectorDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCredentialLockerCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDestinationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateEventLogConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateManagedThingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateNotificationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateOtaTaskCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateOtaTaskConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateProvisioningProfileCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAccountAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCloudConnectorCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteConnectorDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCredentialLockerCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteDestinationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteEventLogConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteManagedThingCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteOtaTaskCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteOtaTaskConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteProvisioningProfileCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeregisterAccountAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAccountAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCloudConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetConnectorDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCredentialLockerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCustomEndpointCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDefaultEncryptionConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDestinationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDeviceDiscoveryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetEventLogConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetHubConfigurationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetManagedThingCapabilitiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetManagedThingCertificateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetManagedThingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetManagedThingConnectivityDataCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetManagedThingMetaDataCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetManagedThingStateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetOtaTaskCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetOtaTaskConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetProvisioningProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRuntimeLogConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCloudConnectorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListConnectorDestinationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCredentialLockersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDestinationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDeviceDiscoveriesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDiscoveredDevicesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListEventLogConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListManagedThingAccountAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListManagedThingSchemasCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListManagedThingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListNotificationConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListOtaTaskConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListOtaTaskExecutionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListOtaTasksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListProvisioningProfilesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutHubConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutRuntimeLogConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterAccountAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterCustomEndpointCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ResetRuntimeLogConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SendConnectorEventCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SendManagedThingCommandCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartAccountAssociationRefreshCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartDeviceDiscoveryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAccountAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCloudConnectorCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdateConnectorDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdateEventLogConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateManagedThingCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateOtaTaskCommand.d.ts +2 -2
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +11 -22
- package/dist-types/ts3.4/models/errors.d.ts +11 -33
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38