@azure/arm-communication 4.2.0 → 5.0.0-beta.1
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 +10 -10
- package/dist/browser/api/communicationServiceManagementContext.d.ts +22 -0
- package/dist/browser/api/communicationServiceManagementContext.js +24 -0
- package/dist/browser/api/communicationServiceManagementContext.js.map +1 -0
- package/dist/browser/api/communicationServices/index.d.ts +3 -0
- package/dist/browser/api/communicationServices/index.js +4 -0
- package/dist/browser/api/communicationServices/index.js.map +1 -0
- package/dist/browser/api/communicationServices/operations.d.ts +52 -0
- package/dist/browser/api/communicationServices/operations.js +305 -0
- package/dist/browser/api/communicationServices/operations.js.map +1 -0
- package/dist/browser/api/communicationServices/options.d.ts +39 -0
- package/dist/browser/api/communicationServices/options.js +4 -0
- package/dist/browser/api/communicationServices/options.js.map +1 -0
- package/dist/browser/api/domains/index.d.ts +3 -0
- package/dist/browser/api/domains/index.js +4 -0
- package/dist/browser/api/domains/index.js.map +1 -0
- package/dist/browser/api/domains/operations.d.ts +40 -0
- package/dist/browser/api/domains/operations.js +242 -0
- package/dist/browser/api/domains/operations.js.map +1 -0
- package/dist/browser/api/domains/options.d.ts +33 -0
- package/dist/browser/api/domains/options.js +4 -0
- package/dist/browser/api/domains/options.js.map +1 -0
- package/dist/browser/api/emailServices/index.d.ts +3 -0
- package/dist/browser/api/emailServices/index.js +4 -0
- package/dist/browser/api/emailServices/index.js.map +1 -0
- package/dist/browser/api/emailServices/operations.d.ts +40 -0
- package/dist/browser/api/emailServices/operations.js +222 -0
- package/dist/browser/api/emailServices/operations.js.map +1 -0
- package/dist/browser/api/emailServices/options.d.ts +29 -0
- package/dist/browser/api/emailServices/options.js +4 -0
- package/dist/browser/api/emailServices/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +31 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/senderUsernames/index.d.ts +3 -0
- package/dist/browser/api/senderUsernames/index.js +4 -0
- package/dist/browser/api/senderUsernames/index.js.map +1 -0
- package/dist/browser/api/senderUsernames/operations.d.ts +27 -0
- package/dist/browser/api/senderUsernames/operations.js +129 -0
- package/dist/browser/api/senderUsernames/operations.js.map +1 -0
- package/dist/browser/api/senderUsernames/options.d.ts +14 -0
- package/dist/browser/api/senderUsernames/options.js +4 -0
- package/dist/browser/api/senderUsernames/options.js.map +1 -0
- package/dist/browser/api/smtpUsernames/index.d.ts +3 -0
- package/dist/browser/api/smtpUsernames/index.js +4 -0
- package/dist/browser/api/smtpUsernames/index.js.map +1 -0
- package/dist/browser/api/smtpUsernames/operations.d.ts +27 -0
- package/dist/browser/api/smtpUsernames/operations.js +125 -0
- package/dist/browser/api/smtpUsernames/operations.js.map +1 -0
- package/dist/browser/api/smtpUsernames/options.d.ts +14 -0
- package/dist/browser/api/smtpUsernames/options.js +4 -0
- package/dist/browser/api/smtpUsernames/options.js.map +1 -0
- package/dist/browser/api/suppressionListAddresses/index.d.ts +3 -0
- package/dist/browser/api/suppressionListAddresses/index.js +4 -0
- package/dist/browser/api/suppressionListAddresses/index.js.map +1 -0
- package/dist/browser/api/suppressionListAddresses/operations.d.ts +27 -0
- package/dist/browser/api/suppressionListAddresses/operations.js +133 -0
- package/dist/browser/api/suppressionListAddresses/operations.js.map +1 -0
- package/dist/browser/api/suppressionListAddresses/options.d.ts +14 -0
- package/dist/browser/api/suppressionListAddresses/options.js +4 -0
- package/dist/browser/api/suppressionListAddresses/options.js.map +1 -0
- package/dist/browser/api/suppressionLists/index.d.ts +3 -0
- package/dist/browser/api/suppressionLists/index.js +4 -0
- package/dist/browser/api/suppressionLists/index.js.map +1 -0
- package/dist/browser/api/suppressionLists/operations.d.ts +27 -0
- package/dist/browser/api/suppressionLists/operations.js +129 -0
- package/dist/browser/api/suppressionLists/operations.js.map +1 -0
- package/dist/browser/api/suppressionLists/options.d.ts +14 -0
- package/dist/browser/api/suppressionLists/options.js +4 -0
- package/dist/browser/api/suppressionLists/options.js.map +1 -0
- package/dist/browser/classic/communicationServices/index.d.ts +44 -0
- package/dist/browser/classic/communicationServices/index.js +40 -0
- package/dist/browser/classic/communicationServices/index.js.map +1 -0
- package/dist/browser/classic/domains/index.d.ts +50 -0
- package/dist/browser/classic/domains/index.js +61 -0
- package/dist/browser/classic/domains/index.js.map +1 -0
- package/dist/browser/classic/emailServices/index.d.ts +42 -0
- package/dist/browser/classic/emailServices/index.js +45 -0
- package/dist/browser/classic/emailServices/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +9 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/senderUsernames/index.d.ts +22 -0
- package/dist/browser/classic/senderUsernames/index.js +17 -0
- package/dist/browser/classic/senderUsernames/index.js.map +1 -0
- package/dist/browser/classic/smtpUsernames/index.d.ts +22 -0
- package/dist/browser/classic/smtpUsernames/index.js +17 -0
- package/dist/browser/classic/smtpUsernames/index.js.map +1 -0
- package/dist/browser/classic/suppressionListAddresses/index.d.ts +22 -0
- package/dist/browser/classic/suppressionListAddresses/index.js +17 -0
- package/dist/browser/classic/suppressionListAddresses/index.js.map +1 -0
- package/dist/browser/classic/suppressionLists/index.d.ts +22 -0
- package/dist/browser/classic/suppressionLists/index.js +17 -0
- package/dist/browser/classic/suppressionLists/index.js.map +1 -0
- package/dist/browser/communicationServiceManagementClient.d.ts +34 -25
- package/dist/browser/communicationServiceManagementClient.js +46 -108
- package/dist/browser/communicationServiceManagementClient.js.map +1 -1
- package/dist/browser/index.d.ts +21 -3
- package/dist/browser/index.js +4 -6
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -1267
- package/dist/browser/models/index.js +1 -194
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +991 -0
- package/dist/browser/models/models.js +979 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +111 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/communicationServiceManagementContext.d.ts +22 -0
- package/dist/commonjs/api/communicationServiceManagementContext.js +45 -0
- package/dist/commonjs/api/communicationServiceManagementContext.js.map +7 -0
- package/dist/commonjs/api/communicationServices/index.d.ts +3 -0
- package/dist/commonjs/api/communicationServices/index.js +46 -0
- package/dist/commonjs/api/communicationServices/index.js.map +7 -0
- package/dist/commonjs/api/communicationServices/operations.d.ts +52 -0
- package/dist/commonjs/api/communicationServices/operations.js +445 -0
- package/dist/commonjs/api/communicationServices/operations.js.map +7 -0
- package/dist/commonjs/api/communicationServices/options.d.ts +39 -0
- package/dist/commonjs/api/communicationServices/options.js +16 -0
- package/dist/commonjs/api/communicationServices/options.js.map +7 -0
- package/dist/commonjs/api/domains/index.d.ts +3 -0
- package/dist/commonjs/api/domains/index.js +40 -0
- package/dist/commonjs/api/domains/index.js.map +7 -0
- package/dist/commonjs/api/domains/operations.d.ts +40 -0
- package/dist/commonjs/api/domains/operations.js +349 -0
- package/dist/commonjs/api/domains/operations.js.map +7 -0
- package/dist/commonjs/api/domains/options.d.ts +33 -0
- package/dist/commonjs/api/domains/options.js +16 -0
- package/dist/commonjs/api/domains/options.js.map +7 -0
- package/dist/commonjs/api/emailServices/index.d.ts +3 -0
- package/dist/commonjs/api/emailServices/index.js +40 -0
- package/dist/commonjs/api/emailServices/index.js.map +7 -0
- package/dist/commonjs/api/emailServices/operations.d.ts +40 -0
- package/dist/commonjs/api/emailServices/operations.js +314 -0
- package/dist/commonjs/api/emailServices/operations.js.map +7 -0
- package/dist/commonjs/api/emailServices/options.d.ts +29 -0
- package/dist/commonjs/api/emailServices/options.js +16 -0
- package/dist/commonjs/api/emailServices/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +68 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/senderUsernames/index.d.ts +3 -0
- package/dist/commonjs/api/senderUsernames/index.js +34 -0
- package/dist/commonjs/api/senderUsernames/index.js.map +7 -0
- package/dist/commonjs/api/senderUsernames/operations.d.ts +27 -0
- package/dist/commonjs/api/senderUsernames/operations.js +210 -0
- package/dist/commonjs/api/senderUsernames/operations.js.map +7 -0
- package/dist/commonjs/api/senderUsernames/options.d.ts +14 -0
- package/dist/commonjs/api/senderUsernames/options.js +16 -0
- package/dist/commonjs/api/senderUsernames/options.js.map +7 -0
- package/dist/commonjs/api/smtpUsernames/index.d.ts +3 -0
- package/dist/commonjs/api/smtpUsernames/index.js +34 -0
- package/dist/commonjs/api/smtpUsernames/index.js.map +7 -0
- package/dist/commonjs/api/smtpUsernames/operations.d.ts +27 -0
- package/dist/commonjs/api/smtpUsernames/operations.js +203 -0
- package/dist/commonjs/api/smtpUsernames/operations.js.map +7 -0
- package/dist/commonjs/api/smtpUsernames/options.d.ts +14 -0
- package/dist/commonjs/api/smtpUsernames/options.js +16 -0
- package/dist/commonjs/api/smtpUsernames/options.js.map +7 -0
- package/dist/commonjs/api/suppressionListAddresses/index.d.ts +3 -0
- package/dist/commonjs/api/suppressionListAddresses/index.js +34 -0
- package/dist/commonjs/api/suppressionListAddresses/index.js.map +7 -0
- package/dist/commonjs/api/suppressionListAddresses/operations.d.ts +27 -0
- package/dist/commonjs/api/suppressionListAddresses/operations.js +224 -0
- package/dist/commonjs/api/suppressionListAddresses/operations.js.map +7 -0
- package/dist/commonjs/api/suppressionListAddresses/options.d.ts +14 -0
- package/dist/commonjs/api/suppressionListAddresses/options.js +16 -0
- package/dist/commonjs/api/suppressionListAddresses/options.js.map +7 -0
- package/dist/commonjs/api/suppressionLists/index.d.ts +3 -0
- package/dist/commonjs/api/suppressionLists/index.js +34 -0
- package/dist/commonjs/api/suppressionLists/index.js.map +7 -0
- package/dist/commonjs/api/suppressionLists/operations.d.ts +27 -0
- package/dist/commonjs/api/suppressionLists/operations.js +210 -0
- package/dist/commonjs/api/suppressionLists/operations.js.map +7 -0
- package/dist/commonjs/api/suppressionLists/options.d.ts +14 -0
- package/dist/commonjs/api/suppressionLists/options.js +16 -0
- package/dist/commonjs/api/suppressionLists/options.js.map +7 -0
- package/dist/commonjs/classic/communicationServices/index.d.ts +44 -0
- package/dist/commonjs/classic/communicationServices/index.js +76 -0
- package/dist/commonjs/classic/communicationServices/index.js.map +7 -0
- package/dist/commonjs/classic/domains/index.d.ts +50 -0
- package/dist/commonjs/classic/domains/index.js +155 -0
- package/dist/commonjs/classic/domains/index.js.map +7 -0
- package/dist/commonjs/classic/emailServices/index.d.ts +42 -0
- package/dist/commonjs/classic/emailServices/index.js +81 -0
- package/dist/commonjs/classic/emailServices/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +9 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/senderUsernames/index.d.ts +22 -0
- package/dist/commonjs/classic/senderUsernames/index.js +49 -0
- package/dist/commonjs/classic/senderUsernames/index.js.map +7 -0
- package/dist/commonjs/classic/smtpUsernames/index.d.ts +22 -0
- package/dist/commonjs/classic/smtpUsernames/index.js +48 -0
- package/dist/commonjs/classic/smtpUsernames/index.js.map +7 -0
- package/dist/commonjs/classic/suppressionListAddresses/index.d.ts +22 -0
- package/dist/commonjs/classic/suppressionListAddresses/index.js +66 -0
- package/dist/commonjs/classic/suppressionListAddresses/index.js.map +7 -0
- package/dist/commonjs/classic/suppressionLists/index.d.ts +22 -0
- package/dist/commonjs/classic/suppressionLists/index.js +56 -0
- package/dist/commonjs/classic/suppressionLists/index.js.map +7 -0
- package/dist/commonjs/communicationServiceManagementClient.d.ts +34 -25
- package/dist/commonjs/communicationServiceManagementClient.js +74 -119
- package/dist/commonjs/communicationServiceManagementClient.js.map +7 -1
- package/dist/commonjs/index.d.ts +21 -3
- package/dist/commonjs/index.js +65 -16
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -1267
- package/dist/commonjs/models/index.js +56 -200
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +991 -0
- package/dist/commonjs/models/models.js +1061 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +124 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/communicationServiceManagementContext.d.ts +22 -0
- package/dist/esm/api/communicationServiceManagementContext.js +24 -0
- package/dist/esm/api/communicationServiceManagementContext.js.map +1 -0
- package/dist/esm/api/communicationServices/index.d.ts +3 -0
- package/dist/esm/api/communicationServices/index.js +4 -0
- package/dist/esm/api/communicationServices/index.js.map +1 -0
- package/dist/esm/api/communicationServices/operations.d.ts +52 -0
- package/dist/esm/api/communicationServices/operations.js +305 -0
- package/dist/esm/api/communicationServices/operations.js.map +1 -0
- package/dist/esm/api/communicationServices/options.d.ts +39 -0
- package/dist/esm/api/communicationServices/options.js +4 -0
- package/dist/esm/api/communicationServices/options.js.map +1 -0
- package/dist/esm/api/domains/index.d.ts +3 -0
- package/dist/esm/api/domains/index.js +4 -0
- package/dist/esm/api/domains/index.js.map +1 -0
- package/dist/esm/api/domains/operations.d.ts +40 -0
- package/dist/esm/api/domains/operations.js +242 -0
- package/dist/esm/api/domains/operations.js.map +1 -0
- package/dist/esm/api/domains/options.d.ts +33 -0
- package/dist/esm/api/domains/options.js +4 -0
- package/dist/esm/api/domains/options.js.map +1 -0
- package/dist/esm/api/emailServices/index.d.ts +3 -0
- package/dist/esm/api/emailServices/index.js +4 -0
- package/dist/esm/api/emailServices/index.js.map +1 -0
- package/dist/esm/api/emailServices/operations.d.ts +40 -0
- package/dist/esm/api/emailServices/operations.js +222 -0
- package/dist/esm/api/emailServices/operations.js.map +1 -0
- package/dist/esm/api/emailServices/options.d.ts +29 -0
- package/dist/esm/api/emailServices/options.js +4 -0
- package/dist/esm/api/emailServices/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +31 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/senderUsernames/index.d.ts +3 -0
- package/dist/esm/api/senderUsernames/index.js +4 -0
- package/dist/esm/api/senderUsernames/index.js.map +1 -0
- package/dist/esm/api/senderUsernames/operations.d.ts +27 -0
- package/dist/esm/api/senderUsernames/operations.js +129 -0
- package/dist/esm/api/senderUsernames/operations.js.map +1 -0
- package/dist/esm/api/senderUsernames/options.d.ts +14 -0
- package/dist/esm/api/senderUsernames/options.js +4 -0
- package/dist/esm/api/senderUsernames/options.js.map +1 -0
- package/dist/esm/api/smtpUsernames/index.d.ts +3 -0
- package/dist/esm/api/smtpUsernames/index.js +4 -0
- package/dist/esm/api/smtpUsernames/index.js.map +1 -0
- package/dist/esm/api/smtpUsernames/operations.d.ts +27 -0
- package/dist/esm/api/smtpUsernames/operations.js +125 -0
- package/dist/esm/api/smtpUsernames/operations.js.map +1 -0
- package/dist/esm/api/smtpUsernames/options.d.ts +14 -0
- package/dist/esm/api/smtpUsernames/options.js +4 -0
- package/dist/esm/api/smtpUsernames/options.js.map +1 -0
- package/dist/esm/api/suppressionListAddresses/index.d.ts +3 -0
- package/dist/esm/api/suppressionListAddresses/index.js +4 -0
- package/dist/esm/api/suppressionListAddresses/index.js.map +1 -0
- package/dist/esm/api/suppressionListAddresses/operations.d.ts +27 -0
- package/dist/esm/api/suppressionListAddresses/operations.js +133 -0
- package/dist/esm/api/suppressionListAddresses/operations.js.map +1 -0
- package/dist/esm/api/suppressionListAddresses/options.d.ts +14 -0
- package/dist/esm/api/suppressionListAddresses/options.js +4 -0
- package/dist/esm/api/suppressionListAddresses/options.js.map +1 -0
- package/dist/esm/api/suppressionLists/index.d.ts +3 -0
- package/dist/esm/api/suppressionLists/index.js +4 -0
- package/dist/esm/api/suppressionLists/index.js.map +1 -0
- package/dist/esm/api/suppressionLists/operations.d.ts +27 -0
- package/dist/esm/api/suppressionLists/operations.js +129 -0
- package/dist/esm/api/suppressionLists/operations.js.map +1 -0
- package/dist/esm/api/suppressionLists/options.d.ts +14 -0
- package/dist/esm/api/suppressionLists/options.js +4 -0
- package/dist/esm/api/suppressionLists/options.js.map +1 -0
- package/dist/esm/classic/communicationServices/index.d.ts +44 -0
- package/dist/esm/classic/communicationServices/index.js +40 -0
- package/dist/esm/classic/communicationServices/index.js.map +1 -0
- package/dist/esm/classic/domains/index.d.ts +50 -0
- package/dist/esm/classic/domains/index.js +61 -0
- package/dist/esm/classic/domains/index.js.map +1 -0
- package/dist/esm/classic/emailServices/index.d.ts +42 -0
- package/dist/esm/classic/emailServices/index.js +45 -0
- package/dist/esm/classic/emailServices/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +9 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/senderUsernames/index.d.ts +22 -0
- package/dist/esm/classic/senderUsernames/index.js +17 -0
- package/dist/esm/classic/senderUsernames/index.js.map +1 -0
- package/dist/esm/classic/smtpUsernames/index.d.ts +22 -0
- package/dist/esm/classic/smtpUsernames/index.js +17 -0
- package/dist/esm/classic/smtpUsernames/index.js.map +1 -0
- package/dist/esm/classic/suppressionListAddresses/index.d.ts +22 -0
- package/dist/esm/classic/suppressionListAddresses/index.js +17 -0
- package/dist/esm/classic/suppressionListAddresses/index.js.map +1 -0
- package/dist/esm/classic/suppressionLists/index.d.ts +22 -0
- package/dist/esm/classic/suppressionLists/index.js +17 -0
- package/dist/esm/classic/suppressionLists/index.js.map +1 -0
- package/dist/esm/communicationServiceManagementClient.d.ts +34 -25
- package/dist/esm/communicationServiceManagementClient.js +46 -108
- package/dist/esm/communicationServiceManagementClient.js.map +1 -1
- package/dist/esm/index.d.ts +21 -3
- package/dist/esm/index.js +4 -6
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -1267
- package/dist/esm/models/index.js +1 -194
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +991 -0
- package/dist/esm/models/models.js +979 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +111 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/communicationServiceManagementContext.d.ts +22 -0
- package/dist/react-native/api/communicationServiceManagementContext.js +24 -0
- package/dist/react-native/api/communicationServiceManagementContext.js.map +1 -0
- package/dist/react-native/api/communicationServices/index.d.ts +3 -0
- package/dist/react-native/api/communicationServices/index.js +4 -0
- package/dist/react-native/api/communicationServices/index.js.map +1 -0
- package/dist/react-native/api/communicationServices/operations.d.ts +52 -0
- package/dist/react-native/api/communicationServices/operations.js +305 -0
- package/dist/react-native/api/communicationServices/operations.js.map +1 -0
- package/dist/react-native/api/communicationServices/options.d.ts +39 -0
- package/dist/react-native/api/communicationServices/options.js +4 -0
- package/dist/react-native/api/communicationServices/options.js.map +1 -0
- package/dist/react-native/api/domains/index.d.ts +3 -0
- package/dist/react-native/api/domains/index.js +4 -0
- package/dist/react-native/api/domains/index.js.map +1 -0
- package/dist/react-native/api/domains/operations.d.ts +40 -0
- package/dist/react-native/api/domains/operations.js +242 -0
- package/dist/react-native/api/domains/operations.js.map +1 -0
- package/dist/react-native/api/domains/options.d.ts +33 -0
- package/dist/react-native/api/domains/options.js +4 -0
- package/dist/react-native/api/domains/options.js.map +1 -0
- package/dist/react-native/api/emailServices/index.d.ts +3 -0
- package/dist/react-native/api/emailServices/index.js +4 -0
- package/dist/react-native/api/emailServices/index.js.map +1 -0
- package/dist/react-native/api/emailServices/operations.d.ts +40 -0
- package/dist/react-native/api/emailServices/operations.js +222 -0
- package/dist/react-native/api/emailServices/operations.js.map +1 -0
- package/dist/react-native/api/emailServices/options.d.ts +29 -0
- package/dist/react-native/api/emailServices/options.js +4 -0
- package/dist/react-native/api/emailServices/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +3 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +31 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/senderUsernames/index.d.ts +3 -0
- package/dist/react-native/api/senderUsernames/index.js +4 -0
- package/dist/react-native/api/senderUsernames/index.js.map +1 -0
- package/dist/react-native/api/senderUsernames/operations.d.ts +27 -0
- package/dist/react-native/api/senderUsernames/operations.js +129 -0
- package/dist/react-native/api/senderUsernames/operations.js.map +1 -0
- package/dist/react-native/api/senderUsernames/options.d.ts +14 -0
- package/dist/react-native/api/senderUsernames/options.js +4 -0
- package/dist/react-native/api/senderUsernames/options.js.map +1 -0
- package/dist/react-native/api/smtpUsernames/index.d.ts +3 -0
- package/dist/react-native/api/smtpUsernames/index.js +4 -0
- package/dist/react-native/api/smtpUsernames/index.js.map +1 -0
- package/dist/react-native/api/smtpUsernames/operations.d.ts +27 -0
- package/dist/react-native/api/smtpUsernames/operations.js +125 -0
- package/dist/react-native/api/smtpUsernames/operations.js.map +1 -0
- package/dist/react-native/api/smtpUsernames/options.d.ts +14 -0
- package/dist/react-native/api/smtpUsernames/options.js +4 -0
- package/dist/react-native/api/smtpUsernames/options.js.map +1 -0
- package/dist/react-native/api/suppressionListAddresses/index.d.ts +3 -0
- package/dist/react-native/api/suppressionListAddresses/index.js +4 -0
- package/dist/react-native/api/suppressionListAddresses/index.js.map +1 -0
- package/dist/react-native/api/suppressionListAddresses/operations.d.ts +27 -0
- package/dist/react-native/api/suppressionListAddresses/operations.js +133 -0
- package/dist/react-native/api/suppressionListAddresses/operations.js.map +1 -0
- package/dist/react-native/api/suppressionListAddresses/options.d.ts +14 -0
- package/dist/react-native/api/suppressionListAddresses/options.js +4 -0
- package/dist/react-native/api/suppressionListAddresses/options.js.map +1 -0
- package/dist/react-native/api/suppressionLists/index.d.ts +3 -0
- package/dist/react-native/api/suppressionLists/index.js +4 -0
- package/dist/react-native/api/suppressionLists/index.js.map +1 -0
- package/dist/react-native/api/suppressionLists/operations.d.ts +27 -0
- package/dist/react-native/api/suppressionLists/operations.js +129 -0
- package/dist/react-native/api/suppressionLists/operations.js.map +1 -0
- package/dist/react-native/api/suppressionLists/options.d.ts +14 -0
- package/dist/react-native/api/suppressionLists/options.js +4 -0
- package/dist/react-native/api/suppressionLists/options.js.map +1 -0
- package/dist/react-native/classic/communicationServices/index.d.ts +44 -0
- package/dist/react-native/classic/communicationServices/index.js +40 -0
- package/dist/react-native/classic/communicationServices/index.js.map +1 -0
- package/dist/react-native/classic/domains/index.d.ts +50 -0
- package/dist/react-native/classic/domains/index.js +61 -0
- package/dist/react-native/classic/domains/index.js.map +1 -0
- package/dist/react-native/classic/emailServices/index.d.ts +42 -0
- package/dist/react-native/classic/emailServices/index.js +45 -0
- package/dist/react-native/classic/emailServices/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +9 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +14 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/senderUsernames/index.d.ts +22 -0
- package/dist/react-native/classic/senderUsernames/index.js +17 -0
- package/dist/react-native/classic/senderUsernames/index.js.map +1 -0
- package/dist/react-native/classic/smtpUsernames/index.d.ts +22 -0
- package/dist/react-native/classic/smtpUsernames/index.js +17 -0
- package/dist/react-native/classic/smtpUsernames/index.js.map +1 -0
- package/dist/react-native/classic/suppressionListAddresses/index.d.ts +22 -0
- package/dist/react-native/classic/suppressionListAddresses/index.js +17 -0
- package/dist/react-native/classic/suppressionListAddresses/index.js.map +1 -0
- package/dist/react-native/classic/suppressionLists/index.d.ts +22 -0
- package/dist/react-native/classic/suppressionLists/index.js +17 -0
- package/dist/react-native/classic/suppressionLists/index.js.map +1 -0
- package/dist/react-native/communicationServiceManagementClient.d.ts +34 -25
- package/dist/react-native/communicationServiceManagementClient.js +46 -108
- package/dist/react-native/communicationServiceManagementClient.js.map +1 -1
- package/dist/react-native/index.d.ts +21 -3
- package/dist/react-native/index.js +4 -6
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -1267
- package/dist/react-native/models/index.js +1 -194
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +991 -0
- package/dist/react-native/models/models.js +979 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +111 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +200 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +267 -95
- package/dist/browser/communicationServiceManagementClient.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -20
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -56
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1452
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -31
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -257
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/communicationServices.d.ts +0 -128
- package/dist/browser/operations/communicationServices.d.ts.map +0 -1
- package/dist/browser/operations/communicationServices.js +0 -571
- package/dist/browser/operations/communicationServices.js.map +0 -1
- package/dist/browser/operations/domains.d.ts +0 -138
- package/dist/browser/operations/domains.d.ts.map +0 -1
- package/dist/browser/operations/domains.js +0 -647
- package/dist/browser/operations/domains.js.map +0 -1
- package/dist/browser/operations/emailServices.d.ts +0 -112
- package/dist/browser/operations/emailServices.d.ts.map +0 -1
- package/dist/browser/operations/emailServices.js +0 -527
- package/dist/browser/operations/emailServices.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -9
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -13
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -111
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/senderUsernames.d.ts +0 -70
- package/dist/browser/operations/senderUsernames.d.ts.map +0 -1
- package/dist/browser/operations/senderUsernames.js +0 -260
- package/dist/browser/operations/senderUsernames.js.map +0 -1
- package/dist/browser/operations/smtpUsernames.d.ts +0 -63
- package/dist/browser/operations/smtpUsernames.d.ts.map +0 -1
- package/dist/browser/operations/smtpUsernames.js +0 -235
- package/dist/browser/operations/smtpUsernames.js.map +0 -1
- package/dist/browser/operations/suppressionListAddresses.d.ts +0 -75
- package/dist/browser/operations/suppressionListAddresses.d.ts.map +0 -1
- package/dist/browser/operations/suppressionListAddresses.js +0 -286
- package/dist/browser/operations/suppressionListAddresses.js.map +0 -1
- package/dist/browser/operations/suppressionLists.d.ts +0 -70
- package/dist/browser/operations/suppressionLists.d.ts.map +0 -1
- package/dist/browser/operations/suppressionLists.js +0 -260
- package/dist/browser/operations/suppressionLists.js.map +0 -1
- package/dist/browser/operationsInterfaces/communicationServices.d.ts +0 -92
- package/dist/browser/operationsInterfaces/communicationServices.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/communicationServices.js +0 -4
- package/dist/browser/operationsInterfaces/communicationServices.js.map +0 -1
- package/dist/browser/operationsInterfaces/domains.d.ts +0 -112
- package/dist/browser/operationsInterfaces/domains.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/domains.js +0 -4
- package/dist/browser/operationsInterfaces/domains.js.map +0 -1
- package/dist/browser/operationsInterfaces/emailServices.d.ts +0 -76
- package/dist/browser/operationsInterfaces/emailServices.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/emailServices.js +0 -4
- package/dist/browser/operationsInterfaces/emailServices.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -9
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -13
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -4
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/senderUsernames.d.ts +0 -43
- package/dist/browser/operationsInterfaces/senderUsernames.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/senderUsernames.js +0 -4
- package/dist/browser/operationsInterfaces/senderUsernames.js.map +0 -1
- package/dist/browser/operationsInterfaces/smtpUsernames.d.ts +0 -38
- package/dist/browser/operationsInterfaces/smtpUsernames.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/smtpUsernames.js +0 -4
- package/dist/browser/operationsInterfaces/smtpUsernames.js.map +0 -1
- package/dist/browser/operationsInterfaces/suppressionListAddresses.d.ts +0 -46
- package/dist/browser/operationsInterfaces/suppressionListAddresses.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/suppressionListAddresses.js +0 -4
- package/dist/browser/operationsInterfaces/suppressionListAddresses.js.map +0 -1
- package/dist/browser/operationsInterfaces/suppressionLists.d.ts +0 -43
- package/dist/browser/operationsInterfaces/suppressionLists.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/suppressionLists.js +0 -4
- package/dist/browser/operationsInterfaces/suppressionLists.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -25
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/communicationServiceManagementClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -23
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -56
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1456
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -31
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -260
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/communicationServices.d.ts +0 -128
- package/dist/commonjs/operations/communicationServices.d.ts.map +0 -1
- package/dist/commonjs/operations/communicationServices.js +0 -576
- package/dist/commonjs/operations/communicationServices.js.map +0 -1
- package/dist/commonjs/operations/domains.d.ts +0 -138
- package/dist/commonjs/operations/domains.d.ts.map +0 -1
- package/dist/commonjs/operations/domains.js +0 -652
- package/dist/commonjs/operations/domains.js.map +0 -1
- package/dist/commonjs/operations/emailServices.d.ts +0 -112
- package/dist/commonjs/operations/emailServices.d.ts.map +0 -1
- package/dist/commonjs/operations/emailServices.js +0 -532
- package/dist/commonjs/operations/emailServices.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -9
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -16
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -116
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/senderUsernames.d.ts +0 -70
- package/dist/commonjs/operations/senderUsernames.d.ts.map +0 -1
- package/dist/commonjs/operations/senderUsernames.js +0 -265
- package/dist/commonjs/operations/senderUsernames.js.map +0 -1
- package/dist/commonjs/operations/smtpUsernames.d.ts +0 -63
- package/dist/commonjs/operations/smtpUsernames.d.ts.map +0 -1
- package/dist/commonjs/operations/smtpUsernames.js +0 -240
- package/dist/commonjs/operations/smtpUsernames.js.map +0 -1
- package/dist/commonjs/operations/suppressionListAddresses.d.ts +0 -75
- package/dist/commonjs/operations/suppressionListAddresses.d.ts.map +0 -1
- package/dist/commonjs/operations/suppressionListAddresses.js +0 -291
- package/dist/commonjs/operations/suppressionListAddresses.js.map +0 -1
- package/dist/commonjs/operations/suppressionLists.d.ts +0 -70
- package/dist/commonjs/operations/suppressionLists.d.ts.map +0 -1
- package/dist/commonjs/operations/suppressionLists.js +0 -265
- package/dist/commonjs/operations/suppressionLists.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/communicationServices.d.ts +0 -92
- package/dist/commonjs/operationsInterfaces/communicationServices.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/communicationServices.js +0 -5
- package/dist/commonjs/operationsInterfaces/communicationServices.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/domains.d.ts +0 -112
- package/dist/commonjs/operationsInterfaces/domains.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/domains.js +0 -5
- package/dist/commonjs/operationsInterfaces/domains.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/emailServices.d.ts +0 -76
- package/dist/commonjs/operationsInterfaces/emailServices.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/emailServices.js +0 -5
- package/dist/commonjs/operationsInterfaces/emailServices.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -9
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -16
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/senderUsernames.d.ts +0 -43
- package/dist/commonjs/operationsInterfaces/senderUsernames.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/senderUsernames.js +0 -5
- package/dist/commonjs/operationsInterfaces/senderUsernames.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/smtpUsernames.d.ts +0 -38
- package/dist/commonjs/operationsInterfaces/smtpUsernames.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/smtpUsernames.js +0 -5
- package/dist/commonjs/operationsInterfaces/smtpUsernames.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/suppressionListAddresses.d.ts +0 -46
- package/dist/commonjs/operationsInterfaces/suppressionListAddresses.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/suppressionListAddresses.js +0 -5
- package/dist/commonjs/operationsInterfaces/suppressionListAddresses.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/suppressionLists.d.ts +0 -43
- package/dist/commonjs/operationsInterfaces/suppressionLists.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/suppressionLists.js +0 -5
- package/dist/commonjs/operationsInterfaces/suppressionLists.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -29
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/communicationServiceManagementClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -20
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -56
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1452
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -31
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -257
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/communicationServices.d.ts +0 -128
- package/dist/esm/operations/communicationServices.d.ts.map +0 -1
- package/dist/esm/operations/communicationServices.js +0 -571
- package/dist/esm/operations/communicationServices.js.map +0 -1
- package/dist/esm/operations/domains.d.ts +0 -138
- package/dist/esm/operations/domains.d.ts.map +0 -1
- package/dist/esm/operations/domains.js +0 -647
- package/dist/esm/operations/domains.js.map +0 -1
- package/dist/esm/operations/emailServices.d.ts +0 -112
- package/dist/esm/operations/emailServices.d.ts.map +0 -1
- package/dist/esm/operations/emailServices.js +0 -527
- package/dist/esm/operations/emailServices.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -9
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -13
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -111
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/senderUsernames.d.ts +0 -70
- package/dist/esm/operations/senderUsernames.d.ts.map +0 -1
- package/dist/esm/operations/senderUsernames.js +0 -260
- package/dist/esm/operations/senderUsernames.js.map +0 -1
- package/dist/esm/operations/smtpUsernames.d.ts +0 -63
- package/dist/esm/operations/smtpUsernames.d.ts.map +0 -1
- package/dist/esm/operations/smtpUsernames.js +0 -235
- package/dist/esm/operations/smtpUsernames.js.map +0 -1
- package/dist/esm/operations/suppressionListAddresses.d.ts +0 -75
- package/dist/esm/operations/suppressionListAddresses.d.ts.map +0 -1
- package/dist/esm/operations/suppressionListAddresses.js +0 -286
- package/dist/esm/operations/suppressionListAddresses.js.map +0 -1
- package/dist/esm/operations/suppressionLists.d.ts +0 -70
- package/dist/esm/operations/suppressionLists.d.ts.map +0 -1
- package/dist/esm/operations/suppressionLists.js +0 -260
- package/dist/esm/operations/suppressionLists.js.map +0 -1
- package/dist/esm/operationsInterfaces/communicationServices.d.ts +0 -92
- package/dist/esm/operationsInterfaces/communicationServices.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/communicationServices.js +0 -4
- package/dist/esm/operationsInterfaces/communicationServices.js.map +0 -1
- package/dist/esm/operationsInterfaces/domains.d.ts +0 -112
- package/dist/esm/operationsInterfaces/domains.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/domains.js +0 -4
- package/dist/esm/operationsInterfaces/domains.js.map +0 -1
- package/dist/esm/operationsInterfaces/emailServices.d.ts +0 -76
- package/dist/esm/operationsInterfaces/emailServices.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/emailServices.js +0 -4
- package/dist/esm/operationsInterfaces/emailServices.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -9
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -13
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -4
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/senderUsernames.d.ts +0 -43
- package/dist/esm/operationsInterfaces/senderUsernames.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/senderUsernames.js +0 -4
- package/dist/esm/operationsInterfaces/senderUsernames.js.map +0 -1
- package/dist/esm/operationsInterfaces/smtpUsernames.d.ts +0 -38
- package/dist/esm/operationsInterfaces/smtpUsernames.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/smtpUsernames.js +0 -4
- package/dist/esm/operationsInterfaces/smtpUsernames.js.map +0 -1
- package/dist/esm/operationsInterfaces/suppressionListAddresses.d.ts +0 -46
- package/dist/esm/operationsInterfaces/suppressionListAddresses.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/suppressionListAddresses.js +0 -4
- package/dist/esm/operationsInterfaces/suppressionListAddresses.js.map +0 -1
- package/dist/esm/operationsInterfaces/suppressionLists.d.ts +0 -43
- package/dist/esm/operationsInterfaces/suppressionLists.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/suppressionLists.js +0 -4
- package/dist/esm/operationsInterfaces/suppressionLists.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -25
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/communicationServiceManagementClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -20
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -56
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1452
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -31
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -257
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/communicationServices.d.ts +0 -128
- package/dist/react-native/operations/communicationServices.d.ts.map +0 -1
- package/dist/react-native/operations/communicationServices.js +0 -571
- package/dist/react-native/operations/communicationServices.js.map +0 -1
- package/dist/react-native/operations/domains.d.ts +0 -138
- package/dist/react-native/operations/domains.d.ts.map +0 -1
- package/dist/react-native/operations/domains.js +0 -647
- package/dist/react-native/operations/domains.js.map +0 -1
- package/dist/react-native/operations/emailServices.d.ts +0 -112
- package/dist/react-native/operations/emailServices.d.ts.map +0 -1
- package/dist/react-native/operations/emailServices.js +0 -527
- package/dist/react-native/operations/emailServices.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -9
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -13
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -111
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/senderUsernames.d.ts +0 -70
- package/dist/react-native/operations/senderUsernames.d.ts.map +0 -1
- package/dist/react-native/operations/senderUsernames.js +0 -260
- package/dist/react-native/operations/senderUsernames.js.map +0 -1
- package/dist/react-native/operations/smtpUsernames.d.ts +0 -63
- package/dist/react-native/operations/smtpUsernames.d.ts.map +0 -1
- package/dist/react-native/operations/smtpUsernames.js +0 -235
- package/dist/react-native/operations/smtpUsernames.js.map +0 -1
- package/dist/react-native/operations/suppressionListAddresses.d.ts +0 -75
- package/dist/react-native/operations/suppressionListAddresses.d.ts.map +0 -1
- package/dist/react-native/operations/suppressionListAddresses.js +0 -286
- package/dist/react-native/operations/suppressionListAddresses.js.map +0 -1
- package/dist/react-native/operations/suppressionLists.d.ts +0 -70
- package/dist/react-native/operations/suppressionLists.d.ts.map +0 -1
- package/dist/react-native/operations/suppressionLists.js +0 -260
- package/dist/react-native/operations/suppressionLists.js.map +0 -1
- package/dist/react-native/operationsInterfaces/communicationServices.d.ts +0 -92
- package/dist/react-native/operationsInterfaces/communicationServices.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/communicationServices.js +0 -4
- package/dist/react-native/operationsInterfaces/communicationServices.js.map +0 -1
- package/dist/react-native/operationsInterfaces/domains.d.ts +0 -112
- package/dist/react-native/operationsInterfaces/domains.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/domains.js +0 -4
- package/dist/react-native/operationsInterfaces/domains.js.map +0 -1
- package/dist/react-native/operationsInterfaces/emailServices.d.ts +0 -76
- package/dist/react-native/operationsInterfaces/emailServices.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/emailServices.js +0 -4
- package/dist/react-native/operationsInterfaces/emailServices.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -9
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -13
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -4
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/senderUsernames.d.ts +0 -43
- package/dist/react-native/operationsInterfaces/senderUsernames.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/senderUsernames.js +0 -4
- package/dist/react-native/operationsInterfaces/senderUsernames.js.map +0 -1
- package/dist/react-native/operationsInterfaces/smtpUsernames.d.ts +0 -38
- package/dist/react-native/operationsInterfaces/smtpUsernames.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/smtpUsernames.js +0 -4
- package/dist/react-native/operationsInterfaces/smtpUsernames.js.map +0 -1
- package/dist/react-native/operationsInterfaces/suppressionListAddresses.d.ts +0 -46
- package/dist/react-native/operationsInterfaces/suppressionListAddresses.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/suppressionListAddresses.js +0 -4
- package/dist/react-native/operationsInterfaces/suppressionListAddresses.js.map +0 -1
- package/dist/react-native/operationsInterfaces/suppressionLists.d.ts +0 -43
- package/dist/react-native/operationsInterfaces/suppressionLists.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/suppressionLists.js +0 -4
- package/dist/react-native/operationsInterfaces/suppressionLists.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -25
- package/dist/react-native/pagingHelper.js.map +0 -1
|
@@ -1,527 +0,0 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
import { setContinuationToken } from "../pagingHelper.js";
|
|
4
|
-
import * as coreClient from "@azure/core-client";
|
|
5
|
-
import * as Mappers from "../models/mappers.js";
|
|
6
|
-
import * as Parameters from "../models/parameters.js";
|
|
7
|
-
import { createHttpPoller } from "@azure/core-lro";
|
|
8
|
-
import { createLroSpec } from "../lroImpl.js";
|
|
9
|
-
/// <reference lib="esnext.asynciterable" />
|
|
10
|
-
/** Class containing EmailServices operations. */
|
|
11
|
-
export class EmailServicesImpl {
|
|
12
|
-
client;
|
|
13
|
-
/**
|
|
14
|
-
* Initialize a new instance of the class EmailServices class.
|
|
15
|
-
* @param client Reference to the service client
|
|
16
|
-
*/
|
|
17
|
-
constructor(client) {
|
|
18
|
-
this.client = client;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Handles requests to list all resources in a subscription.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
listBySubscription(options) {
|
|
25
|
-
const iter = this.listBySubscriptionPagingAll(options);
|
|
26
|
-
return {
|
|
27
|
-
next() {
|
|
28
|
-
return iter.next();
|
|
29
|
-
},
|
|
30
|
-
[Symbol.asyncIterator]() {
|
|
31
|
-
return this;
|
|
32
|
-
},
|
|
33
|
-
byPage: (settings) => {
|
|
34
|
-
if (settings?.maxPageSize) {
|
|
35
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
36
|
-
}
|
|
37
|
-
return this.listBySubscriptionPagingPage(options, settings);
|
|
38
|
-
},
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
async *listBySubscriptionPagingPage(options, settings) {
|
|
42
|
-
let result;
|
|
43
|
-
let continuationToken = settings?.continuationToken;
|
|
44
|
-
if (!continuationToken) {
|
|
45
|
-
result = await this._listBySubscription(options);
|
|
46
|
-
const page = result.value || [];
|
|
47
|
-
continuationToken = result.nextLink;
|
|
48
|
-
setContinuationToken(page, continuationToken);
|
|
49
|
-
yield page;
|
|
50
|
-
}
|
|
51
|
-
while (continuationToken) {
|
|
52
|
-
result = await this._listBySubscriptionNext(continuationToken, options);
|
|
53
|
-
continuationToken = result.nextLink;
|
|
54
|
-
const page = result.value || [];
|
|
55
|
-
setContinuationToken(page, continuationToken);
|
|
56
|
-
yield page;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
async *listBySubscriptionPagingAll(options) {
|
|
60
|
-
for await (const page of this.listBySubscriptionPagingPage(options)) {
|
|
61
|
-
yield* page;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
/**
|
|
65
|
-
* Handles requests to list all resources in a resource group.
|
|
66
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
67
|
-
* @param options The options parameters.
|
|
68
|
-
*/
|
|
69
|
-
listByResourceGroup(resourceGroupName, options) {
|
|
70
|
-
const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
|
|
71
|
-
return {
|
|
72
|
-
next() {
|
|
73
|
-
return iter.next();
|
|
74
|
-
},
|
|
75
|
-
[Symbol.asyncIterator]() {
|
|
76
|
-
return this;
|
|
77
|
-
},
|
|
78
|
-
byPage: (settings) => {
|
|
79
|
-
if (settings?.maxPageSize) {
|
|
80
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
81
|
-
}
|
|
82
|
-
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
|
83
|
-
},
|
|
84
|
-
};
|
|
85
|
-
}
|
|
86
|
-
async *listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
|
87
|
-
let result;
|
|
88
|
-
let continuationToken = settings?.continuationToken;
|
|
89
|
-
if (!continuationToken) {
|
|
90
|
-
result = await this._listByResourceGroup(resourceGroupName, options);
|
|
91
|
-
const page = result.value || [];
|
|
92
|
-
continuationToken = result.nextLink;
|
|
93
|
-
setContinuationToken(page, continuationToken);
|
|
94
|
-
yield page;
|
|
95
|
-
}
|
|
96
|
-
while (continuationToken) {
|
|
97
|
-
result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);
|
|
98
|
-
continuationToken = result.nextLink;
|
|
99
|
-
const page = result.value || [];
|
|
100
|
-
setContinuationToken(page, continuationToken);
|
|
101
|
-
yield page;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
async *listByResourceGroupPagingAll(resourceGroupName, options) {
|
|
105
|
-
for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {
|
|
106
|
-
yield* page;
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
/**
|
|
110
|
-
* Get the EmailService and its properties.
|
|
111
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
112
|
-
* @param emailServiceName The name of the EmailService resource.
|
|
113
|
-
* @param options The options parameters.
|
|
114
|
-
*/
|
|
115
|
-
get(resourceGroupName, emailServiceName, options) {
|
|
116
|
-
return this.client.sendOperationRequest({ resourceGroupName, emailServiceName, options }, getOperationSpec);
|
|
117
|
-
}
|
|
118
|
-
/**
|
|
119
|
-
* Create a new EmailService or update an existing EmailService.
|
|
120
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
121
|
-
* @param emailServiceName The name of the EmailService resource.
|
|
122
|
-
* @param parameters Parameters for the create or update operation
|
|
123
|
-
* @param options The options parameters.
|
|
124
|
-
*/
|
|
125
|
-
async beginCreateOrUpdate(resourceGroupName, emailServiceName, parameters, options) {
|
|
126
|
-
const directSendOperation = async (args, spec) => {
|
|
127
|
-
return this.client.sendOperationRequest(args, spec);
|
|
128
|
-
};
|
|
129
|
-
const sendOperationFn = async (args, spec) => {
|
|
130
|
-
let currentRawResponse = undefined;
|
|
131
|
-
const providedCallback = args.options?.onResponse;
|
|
132
|
-
const callback = (rawResponse, flatResponse) => {
|
|
133
|
-
currentRawResponse = rawResponse;
|
|
134
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
135
|
-
};
|
|
136
|
-
const updatedArgs = {
|
|
137
|
-
...args,
|
|
138
|
-
options: {
|
|
139
|
-
...args.options,
|
|
140
|
-
onResponse: callback,
|
|
141
|
-
},
|
|
142
|
-
};
|
|
143
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
144
|
-
return {
|
|
145
|
-
flatResponse,
|
|
146
|
-
rawResponse: {
|
|
147
|
-
statusCode: currentRawResponse.status,
|
|
148
|
-
body: currentRawResponse.parsedBody,
|
|
149
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
150
|
-
},
|
|
151
|
-
};
|
|
152
|
-
};
|
|
153
|
-
const lro = createLroSpec({
|
|
154
|
-
sendOperationFn,
|
|
155
|
-
args: { resourceGroupName, emailServiceName, parameters, options },
|
|
156
|
-
spec: createOrUpdateOperationSpec,
|
|
157
|
-
});
|
|
158
|
-
const poller = await createHttpPoller(lro, {
|
|
159
|
-
restoreFrom: options?.resumeFrom,
|
|
160
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
161
|
-
resourceLocationConfig: "azure-async-operation",
|
|
162
|
-
});
|
|
163
|
-
await poller.poll();
|
|
164
|
-
return poller;
|
|
165
|
-
}
|
|
166
|
-
/**
|
|
167
|
-
* Create a new EmailService or update an existing EmailService.
|
|
168
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
169
|
-
* @param emailServiceName The name of the EmailService resource.
|
|
170
|
-
* @param parameters Parameters for the create or update operation
|
|
171
|
-
* @param options The options parameters.
|
|
172
|
-
*/
|
|
173
|
-
async beginCreateOrUpdateAndWait(resourceGroupName, emailServiceName, parameters, options) {
|
|
174
|
-
const poller = await this.beginCreateOrUpdate(resourceGroupName, emailServiceName, parameters, options);
|
|
175
|
-
return poller.pollUntilDone();
|
|
176
|
-
}
|
|
177
|
-
/**
|
|
178
|
-
* Operation to delete a EmailService.
|
|
179
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
180
|
-
* @param emailServiceName The name of the EmailService resource.
|
|
181
|
-
* @param options The options parameters.
|
|
182
|
-
*/
|
|
183
|
-
async beginDelete(resourceGroupName, emailServiceName, options) {
|
|
184
|
-
const directSendOperation = async (args, spec) => {
|
|
185
|
-
return this.client.sendOperationRequest(args, spec);
|
|
186
|
-
};
|
|
187
|
-
const sendOperationFn = async (args, spec) => {
|
|
188
|
-
let currentRawResponse = undefined;
|
|
189
|
-
const providedCallback = args.options?.onResponse;
|
|
190
|
-
const callback = (rawResponse, flatResponse) => {
|
|
191
|
-
currentRawResponse = rawResponse;
|
|
192
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
193
|
-
};
|
|
194
|
-
const updatedArgs = {
|
|
195
|
-
...args,
|
|
196
|
-
options: {
|
|
197
|
-
...args.options,
|
|
198
|
-
onResponse: callback,
|
|
199
|
-
},
|
|
200
|
-
};
|
|
201
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
202
|
-
return {
|
|
203
|
-
flatResponse,
|
|
204
|
-
rawResponse: {
|
|
205
|
-
statusCode: currentRawResponse.status,
|
|
206
|
-
body: currentRawResponse.parsedBody,
|
|
207
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
208
|
-
},
|
|
209
|
-
};
|
|
210
|
-
};
|
|
211
|
-
const lro = createLroSpec({
|
|
212
|
-
sendOperationFn,
|
|
213
|
-
args: { resourceGroupName, emailServiceName, options },
|
|
214
|
-
spec: deleteOperationSpec,
|
|
215
|
-
});
|
|
216
|
-
const poller = await createHttpPoller(lro, {
|
|
217
|
-
restoreFrom: options?.resumeFrom,
|
|
218
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
219
|
-
resourceLocationConfig: "location",
|
|
220
|
-
});
|
|
221
|
-
await poller.poll();
|
|
222
|
-
return poller;
|
|
223
|
-
}
|
|
224
|
-
/**
|
|
225
|
-
* Operation to delete a EmailService.
|
|
226
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
227
|
-
* @param emailServiceName The name of the EmailService resource.
|
|
228
|
-
* @param options The options parameters.
|
|
229
|
-
*/
|
|
230
|
-
async beginDeleteAndWait(resourceGroupName, emailServiceName, options) {
|
|
231
|
-
const poller = await this.beginDelete(resourceGroupName, emailServiceName, options);
|
|
232
|
-
return poller.pollUntilDone();
|
|
233
|
-
}
|
|
234
|
-
/**
|
|
235
|
-
* Operation to update an existing EmailService.
|
|
236
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
237
|
-
* @param emailServiceName The name of the EmailService resource.
|
|
238
|
-
* @param parameters Parameters for the update operation
|
|
239
|
-
* @param options The options parameters.
|
|
240
|
-
*/
|
|
241
|
-
async beginUpdate(resourceGroupName, emailServiceName, parameters, options) {
|
|
242
|
-
const directSendOperation = async (args, spec) => {
|
|
243
|
-
return this.client.sendOperationRequest(args, spec);
|
|
244
|
-
};
|
|
245
|
-
const sendOperationFn = async (args, spec) => {
|
|
246
|
-
let currentRawResponse = undefined;
|
|
247
|
-
const providedCallback = args.options?.onResponse;
|
|
248
|
-
const callback = (rawResponse, flatResponse) => {
|
|
249
|
-
currentRawResponse = rawResponse;
|
|
250
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
251
|
-
};
|
|
252
|
-
const updatedArgs = {
|
|
253
|
-
...args,
|
|
254
|
-
options: {
|
|
255
|
-
...args.options,
|
|
256
|
-
onResponse: callback,
|
|
257
|
-
},
|
|
258
|
-
};
|
|
259
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
260
|
-
return {
|
|
261
|
-
flatResponse,
|
|
262
|
-
rawResponse: {
|
|
263
|
-
statusCode: currentRawResponse.status,
|
|
264
|
-
body: currentRawResponse.parsedBody,
|
|
265
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
266
|
-
},
|
|
267
|
-
};
|
|
268
|
-
};
|
|
269
|
-
const lro = createLroSpec({
|
|
270
|
-
sendOperationFn,
|
|
271
|
-
args: { resourceGroupName, emailServiceName, parameters, options },
|
|
272
|
-
spec: updateOperationSpec,
|
|
273
|
-
});
|
|
274
|
-
const poller = await createHttpPoller(lro, {
|
|
275
|
-
restoreFrom: options?.resumeFrom,
|
|
276
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
277
|
-
resourceLocationConfig: "azure-async-operation",
|
|
278
|
-
});
|
|
279
|
-
await poller.poll();
|
|
280
|
-
return poller;
|
|
281
|
-
}
|
|
282
|
-
/**
|
|
283
|
-
* Operation to update an existing EmailService.
|
|
284
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
285
|
-
* @param emailServiceName The name of the EmailService resource.
|
|
286
|
-
* @param parameters Parameters for the update operation
|
|
287
|
-
* @param options The options parameters.
|
|
288
|
-
*/
|
|
289
|
-
async beginUpdateAndWait(resourceGroupName, emailServiceName, parameters, options) {
|
|
290
|
-
const poller = await this.beginUpdate(resourceGroupName, emailServiceName, parameters, options);
|
|
291
|
-
return poller.pollUntilDone();
|
|
292
|
-
}
|
|
293
|
-
/**
|
|
294
|
-
* Handles requests to list all resources in a subscription.
|
|
295
|
-
* @param options The options parameters.
|
|
296
|
-
*/
|
|
297
|
-
_listBySubscription(options) {
|
|
298
|
-
return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);
|
|
299
|
-
}
|
|
300
|
-
/**
|
|
301
|
-
* Handles requests to list all resources in a resource group.
|
|
302
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
303
|
-
* @param options The options parameters.
|
|
304
|
-
*/
|
|
305
|
-
_listByResourceGroup(resourceGroupName, options) {
|
|
306
|
-
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
|
|
307
|
-
}
|
|
308
|
-
/**
|
|
309
|
-
* Get a list of domains that are fully verified in Exchange Online.
|
|
310
|
-
* @param options The options parameters.
|
|
311
|
-
*/
|
|
312
|
-
listVerifiedExchangeOnlineDomains(options) {
|
|
313
|
-
return this.client.sendOperationRequest({ options }, listVerifiedExchangeOnlineDomainsOperationSpec);
|
|
314
|
-
}
|
|
315
|
-
/**
|
|
316
|
-
* ListBySubscriptionNext
|
|
317
|
-
* @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
|
|
318
|
-
* @param options The options parameters.
|
|
319
|
-
*/
|
|
320
|
-
_listBySubscriptionNext(nextLink, options) {
|
|
321
|
-
return this.client.sendOperationRequest({ nextLink, options }, listBySubscriptionNextOperationSpec);
|
|
322
|
-
}
|
|
323
|
-
/**
|
|
324
|
-
* ListByResourceGroupNext
|
|
325
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
326
|
-
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
327
|
-
* @param options The options parameters.
|
|
328
|
-
*/
|
|
329
|
-
_listByResourceGroupNext(resourceGroupName, nextLink, options) {
|
|
330
|
-
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
// Operation Specifications
|
|
334
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
335
|
-
const getOperationSpec = {
|
|
336
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}",
|
|
337
|
-
httpMethod: "GET",
|
|
338
|
-
responses: {
|
|
339
|
-
200: {
|
|
340
|
-
bodyMapper: Mappers.EmailServiceResource,
|
|
341
|
-
},
|
|
342
|
-
default: {
|
|
343
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
344
|
-
},
|
|
345
|
-
},
|
|
346
|
-
queryParameters: [Parameters.apiVersion],
|
|
347
|
-
urlParameters: [
|
|
348
|
-
Parameters.$host,
|
|
349
|
-
Parameters.subscriptionId,
|
|
350
|
-
Parameters.resourceGroupName,
|
|
351
|
-
Parameters.emailServiceName,
|
|
352
|
-
],
|
|
353
|
-
headerParameters: [Parameters.accept],
|
|
354
|
-
serializer,
|
|
355
|
-
};
|
|
356
|
-
const createOrUpdateOperationSpec = {
|
|
357
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}",
|
|
358
|
-
httpMethod: "PUT",
|
|
359
|
-
responses: {
|
|
360
|
-
200: {
|
|
361
|
-
bodyMapper: Mappers.EmailServiceResource,
|
|
362
|
-
},
|
|
363
|
-
201: {
|
|
364
|
-
bodyMapper: Mappers.EmailServiceResource,
|
|
365
|
-
},
|
|
366
|
-
202: {
|
|
367
|
-
bodyMapper: Mappers.EmailServiceResource,
|
|
368
|
-
},
|
|
369
|
-
204: {
|
|
370
|
-
bodyMapper: Mappers.EmailServiceResource,
|
|
371
|
-
},
|
|
372
|
-
default: {
|
|
373
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
374
|
-
},
|
|
375
|
-
},
|
|
376
|
-
requestBody: Parameters.parameters6,
|
|
377
|
-
queryParameters: [Parameters.apiVersion],
|
|
378
|
-
urlParameters: [
|
|
379
|
-
Parameters.$host,
|
|
380
|
-
Parameters.subscriptionId,
|
|
381
|
-
Parameters.resourceGroupName,
|
|
382
|
-
Parameters.emailServiceName,
|
|
383
|
-
],
|
|
384
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
385
|
-
mediaType: "json",
|
|
386
|
-
serializer,
|
|
387
|
-
};
|
|
388
|
-
const deleteOperationSpec = {
|
|
389
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}",
|
|
390
|
-
httpMethod: "DELETE",
|
|
391
|
-
responses: {
|
|
392
|
-
200: {},
|
|
393
|
-
201: {},
|
|
394
|
-
202: {},
|
|
395
|
-
204: {},
|
|
396
|
-
default: {
|
|
397
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
398
|
-
},
|
|
399
|
-
},
|
|
400
|
-
queryParameters: [Parameters.apiVersion],
|
|
401
|
-
urlParameters: [
|
|
402
|
-
Parameters.$host,
|
|
403
|
-
Parameters.subscriptionId,
|
|
404
|
-
Parameters.resourceGroupName,
|
|
405
|
-
Parameters.emailServiceName,
|
|
406
|
-
],
|
|
407
|
-
headerParameters: [Parameters.accept],
|
|
408
|
-
serializer,
|
|
409
|
-
};
|
|
410
|
-
const updateOperationSpec = {
|
|
411
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}",
|
|
412
|
-
httpMethod: "PATCH",
|
|
413
|
-
responses: {
|
|
414
|
-
200: {
|
|
415
|
-
bodyMapper: Mappers.EmailServiceResource,
|
|
416
|
-
},
|
|
417
|
-
201: {
|
|
418
|
-
bodyMapper: Mappers.EmailServiceResource,
|
|
419
|
-
},
|
|
420
|
-
202: {
|
|
421
|
-
bodyMapper: Mappers.EmailServiceResource,
|
|
422
|
-
},
|
|
423
|
-
204: {
|
|
424
|
-
bodyMapper: Mappers.EmailServiceResource,
|
|
425
|
-
},
|
|
426
|
-
default: {
|
|
427
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
428
|
-
},
|
|
429
|
-
},
|
|
430
|
-
requestBody: Parameters.parameters7,
|
|
431
|
-
queryParameters: [Parameters.apiVersion],
|
|
432
|
-
urlParameters: [
|
|
433
|
-
Parameters.$host,
|
|
434
|
-
Parameters.subscriptionId,
|
|
435
|
-
Parameters.resourceGroupName,
|
|
436
|
-
Parameters.emailServiceName,
|
|
437
|
-
],
|
|
438
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
439
|
-
mediaType: "json",
|
|
440
|
-
serializer,
|
|
441
|
-
};
|
|
442
|
-
const listBySubscriptionOperationSpec = {
|
|
443
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Communication/emailServices",
|
|
444
|
-
httpMethod: "GET",
|
|
445
|
-
responses: {
|
|
446
|
-
200: {
|
|
447
|
-
bodyMapper: Mappers.EmailServiceResourceList,
|
|
448
|
-
},
|
|
449
|
-
default: {
|
|
450
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
451
|
-
},
|
|
452
|
-
},
|
|
453
|
-
queryParameters: [Parameters.apiVersion],
|
|
454
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
455
|
-
headerParameters: [Parameters.accept],
|
|
456
|
-
serializer,
|
|
457
|
-
};
|
|
458
|
-
const listByResourceGroupOperationSpec = {
|
|
459
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices",
|
|
460
|
-
httpMethod: "GET",
|
|
461
|
-
responses: {
|
|
462
|
-
200: {
|
|
463
|
-
bodyMapper: Mappers.EmailServiceResourceList,
|
|
464
|
-
},
|
|
465
|
-
default: {
|
|
466
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
467
|
-
},
|
|
468
|
-
},
|
|
469
|
-
queryParameters: [Parameters.apiVersion],
|
|
470
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName],
|
|
471
|
-
headerParameters: [Parameters.accept],
|
|
472
|
-
serializer,
|
|
473
|
-
};
|
|
474
|
-
const listVerifiedExchangeOnlineDomainsOperationSpec = {
|
|
475
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Communication/listVerifiedExchangeOnlineDomains",
|
|
476
|
-
httpMethod: "POST",
|
|
477
|
-
responses: {
|
|
478
|
-
200: {
|
|
479
|
-
bodyMapper: {
|
|
480
|
-
type: { name: "Sequence", element: { type: { name: "String" } } },
|
|
481
|
-
},
|
|
482
|
-
},
|
|
483
|
-
default: {
|
|
484
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
485
|
-
},
|
|
486
|
-
},
|
|
487
|
-
queryParameters: [Parameters.apiVersion],
|
|
488
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
489
|
-
headerParameters: [Parameters.accept],
|
|
490
|
-
serializer,
|
|
491
|
-
};
|
|
492
|
-
const listBySubscriptionNextOperationSpec = {
|
|
493
|
-
path: "{nextLink}",
|
|
494
|
-
httpMethod: "GET",
|
|
495
|
-
responses: {
|
|
496
|
-
200: {
|
|
497
|
-
bodyMapper: Mappers.EmailServiceResourceList,
|
|
498
|
-
},
|
|
499
|
-
default: {
|
|
500
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
501
|
-
},
|
|
502
|
-
},
|
|
503
|
-
urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.subscriptionId],
|
|
504
|
-
headerParameters: [Parameters.accept],
|
|
505
|
-
serializer,
|
|
506
|
-
};
|
|
507
|
-
const listByResourceGroupNextOperationSpec = {
|
|
508
|
-
path: "{nextLink}",
|
|
509
|
-
httpMethod: "GET",
|
|
510
|
-
responses: {
|
|
511
|
-
200: {
|
|
512
|
-
bodyMapper: Mappers.EmailServiceResourceList,
|
|
513
|
-
},
|
|
514
|
-
default: {
|
|
515
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
516
|
-
},
|
|
517
|
-
},
|
|
518
|
-
urlParameters: [
|
|
519
|
-
Parameters.$host,
|
|
520
|
-
Parameters.nextLink,
|
|
521
|
-
Parameters.subscriptionId,
|
|
522
|
-
Parameters.resourceGroupName,
|
|
523
|
-
],
|
|
524
|
-
headerParameters: [Parameters.accept],
|
|
525
|
-
serializer,
|
|
526
|
-
};
|
|
527
|
-
//# sourceMappingURL=emailServices.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"emailServices.js","sourceRoot":"","sources":["../../../src/operations/emailServices.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { EmailServices } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { CommunicationServiceManagementClient } from \"../communicationServiceManagementClient.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n EmailServiceResource,\n EmailServicesListBySubscriptionNextOptionalParams,\n EmailServicesListBySubscriptionOptionalParams,\n EmailServicesListBySubscriptionResponse,\n EmailServicesListByResourceGroupNextOptionalParams,\n EmailServicesListByResourceGroupOptionalParams,\n EmailServicesListByResourceGroupResponse,\n EmailServicesGetOptionalParams,\n EmailServicesGetResponse,\n EmailServicesCreateOrUpdateOptionalParams,\n EmailServicesCreateOrUpdateResponse,\n EmailServicesDeleteOptionalParams,\n EmailServiceResourceUpdate,\n EmailServicesUpdateOptionalParams,\n EmailServicesUpdateResponse,\n EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams,\n EmailServicesListVerifiedExchangeOnlineDomainsResponse,\n EmailServicesListBySubscriptionNextResponse,\n EmailServicesListByResourceGroupNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing EmailServices operations. */\nexport class EmailServicesImpl implements EmailServices {\n private readonly client: CommunicationServiceManagementClient;\n\n /**\n * Initialize a new instance of the class EmailServices class.\n * @param client Reference to the service client\n */\n constructor(client: CommunicationServiceManagementClient) {\n this.client = client;\n }\n\n /**\n * Handles requests to list all resources in a subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: EmailServicesListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<EmailServiceResource> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n },\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: EmailServicesListBySubscriptionOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<EmailServiceResource[]> {\n let result: EmailServicesListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: EmailServicesListBySubscriptionOptionalParams,\n ): AsyncIterableIterator<EmailServiceResource> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Handles requests to list all resources in a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: EmailServicesListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<EmailServiceResource> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);\n },\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: EmailServicesListByResourceGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<EmailServiceResource[]> {\n let result: EmailServicesListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: EmailServicesListByResourceGroupOptionalParams,\n ): AsyncIterableIterator<EmailServiceResource> {\n for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {\n yield* page;\n }\n }\n\n /**\n * Get the EmailService and its properties.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param emailServiceName The name of the EmailService resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n emailServiceName: string,\n options?: EmailServicesGetOptionalParams,\n ): Promise<EmailServicesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, emailServiceName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Create a new EmailService or update an existing EmailService.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param emailServiceName The name of the EmailService resource.\n * @param parameters Parameters for the create or update operation\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n emailServiceName: string,\n parameters: EmailServiceResource,\n options?: EmailServicesCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<EmailServicesCreateOrUpdateResponse>,\n EmailServicesCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<EmailServicesCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, emailServiceName, parameters, options },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n EmailServicesCreateOrUpdateResponse,\n OperationState<EmailServicesCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create a new EmailService or update an existing EmailService.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param emailServiceName The name of the EmailService resource.\n * @param parameters Parameters for the create or update operation\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n emailServiceName: string,\n parameters: EmailServiceResource,\n options?: EmailServicesCreateOrUpdateOptionalParams,\n ): Promise<EmailServicesCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n emailServiceName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Operation to delete a EmailService.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param emailServiceName The name of the EmailService resource.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n emailServiceName: string,\n options?: EmailServicesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, emailServiceName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Operation to delete a EmailService.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param emailServiceName The name of the EmailService resource.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n emailServiceName: string,\n options?: EmailServicesDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(resourceGroupName, emailServiceName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Operation to update an existing EmailService.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param emailServiceName The name of the EmailService resource.\n * @param parameters Parameters for the update operation\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n emailServiceName: string,\n parameters: EmailServiceResourceUpdate,\n options?: EmailServicesUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<EmailServicesUpdateResponse>, EmailServicesUpdateResponse>\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<EmailServicesUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, emailServiceName, parameters, options },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n EmailServicesUpdateResponse,\n OperationState<EmailServicesUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Operation to update an existing EmailService.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param emailServiceName The name of the EmailService resource.\n * @param parameters Parameters for the update operation\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n emailServiceName: string,\n parameters: EmailServiceResourceUpdate,\n options?: EmailServicesUpdateOptionalParams,\n ): Promise<EmailServicesUpdateResponse> {\n const poller = await this.beginUpdate(resourceGroupName, emailServiceName, parameters, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Handles requests to list all resources in a subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: EmailServicesListBySubscriptionOptionalParams,\n ): Promise<EmailServicesListBySubscriptionResponse> {\n return this.client.sendOperationRequest({ options }, listBySubscriptionOperationSpec);\n }\n\n /**\n * Handles requests to list all resources in a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: EmailServicesListByResourceGroupOptionalParams,\n ): Promise<EmailServicesListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec,\n );\n }\n\n /**\n * Get a list of domains that are fully verified in Exchange Online.\n * @param options The options parameters.\n */\n listVerifiedExchangeOnlineDomains(\n options?: EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams,\n ): Promise<EmailServicesListVerifiedExchangeOnlineDomainsResponse> {\n return this.client.sendOperationRequest(\n { options },\n listVerifiedExchangeOnlineDomainsOperationSpec,\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: EmailServicesListBySubscriptionNextOptionalParams,\n ): Promise<EmailServicesListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec,\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: EmailServicesListByResourceGroupNextOptionalParams,\n ): Promise<EmailServicesListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EmailServiceResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.emailServiceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.EmailServiceResource,\n },\n 201: {\n bodyMapper: Mappers.EmailServiceResource,\n },\n 202: {\n bodyMapper: Mappers.EmailServiceResource,\n },\n 204: {\n bodyMapper: Mappers.EmailServiceResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters6,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.emailServiceName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.emailServiceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.EmailServiceResource,\n },\n 201: {\n bodyMapper: Mappers.EmailServiceResource,\n },\n 202: {\n bodyMapper: Mappers.EmailServiceResource,\n },\n 204: {\n bodyMapper: Mappers.EmailServiceResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters7,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.emailServiceName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Communication/emailServices\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EmailServiceResourceList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EmailServiceResourceList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listVerifiedExchangeOnlineDomainsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Communication/listVerifiedExchangeOnlineDomains\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: {\n type: { name: \"Sequence\", element: { type: { name: \"String\" } } },\n },\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EmailServiceResourceList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EmailServiceResourceList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * from "./operations.js";
|
|
2
|
-
export * from "./communicationServices.js";
|
|
3
|
-
export * from "./domains.js";
|
|
4
|
-
export * from "./emailServices.js";
|
|
5
|
-
export * from "./senderUsernames.js";
|
|
6
|
-
export * from "./smtpUsernames.js";
|
|
7
|
-
export * from "./suppressionLists.js";
|
|
8
|
-
export * from "./suppressionListAddresses.js";
|
|
9
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAMA,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
// Code generated by Microsoft (R) AutoRest Code Generator.
|
|
4
|
-
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
5
|
-
export * from "./operations.js";
|
|
6
|
-
export * from "./communicationServices.js";
|
|
7
|
-
export * from "./domains.js";
|
|
8
|
-
export * from "./emailServices.js";
|
|
9
|
-
export * from "./senderUsernames.js";
|
|
10
|
-
export * from "./smtpUsernames.js";
|
|
11
|
-
export * from "./suppressionLists.js";
|
|
12
|
-
export * from "./suppressionListAddresses.js";
|
|
13
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,2DAA2D;AAC3D,oFAAoF;AAEpF,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nexport * from \"./operations.js\";\nexport * from \"./communicationServices.js\";\nexport * from \"./domains.js\";\nexport * from \"./emailServices.js\";\nexport * from \"./senderUsernames.js\";\nexport * from \"./smtpUsernames.js\";\nexport * from \"./suppressionLists.js\";\nexport * from \"./suppressionListAddresses.js\";\n"]}
|