@azure/service-bus 7.10.0-beta.1 → 7.10.0-beta.3
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/README.md +114 -57
- package/dist/browser/connectionContext.d.ts +109 -0
- package/dist/browser/connectionContext.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/connectionContext.js +9 -9
- package/dist/browser/connectionContext.js.map +1 -0
- package/dist/browser/constructorHelpers.d.ts +79 -0
- package/dist/browser/constructorHelpers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/constructorHelpers.js +5 -5
- package/dist/browser/constructorHelpers.js.map +1 -0
- package/dist/browser/core/autoLockRenewer.d.ts +58 -0
- package/dist/browser/core/autoLockRenewer.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/core/autoLockRenewer.js +12 -8
- package/dist/browser/core/autoLockRenewer.js.map +1 -0
- package/dist/browser/core/batchingReceiver.d.ts +120 -0
- package/dist/browser/core/batchingReceiver.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/core/batchingReceiver.js +23 -13
- package/dist/browser/core/batchingReceiver.js.map +1 -0
- package/dist/browser/core/linkEntity.d.ts +192 -0
- package/dist/browser/core/linkEntity.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/core/linkEntity.js +77 -14
- package/dist/browser/core/linkEntity.js.map +1 -0
- package/dist/browser/core/managementClient.d.ts +312 -0
- package/dist/browser/core/managementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/core/managementClient.js +37 -33
- package/dist/browser/core/managementClient.js.map +1 -0
- package/dist/browser/core/messageReceiver.d.ts +147 -0
- package/dist/browser/core/messageReceiver.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/core/messageReceiver.js +36 -14
- package/dist/browser/core/messageReceiver.js.map +1 -0
- package/dist/browser/core/messageSender.d.ts +93 -0
- package/dist/browser/core/messageSender.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/core/messageSender.js +36 -12
- package/dist/browser/core/messageSender.js.map +1 -0
- package/dist/browser/core/receiverHelper.d.ts +45 -0
- package/dist/browser/core/receiverHelper.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/core/receiverHelper.js +6 -5
- package/dist/browser/core/receiverHelper.js.map +1 -0
- package/dist/browser/core/shared.d.ts +34 -0
- package/dist/browser/core/shared.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/core/shared.js +3 -3
- package/dist/browser/core/shared.js.map +1 -0
- package/dist/browser/core/streamingReceiver.d.ts +142 -0
- package/dist/browser/core/streamingReceiver.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/core/streamingReceiver.js +73 -36
- package/dist/browser/core/streamingReceiver.js.map +1 -0
- package/dist/browser/dataTransformer.d.ts +77 -0
- package/dist/browser/dataTransformer.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/dataTransformer.js +2 -2
- package/dist/browser/dataTransformer.js.map +1 -0
- package/dist/browser/diagnostics/instrumentServiceBusMessage.d.ts +50 -0
- package/dist/browser/diagnostics/instrumentServiceBusMessage.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/diagnostics/instrumentServiceBusMessage.js +2 -2
- package/dist/browser/diagnostics/instrumentServiceBusMessage.js.map +1 -0
- package/dist/browser/diagnostics/tracing.d.ts +21 -0
- package/dist/browser/diagnostics/tracing.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/diagnostics/tracing.js +2 -2
- package/dist/browser/diagnostics/tracing.js.map +1 -0
- package/dist/browser/experimental/index.d.ts +10 -0
- package/dist/browser/experimental/index.d.ts.map +1 -0
- package/dist/browser/experimental/index.js +4 -0
- package/dist/browser/experimental/index.js.map +1 -0
- package/dist/browser/index.d.ts +26 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +5 -5
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/log.d.ts +70 -0
- package/dist/browser/log.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/log.js +1 -1
- package/dist/browser/log.js.map +1 -0
- package/dist/browser/models.d.ts +328 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +4 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/modelsToBeSharedWithEventHubs.d.ts +18 -0
- package/dist/browser/modelsToBeSharedWithEventHubs.d.ts.map +1 -0
- package/dist/browser/modelsToBeSharedWithEventHubs.js +4 -0
- package/dist/browser/modelsToBeSharedWithEventHubs.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/receivers/receiver.d.ts +299 -0
- package/dist/browser/receivers/receiver.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/receivers/receiver.js +40 -22
- package/dist/browser/receivers/receiver.js.map +1 -0
- package/dist/browser/receivers/receiverCommon.d.ts +81 -0
- package/dist/browser/receivers/receiverCommon.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/receivers/receiverCommon.js +7 -8
- package/dist/browser/receivers/receiverCommon.js.map +1 -0
- package/dist/browser/receivers/sessionReceiver.d.ts +189 -0
- package/dist/browser/receivers/sessionReceiver.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/receivers/sessionReceiver.js +32 -24
- package/dist/browser/receivers/sessionReceiver.js.map +1 -0
- package/dist/browser/sender.d.ts +125 -0
- package/dist/browser/sender.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/sender.js +19 -13
- package/dist/browser/sender.js.map +1 -0
- package/dist/browser/serializers/namespaceResourceSerializer.d.ts +46 -0
- package/dist/browser/serializers/namespaceResourceSerializer.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serializers/namespaceResourceSerializer.js +3 -3
- package/dist/browser/serializers/namespaceResourceSerializer.js.map +1 -0
- package/dist/browser/serializers/queueResourceSerializer.d.ts +461 -0
- package/dist/browser/serializers/queueResourceSerializer.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serializers/queueResourceSerializer.js +4 -4
- package/dist/browser/serializers/queueResourceSerializer.js.map +1 -0
- package/dist/browser/serializers/ruleResourceSerializer.d.ts +135 -0
- package/dist/browser/serializers/ruleResourceSerializer.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serializers/ruleResourceSerializer.js +4 -4
- package/dist/browser/serializers/ruleResourceSerializer.js.map +1 -0
- package/dist/browser/serializers/subscriptionResourceSerializer.d.ts +396 -0
- package/dist/browser/serializers/subscriptionResourceSerializer.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serializers/subscriptionResourceSerializer.js +5 -5
- package/dist/browser/serializers/subscriptionResourceSerializer.js.map +1 -0
- package/dist/browser/serializers/topicResourceSerializer.d.ts +335 -0
- package/dist/browser/serializers/topicResourceSerializer.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serializers/topicResourceSerializer.js +4 -4
- package/dist/browser/serializers/topicResourceSerializer.js.map +1 -0
- package/dist/browser/serviceBusAtomManagementClient.d.ts +652 -0
- package/dist/browser/serviceBusAtomManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceBusAtomManagementClient.js +78 -109
- package/dist/browser/serviceBusAtomManagementClient.js.map +1 -0
- package/dist/browser/serviceBusClient.d.ts +231 -0
- package/dist/browser/serviceBusClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceBusClient.js +24 -11
- package/dist/browser/serviceBusClient.js.map +1 -0
- package/dist/browser/serviceBusError.d.ts +119 -0
- package/dist/browser/serviceBusError.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceBusError.js +21 -1
- package/dist/browser/serviceBusError.js.map +1 -0
- package/dist/browser/serviceBusMessage.d.ts +529 -0
- package/dist/browser/serviceBusMessage.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceBusMessage.js +193 -5
- package/dist/browser/serviceBusMessage.js.map +1 -0
- package/dist/browser/serviceBusMessageBatch.d.ts +153 -0
- package/dist/browser/serviceBusMessageBatch.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceBusMessageBatch.js +37 -13
- package/dist/browser/serviceBusMessageBatch.js.map +1 -0
- package/dist/browser/serviceBusRuleManager.d.ts +103 -0
- package/dist/browser/serviceBusRuleManager.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceBusRuleManager.js +16 -13
- package/dist/browser/serviceBusRuleManager.js.map +1 -0
- package/dist/browser/session/messageSession.d.ts +236 -0
- package/dist/browser/session/messageSession.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/session/messageSession.js +145 -30
- package/dist/browser/session/messageSession.js.map +1 -0
- package/dist/browser/util/atomXmlHelper.d.ts +56 -0
- package/dist/browser/util/atomXmlHelper.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/util/atomXmlHelper.js +7 -7
- package/dist/browser/util/atomXmlHelper.js.map +1 -0
- package/dist/browser/util/compat/compatibility.d.ts +109 -0
- package/dist/browser/util/compat/compatibility.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/util/compat/compatibility.js +2 -2
- package/dist/browser/util/compat/compatibility.js.map +1 -0
- package/dist/browser/util/compat/httpHeaders.d.ts +136 -0
- package/dist/browser/util/compat/httpHeaders.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/util/compat/httpHeaders.js +2 -1
- package/dist/browser/util/compat/httpHeaders.js.map +1 -0
- package/dist/browser/util/compat/index.d.ts +3 -0
- package/dist/browser/util/compat/index.d.ts.map +1 -0
- package/dist/browser/util/compat/index.js +5 -0
- package/dist/browser/util/compat/index.js.map +1 -0
- package/dist/browser/util/connectionStringUtils.d.ts +53 -0
- package/dist/browser/util/connectionStringUtils.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/util/connectionStringUtils.js +8 -2
- package/dist/browser/util/connectionStringUtils.js.map +1 -0
- package/dist/browser/util/constants.d.ts +322 -0
- package/dist/browser/util/constants.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/util/constants.js +3 -3
- package/{dist-esm/src → dist/browser}/util/constants.js.map +1 -1
- package/dist/browser/util/crypto-browser.d.mts.map +1 -0
- package/dist/browser/util/crypto-browser.mjs.map +1 -0
- package/dist/browser/util/crypto.d.ts +5 -0
- package/{dist-esm/src/util/crypto.browser.js → dist/browser/util/crypto.js} +2 -4
- package/dist/browser/util/errors.d.ts +130 -0
- package/dist/browser/util/errors.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/util/errors.js +4 -4
- package/dist/browser/util/errors.js.map +1 -0
- package/dist/browser/util/parseUrl-browser.d.mts.map +1 -0
- package/dist/browser/util/parseUrl-browser.mjs.map +1 -0
- package/dist/browser/util/parseUrl.d.ts +5 -0
- package/{dist-esm/src/util/parseUrl.browser.js → dist/browser/util/parseUrl.js} +1 -3
- package/dist/browser/util/runtimeInfo-browser.d.mts.map +1 -0
- package/dist/browser/util/runtimeInfo-browser.mjs.map +1 -0
- package/dist/browser/util/runtimeInfo.d.ts +7 -0
- package/{dist-esm/src/util/runtimeInfo.browser.js → dist/browser/util/runtimeInfo.js} +2 -2
- package/dist/browser/util/sasServiceClientCredentials.d.ts +31 -0
- package/dist/browser/util/sasServiceClientCredentials.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/util/sasServiceClientCredentials.js +9 -3
- package/dist/browser/util/sasServiceClientCredentials.js.map +1 -0
- package/dist/browser/util/semaphore.d.ts +38 -0
- package/dist/browser/util/semaphore.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/util/semaphore.js +7 -3
- package/dist/browser/util/semaphore.js.map +1 -0
- package/dist/browser/util/typeGuards.d.ts +8 -0
- package/dist/browser/util/typeGuards.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/util/typeGuards.js +2 -2
- package/dist/browser/util/typeGuards.js.map +1 -0
- package/dist/browser/util/utils.d.ts +247 -0
- package/dist/browser/util/utils.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/util/utils.js +5 -7
- package/dist/browser/util/utils.js.map +1 -0
- package/dist/commonjs/connectionContext.d.ts +109 -0
- package/dist/commonjs/connectionContext.d.ts.map +1 -0
- package/dist/commonjs/connectionContext.js +358 -0
- package/dist/commonjs/connectionContext.js.map +1 -0
- package/dist/commonjs/constructorHelpers.d.ts +79 -0
- package/dist/commonjs/constructorHelpers.d.ts.map +1 -0
- package/dist/commonjs/constructorHelpers.js +103 -0
- package/dist/commonjs/constructorHelpers.js.map +1 -0
- package/dist/commonjs/core/autoLockRenewer.d.ts +58 -0
- package/dist/commonjs/core/autoLockRenewer.d.ts.map +1 -0
- package/dist/commonjs/core/autoLockRenewer.js +178 -0
- package/dist/commonjs/core/autoLockRenewer.js.map +1 -0
- package/dist/commonjs/core/batchingReceiver.d.ts +120 -0
- package/dist/commonjs/core/batchingReceiver.d.ts.map +1 -0
- package/dist/commonjs/core/batchingReceiver.js +405 -0
- package/dist/commonjs/core/batchingReceiver.js.map +1 -0
- package/dist/commonjs/core/linkEntity.d.ts +192 -0
- package/dist/commonjs/core/linkEntity.d.ts.map +1 -0
- package/dist/commonjs/core/linkEntity.js +344 -0
- package/dist/commonjs/core/linkEntity.js.map +1 -0
- package/dist/commonjs/core/managementClient.d.ts +312 -0
- package/dist/commonjs/core/managementClient.d.ts.map +1 -0
- package/dist/commonjs/core/managementClient.js +1078 -0
- package/dist/commonjs/core/managementClient.js.map +1 -0
- package/dist/commonjs/core/messageReceiver.d.ts +147 -0
- package/dist/commonjs/core/messageReceiver.d.ts.map +1 -0
- package/dist/commonjs/core/messageReceiver.js +169 -0
- package/dist/commonjs/core/messageReceiver.js.map +1 -0
- package/dist/commonjs/core/messageSender.d.ts +93 -0
- package/dist/commonjs/core/messageSender.d.ts.map +1 -0
- package/dist/commonjs/core/messageSender.js +307 -0
- package/dist/commonjs/core/messageSender.js.map +1 -0
- package/dist/commonjs/core/receiverHelper.d.ts +45 -0
- package/dist/commonjs/core/receiverHelper.d.ts.map +1 -0
- package/dist/commonjs/core/receiverHelper.js +123 -0
- package/dist/commonjs/core/receiverHelper.js.map +1 -0
- package/dist/commonjs/core/shared.d.ts +34 -0
- package/dist/commonjs/core/shared.d.ts.map +1 -0
- package/dist/commonjs/core/shared.js +70 -0
- package/dist/commonjs/core/shared.js.map +1 -0
- package/dist/commonjs/core/streamingReceiver.d.ts +142 -0
- package/dist/commonjs/core/streamingReceiver.d.ts.map +1 -0
- package/dist/commonjs/core/streamingReceiver.js +526 -0
- package/dist/commonjs/core/streamingReceiver.js.map +1 -0
- package/dist/commonjs/dataTransformer.d.ts +77 -0
- package/dist/commonjs/dataTransformer.d.ts.map +1 -0
- package/dist/commonjs/dataTransformer.js +169 -0
- package/dist/commonjs/dataTransformer.js.map +1 -0
- package/dist/commonjs/diagnostics/instrumentServiceBusMessage.d.ts +50 -0
- package/dist/commonjs/diagnostics/instrumentServiceBusMessage.d.ts.map +1 -0
- package/dist/commonjs/diagnostics/instrumentServiceBusMessage.js +107 -0
- package/dist/commonjs/diagnostics/instrumentServiceBusMessage.js.map +1 -0
- package/dist/commonjs/diagnostics/tracing.d.ts +21 -0
- package/dist/commonjs/diagnostics/tracing.d.ts.map +1 -0
- package/dist/commonjs/diagnostics/tracing.js +41 -0
- package/dist/commonjs/diagnostics/tracing.js.map +1 -0
- package/dist/commonjs/experimental/index.d.ts +10 -0
- package/dist/commonjs/experimental/index.d.ts.map +1 -0
- package/dist/commonjs/experimental/index.js +5 -0
- package/dist/commonjs/experimental/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +26 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +22 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/log.d.ts +70 -0
- package/dist/commonjs/log.d.ts.map +1 -0
- package/dist/commonjs/log.js +94 -0
- package/dist/commonjs/log.js.map +1 -0
- package/dist/commonjs/models.d.ts +328 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/modelsToBeSharedWithEventHubs.d.ts +18 -0
- package/dist/commonjs/modelsToBeSharedWithEventHubs.d.ts.map +1 -0
- package/dist/commonjs/modelsToBeSharedWithEventHubs.js +5 -0
- package/dist/commonjs/modelsToBeSharedWithEventHubs.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/receivers/receiver.d.ts +299 -0
- package/dist/commonjs/receivers/receiver.d.ts.map +1 -0
- package/dist/commonjs/receivers/receiver.js +383 -0
- package/dist/commonjs/receivers/receiver.js.map +1 -0
- package/dist/commonjs/receivers/receiverCommon.d.ts +81 -0
- package/dist/commonjs/receivers/receiverCommon.d.ts.map +1 -0
- package/dist/commonjs/receivers/receiverCommon.js +269 -0
- package/dist/commonjs/receivers/receiverCommon.js.map +1 -0
- package/dist/commonjs/receivers/sessionReceiver.d.ts +189 -0
- package/dist/commonjs/receivers/sessionReceiver.d.ts.map +1 -0
- package/dist/commonjs/receivers/sessionReceiver.js +432 -0
- package/dist/commonjs/receivers/sessionReceiver.js.map +1 -0
- package/dist/commonjs/sender.d.ts +125 -0
- package/dist/commonjs/sender.d.ts.map +1 -0
- package/dist/commonjs/sender.js +191 -0
- package/dist/commonjs/sender.js.map +1 -0
- package/dist/commonjs/serializers/namespaceResourceSerializer.d.ts +46 -0
- package/dist/commonjs/serializers/namespaceResourceSerializer.d.ts.map +1 -0
- package/dist/commonjs/serializers/namespaceResourceSerializer.js +39 -0
- package/dist/commonjs/serializers/namespaceResourceSerializer.js.map +1 -0
- package/dist/commonjs/serializers/queueResourceSerializer.d.ts +461 -0
- package/dist/commonjs/serializers/queueResourceSerializer.d.ts.map +1 -0
- package/dist/commonjs/serializers/queueResourceSerializer.js +107 -0
- package/dist/commonjs/serializers/queueResourceSerializer.js.map +1 -0
- package/dist/commonjs/serializers/ruleResourceSerializer.d.ts +135 -0
- package/dist/commonjs/serializers/ruleResourceSerializer.d.ts.map +1 -0
- package/dist/commonjs/serializers/ruleResourceSerializer.js +287 -0
- package/dist/commonjs/serializers/ruleResourceSerializer.js.map +1 -0
- package/dist/commonjs/serializers/subscriptionResourceSerializer.d.ts +396 -0
- package/dist/commonjs/serializers/subscriptionResourceSerializer.d.ts.map +1 -0
- package/dist/commonjs/serializers/subscriptionResourceSerializer.js +103 -0
- package/dist/commonjs/serializers/subscriptionResourceSerializer.js.map +1 -0
- package/dist/commonjs/serializers/topicResourceSerializer.d.ts +335 -0
- package/dist/commonjs/serializers/topicResourceSerializer.d.ts.map +1 -0
- package/dist/commonjs/serializers/topicResourceSerializer.js +97 -0
- package/dist/commonjs/serializers/topicResourceSerializer.js.map +1 -0
- package/dist/commonjs/serviceBusAtomManagementClient.d.ts +652 -0
- package/dist/commonjs/serviceBusAtomManagementClient.d.ts.map +1 -0
- package/dist/commonjs/serviceBusAtomManagementClient.js +1648 -0
- package/dist/commonjs/serviceBusAtomManagementClient.js.map +1 -0
- package/dist/commonjs/serviceBusClient.d.ts +231 -0
- package/dist/commonjs/serviceBusClient.d.ts.map +1 -0
- package/dist/commonjs/serviceBusClient.js +221 -0
- package/dist/commonjs/serviceBusClient.js.map +1 -0
- package/dist/commonjs/serviceBusError.d.ts +119 -0
- package/dist/commonjs/serviceBusError.d.ts.map +1 -0
- package/dist/commonjs/serviceBusError.js +109 -0
- package/dist/commonjs/serviceBusError.js.map +1 -0
- package/dist/commonjs/serviceBusMessage.d.ts +529 -0
- package/dist/commonjs/serviceBusMessage.d.ts.map +1 -0
- package/dist/commonjs/serviceBusMessage.js +611 -0
- package/dist/commonjs/serviceBusMessage.js.map +1 -0
- package/dist/commonjs/serviceBusMessageBatch.d.ts +153 -0
- package/dist/commonjs/serviceBusMessageBatch.d.ts.map +1 -0
- package/dist/commonjs/serviceBusMessageBatch.js +196 -0
- package/dist/commonjs/serviceBusMessageBatch.js.map +1 -0
- package/dist/commonjs/serviceBusRuleManager.d.ts +103 -0
- package/dist/commonjs/serviceBusRuleManager.d.ts.map +1 -0
- package/dist/commonjs/serviceBusRuleManager.js +153 -0
- package/dist/commonjs/serviceBusRuleManager.js.map +1 -0
- package/dist/commonjs/session/messageSession.d.ts +236 -0
- package/dist/commonjs/session/messageSession.d.ts.map +1 -0
- package/dist/commonjs/session/messageSession.js +759 -0
- package/dist/commonjs/session/messageSession.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/commonjs/util/atomXmlHelper.d.ts +56 -0
- package/dist/commonjs/util/atomXmlHelper.d.ts.map +1 -0
- package/dist/commonjs/util/atomXmlHelper.js +386 -0
- package/dist/commonjs/util/atomXmlHelper.js.map +1 -0
- package/dist/commonjs/util/compat/compatibility.d.ts +109 -0
- package/dist/commonjs/util/compat/compatibility.d.ts.map +1 -0
- package/dist/commonjs/util/compat/compatibility.js +30 -0
- package/dist/commonjs/util/compat/compatibility.js.map +1 -0
- package/dist/commonjs/util/compat/httpHeaders.d.ts +136 -0
- package/dist/commonjs/util/compat/httpHeaders.d.ts.map +1 -0
- package/dist/commonjs/util/compat/httpHeaders.js +157 -0
- package/dist/commonjs/util/compat/httpHeaders.js.map +1 -0
- package/dist/commonjs/util/compat/index.d.ts +3 -0
- package/dist/commonjs/util/compat/index.d.ts.map +1 -0
- package/dist/commonjs/util/compat/index.js +8 -0
- package/dist/commonjs/util/compat/index.js.map +1 -0
- package/dist/commonjs/util/connectionStringUtils.d.ts +53 -0
- package/dist/commonjs/util/connectionStringUtils.d.ts.map +1 -0
- package/dist/commonjs/util/connectionStringUtils.js +51 -0
- package/dist/commonjs/util/connectionStringUtils.js.map +1 -0
- package/dist/commonjs/util/constants.d.ts +322 -0
- package/dist/commonjs/util/constants.d.ts.map +1 -0
- package/dist/commonjs/util/constants.js +327 -0
- package/dist/commonjs/util/constants.js.map +1 -0
- package/dist/commonjs/util/crypto.d.ts +5 -0
- package/dist/commonjs/util/crypto.d.ts.map +1 -0
- package/dist/commonjs/util/crypto.js +15 -0
- package/dist/commonjs/util/crypto.js.map +1 -0
- package/dist/commonjs/util/errors.d.ts +130 -0
- package/dist/commonjs/util/errors.d.ts.map +1 -0
- package/dist/commonjs/util/errors.js +236 -0
- package/dist/commonjs/util/errors.js.map +1 -0
- package/dist/commonjs/util/parseUrl.d.ts +5 -0
- package/dist/commonjs/util/parseUrl.d.ts.map +1 -0
- package/dist/commonjs/util/parseUrl.js +13 -0
- package/dist/commonjs/util/parseUrl.js.map +1 -0
- package/dist/commonjs/util/runtimeInfo.d.ts +7 -0
- package/dist/commonjs/util/runtimeInfo.d.ts.map +1 -0
- package/dist/commonjs/util/runtimeInfo.js +24 -0
- package/dist/commonjs/util/runtimeInfo.js.map +1 -0
- package/dist/commonjs/util/sasServiceClientCredentials.d.ts +31 -0
- package/dist/commonjs/util/sasServiceClientCredentials.d.ts.map +1 -0
- package/dist/commonjs/util/sasServiceClientCredentials.js +56 -0
- package/dist/commonjs/util/sasServiceClientCredentials.js.map +1 -0
- package/dist/commonjs/util/semaphore.d.ts +38 -0
- package/dist/commonjs/util/semaphore.d.ts.map +1 -0
- package/dist/commonjs/util/semaphore.js +85 -0
- package/dist/commonjs/util/semaphore.js.map +1 -0
- package/dist/commonjs/util/typeGuards.d.ts +8 -0
- package/dist/commonjs/util/typeGuards.d.ts.map +1 -0
- package/dist/commonjs/util/typeGuards.js +15 -0
- package/dist/commonjs/util/typeGuards.js.map +1 -0
- package/dist/commonjs/util/utils.d.ts +247 -0
- package/dist/commonjs/util/utils.d.ts.map +1 -0
- package/dist/commonjs/util/utils.js +524 -0
- package/dist/commonjs/util/utils.js.map +1 -0
- package/dist/esm/connectionContext.d.ts +109 -0
- package/dist/esm/connectionContext.d.ts.map +1 -0
- package/dist/esm/connectionContext.js +355 -0
- package/dist/esm/connectionContext.js.map +1 -0
- package/dist/esm/constructorHelpers.d.ts +79 -0
- package/dist/esm/constructorHelpers.d.ts.map +1 -0
- package/dist/esm/constructorHelpers.js +96 -0
- package/dist/esm/constructorHelpers.js.map +1 -0
- package/dist/esm/core/autoLockRenewer.d.ts +58 -0
- package/dist/esm/core/autoLockRenewer.d.ts.map +1 -0
- package/dist/esm/core/autoLockRenewer.js +174 -0
- package/dist/esm/core/autoLockRenewer.js.map +1 -0
- package/dist/esm/core/batchingReceiver.d.ts +120 -0
- package/dist/esm/core/batchingReceiver.d.ts.map +1 -0
- package/dist/esm/core/batchingReceiver.js +399 -0
- package/dist/esm/core/batchingReceiver.js.map +1 -0
- package/dist/esm/core/linkEntity.d.ts +192 -0
- package/dist/esm/core/linkEntity.d.ts.map +1 -0
- package/dist/esm/core/linkEntity.js +340 -0
- package/dist/esm/core/linkEntity.js.map +1 -0
- package/dist/esm/core/managementClient.d.ts +312 -0
- package/dist/esm/core/managementClient.d.ts.map +1 -0
- package/dist/esm/core/managementClient.js +1072 -0
- package/dist/esm/core/managementClient.js.map +1 -0
- package/dist/esm/core/messageReceiver.d.ts +147 -0
- package/dist/esm/core/messageReceiver.d.ts.map +1 -0
- package/dist/esm/core/messageReceiver.js +165 -0
- package/dist/esm/core/messageReceiver.js.map +1 -0
- package/dist/esm/core/messageSender.d.ts +93 -0
- package/dist/esm/core/messageSender.d.ts.map +1 -0
- package/dist/esm/core/messageSender.js +303 -0
- package/dist/esm/core/messageSender.js.map +1 -0
- package/dist/esm/core/receiverHelper.d.ts +45 -0
- package/dist/esm/core/receiverHelper.d.ts.map +1 -0
- package/dist/esm/core/receiverHelper.js +119 -0
- package/dist/esm/core/receiverHelper.js.map +1 -0
- package/dist/esm/core/shared.d.ts +34 -0
- package/dist/esm/core/shared.d.ts.map +1 -0
- package/dist/esm/core/shared.js +66 -0
- package/dist/esm/core/shared.js.map +1 -0
- package/dist/esm/core/streamingReceiver.d.ts +142 -0
- package/dist/esm/core/streamingReceiver.d.ts.map +1 -0
- package/dist/esm/core/streamingReceiver.js +522 -0
- package/dist/esm/core/streamingReceiver.js.map +1 -0
- package/dist/esm/dataTransformer.d.ts +77 -0
- package/dist/esm/dataTransformer.d.ts.map +1 -0
- package/dist/esm/dataTransformer.js +163 -0
- package/dist/esm/dataTransformer.js.map +1 -0
- package/dist/esm/diagnostics/instrumentServiceBusMessage.d.ts +50 -0
- package/dist/esm/diagnostics/instrumentServiceBusMessage.d.ts.map +1 -0
- package/dist/esm/diagnostics/instrumentServiceBusMessage.js +101 -0
- package/dist/esm/diagnostics/instrumentServiceBusMessage.js.map +1 -0
- package/dist/esm/diagnostics/tracing.d.ts +21 -0
- package/dist/esm/diagnostics/tracing.d.ts.map +1 -0
- package/dist/esm/diagnostics/tracing.js +37 -0
- package/dist/esm/diagnostics/tracing.js.map +1 -0
- package/dist/esm/experimental/index.d.ts +10 -0
- package/dist/esm/experimental/index.d.ts.map +1 -0
- package/dist/esm/experimental/index.js +4 -0
- package/dist/esm/experimental/index.js.map +1 -0
- package/dist/esm/index.d.ts +26 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +10 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/log.d.ts +70 -0
- package/dist/esm/log.d.ts.map +1 -0
- package/dist/esm/log.js +89 -0
- package/dist/esm/log.js.map +1 -0
- package/dist/esm/models.d.ts +328 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/modelsToBeSharedWithEventHubs.d.ts +18 -0
- package/dist/esm/modelsToBeSharedWithEventHubs.d.ts.map +1 -0
- package/dist/esm/modelsToBeSharedWithEventHubs.js +4 -0
- package/dist/esm/modelsToBeSharedWithEventHubs.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/receivers/receiver.d.ts +299 -0
- package/dist/esm/receivers/receiver.d.ts.map +1 -0
- package/dist/esm/receivers/receiver.js +379 -0
- package/dist/esm/receivers/receiver.js.map +1 -0
- package/dist/esm/receivers/receiverCommon.d.ts +81 -0
- package/dist/esm/receivers/receiverCommon.d.ts.map +1 -0
- package/dist/esm/receivers/receiverCommon.js +257 -0
- package/dist/esm/receivers/receiverCommon.js.map +1 -0
- package/dist/esm/receivers/sessionReceiver.d.ts +189 -0
- package/dist/esm/receivers/sessionReceiver.d.ts.map +1 -0
- package/dist/esm/receivers/sessionReceiver.js +428 -0
- package/dist/esm/receivers/sessionReceiver.js.map +1 -0
- package/dist/esm/sender.d.ts +125 -0
- package/dist/esm/sender.d.ts.map +1 -0
- package/dist/esm/sender.js +186 -0
- package/dist/esm/sender.js.map +1 -0
- package/dist/esm/serializers/namespaceResourceSerializer.d.ts +46 -0
- package/dist/esm/serializers/namespaceResourceSerializer.d.ts.map +1 -0
- package/dist/esm/serializers/namespaceResourceSerializer.js +34 -0
- package/dist/esm/serializers/namespaceResourceSerializer.js.map +1 -0
- package/dist/esm/serializers/queueResourceSerializer.d.ts +461 -0
- package/dist/esm/serializers/queueResourceSerializer.d.ts.map +1 -0
- package/dist/esm/serializers/queueResourceSerializer.js +99 -0
- package/dist/esm/serializers/queueResourceSerializer.js.map +1 -0
- package/dist/esm/serializers/ruleResourceSerializer.d.ts +135 -0
- package/dist/esm/serializers/ruleResourceSerializer.d.ts.map +1 -0
- package/dist/esm/serializers/ruleResourceSerializer.js +278 -0
- package/dist/esm/serializers/ruleResourceSerializer.js.map +1 -0
- package/dist/esm/serializers/subscriptionResourceSerializer.d.ts +396 -0
- package/dist/esm/serializers/subscriptionResourceSerializer.d.ts.map +1 -0
- package/dist/esm/serializers/subscriptionResourceSerializer.js +95 -0
- package/dist/esm/serializers/subscriptionResourceSerializer.js.map +1 -0
- package/dist/esm/serializers/topicResourceSerializer.d.ts +335 -0
- package/dist/esm/serializers/topicResourceSerializer.d.ts.map +1 -0
- package/dist/esm/serializers/topicResourceSerializer.js +89 -0
- package/dist/esm/serializers/topicResourceSerializer.js.map +1 -0
- package/dist/esm/serviceBusAtomManagementClient.d.ts +652 -0
- package/dist/esm/serviceBusAtomManagementClient.d.ts.map +1 -0
- package/dist/esm/serviceBusAtomManagementClient.js +1643 -0
- package/dist/esm/serviceBusAtomManagementClient.js.map +1 -0
- package/dist/esm/serviceBusClient.d.ts +231 -0
- package/dist/esm/serviceBusClient.d.ts.map +1 -0
- package/dist/esm/serviceBusClient.js +216 -0
- package/dist/esm/serviceBusClient.js.map +1 -0
- package/dist/esm/serviceBusError.d.ts +119 -0
- package/dist/esm/serviceBusError.d.ts.map +1 -0
- package/dist/esm/serviceBusError.js +103 -0
- package/dist/esm/serviceBusError.js.map +1 -0
- package/dist/esm/serviceBusMessage.d.ts +529 -0
- package/dist/esm/serviceBusMessage.d.ts.map +1 -0
- package/dist/esm/serviceBusMessage.js +598 -0
- package/dist/esm/serviceBusMessage.js.map +1 -0
- package/dist/esm/serviceBusMessageBatch.d.ts +153 -0
- package/dist/esm/serviceBusMessageBatch.d.ts.map +1 -0
- package/dist/esm/serviceBusMessageBatch.js +192 -0
- package/dist/esm/serviceBusMessageBatch.js.map +1 -0
- package/dist/esm/serviceBusRuleManager.d.ts +103 -0
- package/dist/esm/serviceBusRuleManager.d.ts.map +1 -0
- package/dist/esm/serviceBusRuleManager.js +149 -0
- package/dist/esm/serviceBusRuleManager.js.map +1 -0
- package/dist/esm/session/messageSession.d.ts +236 -0
- package/dist/esm/session/messageSession.d.ts.map +1 -0
- package/dist/esm/session/messageSession.js +755 -0
- package/dist/esm/session/messageSession.js.map +1 -0
- package/dist/esm/util/atomXmlHelper.d.ts +56 -0
- package/dist/esm/util/atomXmlHelper.d.ts.map +1 -0
- package/dist/esm/util/atomXmlHelper.js +378 -0
- package/dist/esm/util/atomXmlHelper.js.map +1 -0
- package/dist/esm/util/compat/compatibility.d.ts +109 -0
- package/dist/esm/util/compat/compatibility.d.ts.map +1 -0
- package/dist/esm/util/compat/compatibility.js +27 -0
- package/dist/esm/util/compat/compatibility.js.map +1 -0
- package/dist/esm/util/compat/httpHeaders.d.ts +136 -0
- package/dist/esm/util/compat/httpHeaders.d.ts.map +1 -0
- package/dist/esm/util/compat/httpHeaders.js +152 -0
- package/dist/esm/util/compat/httpHeaders.js.map +1 -0
- package/dist/esm/util/compat/index.d.ts +3 -0
- package/dist/esm/util/compat/index.d.ts.map +1 -0
- package/dist/esm/util/compat/index.js +5 -0
- package/dist/esm/util/compat/index.js.map +1 -0
- package/dist/esm/util/connectionStringUtils.d.ts +53 -0
- package/dist/esm/util/connectionStringUtils.d.ts.map +1 -0
- package/dist/esm/util/connectionStringUtils.js +48 -0
- package/dist/esm/util/connectionStringUtils.js.map +1 -0
- package/dist/esm/util/constants.d.ts +322 -0
- package/dist/esm/util/constants.d.ts.map +1 -0
- package/dist/esm/util/constants.js +324 -0
- package/dist/esm/util/constants.js.map +1 -0
- package/dist/esm/util/crypto.d.ts +5 -0
- package/dist/esm/util/crypto.d.ts.map +1 -0
- package/{dist-esm/src → dist/esm}/util/crypto.js +1 -3
- package/dist/esm/util/crypto.js.map +1 -0
- package/dist/esm/util/errors.d.ts +130 -0
- package/dist/esm/util/errors.d.ts.map +1 -0
- package/dist/esm/util/errors.js +220 -0
- package/dist/esm/util/errors.js.map +1 -0
- package/dist/esm/util/parseUrl.d.ts +5 -0
- package/dist/esm/util/parseUrl.d.ts.map +1 -0
- package/{dist-esm/src → dist/esm}/util/parseUrl.js +0 -6
- package/dist/esm/util/parseUrl.js.map +1 -0
- package/dist/esm/util/runtimeInfo.d.ts +7 -0
- package/dist/esm/util/runtimeInfo.d.ts.map +1 -0
- package/{dist-esm/src → dist/esm}/util/runtimeInfo.js +2 -2
- package/dist/esm/util/runtimeInfo.js.map +1 -0
- package/dist/esm/util/sasServiceClientCredentials.d.ts +31 -0
- package/dist/esm/util/sasServiceClientCredentials.d.ts.map +1 -0
- package/dist/esm/util/sasServiceClientCredentials.js +52 -0
- package/dist/esm/util/sasServiceClientCredentials.js.map +1 -0
- package/dist/esm/util/semaphore.d.ts +38 -0
- package/dist/esm/util/semaphore.d.ts.map +1 -0
- package/dist/esm/util/semaphore.js +81 -0
- package/dist/esm/util/semaphore.js.map +1 -0
- package/dist/esm/util/typeGuards.d.ts +8 -0
- package/dist/esm/util/typeGuards.d.ts.map +1 -0
- package/dist/esm/util/typeGuards.js +12 -0
- package/dist/esm/util/typeGuards.js.map +1 -0
- package/dist/esm/util/utils.d.ts +247 -0
- package/dist/esm/util/utils.d.ts.map +1 -0
- package/dist/esm/util/utils.js +496 -0
- package/dist/esm/util/utils.js.map +1 -0
- package/dist/react-native/connectionContext.d.ts +109 -0
- package/dist/react-native/connectionContext.d.ts.map +1 -0
- package/dist/react-native/connectionContext.js +355 -0
- package/dist/react-native/connectionContext.js.map +1 -0
- package/dist/react-native/constructorHelpers.d.ts +79 -0
- package/dist/react-native/constructorHelpers.d.ts.map +1 -0
- package/dist/react-native/constructorHelpers.js +96 -0
- package/dist/react-native/constructorHelpers.js.map +1 -0
- package/dist/react-native/core/autoLockRenewer.d.ts +58 -0
- package/dist/react-native/core/autoLockRenewer.d.ts.map +1 -0
- package/dist/react-native/core/autoLockRenewer.js +174 -0
- package/dist/react-native/core/autoLockRenewer.js.map +1 -0
- package/dist/react-native/core/batchingReceiver.d.ts +120 -0
- package/dist/react-native/core/batchingReceiver.d.ts.map +1 -0
- package/dist/react-native/core/batchingReceiver.js +399 -0
- package/dist/react-native/core/batchingReceiver.js.map +1 -0
- package/dist/react-native/core/linkEntity.d.ts +192 -0
- package/dist/react-native/core/linkEntity.d.ts.map +1 -0
- package/dist/react-native/core/linkEntity.js +340 -0
- package/dist/react-native/core/linkEntity.js.map +1 -0
- package/dist/react-native/core/managementClient.d.ts +312 -0
- package/dist/react-native/core/managementClient.d.ts.map +1 -0
- package/dist/react-native/core/managementClient.js +1072 -0
- package/dist/react-native/core/managementClient.js.map +1 -0
- package/dist/react-native/core/messageReceiver.d.ts +147 -0
- package/dist/react-native/core/messageReceiver.d.ts.map +1 -0
- package/dist/react-native/core/messageReceiver.js +165 -0
- package/dist/react-native/core/messageReceiver.js.map +1 -0
- package/dist/react-native/core/messageSender.d.ts +93 -0
- package/dist/react-native/core/messageSender.d.ts.map +1 -0
- package/dist/react-native/core/messageSender.js +303 -0
- package/dist/react-native/core/messageSender.js.map +1 -0
- package/dist/react-native/core/receiverHelper.d.ts +45 -0
- package/dist/react-native/core/receiverHelper.d.ts.map +1 -0
- package/dist/react-native/core/receiverHelper.js +119 -0
- package/dist/react-native/core/receiverHelper.js.map +1 -0
- package/dist/react-native/core/shared.d.ts +34 -0
- package/dist/react-native/core/shared.d.ts.map +1 -0
- package/dist/react-native/core/shared.js +66 -0
- package/dist/react-native/core/shared.js.map +1 -0
- package/dist/react-native/core/streamingReceiver.d.ts +142 -0
- package/dist/react-native/core/streamingReceiver.d.ts.map +1 -0
- package/dist/react-native/core/streamingReceiver.js +522 -0
- package/dist/react-native/core/streamingReceiver.js.map +1 -0
- package/dist/react-native/dataTransformer.d.ts +77 -0
- package/dist/react-native/dataTransformer.d.ts.map +1 -0
- package/dist/react-native/dataTransformer.js +163 -0
- package/dist/react-native/dataTransformer.js.map +1 -0
- package/dist/react-native/diagnostics/instrumentServiceBusMessage.d.ts +50 -0
- package/dist/react-native/diagnostics/instrumentServiceBusMessage.d.ts.map +1 -0
- package/dist/react-native/diagnostics/instrumentServiceBusMessage.js +101 -0
- package/dist/react-native/diagnostics/instrumentServiceBusMessage.js.map +1 -0
- package/dist/react-native/diagnostics/tracing.d.ts +21 -0
- package/dist/react-native/diagnostics/tracing.d.ts.map +1 -0
- package/dist/react-native/diagnostics/tracing.js +37 -0
- package/dist/react-native/diagnostics/tracing.js.map +1 -0
- package/dist/react-native/experimental/index.d.ts +10 -0
- package/dist/react-native/experimental/index.d.ts.map +1 -0
- package/dist/react-native/experimental/index.js +4 -0
- package/dist/react-native/experimental/index.js.map +1 -0
- package/dist/react-native/index.d.ts +26 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +10 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/log.d.ts +70 -0
- package/dist/react-native/log.d.ts.map +1 -0
- package/dist/react-native/log.js +89 -0
- package/dist/react-native/log.js.map +1 -0
- package/dist/react-native/models.d.ts +328 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/modelsToBeSharedWithEventHubs.d.ts +18 -0
- package/dist/react-native/modelsToBeSharedWithEventHubs.d.ts.map +1 -0
- package/dist/react-native/modelsToBeSharedWithEventHubs.js +4 -0
- package/dist/react-native/modelsToBeSharedWithEventHubs.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/receivers/receiver.d.ts +299 -0
- package/dist/react-native/receivers/receiver.d.ts.map +1 -0
- package/dist/react-native/receivers/receiver.js +379 -0
- package/dist/react-native/receivers/receiver.js.map +1 -0
- package/dist/react-native/receivers/receiverCommon.d.ts +81 -0
- package/dist/react-native/receivers/receiverCommon.d.ts.map +1 -0
- package/dist/react-native/receivers/receiverCommon.js +257 -0
- package/dist/react-native/receivers/receiverCommon.js.map +1 -0
- package/dist/react-native/receivers/sessionReceiver.d.ts +189 -0
- package/dist/react-native/receivers/sessionReceiver.d.ts.map +1 -0
- package/dist/react-native/receivers/sessionReceiver.js +428 -0
- package/dist/react-native/receivers/sessionReceiver.js.map +1 -0
- package/dist/react-native/sender.d.ts +125 -0
- package/dist/react-native/sender.d.ts.map +1 -0
- package/dist/react-native/sender.js +186 -0
- package/dist/react-native/sender.js.map +1 -0
- package/dist/react-native/serializers/namespaceResourceSerializer.d.ts +46 -0
- package/dist/react-native/serializers/namespaceResourceSerializer.d.ts.map +1 -0
- package/dist/react-native/serializers/namespaceResourceSerializer.js +34 -0
- package/dist/react-native/serializers/namespaceResourceSerializer.js.map +1 -0
- package/dist/react-native/serializers/queueResourceSerializer.d.ts +461 -0
- package/dist/react-native/serializers/queueResourceSerializer.d.ts.map +1 -0
- package/dist/react-native/serializers/queueResourceSerializer.js +99 -0
- package/dist/react-native/serializers/queueResourceSerializer.js.map +1 -0
- package/dist/react-native/serializers/ruleResourceSerializer.d.ts +135 -0
- package/dist/react-native/serializers/ruleResourceSerializer.d.ts.map +1 -0
- package/dist/react-native/serializers/ruleResourceSerializer.js +278 -0
- package/dist/react-native/serializers/ruleResourceSerializer.js.map +1 -0
- package/dist/react-native/serializers/subscriptionResourceSerializer.d.ts +396 -0
- package/dist/react-native/serializers/subscriptionResourceSerializer.d.ts.map +1 -0
- package/dist/react-native/serializers/subscriptionResourceSerializer.js +95 -0
- package/dist/react-native/serializers/subscriptionResourceSerializer.js.map +1 -0
- package/dist/react-native/serializers/topicResourceSerializer.d.ts +335 -0
- package/dist/react-native/serializers/topicResourceSerializer.d.ts.map +1 -0
- package/dist/react-native/serializers/topicResourceSerializer.js +89 -0
- package/dist/react-native/serializers/topicResourceSerializer.js.map +1 -0
- package/dist/react-native/serviceBusAtomManagementClient.d.ts +652 -0
- package/dist/react-native/serviceBusAtomManagementClient.d.ts.map +1 -0
- package/dist/react-native/serviceBusAtomManagementClient.js +1643 -0
- package/dist/react-native/serviceBusAtomManagementClient.js.map +1 -0
- package/dist/react-native/serviceBusClient.d.ts +231 -0
- package/dist/react-native/serviceBusClient.d.ts.map +1 -0
- package/dist/react-native/serviceBusClient.js +216 -0
- package/dist/react-native/serviceBusClient.js.map +1 -0
- package/dist/react-native/serviceBusError.d.ts +119 -0
- package/dist/react-native/serviceBusError.d.ts.map +1 -0
- package/dist/react-native/serviceBusError.js +103 -0
- package/dist/react-native/serviceBusError.js.map +1 -0
- package/dist/react-native/serviceBusMessage.d.ts +529 -0
- package/dist/react-native/serviceBusMessage.d.ts.map +1 -0
- package/dist/react-native/serviceBusMessage.js +598 -0
- package/dist/react-native/serviceBusMessage.js.map +1 -0
- package/dist/react-native/serviceBusMessageBatch.d.ts +153 -0
- package/dist/react-native/serviceBusMessageBatch.d.ts.map +1 -0
- package/dist/react-native/serviceBusMessageBatch.js +192 -0
- package/dist/react-native/serviceBusMessageBatch.js.map +1 -0
- package/dist/react-native/serviceBusRuleManager.d.ts +103 -0
- package/dist/react-native/serviceBusRuleManager.d.ts.map +1 -0
- package/dist/react-native/serviceBusRuleManager.js +149 -0
- package/dist/react-native/serviceBusRuleManager.js.map +1 -0
- package/dist/react-native/session/messageSession.d.ts +236 -0
- package/dist/react-native/session/messageSession.d.ts.map +1 -0
- package/dist/react-native/session/messageSession.js +755 -0
- package/dist/react-native/session/messageSession.js.map +1 -0
- package/dist/react-native/util/atomXmlHelper.d.ts +56 -0
- package/dist/react-native/util/atomXmlHelper.d.ts.map +1 -0
- package/dist/react-native/util/atomXmlHelper.js +378 -0
- package/dist/react-native/util/atomXmlHelper.js.map +1 -0
- package/dist/react-native/util/compat/compatibility.d.ts +109 -0
- package/dist/react-native/util/compat/compatibility.d.ts.map +1 -0
- package/dist/react-native/util/compat/compatibility.js +27 -0
- package/dist/react-native/util/compat/compatibility.js.map +1 -0
- package/dist/react-native/util/compat/httpHeaders.d.ts +136 -0
- package/dist/react-native/util/compat/httpHeaders.d.ts.map +1 -0
- package/dist/react-native/util/compat/httpHeaders.js +152 -0
- package/dist/react-native/util/compat/httpHeaders.js.map +1 -0
- package/dist/react-native/util/compat/index.d.ts +3 -0
- package/dist/react-native/util/compat/index.d.ts.map +1 -0
- package/dist/react-native/util/compat/index.js +5 -0
- package/dist/react-native/util/compat/index.js.map +1 -0
- package/dist/react-native/util/connectionStringUtils.d.ts +53 -0
- package/dist/react-native/util/connectionStringUtils.d.ts.map +1 -0
- package/dist/react-native/util/connectionStringUtils.js +48 -0
- package/dist/react-native/util/connectionStringUtils.js.map +1 -0
- package/dist/react-native/util/constants.d.ts +322 -0
- package/dist/react-native/util/constants.d.ts.map +1 -0
- package/dist/react-native/util/constants.js +324 -0
- package/dist/react-native/util/constants.js.map +1 -0
- package/dist/react-native/util/crypto.d.ts +5 -0
- package/dist/react-native/util/crypto.d.ts.map +1 -0
- package/dist/react-native/util/crypto.js +11 -0
- package/dist/react-native/util/crypto.js.map +1 -0
- package/dist/react-native/util/errors.d.ts +130 -0
- package/dist/react-native/util/errors.d.ts.map +1 -0
- package/dist/react-native/util/errors.js +220 -0
- package/dist/react-native/util/errors.js.map +1 -0
- package/dist/react-native/util/parseUrl.d.ts +5 -0
- package/dist/react-native/util/parseUrl.d.ts.map +1 -0
- package/dist/react-native/util/parseUrl.js +9 -0
- package/dist/react-native/util/parseUrl.js.map +1 -0
- package/dist/react-native/util/runtimeInfo-react-native.d.mts.map +1 -0
- package/dist/react-native/util/runtimeInfo-react-native.mjs.map +1 -0
- package/dist/react-native/util/runtimeInfo.d.ts +7 -0
- package/{dist-esm/src/util/runtimeInfo.native.js → dist/react-native/util/runtimeInfo.js} +3 -3
- package/dist/react-native/util/sasServiceClientCredentials.d.ts +31 -0
- package/dist/react-native/util/sasServiceClientCredentials.d.ts.map +1 -0
- package/dist/react-native/util/sasServiceClientCredentials.js +52 -0
- package/dist/react-native/util/sasServiceClientCredentials.js.map +1 -0
- package/dist/react-native/util/semaphore.d.ts +38 -0
- package/dist/react-native/util/semaphore.d.ts.map +1 -0
- package/dist/react-native/util/semaphore.js +81 -0
- package/dist/react-native/util/semaphore.js.map +1 -0
- package/dist/react-native/util/typeGuards.d.ts +8 -0
- package/dist/react-native/util/typeGuards.d.ts.map +1 -0
- package/dist/react-native/util/typeGuards.js +12 -0
- package/dist/react-native/util/typeGuards.js.map +1 -0
- package/dist/react-native/util/utils.d.ts +247 -0
- package/dist/react-native/util/utils.d.ts.map +1 -0
- package/dist/react-native/util/utils.js +496 -0
- package/dist/react-native/util/utils.js.map +1 -0
- package/package.json +123 -104
- package/dist/index.js +0 -10438
- package/dist/index.js.map +0 -1
- package/dist-esm/src/connectionContext.js.map +0 -1
- package/dist-esm/src/constructorHelpers.js.map +0 -1
- package/dist-esm/src/core/autoLockRenewer.js.map +0 -1
- package/dist-esm/src/core/batchingReceiver.js.map +0 -1
- package/dist-esm/src/core/linkEntity.js.map +0 -1
- package/dist-esm/src/core/managementClient.js.map +0 -1
- package/dist-esm/src/core/messageReceiver.js.map +0 -1
- package/dist-esm/src/core/messageSender.js.map +0 -1
- package/dist-esm/src/core/receiverHelper.js.map +0 -1
- package/dist-esm/src/core/shared.js.map +0 -1
- package/dist-esm/src/core/streamingReceiver.js.map +0 -1
- package/dist-esm/src/dataTransformer.js.map +0 -1
- package/dist-esm/src/diagnostics/instrumentServiceBusMessage.js.map +0 -1
- package/dist-esm/src/diagnostics/tracing.js.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/log.js.map +0 -1
- package/dist-esm/src/models.js +0 -4
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/modelsToBeSharedWithEventHubs.js +0 -4
- package/dist-esm/src/modelsToBeSharedWithEventHubs.js.map +0 -1
- package/dist-esm/src/receivers/receiver.js.map +0 -1
- package/dist-esm/src/receivers/receiverCommon.js.map +0 -1
- package/dist-esm/src/receivers/sessionReceiver.js.map +0 -1
- package/dist-esm/src/sender.js.map +0 -1
- package/dist-esm/src/serializers/namespaceResourceSerializer.js.map +0 -1
- package/dist-esm/src/serializers/queueResourceSerializer.js.map +0 -1
- package/dist-esm/src/serializers/ruleResourceSerializer.js.map +0 -1
- package/dist-esm/src/serializers/subscriptionResourceSerializer.js.map +0 -1
- package/dist-esm/src/serializers/topicResourceSerializer.js.map +0 -1
- package/dist-esm/src/serviceBusAtomManagementClient.js.map +0 -1
- package/dist-esm/src/serviceBusClient.js.map +0 -1
- package/dist-esm/src/serviceBusError.js.map +0 -1
- package/dist-esm/src/serviceBusMessage.js.map +0 -1
- package/dist-esm/src/serviceBusMessageBatch.js.map +0 -1
- package/dist-esm/src/serviceBusRuleManager.js.map +0 -1
- package/dist-esm/src/session/messageSession.js.map +0 -1
- package/dist-esm/src/util/atomXmlHelper.js.map +0 -1
- package/dist-esm/src/util/compat/compatibility.js.map +0 -1
- package/dist-esm/src/util/compat/httpHeaders.js.map +0 -1
- package/dist-esm/src/util/compat/index.js +0 -5
- package/dist-esm/src/util/compat/index.js.map +0 -1
- package/dist-esm/src/util/connectionStringUtils.js.map +0 -1
- package/dist-esm/src/util/crypto.browser.js.map +0 -1
- package/dist-esm/src/util/crypto.js.map +0 -1
- package/dist-esm/src/util/errors.js.map +0 -1
- package/dist-esm/src/util/parseUrl.browser.js.map +0 -1
- package/dist-esm/src/util/parseUrl.js.map +0 -1
- package/dist-esm/src/util/runtimeInfo.browser.js.map +0 -1
- package/dist-esm/src/util/runtimeInfo.js.map +0 -1
- package/dist-esm/src/util/runtimeInfo.native.js.map +0 -1
- package/dist-esm/src/util/sasServiceClientCredentials.js.map +0 -1
- package/dist-esm/src/util/semaphore.js.map +0 -1
- package/dist-esm/src/util/typeGuards.js.map +0 -1
- package/dist-esm/src/util/utils.js.map +0 -1
- package/types/latest/service-bus-beta.d.ts +0 -3197
|
@@ -0,0 +1,652 @@
|
|
|
1
|
+
import type { TokenCredential, NamedKeyCredential } from "@azure/core-auth";
|
|
2
|
+
import type { OperationOptions, CommonClientOptions } from "@azure/core-client";
|
|
3
|
+
import { ServiceClient } from "@azure/core-client";
|
|
4
|
+
import type { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
|
|
5
|
+
import type { CorrelationRuleFilter } from "./core/managementClient.js";
|
|
6
|
+
import type { NamespaceProperties } from "./serializers/namespaceResourceSerializer.js";
|
|
7
|
+
import type { CreateQueueOptions, QueueProperties, QueueRuntimeProperties } from "./serializers/queueResourceSerializer.js";
|
|
8
|
+
import type { RuleProperties, SqlRuleAction, SqlRuleFilter } from "./serializers/ruleResourceSerializer.js";
|
|
9
|
+
import type { CreateSubscriptionOptions, SubscriptionProperties, SubscriptionRuntimeProperties } from "./serializers/subscriptionResourceSerializer.js";
|
|
10
|
+
import type { CreateTopicOptions, TopicProperties, TopicRuntimeProperties } from "./serializers/topicResourceSerializer.js";
|
|
11
|
+
import type { HttpResponse } from "./util/compat/index.js";
|
|
12
|
+
/**
|
|
13
|
+
* Request options for list<entity-type>() operations
|
|
14
|
+
*/
|
|
15
|
+
export interface ListRequestOptions {
|
|
16
|
+
/**
|
|
17
|
+
* Count of entities to fetch.
|
|
18
|
+
*/
|
|
19
|
+
maxCount?: number;
|
|
20
|
+
/**
|
|
21
|
+
* Count of entities to skip from being fetched.
|
|
22
|
+
*/
|
|
23
|
+
skip?: number;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Represents the returned response of the operation along with the raw response.
|
|
27
|
+
*/
|
|
28
|
+
export type WithResponse<T extends object> = T & {
|
|
29
|
+
/**
|
|
30
|
+
* The underlying HTTP response.
|
|
31
|
+
*/
|
|
32
|
+
_response: HttpResponse;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Represents the client options of the `ServiceBusAdministrationClient`.
|
|
36
|
+
*/
|
|
37
|
+
export interface ServiceBusAdministrationClientOptions extends CommonClientOptions {
|
|
38
|
+
/**
|
|
39
|
+
* Service version of the ATOM API.
|
|
40
|
+
*
|
|
41
|
+
* Currently supported = "2021-05" | "2017-04"
|
|
42
|
+
*
|
|
43
|
+
* Defaults to "2021-05".
|
|
44
|
+
*/
|
|
45
|
+
serviceVersion?: "2021-05" | "2017-04";
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Represents the result of list operation on entities which also contains the `continuationToken` to start iterating over from.
|
|
49
|
+
*/
|
|
50
|
+
export type EntitiesResponse<T extends object> = WithResponse<Array<T>> & Pick<PageSettings, "continuationToken">;
|
|
51
|
+
/**
|
|
52
|
+
* All operations return promises that resolve to an object that has the relevant output.
|
|
53
|
+
* These objects also have a property called `_response` that you can use if you want to
|
|
54
|
+
* access the direct response from the service.
|
|
55
|
+
*/
|
|
56
|
+
export declare class ServiceBusAdministrationClient extends ServiceClient {
|
|
57
|
+
/**
|
|
58
|
+
* Reference to the endpoint as extracted from input connection string.
|
|
59
|
+
*/
|
|
60
|
+
private endpoint;
|
|
61
|
+
/**
|
|
62
|
+
* Reference to the endpoint with protocol prefix as extracted from input connection string.
|
|
63
|
+
*/
|
|
64
|
+
private endpointWithProtocol;
|
|
65
|
+
private serviceVersion;
|
|
66
|
+
private useTls;
|
|
67
|
+
/**
|
|
68
|
+
* Singleton instances of serializers used across the various operations.
|
|
69
|
+
*/
|
|
70
|
+
private namespaceResourceSerializer;
|
|
71
|
+
private queueResourceSerializer;
|
|
72
|
+
private topicResourceSerializer;
|
|
73
|
+
private subscriptionResourceSerializer;
|
|
74
|
+
private ruleResourceSerializer;
|
|
75
|
+
/**
|
|
76
|
+
* Credentials used to generate tokens as required for the various operations.
|
|
77
|
+
*/
|
|
78
|
+
private credentials;
|
|
79
|
+
/**
|
|
80
|
+
* Initializes a new instance of the ServiceBusAdministrationClient class.
|
|
81
|
+
* @param connectionString - The connection string needed for the client to connect to Azure.
|
|
82
|
+
* @param options - PipelineOptions
|
|
83
|
+
*/
|
|
84
|
+
constructor(connectionString: string, options?: ServiceBusAdministrationClientOptions);
|
|
85
|
+
/**
|
|
86
|
+
*
|
|
87
|
+
* @param fullyQualifiedNamespace - The fully qualified namespace of your Service Bus instance which is
|
|
88
|
+
* likely to be similar to <yournamespace>.servicebus.windows.net.
|
|
89
|
+
* @param credential - A credential object used by the client to get the token to authenticate the connection
|
|
90
|
+
* with the Azure Service Bus. See @azure/identity for creating the credentials.
|
|
91
|
+
* If you're using your own implementation of the `TokenCredential` interface against AAD, then set the "scopes" for service-bus
|
|
92
|
+
* to be `["https://servicebus.azure.net//user_impersonation"]` to get the appropriate token.
|
|
93
|
+
* Use the `AzureNamedKeyCredential` from @azure/core-auth if you want to pass in a `SharedAccessKeyName`
|
|
94
|
+
* and `SharedAccessKey` without using a connection string. These fields map to the `name` and `key` field respectively
|
|
95
|
+
* in `AzureNamedKeyCredential`.
|
|
96
|
+
* @param options - PipelineOptions
|
|
97
|
+
*/
|
|
98
|
+
constructor(fullyQualifiedNamespace: string, credential: TokenCredential | NamedKeyCredential, options?: ServiceBusAdministrationClientOptions);
|
|
99
|
+
/**
|
|
100
|
+
* Returns an object representing the metadata related to a service bus namespace.
|
|
101
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
102
|
+
*
|
|
103
|
+
*/
|
|
104
|
+
getNamespaceProperties(operationOptions?: OperationOptions): Promise<WithResponse<NamespaceProperties>>;
|
|
105
|
+
/**
|
|
106
|
+
* Creates a queue with given name, configured using the given options
|
|
107
|
+
* @param options - Options to configure the Queue being created(For example, you can configure a queue to support partitions or sessions)
|
|
108
|
+
* and the operation options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
109
|
+
*
|
|
110
|
+
* Following are errors that can be expected from this operation
|
|
111
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
112
|
+
* @throws `RestError` with code `MessageEntityAlreadyExistsError` when requested messaging entity already exists,
|
|
113
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
114
|
+
* @throws `RestError` with code `QuotaExceededError` when requested operation fails due to quote limits exceeding from service side,
|
|
115
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
116
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
117
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
118
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
119
|
+
*/
|
|
120
|
+
createQueue(queueName: string, options?: CreateQueueOptions): Promise<WithResponse<QueueProperties>>;
|
|
121
|
+
/**
|
|
122
|
+
* Returns an object representing the Queue and its properties.
|
|
123
|
+
* If you want to get the Queue runtime info like message count details, use `getQueueRuntimeProperties` API.
|
|
124
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
125
|
+
*
|
|
126
|
+
* Following are errors that can be expected from this operation
|
|
127
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
128
|
+
* @throws `RestError` with code `MessageEntityNotFoundError` when requested messaging entity does not exist,
|
|
129
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
130
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
131
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
132
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
133
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
134
|
+
*/
|
|
135
|
+
getQueue(queueName: string, operationOptions?: OperationOptions): Promise<WithResponse<QueueProperties>>;
|
|
136
|
+
/**
|
|
137
|
+
* Returns an object representing the Queue runtime info like message count details.
|
|
138
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
139
|
+
*
|
|
140
|
+
* Following are errors that can be expected from this operation
|
|
141
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
142
|
+
* @throws `RestError` with code `MessageEntityNotFoundError` when requested messaging entity does not exist,
|
|
143
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
144
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
145
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
146
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
147
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
148
|
+
*/
|
|
149
|
+
getQueueRuntimeProperties(queueName: string, operationOptions?: OperationOptions): Promise<WithResponse<QueueRuntimeProperties>>;
|
|
150
|
+
/**
|
|
151
|
+
* Returns a list of objects, each representing a Queue along with its properties.
|
|
152
|
+
* If you want to get the runtime info of the queues like message count, use `getQueuesRuntimeProperties` API instead.
|
|
153
|
+
* @param options - The options include the maxCount and the count of entities to skip, the operation options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
154
|
+
*
|
|
155
|
+
* Following are errors that can be expected from this operation
|
|
156
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
157
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
158
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
159
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
160
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
161
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
162
|
+
*/
|
|
163
|
+
private getQueues;
|
|
164
|
+
private listQueuesPage;
|
|
165
|
+
private listQueuesAll;
|
|
166
|
+
/**
|
|
167
|
+
* Returns an async iterable iterator to list all the queues.
|
|
168
|
+
*
|
|
169
|
+
* .byPage() returns an async iterable iterator to list the queues in pages.
|
|
170
|
+
*
|
|
171
|
+
* @returns An asyncIterableIterator that supports paging.
|
|
172
|
+
*/
|
|
173
|
+
listQueues(options?: OperationOptions): PagedAsyncIterableIterator<QueueProperties, EntitiesResponse<QueueProperties>>;
|
|
174
|
+
/**
|
|
175
|
+
* Returns a list of objects, each representing a Queue's runtime info like message count details.
|
|
176
|
+
* @param options - The options include the maxCount and the count of entities to skip, the operation options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
177
|
+
*
|
|
178
|
+
* Following are errors that can be expected from this operation
|
|
179
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
180
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
181
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
182
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
183
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
184
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
185
|
+
*/
|
|
186
|
+
private getQueuesRuntimeProperties;
|
|
187
|
+
private listQueuesRuntimePropertiesPage;
|
|
188
|
+
private listQueuesRuntimePropertiesAll;
|
|
189
|
+
/**
|
|
190
|
+
* Returns an async iterable iterator to list runtime info of the queues.
|
|
191
|
+
*
|
|
192
|
+
* .byPage() returns an async iterable iterator to list runtime info of the queues in pages.
|
|
193
|
+
*
|
|
194
|
+
*
|
|
195
|
+
* @returns An asyncIterableIterator that supports paging.
|
|
196
|
+
*/
|
|
197
|
+
listQueuesRuntimeProperties(options?: OperationOptions): PagedAsyncIterableIterator<QueueRuntimeProperties, EntitiesResponse<QueueRuntimeProperties>>;
|
|
198
|
+
/**
|
|
199
|
+
* Updates the queue based on the queue properties provided.
|
|
200
|
+
* All queue properties must be set even though only a subset of them are actually updatable.
|
|
201
|
+
* Therefore, the suggested flow is to use the output from `getQueue()`, update the desired properties in it, and then pass the modified object to `updateQueue()`.
|
|
202
|
+
*
|
|
203
|
+
* The properties that cannot be updated are marked as readonly in the `QueueProperties` interface.
|
|
204
|
+
*
|
|
205
|
+
* @param queue - Object representing the properties of the queue and the raw response.
|
|
206
|
+
* `requiresSession`, `requiresDuplicateDetection`, `enablePartitioning`, and `name` can't be updated after creating the queue.
|
|
207
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
208
|
+
*
|
|
209
|
+
* Following are errors that can be expected from this operation
|
|
210
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
211
|
+
* @throws `RestError` with code `MessageEntityNotFoundError` when requested messaging entity does not exist,
|
|
212
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
213
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
214
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
215
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
216
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
217
|
+
*/
|
|
218
|
+
updateQueue(queue: WithResponse<QueueProperties>, operationOptions?: OperationOptions): Promise<WithResponse<QueueProperties>>;
|
|
219
|
+
/**
|
|
220
|
+
* Deletes a queue.
|
|
221
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
222
|
+
*
|
|
223
|
+
* Following are errors that can be expected from this operation
|
|
224
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
225
|
+
* @throws `RestError` with code `MessageEntityNotFoundError` when requested messaging entity does not exist,
|
|
226
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
227
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
228
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
229
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
230
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
231
|
+
*/
|
|
232
|
+
deleteQueue(queueName: string, operationOptions?: OperationOptions): Promise<WithResponse<{}>>;
|
|
233
|
+
/**
|
|
234
|
+
* Checks whether a given queue exists or not.
|
|
235
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
236
|
+
*/
|
|
237
|
+
queueExists(queueName: string, operationOptions?: OperationOptions): Promise<boolean>;
|
|
238
|
+
/**
|
|
239
|
+
* Creates a topic with given name, configured using the given options
|
|
240
|
+
* @param options - Options to configure the Topic being created(For example, you can configure a topic to support partitions)
|
|
241
|
+
* and the operation options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
242
|
+
*
|
|
243
|
+
* Following are errors that can be expected from this operation
|
|
244
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
245
|
+
* @throws `RestError` with code `MessageEntityAlreadyExistsError` when requested messaging entity already exists,
|
|
246
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
247
|
+
* @throws `RestError` with code `QuotaExceededError` when requested operation fails due to quote limits exceeding from service side,
|
|
248
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
249
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
250
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
251
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
252
|
+
*/
|
|
253
|
+
createTopic(topicName: string, options?: CreateTopicOptions): Promise<WithResponse<TopicProperties>>;
|
|
254
|
+
/**
|
|
255
|
+
* Returns an object representing the Topic and its properties.
|
|
256
|
+
* If you want to get the Topic runtime info like subscription count details, use `getTopicRuntimeProperties` API.
|
|
257
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
258
|
+
*
|
|
259
|
+
* Following are errors that can be expected from this operation
|
|
260
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
261
|
+
* @throws `RestError` with code `MessageEntityNotFoundError` when requested messaging entity does not exist,
|
|
262
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
263
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
264
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
265
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
266
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
267
|
+
*/
|
|
268
|
+
getTopic(topicName: string, operationOptions?: OperationOptions): Promise<WithResponse<TopicProperties>>;
|
|
269
|
+
/**
|
|
270
|
+
* Returns an object representing the Topic runtime info like subscription count.
|
|
271
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
272
|
+
*
|
|
273
|
+
* Following are errors that can be expected from this operation
|
|
274
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
275
|
+
* @throws `RestError` with code `MessageEntityNotFoundError` when requested messaging entity does not exist,
|
|
276
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
277
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
278
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
279
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
280
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
281
|
+
*/
|
|
282
|
+
getTopicRuntimeProperties(topicName: string, operationOptions?: OperationOptions): Promise<WithResponse<TopicRuntimeProperties>>;
|
|
283
|
+
/**
|
|
284
|
+
* Returns a list of objects, each representing a Topic along with its properties.
|
|
285
|
+
* If you want to get the runtime info of the topics like subscription count, use `getTopicsRuntimeProperties` API instead.
|
|
286
|
+
* @param options - The options include the maxCount and the count of entities to skip, the operation options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
287
|
+
*
|
|
288
|
+
* Following are errors that can be expected from this operation
|
|
289
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
290
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
291
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
292
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
293
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
294
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
295
|
+
*/
|
|
296
|
+
private getTopics;
|
|
297
|
+
private listTopicsPage;
|
|
298
|
+
private listTopicsAll;
|
|
299
|
+
/**
|
|
300
|
+
* Returns an async iterable iterator to list all the topics.
|
|
301
|
+
*
|
|
302
|
+
* .byPage() returns an async iterable iterator to list the topics in pages.
|
|
303
|
+
*
|
|
304
|
+
*
|
|
305
|
+
* @returns An asyncIterableIterator that supports paging.
|
|
306
|
+
*/
|
|
307
|
+
listTopics(options?: OperationOptions): PagedAsyncIterableIterator<TopicProperties, EntitiesResponse<TopicProperties>>;
|
|
308
|
+
/**
|
|
309
|
+
* Returns a list of objects, each representing a Topic's runtime info like subscription count.
|
|
310
|
+
* @param options - The options include the maxCount and the count of entities to skip, the operation options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
311
|
+
*
|
|
312
|
+
* Following are errors that can be expected from this operation
|
|
313
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
314
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
315
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
316
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
317
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
318
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
319
|
+
*/
|
|
320
|
+
private getTopicsRuntimeProperties;
|
|
321
|
+
private listTopicsRuntimePropertiesPage;
|
|
322
|
+
private listTopicsRuntimePropertiesAll;
|
|
323
|
+
/**
|
|
324
|
+
* Returns an async iterable iterator to list runtime info of the topics.
|
|
325
|
+
*
|
|
326
|
+
* .byPage() returns an async iterable iterator to list runtime info of the topics in pages.
|
|
327
|
+
*
|
|
328
|
+
*
|
|
329
|
+
* @returns An asyncIterableIterator that supports paging.
|
|
330
|
+
*/
|
|
331
|
+
listTopicsRuntimeProperties(options?: OperationOptions): PagedAsyncIterableIterator<TopicRuntimeProperties, EntitiesResponse<TopicRuntimeProperties>>;
|
|
332
|
+
/**
|
|
333
|
+
* Updates the topic based on the topic properties provided.
|
|
334
|
+
* All topic properties must be set even though only a subset of them are actually updatable.
|
|
335
|
+
* Therefore, the suggested flow is to use the output from `getTopic()`, update the desired properties in it, and then pass the modified object to `updateTopic()`.
|
|
336
|
+
*
|
|
337
|
+
* The properties that cannot be updated are marked as readonly in the `TopicProperties` interface.
|
|
338
|
+
*
|
|
339
|
+
* @param topic - Object representing the properties of the topic and the raw response.
|
|
340
|
+
* `requiresDuplicateDetection`, `enablePartitioning`, and `name` can't be updated after creating the topic.
|
|
341
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
342
|
+
*
|
|
343
|
+
* Following are errors that can be expected from this operation
|
|
344
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
345
|
+
* @throws `RestError` with code `MessageEntityNotFoundError` when requested messaging entity does not exist,
|
|
346
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
347
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
348
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
349
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
350
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
351
|
+
*/
|
|
352
|
+
updateTopic(topic: WithResponse<TopicProperties>, operationOptions?: OperationOptions): Promise<WithResponse<TopicProperties>>;
|
|
353
|
+
/**
|
|
354
|
+
* Deletes a topic.
|
|
355
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
356
|
+
*
|
|
357
|
+
* Following are errors that can be expected from this operation
|
|
358
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
359
|
+
* @throws `RestError` with code `MessageEntityNotFoundError` when requested messaging entity does not exist,
|
|
360
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
361
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
362
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
363
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
364
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
365
|
+
*/
|
|
366
|
+
deleteTopic(topicName: string, operationOptions?: OperationOptions): Promise<WithResponse<{}>>;
|
|
367
|
+
/**
|
|
368
|
+
* Checks whether a given topic exists or not.
|
|
369
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
370
|
+
*/
|
|
371
|
+
topicExists(topicName: string, operationOptions?: OperationOptions): Promise<boolean>;
|
|
372
|
+
/**
|
|
373
|
+
* Creates a subscription with given name, configured using the given options
|
|
374
|
+
* @param options - Options to configure the Subscription being created(For example, you can configure a Subscription to support partitions or sessions)
|
|
375
|
+
* and the operation options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
376
|
+
*
|
|
377
|
+
* Following are errors that can be expected from this operation
|
|
378
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
379
|
+
* @throws `RestError` with code `MessageEntityAlreadyExistsError` when requested messaging entity already exists,
|
|
380
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
381
|
+
* @throws `RestError` with code `QuotaExceededError` when requested operation fails due to quote limits exceeding from service side,
|
|
382
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
383
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
384
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
385
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
386
|
+
*/
|
|
387
|
+
createSubscription(topicName: string, subscriptionName: string, options?: CreateSubscriptionOptions): Promise<WithResponse<SubscriptionProperties>>;
|
|
388
|
+
/**
|
|
389
|
+
* Returns an object representing the Subscription and its properties.
|
|
390
|
+
* If you want to get the Subscription runtime info like message count details, use `getSubscriptionRuntimeProperties` API.
|
|
391
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
392
|
+
*
|
|
393
|
+
* Following are errors that can be expected from this operation
|
|
394
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
395
|
+
* @throws `RestError` with code `MessageEntityNotFoundError` when requested messaging entity does not exist,
|
|
396
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
397
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
398
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
399
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
400
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
401
|
+
*/
|
|
402
|
+
getSubscription(topicName: string, subscriptionName: string, operationOptions?: OperationOptions): Promise<WithResponse<SubscriptionProperties>>;
|
|
403
|
+
/**
|
|
404
|
+
* Returns an object representing the Subscription runtime info like message count details.
|
|
405
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
406
|
+
*
|
|
407
|
+
* Following are errors that can be expected from this operation
|
|
408
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
409
|
+
* @throws `RestError` with code `MessageEntityNotFoundError` when requested messaging entity does not exist,
|
|
410
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
411
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
412
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
413
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
414
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
415
|
+
*/
|
|
416
|
+
getSubscriptionRuntimeProperties(topicName: string, subscriptionName: string, operationOptions?: OperationOptions): Promise<WithResponse<SubscriptionRuntimeProperties>>;
|
|
417
|
+
/**
|
|
418
|
+
* Returns a list of objects, each representing a Subscription along with its properties.
|
|
419
|
+
* If you want to get the runtime info of the subscriptions like message count, use `getSubscriptionsRuntimeProperties` API instead.
|
|
420
|
+
* @param options - The options include the maxCount and the count of entities to skip, the operation options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
421
|
+
*
|
|
422
|
+
* Following are errors that can be expected from this operation
|
|
423
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
424
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
425
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
426
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
427
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
428
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
429
|
+
*/
|
|
430
|
+
private getSubscriptions;
|
|
431
|
+
private listSubscriptionsPage;
|
|
432
|
+
private listSubscriptionsAll;
|
|
433
|
+
/**
|
|
434
|
+
*
|
|
435
|
+
* Returns an async iterable iterator to list all the subscriptions
|
|
436
|
+
* under the specified topic.
|
|
437
|
+
*
|
|
438
|
+
* .byPage() returns an async iterable iterator to list the subscriptions in pages.
|
|
439
|
+
*
|
|
440
|
+
* @returns An asyncIterableIterator that supports paging.
|
|
441
|
+
*/
|
|
442
|
+
listSubscriptions(topicName: string, options?: OperationOptions): PagedAsyncIterableIterator<SubscriptionProperties, EntitiesResponse<SubscriptionProperties>>;
|
|
443
|
+
/**
|
|
444
|
+
* Returns a list of objects, each representing a Subscription's runtime info like message count details.
|
|
445
|
+
* @param options - The options include the maxCount and the count of entities to skip, the operation options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
446
|
+
*
|
|
447
|
+
* Following are errors that can be expected from this operation
|
|
448
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
449
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
450
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
451
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
452
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
453
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
454
|
+
*/
|
|
455
|
+
private getSubscriptionsRuntimeProperties;
|
|
456
|
+
private listSubscriptionsRuntimePropertiesPage;
|
|
457
|
+
private listSubscriptionsRuntimePropertiesAll;
|
|
458
|
+
/**
|
|
459
|
+
* Returns an async iterable iterator to list runtime info of the subscriptions
|
|
460
|
+
* under the specified topic.
|
|
461
|
+
*
|
|
462
|
+
* .byPage() returns an async iterable iterator to list runtime info of subscriptions in pages.
|
|
463
|
+
*
|
|
464
|
+
* @returns An asyncIterableIterator that supports paging.
|
|
465
|
+
*/
|
|
466
|
+
listSubscriptionsRuntimeProperties(topicName: string, options?: OperationOptions): PagedAsyncIterableIterator<SubscriptionRuntimeProperties, EntitiesResponse<SubscriptionRuntimeProperties>>;
|
|
467
|
+
/**
|
|
468
|
+
* Updates the subscription based on the subscription properties provided.
|
|
469
|
+
* All subscription properties must be set even though only a subset of them are actually updatable.
|
|
470
|
+
* Therefore, the suggested flow is to use the output from `getSubscription()`, update the desired properties in it, and then pass the modified object to `updateSubscription()`.
|
|
471
|
+
*
|
|
472
|
+
* The properties that cannot be updated are marked as readonly in the `SubscriptionProperties` interface.
|
|
473
|
+
* @param subscription - Object representing the properties of the subscription and the raw response.
|
|
474
|
+
* `subscriptionName`, `topicName`, and `requiresSession` can't be updated after creating the subscription.
|
|
475
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
476
|
+
*
|
|
477
|
+
* Following are errors that can be expected from this operation
|
|
478
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
479
|
+
* @throws `RestError` with code `MessageEntityNotFoundError` when requested messaging entity does not exist,
|
|
480
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
481
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
482
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
483
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
484
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
485
|
+
*/
|
|
486
|
+
updateSubscription(subscription: WithResponse<SubscriptionProperties>, operationOptions?: OperationOptions): Promise<WithResponse<SubscriptionProperties>>;
|
|
487
|
+
/**
|
|
488
|
+
* Deletes a subscription.
|
|
489
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
490
|
+
*
|
|
491
|
+
* Following are errors that can be expected from this operation
|
|
492
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
493
|
+
* @throws `RestError` with code `MessageEntityNotFoundError` when requested messaging entity does not exist,
|
|
494
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
495
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
496
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
497
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
498
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
499
|
+
*/
|
|
500
|
+
deleteSubscription(topicName: string, subscriptionName: string, operationOptions?: OperationOptions): Promise<WithResponse<{}>>;
|
|
501
|
+
/**
|
|
502
|
+
* Checks whether a given subscription exists in the topic or not.
|
|
503
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
504
|
+
*/
|
|
505
|
+
subscriptionExists(topicName: string, subscriptionName: string, operationOptions?: OperationOptions): Promise<boolean>;
|
|
506
|
+
/**
|
|
507
|
+
* Creates a rule with given name, configured using the given options.
|
|
508
|
+
* @param ruleFilter - Defines the filter expression that the rule evaluates.
|
|
509
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
510
|
+
*
|
|
511
|
+
* Following are errors that can be expected from this operation
|
|
512
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
513
|
+
* @throws `RestError` with code `MessageEntityAlreadyExistsError` when requested messaging entity already exists,
|
|
514
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
515
|
+
* @throws `RestError` with code `QuotaExceededError` when requested operation fails due to quote limits exceeding from service side,
|
|
516
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
517
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
518
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
519
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
520
|
+
*/
|
|
521
|
+
createRule(topicName: string, subscriptionName: string, ruleName: string, ruleFilter: SqlRuleFilter | CorrelationRuleFilter, operationOptions?: OperationOptions): Promise<WithResponse<RuleProperties>>;
|
|
522
|
+
/**
|
|
523
|
+
* Creates a rule with given name, configured using the given options.
|
|
524
|
+
* @param ruleFilter - Defines the filter expression that the rule evaluates.
|
|
525
|
+
* @param ruleAction - The SQL like expression that can be executed on the message should the associated filter apply.
|
|
526
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
527
|
+
*
|
|
528
|
+
* Following are errors that can be expected from this operation
|
|
529
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
530
|
+
* @throws `RestError` with code `MessageEntityAlreadyExistsError` when requested messaging entity already exists,
|
|
531
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
532
|
+
* @throws `RestError` with code `QuotaExceededError` when requested operation fails due to quote limits exceeding from service side,
|
|
533
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
534
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
535
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
536
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
537
|
+
*/
|
|
538
|
+
createRule(topicName: string, subscriptionName: string, ruleName: string, ruleFilter: SqlRuleFilter | CorrelationRuleFilter, ruleAction: SqlRuleAction, operationOptions?: OperationOptions): Promise<WithResponse<RuleProperties>>;
|
|
539
|
+
/**
|
|
540
|
+
* Returns an object representing the Rule with the given name along with all its properties.
|
|
541
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
542
|
+
*
|
|
543
|
+
* Following are errors that can be expected from this operation
|
|
544
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
545
|
+
* @throws `RestError` with code `MessageEntityNotFoundError` when requested messaging entity does not exist,
|
|
546
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
547
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
548
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
549
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
550
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
551
|
+
*/
|
|
552
|
+
getRule(topicName: string, subscriptionName: string, ruleName: string, operationOptions?: OperationOptions): Promise<WithResponse<RuleProperties>>;
|
|
553
|
+
/**
|
|
554
|
+
* Lists existing rules.
|
|
555
|
+
* @param options - The options include the maxCount and the count of entities to skip, the operation options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
556
|
+
*
|
|
557
|
+
* Following are errors that can be expected from this operation
|
|
558
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
559
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
560
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
561
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
562
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
563
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
564
|
+
*/
|
|
565
|
+
private getRules;
|
|
566
|
+
private listRulesPage;
|
|
567
|
+
private listRulesAll;
|
|
568
|
+
/**
|
|
569
|
+
* Returns an async iterable iterator to list all the rules
|
|
570
|
+
* under the specified subscription.
|
|
571
|
+
*
|
|
572
|
+
* .byPage() returns an async iterable iterator to list the rules in pages.
|
|
573
|
+
*
|
|
574
|
+
* @returns An asyncIterableIterator that supports paging.
|
|
575
|
+
*/
|
|
576
|
+
listRules(topicName: string, subscriptionName: string, options?: OperationOptions): PagedAsyncIterableIterator<RuleProperties, EntitiesResponse<RuleProperties>>;
|
|
577
|
+
/**
|
|
578
|
+
* Updates properties on the Rule by the given name based on the given options.
|
|
579
|
+
* All rule properties must be set even if one of them is being updated.
|
|
580
|
+
* Therefore, the suggested flow is to use the output from `getRule()`, update the desired properties in it, and then pass the modified object to `updateRule()`.
|
|
581
|
+
*
|
|
582
|
+
* @param rule - Options to configure the Rule being updated and the raw response.
|
|
583
|
+
* For example, you can configure the filter to apply on associated Topic/Subscription.
|
|
584
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
585
|
+
*
|
|
586
|
+
* Following are errors that can be expected from this operation
|
|
587
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
588
|
+
* @throws `RestError` with code `MessageEntityNotFoundError` when requested messaging entity does not exist,
|
|
589
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
590
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
591
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
592
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
593
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
594
|
+
*/
|
|
595
|
+
updateRule(topicName: string, subscriptionName: string, rule: WithResponse<RuleProperties>, operationOptions?: OperationOptions): Promise<WithResponse<RuleProperties>>;
|
|
596
|
+
/**
|
|
597
|
+
* Deletes a rule.
|
|
598
|
+
* @param operationOptions - The options that can be used to abort, trace and control other configurations on the HTTP request.
|
|
599
|
+
*
|
|
600
|
+
* Following are errors that can be expected from this operation
|
|
601
|
+
* @throws `RestError` with code `UnauthorizedRequestError` when given request fails due to authorization problems,
|
|
602
|
+
* @throws `RestError` with code `MessageEntityNotFoundError` when requested messaging entity does not exist,
|
|
603
|
+
* @throws `RestError` with code `InvalidOperationError` when requested operation is invalid and we encounter a 403 HTTP status code,
|
|
604
|
+
* @throws `RestError` with code `ServerBusyError` when the request fails due to server being busy,
|
|
605
|
+
* @throws `RestError` with code `ServiceError` when receiving unrecognized HTTP status or for a scenarios such as
|
|
606
|
+
* bad requests or requests resulting in conflicting operation on the server,
|
|
607
|
+
* @throws `RestError` with code and statusCode representing the standard set of REST API errors.
|
|
608
|
+
*/
|
|
609
|
+
deleteRule(topicName: string, subscriptionName: string, ruleName: string, operationOptions?: OperationOptions): Promise<WithResponse<{}>>;
|
|
610
|
+
/**
|
|
611
|
+
* Checks whether a given rule exists or not.
|
|
612
|
+
*
|
|
613
|
+
*/
|
|
614
|
+
ruleExists(topicName: string, subscriptionName: string, ruleName: string, operationOptions?: OperationOptions): Promise<boolean>;
|
|
615
|
+
/**
|
|
616
|
+
* Creates or updates a resource based on `isUpdate` parameter.
|
|
617
|
+
*/
|
|
618
|
+
private putResource;
|
|
619
|
+
/**
|
|
620
|
+
* Gets a resource.
|
|
621
|
+
*/
|
|
622
|
+
private getResource;
|
|
623
|
+
/**
|
|
624
|
+
* Lists existing resources
|
|
625
|
+
*/
|
|
626
|
+
private listResources;
|
|
627
|
+
/**
|
|
628
|
+
* Deletes a resource.
|
|
629
|
+
*/
|
|
630
|
+
private deleteResource;
|
|
631
|
+
private getUrl;
|
|
632
|
+
private getSubscriptionPath;
|
|
633
|
+
private getRulePath;
|
|
634
|
+
private getMarkerFromNextLinkUrl;
|
|
635
|
+
private buildNamespacePropertiesResponse;
|
|
636
|
+
private buildListQueuesResponse;
|
|
637
|
+
private buildListQueuesRuntimePropertiesResponse;
|
|
638
|
+
private buildQueueResponse;
|
|
639
|
+
private buildQueueRuntimePropertiesResponse;
|
|
640
|
+
private buildListTopicsResponse;
|
|
641
|
+
private buildListTopicsRuntimePropertiesResponse;
|
|
642
|
+
private buildTopicResponse;
|
|
643
|
+
private buildTopicRuntimePropertiesResponse;
|
|
644
|
+
private buildListSubscriptionsResponse;
|
|
645
|
+
private buildListSubscriptionsRuntimePropertiesResponse;
|
|
646
|
+
private buildSubscriptionResponse;
|
|
647
|
+
private buildSubscriptionRuntimePropertiesResponse;
|
|
648
|
+
private buildListRulesResponse;
|
|
649
|
+
private buildRuleResponse;
|
|
650
|
+
private throwIfInvalidContinuationToken;
|
|
651
|
+
}
|
|
652
|
+
//# sourceMappingURL=serviceBusAtomManagementClient.d.ts.map
|