@distilled.cloud/azure 0.8.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/lib/credentials.d.ts +2 -2
  2. package/lib/credentials.d.ts.map +1 -1
  3. package/lib/credentials.js +2 -2
  4. package/lib/credentials.js.map +1 -1
  5. package/lib/errors.d.ts +24 -24
  6. package/lib/retry.d.ts +2 -2
  7. package/lib/retry.d.ts.map +1 -1
  8. package/lib/retry.js +2 -2
  9. package/lib/retry.js.map +1 -1
  10. package/lib/services/app.d.ts +551 -0
  11. package/lib/services/app.d.ts.map +1 -1
  12. package/lib/services/app.js +788 -0
  13. package/lib/services/app.js.map +1 -1
  14. package/lib/services/applicationinsights.d.ts +56 -85
  15. package/lib/services/applicationinsights.d.ts.map +1 -1
  16. package/lib/services/applicationinsights.js +56 -120
  17. package/lib/services/applicationinsights.js.map +1 -1
  18. package/lib/services/authorization.d.ts +61 -243
  19. package/lib/services/authorization.d.ts.map +1 -1
  20. package/lib/services/authorization.js +61 -303
  21. package/lib/services/authorization.js.map +1 -1
  22. package/lib/services/automation.d.ts +764 -1010
  23. package/lib/services/automation.d.ts.map +1 -1
  24. package/lib/services/automation.js +764 -1070
  25. package/lib/services/automation.js.map +1 -1
  26. package/lib/services/azure-kusto.d.ts +440 -166
  27. package/lib/services/azure-kusto.d.ts.map +1 -1
  28. package/lib/services/azure-kusto.js +440 -166
  29. package/lib/services/azure-kusto.js.map +1 -1
  30. package/lib/services/batch.d.ts +1 -1
  31. package/lib/services/batch.js +1 -1
  32. package/lib/services/batch.js.map +1 -1
  33. package/lib/services/cognitiveservices.d.ts +2 -0
  34. package/lib/services/cognitiveservices.d.ts.map +1 -1
  35. package/lib/services/cognitiveservices.js +3 -1
  36. package/lib/services/cognitiveservices.js.map +1 -1
  37. package/lib/services/computelimit.d.ts +188 -0
  38. package/lib/services/computelimit.d.ts.map +1 -1
  39. package/lib/services/computelimit.js +236 -0
  40. package/lib/services/computelimit.js.map +1 -1
  41. package/lib/services/containerinstance.d.ts +210 -1291
  42. package/lib/services/containerinstance.d.ts.map +1 -1
  43. package/lib/services/containerinstance.js +250 -1355
  44. package/lib/services/containerinstance.js.map +1 -1
  45. package/lib/services/databricks.d.ts +111 -187
  46. package/lib/services/databricks.d.ts.map +1 -1
  47. package/lib/services/databricks.js +111 -220
  48. package/lib/services/databricks.js.map +1 -1
  49. package/lib/services/desktopvirtualization.d.ts +51 -575
  50. package/lib/services/desktopvirtualization.d.ts.map +1 -1
  51. package/lib/services/desktopvirtualization.js +56 -590
  52. package/lib/services/desktopvirtualization.js.map +1 -1
  53. package/lib/services/imagebuilder.d.ts +129 -15
  54. package/lib/services/imagebuilder.d.ts.map +1 -1
  55. package/lib/services/imagebuilder.js +129 -15
  56. package/lib/services/imagebuilder.js.map +1 -1
  57. package/lib/services/index.d.ts +2 -0
  58. package/lib/services/index.d.ts.map +1 -1
  59. package/lib/services/index.js +2 -0
  60. package/lib/services/index.js.map +1 -1
  61. package/lib/services/managednetworkfabric.d.ts +4283 -693
  62. package/lib/services/managednetworkfabric.d.ts.map +1 -1
  63. package/lib/services/managednetworkfabric.js +4833 -828
  64. package/lib/services/managednetworkfabric.js.map +1 -1
  65. package/lib/services/monitor.d.ts +81 -73
  66. package/lib/services/monitor.d.ts.map +1 -1
  67. package/lib/services/monitor.js +91 -88
  68. package/lib/services/monitor.js.map +1 -1
  69. package/lib/services/monitoringservice.d.ts +149 -0
  70. package/lib/services/monitoringservice.d.ts.map +1 -0
  71. package/lib/services/monitoringservice.js +216 -0
  72. package/lib/services/monitoringservice.js.map +1 -0
  73. package/lib/services/network.d.ts +4513 -3857
  74. package/lib/services/network.d.ts.map +1 -1
  75. package/lib/services/network.js +4544 -4056
  76. package/lib/services/network.js.map +1 -1
  77. package/lib/services/orbitalplanetarycomputer.d.ts +131 -0
  78. package/lib/services/orbitalplanetarycomputer.d.ts.map +1 -0
  79. package/lib/services/orbitalplanetarycomputer.js +183 -0
  80. package/lib/services/orbitalplanetarycomputer.js.map +1 -0
  81. package/lib/services/recoveryservicesbackup.d.ts +24 -312
  82. package/lib/services/recoveryservicesbackup.d.ts.map +1 -1
  83. package/lib/services/recoveryservicesbackup.js +24 -312
  84. package/lib/services/recoveryservicesbackup.js.map +1 -1
  85. package/lib/services/redhatopenshift.d.ts +9 -11
  86. package/lib/services/redhatopenshift.d.ts.map +1 -1
  87. package/lib/services/redhatopenshift.js +9 -11
  88. package/lib/services/redhatopenshift.js.map +1 -1
  89. package/lib/services/reservations.d.ts +159 -239
  90. package/lib/services/reservations.d.ts.map +1 -1
  91. package/lib/services/reservations.js +159 -369
  92. package/lib/services/reservations.js.map +1 -1
  93. package/lib/services/resourcegraph.d.ts +64 -30
  94. package/lib/services/resourcegraph.d.ts.map +1 -1
  95. package/lib/services/resourcegraph.js +74 -30
  96. package/lib/services/resourcegraph.js.map +1 -1
  97. package/lib/services/resources.d.ts +549 -3331
  98. package/lib/services/resources.d.ts.map +1 -1
  99. package/lib/services/resources.js +1029 -4846
  100. package/lib/services/resources.js.map +1 -1
  101. package/lib/services/search.d.ts +9 -2
  102. package/lib/services/search.d.ts.map +1 -1
  103. package/lib/services/search.js +9 -2
  104. package/lib/services/search.js.map +1 -1
  105. package/lib/services/sql.d.ts +4008 -2495
  106. package/lib/services/sql.d.ts.map +1 -1
  107. package/lib/services/sql.js +4208 -2521
  108. package/lib/services/sql.js.map +1 -1
  109. package/lib/services/storage.d.ts +4 -20
  110. package/lib/services/storage.d.ts.map +1 -1
  111. package/lib/services/storage.js +4 -20
  112. package/lib/services/storage.js.map +1 -1
  113. package/lib/services/storageactions.d.ts +18 -0
  114. package/lib/services/storageactions.d.ts.map +1 -1
  115. package/lib/services/storageactions.js +28 -0
  116. package/lib/services/storageactions.js.map +1 -1
  117. package/lib/services/storagecache.d.ts +288 -752
  118. package/lib/services/storagecache.d.ts.map +1 -1
  119. package/lib/services/storagecache.js +312 -930
  120. package/lib/services/storagecache.js.map +1 -1
  121. package/package.json +4 -4
  122. package/src/credentials.ts +2 -2
  123. package/src/retry.ts +2 -2
  124. package/src/services/app.ts +1014 -0
  125. package/src/services/applicationinsights.ts +56 -169
  126. package/src/services/authorization.ts +65 -397
  127. package/src/services/automation.ts +1179 -1686
  128. package/src/services/azure-kusto.ts +494 -228
  129. package/src/services/batch.ts +1 -1
  130. package/src/services/cognitiveservices.ts +3 -1
  131. package/src/services/computelimit.ts +310 -0
  132. package/src/services/containerinstance.ts +1393 -3134
  133. package/src/services/databricks.ts +125 -294
  134. package/src/services/desktopvirtualization.ts +83 -859
  135. package/src/services/imagebuilder.ts +129 -21
  136. package/src/services/index.ts +2 -0
  137. package/src/services/managednetworkfabric.ts +7141 -1408
  138. package/src/services/monitor.ts +134 -136
  139. package/src/services/monitoringservice.ts +287 -0
  140. package/src/services/network.ts +5738 -6158
  141. package/src/services/orbitalplanetarycomputer.ts +233 -0
  142. package/src/services/recoveryservicesbackup.ts +26 -456
  143. package/src/services/redhatopenshift.ts +26 -34
  144. package/src/services/reservations.ts +209 -553
  145. package/src/services/resourcegraph.ts +123 -55
  146. package/src/services/resources.ts +1852 -8168
  147. package/src/services/search.ts +9 -2
  148. package/src/services/sql.ts +4552 -2757
  149. package/src/services/storage.ts +4 -22
  150. package/src/services/storageactions.ts +36 -0
  151. package/src/services/storagecache.ts +312 -1303
@@ -21,19 +21,7 @@ export const BackupEnginesGetInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
21
21
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupEngines/{backupEngineName}",
22
22
  }));
23
23
  // Output Schema
24
- export const BackupEnginesGetOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
25
- id: Schema.optional(Schema.String),
26
- name: Schema.optional(Schema.String),
27
- type: Schema.optional(Schema.String),
28
- systemData: Schema.optional(Schema.Struct({
29
- createdBy: Schema.optional(Schema.String),
30
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
31
- createdAt: Schema.optional(Schema.String),
32
- lastModifiedBy: Schema.optional(Schema.String),
33
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
34
- lastModifiedAt: Schema.optional(Schema.String),
35
- })),
36
- });
24
+ export const BackupEnginesGetOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
37
25
  // The operation
38
26
  /**
39
27
  * Returns backup management server registered to Recovery Services Vault.
@@ -372,19 +360,7 @@ export const BackupResourceEncryptionConfigsGetInput =
372
360
  }));
373
361
  // Output Schema
374
362
  export const BackupResourceEncryptionConfigsGetOutput =
375
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
376
- id: Schema.optional(Schema.String),
377
- name: Schema.optional(Schema.String),
378
- type: Schema.optional(Schema.String),
379
- systemData: Schema.optional(Schema.Struct({
380
- createdBy: Schema.optional(Schema.String),
381
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
382
- createdAt: Schema.optional(Schema.String),
383
- lastModifiedBy: Schema.optional(Schema.String),
384
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
385
- lastModifiedAt: Schema.optional(Schema.String),
386
- })),
387
- });
363
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
388
364
  // The operation
389
365
  /**
390
366
  * Fetches Vault Encryption config.
@@ -440,19 +416,7 @@ export const BackupResourceStorageConfigsNonCRRGetInput =
440
416
  }));
441
417
  // Output Schema
442
418
  export const BackupResourceStorageConfigsNonCRRGetOutput =
443
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
444
- id: Schema.optional(Schema.String),
445
- name: Schema.optional(Schema.String),
446
- type: Schema.optional(Schema.String),
447
- systemData: Schema.optional(Schema.Struct({
448
- createdBy: Schema.optional(Schema.String),
449
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
450
- createdAt: Schema.optional(Schema.String),
451
- lastModifiedBy: Schema.optional(Schema.String),
452
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
453
- lastModifiedAt: Schema.optional(Schema.String),
454
- })),
455
- });
419
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
456
420
  // The operation
457
421
  /**
458
422
  * Fetches resource storage config.
@@ -508,19 +472,7 @@ export const BackupResourceStorageConfigsNonCRRUpdateInput =
508
472
  }));
509
473
  // Output Schema
510
474
  export const BackupResourceStorageConfigsNonCRRUpdateOutput =
511
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
512
- id: Schema.optional(Schema.String),
513
- name: Schema.optional(Schema.String),
514
- type: Schema.optional(Schema.String),
515
- systemData: Schema.optional(Schema.Struct({
516
- createdBy: Schema.optional(Schema.String),
517
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
518
- createdAt: Schema.optional(Schema.String),
519
- lastModifiedBy: Schema.optional(Schema.String),
520
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
521
- lastModifiedAt: Schema.optional(Schema.String),
522
- })),
523
- });
475
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
524
476
  // The operation
525
477
  /**
526
478
  * Updates vault storage model type.
@@ -548,19 +500,7 @@ export const BackupResourceVaultConfigsGetInput =
548
500
  }));
549
501
  // Output Schema
550
502
  export const BackupResourceVaultConfigsGetOutput =
551
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
552
- id: Schema.optional(Schema.String),
553
- name: Schema.optional(Schema.String),
554
- type: Schema.optional(Schema.String),
555
- systemData: Schema.optional(Schema.Struct({
556
- createdBy: Schema.optional(Schema.String),
557
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
558
- createdAt: Schema.optional(Schema.String),
559
- lastModifiedBy: Schema.optional(Schema.String),
560
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
561
- lastModifiedAt: Schema.optional(Schema.String),
562
- })),
563
- });
503
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
564
504
  // The operation
565
505
  /**
566
506
  * Fetches resource vault config.
@@ -588,19 +528,7 @@ export const BackupResourceVaultConfigsPutInput =
588
528
  }));
589
529
  // Output Schema
590
530
  export const BackupResourceVaultConfigsPutOutput =
591
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
592
- id: Schema.optional(Schema.String),
593
- name: Schema.optional(Schema.String),
594
- type: Schema.optional(Schema.String),
595
- systemData: Schema.optional(Schema.Struct({
596
- createdBy: Schema.optional(Schema.String),
597
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
598
- createdAt: Schema.optional(Schema.String),
599
- lastModifiedBy: Schema.optional(Schema.String),
600
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
601
- lastModifiedAt: Schema.optional(Schema.String),
602
- })),
603
- });
531
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
604
532
  // The operation
605
533
  /**
606
534
  * Updates vault security config.
@@ -628,19 +556,7 @@ export const BackupResourceVaultConfigsUpdateInput =
628
556
  }));
629
557
  // Output Schema
630
558
  export const BackupResourceVaultConfigsUpdateOutput =
631
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
632
- id: Schema.optional(Schema.String),
633
- name: Schema.optional(Schema.String),
634
- type: Schema.optional(Schema.String),
635
- systemData: Schema.optional(Schema.Struct({
636
- createdBy: Schema.optional(Schema.String),
637
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
638
- createdAt: Schema.optional(Schema.String),
639
- lastModifiedBy: Schema.optional(Schema.String),
640
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
641
- lastModifiedAt: Schema.optional(Schema.String),
642
- })),
643
- });
559
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
644
560
  // The operation
645
561
  /**
646
562
  * Updates vault security config.
@@ -1256,19 +1172,7 @@ export const JobDetailsGetInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1256
1172
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupJobs/{jobName}",
1257
1173
  }));
1258
1174
  // Output Schema
1259
- export const JobDetailsGetOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1260
- id: Schema.optional(Schema.String),
1261
- name: Schema.optional(Schema.String),
1262
- type: Schema.optional(Schema.String),
1263
- systemData: Schema.optional(Schema.Struct({
1264
- createdBy: Schema.optional(Schema.String),
1265
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
1266
- createdAt: Schema.optional(Schema.String),
1267
- lastModifiedBy: Schema.optional(Schema.String),
1268
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
1269
- lastModifiedAt: Schema.optional(Schema.String),
1270
- })),
1271
- });
1175
+ export const JobDetailsGetOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
1272
1176
  // The operation
1273
1177
  /**
1274
1178
  * Gets extended information associated with the job.
@@ -1492,19 +1396,7 @@ export const PrivateEndpointConnectionGetInput =
1492
1396
  }));
1493
1397
  // Output Schema
1494
1398
  export const PrivateEndpointConnectionGetOutput =
1495
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1496
- id: Schema.optional(Schema.String),
1497
- name: Schema.optional(Schema.String),
1498
- type: Schema.optional(Schema.String),
1499
- systemData: Schema.optional(Schema.Struct({
1500
- createdBy: Schema.optional(Schema.String),
1501
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
1502
- createdAt: Schema.optional(Schema.String),
1503
- lastModifiedBy: Schema.optional(Schema.String),
1504
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
1505
- lastModifiedAt: Schema.optional(Schema.String),
1506
- })),
1507
- });
1399
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
1508
1400
  // The operation
1509
1401
  /**
1510
1402
  * Get Private Endpoint Connection. This call is made by Backup Admin.
@@ -1534,19 +1426,7 @@ export const PrivateEndpointConnectionPutInput =
1534
1426
  }));
1535
1427
  // Output Schema
1536
1428
  export const PrivateEndpointConnectionPutOutput =
1537
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1538
- id: Schema.optional(Schema.String),
1539
- name: Schema.optional(Schema.String),
1540
- type: Schema.optional(Schema.String),
1541
- systemData: Schema.optional(Schema.Struct({
1542
- createdBy: Schema.optional(Schema.String),
1543
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
1544
- createdAt: Schema.optional(Schema.String),
1545
- lastModifiedBy: Schema.optional(Schema.String),
1546
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
1547
- lastModifiedAt: Schema.optional(Schema.String),
1548
- })),
1549
- });
1429
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
1550
1430
  // The operation
1551
1431
  /**
1552
1432
  * Approve or Reject Private Endpoint requests. This call is made by Backup Admin.
@@ -1662,19 +1542,7 @@ export const ProtectedItemOperationResultsGetInput =
1662
1542
  }));
1663
1543
  // Output Schema
1664
1544
  export const ProtectedItemOperationResultsGetOutput =
1665
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1666
- id: Schema.optional(Schema.String),
1667
- name: Schema.optional(Schema.String),
1668
- type: Schema.optional(Schema.String),
1669
- systemData: Schema.optional(Schema.Struct({
1670
- createdBy: Schema.optional(Schema.String),
1671
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
1672
- createdAt: Schema.optional(Schema.String),
1673
- lastModifiedBy: Schema.optional(Schema.String),
1674
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
1675
- lastModifiedAt: Schema.optional(Schema.String),
1676
- })),
1677
- });
1545
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
1678
1546
  // The operation
1679
1547
  /**
1680
1548
  * Fetches the result of any operation on the backup item.
@@ -1766,19 +1634,7 @@ export const ProtectedItemsCreateOrUpdateInput =
1766
1634
  }));
1767
1635
  // Output Schema
1768
1636
  export const ProtectedItemsCreateOrUpdateOutput =
1769
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1770
- id: Schema.optional(Schema.String),
1771
- name: Schema.optional(Schema.String),
1772
- type: Schema.optional(Schema.String),
1773
- systemData: Schema.optional(Schema.Struct({
1774
- createdBy: Schema.optional(Schema.String),
1775
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
1776
- createdAt: Schema.optional(Schema.String),
1777
- lastModifiedBy: Schema.optional(Schema.String),
1778
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
1779
- lastModifiedAt: Schema.optional(Schema.String),
1780
- })),
1781
- });
1637
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
1782
1638
  // The operation
1783
1639
  /**
1784
1640
  * Enables backup of an item or to modifies the backup policy information of an already backed up item. This is an
@@ -1847,19 +1703,7 @@ export const ProtectedItemsGetInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
1847
1703
  }));
1848
1704
  // Output Schema
1849
1705
  export const ProtectedItemsGetOutput =
1850
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1851
- id: Schema.optional(Schema.String),
1852
- name: Schema.optional(Schema.String),
1853
- type: Schema.optional(Schema.String),
1854
- systemData: Schema.optional(Schema.Struct({
1855
- createdBy: Schema.optional(Schema.String),
1856
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
1857
- createdAt: Schema.optional(Schema.String),
1858
- lastModifiedBy: Schema.optional(Schema.String),
1859
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
1860
- lastModifiedAt: Schema.optional(Schema.String),
1861
- })),
1862
- });
1706
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
1863
1707
  // The operation
1864
1708
  /**
1865
1709
  * Provides the details of the backed up item. This is an asynchronous operation. To know the status of the operation,
@@ -1894,19 +1738,7 @@ export const ProtectionContainerOperationResultsGetInput =
1894
1738
  }));
1895
1739
  // Output Schema
1896
1740
  export const ProtectionContainerOperationResultsGetOutput =
1897
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1898
- id: Schema.optional(Schema.String),
1899
- name: Schema.optional(Schema.String),
1900
- type: Schema.optional(Schema.String),
1901
- systemData: Schema.optional(Schema.Struct({
1902
- createdBy: Schema.optional(Schema.String),
1903
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
1904
- createdAt: Schema.optional(Schema.String),
1905
- lastModifiedBy: Schema.optional(Schema.String),
1906
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
1907
- lastModifiedAt: Schema.optional(Schema.String),
1908
- })),
1909
- });
1741
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
1910
1742
  // The operation
1911
1743
  /**
1912
1744
  * Fetches the result of any operation on the container.
@@ -1971,19 +1803,7 @@ export const ProtectionContainersGetInput =
1971
1803
  }));
1972
1804
  // Output Schema
1973
1805
  export const ProtectionContainersGetOutput =
1974
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
1975
- id: Schema.optional(Schema.String),
1976
- name: Schema.optional(Schema.String),
1977
- type: Schema.optional(Schema.String),
1978
- systemData: Schema.optional(Schema.Struct({
1979
- createdBy: Schema.optional(Schema.String),
1980
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
1981
- createdAt: Schema.optional(Schema.String),
1982
- lastModifiedBy: Schema.optional(Schema.String),
1983
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
1984
- lastModifiedAt: Schema.optional(Schema.String),
1985
- })),
1986
- });
1806
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
1987
1807
  // The operation
1988
1808
  /**
1989
1809
  * Gets details of the specific container registered to your Recovery Services Vault.
@@ -2079,19 +1899,7 @@ export const ProtectionContainersRegisterInput =
2079
1899
  }));
2080
1900
  // Output Schema
2081
1901
  export const ProtectionContainersRegisterOutput =
2082
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2083
- id: Schema.optional(Schema.String),
2084
- name: Schema.optional(Schema.String),
2085
- type: Schema.optional(Schema.String),
2086
- systemData: Schema.optional(Schema.Struct({
2087
- createdBy: Schema.optional(Schema.String),
2088
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
2089
- createdAt: Schema.optional(Schema.String),
2090
- lastModifiedBy: Schema.optional(Schema.String),
2091
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
2092
- lastModifiedAt: Schema.optional(Schema.String),
2093
- })),
2094
- });
1902
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
2095
1903
  // The operation
2096
1904
  /**
2097
1905
  * Registers the container with Recovery Services vault.
@@ -2158,19 +1966,7 @@ export const ProtectionIntentCreateOrUpdateInput =
2158
1966
  }));
2159
1967
  // Output Schema
2160
1968
  export const ProtectionIntentCreateOrUpdateOutput =
2161
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2162
- id: Schema.optional(Schema.String),
2163
- name: Schema.optional(Schema.String),
2164
- type: Schema.optional(Schema.String),
2165
- systemData: Schema.optional(Schema.Struct({
2166
- createdBy: Schema.optional(Schema.String),
2167
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
2168
- createdAt: Schema.optional(Schema.String),
2169
- lastModifiedBy: Schema.optional(Schema.String),
2170
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
2171
- lastModifiedAt: Schema.optional(Schema.String),
2172
- })),
2173
- });
1969
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
2174
1970
  // The operation
2175
1971
  /**
2176
1972
  * Create Intent for Enabling backup of an item. This is a synchronous operation.
@@ -2233,19 +2029,7 @@ export const ProtectionIntentGetInput =
2233
2029
  }));
2234
2030
  // Output Schema
2235
2031
  export const ProtectionIntentGetOutput =
2236
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2237
- id: Schema.optional(Schema.String),
2238
- name: Schema.optional(Schema.String),
2239
- type: Schema.optional(Schema.String),
2240
- systemData: Schema.optional(Schema.Struct({
2241
- createdBy: Schema.optional(Schema.String),
2242
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
2243
- createdAt: Schema.optional(Schema.String),
2244
- lastModifiedBy: Schema.optional(Schema.String),
2245
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
2246
- lastModifiedAt: Schema.optional(Schema.String),
2247
- })),
2248
- });
2032
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
2249
2033
  // The operation
2250
2034
  /**
2251
2035
  * Provides the details of the protection intent up item. This is an asynchronous operation. To know the status of the operation,
@@ -2316,19 +2100,7 @@ export const ProtectionPoliciesCreateOrUpdateInput =
2316
2100
  }));
2317
2101
  // Output Schema
2318
2102
  export const ProtectionPoliciesCreateOrUpdateOutput =
2319
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2320
- id: Schema.optional(Schema.String),
2321
- name: Schema.optional(Schema.String),
2322
- type: Schema.optional(Schema.String),
2323
- systemData: Schema.optional(Schema.Struct({
2324
- createdBy: Schema.optional(Schema.String),
2325
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
2326
- createdAt: Schema.optional(Schema.String),
2327
- lastModifiedBy: Schema.optional(Schema.String),
2328
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
2329
- lastModifiedAt: Schema.optional(Schema.String),
2330
- })),
2331
- });
2103
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
2332
2104
  // The operation
2333
2105
  /**
2334
2106
  * Creates or modifies a backup policy. This is an asynchronous operation. Status of the operation can be fetched
@@ -2389,19 +2161,7 @@ export const ProtectionPoliciesGetInput =
2389
2161
  }));
2390
2162
  // Output Schema
2391
2163
  export const ProtectionPoliciesGetOutput =
2392
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2393
- id: Schema.optional(Schema.String),
2394
- name: Schema.optional(Schema.String),
2395
- type: Schema.optional(Schema.String),
2396
- systemData: Schema.optional(Schema.Struct({
2397
- createdBy: Schema.optional(Schema.String),
2398
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
2399
- createdAt: Schema.optional(Schema.String),
2400
- lastModifiedBy: Schema.optional(Schema.String),
2401
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
2402
- lastModifiedAt: Schema.optional(Schema.String),
2403
- })),
2404
- });
2164
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
2405
2165
  // The operation
2406
2166
  /**
2407
2167
  * Provides the details of the backup policies associated to Recovery Services Vault. This is an asynchronous
@@ -2432,19 +2192,7 @@ export const ProtectionPolicyOperationResultsGetInput =
2432
2192
  }));
2433
2193
  // Output Schema
2434
2194
  export const ProtectionPolicyOperationResultsGetOutput =
2435
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2436
- id: Schema.optional(Schema.String),
2437
- name: Schema.optional(Schema.String),
2438
- type: Schema.optional(Schema.String),
2439
- systemData: Schema.optional(Schema.Struct({
2440
- createdBy: Schema.optional(Schema.String),
2441
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
2442
- createdAt: Schema.optional(Schema.String),
2443
- lastModifiedBy: Schema.optional(Schema.String),
2444
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
2445
- lastModifiedAt: Schema.optional(Schema.String),
2446
- })),
2447
- });
2195
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
2448
2196
  // The operation
2449
2197
  /**
2450
2198
  * Provides the result of an operation.
@@ -2530,19 +2278,7 @@ export const RecoveryPointsGetInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct(
2530
2278
  }));
2531
2279
  // Output Schema
2532
2280
  export const RecoveryPointsGetOutput =
2533
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2534
- id: Schema.optional(Schema.String),
2535
- name: Schema.optional(Schema.String),
2536
- type: Schema.optional(Schema.String),
2537
- systemData: Schema.optional(Schema.Struct({
2538
- createdBy: Schema.optional(Schema.String),
2539
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
2540
- createdAt: Schema.optional(Schema.String),
2541
- lastModifiedBy: Schema.optional(Schema.String),
2542
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
2543
- lastModifiedAt: Schema.optional(Schema.String),
2544
- })),
2545
- });
2281
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
2546
2282
  // The operation
2547
2283
  /**
2548
2284
  * Provides the information of the backed up data identified using RecoveryPointID. This is an asynchronous operation.
@@ -2705,19 +2441,7 @@ export const ResourceGuardProxyGetInput =
2705
2441
  }));
2706
2442
  // Output Schema
2707
2443
  export const ResourceGuardProxyGetOutput =
2708
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2709
- id: Schema.optional(Schema.String),
2710
- name: Schema.optional(Schema.String),
2711
- type: Schema.optional(Schema.String),
2712
- systemData: Schema.optional(Schema.Struct({
2713
- createdBy: Schema.optional(Schema.String),
2714
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
2715
- createdAt: Schema.optional(Schema.String),
2716
- lastModifiedBy: Schema.optional(Schema.String),
2717
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
2718
- lastModifiedAt: Schema.optional(Schema.String),
2719
- })),
2720
- });
2444
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
2721
2445
  // The operation
2722
2446
  /**
2723
2447
  * Returns ResourceGuardProxy under vault and with the name referenced in request
@@ -2745,19 +2469,7 @@ export const ResourceGuardProxyPutInput =
2745
2469
  }));
2746
2470
  // Output Schema
2747
2471
  export const ResourceGuardProxyPutOutput =
2748
- /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
2749
- id: Schema.optional(Schema.String),
2750
- name: Schema.optional(Schema.String),
2751
- type: Schema.optional(Schema.String),
2752
- systemData: Schema.optional(Schema.Struct({
2753
- createdBy: Schema.optional(Schema.String),
2754
- createdByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
2755
- createdAt: Schema.optional(Schema.String),
2756
- lastModifiedBy: Schema.optional(Schema.String),
2757
- lastModifiedByType: Schema.optional(Schema.Literals(["User", "Application", "ManagedIdentity", "Key"])),
2758
- lastModifiedAt: Schema.optional(Schema.String),
2759
- })),
2760
- });
2472
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({});
2761
2473
  // The operation
2762
2474
  /**
2763
2475
  * Add or Update ResourceGuardProxy under vault