@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
@@ -0,0 +1,131 @@
1
+ /**
2
+ * Azure Orbitalplanetarycomputer API
3
+ *
4
+ * Generated from the Azure REST API specs.
5
+ * DO NOT EDIT - regenerate with: bun run generate
6
+ */
7
+ import * as Schema from "effect/Schema";
8
+ export declare const GeoCatalogsCreateInput: Schema.Struct<{
9
+ readonly subscriptionId: Schema.String;
10
+ readonly resourceGroupName: Schema.String;
11
+ readonly catalogName: Schema.String;
12
+ readonly "api-version": Schema.String;
13
+ }>;
14
+ export type GeoCatalogsCreateInput = typeof GeoCatalogsCreateInput.Type;
15
+ export declare const GeoCatalogsCreateOutput: Schema.Struct<{
16
+ readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
17
+ readonly location: Schema.String;
18
+ }>;
19
+ export type GeoCatalogsCreateOutput = typeof GeoCatalogsCreateOutput.Type;
20
+ /**
21
+ * Create a GeoCatalog
22
+ *
23
+ * @param api-version - The API version to use for this operation.
24
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
25
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
26
+ * @param catalogName - The name of the catalog
27
+ */
28
+ export declare const GeoCatalogsCreate: any;
29
+ export declare const GeoCatalogsDeleteInput: Schema.Struct<{
30
+ readonly subscriptionId: Schema.String;
31
+ readonly resourceGroupName: Schema.String;
32
+ readonly catalogName: Schema.String;
33
+ readonly "api-version": Schema.String;
34
+ }>;
35
+ export type GeoCatalogsDeleteInput = typeof GeoCatalogsDeleteInput.Type;
36
+ export declare const GeoCatalogsDeleteOutput: Schema.Void;
37
+ export type GeoCatalogsDeleteOutput = typeof GeoCatalogsDeleteOutput.Type;
38
+ /**
39
+ * Delete a GeoCatalog
40
+ *
41
+ * @param api-version - The API version to use for this operation.
42
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
43
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
44
+ * @param catalogName - The name of the catalog
45
+ */
46
+ export declare const GeoCatalogsDelete: any;
47
+ export declare const GeoCatalogsGetInput: Schema.Struct<{
48
+ readonly subscriptionId: Schema.String;
49
+ readonly resourceGroupName: Schema.String;
50
+ readonly catalogName: Schema.String;
51
+ readonly "api-version": Schema.String;
52
+ }>;
53
+ export type GeoCatalogsGetInput = typeof GeoCatalogsGetInput.Type;
54
+ export declare const GeoCatalogsGetOutput: Schema.Struct<{
55
+ readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
56
+ readonly location: Schema.String;
57
+ }>;
58
+ export type GeoCatalogsGetOutput = typeof GeoCatalogsGetOutput.Type;
59
+ /**
60
+ * Get a GeoCatalog
61
+ *
62
+ * @param api-version - The API version to use for this operation.
63
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
64
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
65
+ * @param catalogName - The name of the catalog
66
+ */
67
+ export declare const GeoCatalogsGet: any;
68
+ export declare const GeoCatalogsListByResourceGroupInput: Schema.Struct<{
69
+ readonly subscriptionId: Schema.String;
70
+ readonly resourceGroupName: Schema.String;
71
+ readonly "api-version": Schema.String;
72
+ }>;
73
+ export type GeoCatalogsListByResourceGroupInput = typeof GeoCatalogsListByResourceGroupInput.Type;
74
+ export declare const GeoCatalogsListByResourceGroupOutput: Schema.Struct<{
75
+ readonly value: Schema.$Array<Schema.Struct<{
76
+ readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
77
+ readonly location: Schema.String;
78
+ }>>;
79
+ readonly nextLink: Schema.optional<Schema.String>;
80
+ }>;
81
+ export type GeoCatalogsListByResourceGroupOutput = typeof GeoCatalogsListByResourceGroupOutput.Type;
82
+ /**
83
+ * List GeoCatalog resources by resource group
84
+ *
85
+ * @param api-version - The API version to use for this operation.
86
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
87
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
88
+ */
89
+ export declare const GeoCatalogsListByResourceGroup: any;
90
+ export declare const GeoCatalogsListBySubscriptionInput: Schema.Struct<{
91
+ readonly subscriptionId: Schema.String;
92
+ readonly "api-version": Schema.String;
93
+ }>;
94
+ export type GeoCatalogsListBySubscriptionInput = typeof GeoCatalogsListBySubscriptionInput.Type;
95
+ export declare const GeoCatalogsListBySubscriptionOutput: Schema.Struct<{
96
+ readonly value: Schema.$Array<Schema.Struct<{
97
+ readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
98
+ readonly location: Schema.String;
99
+ }>>;
100
+ readonly nextLink: Schema.optional<Schema.String>;
101
+ }>;
102
+ export type GeoCatalogsListBySubscriptionOutput = typeof GeoCatalogsListBySubscriptionOutput.Type;
103
+ /**
104
+ * List GeoCatalog resources by subscription ID
105
+ *
106
+ * @param api-version - The API version to use for this operation.
107
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
108
+ */
109
+ export declare const GeoCatalogsListBySubscription: any;
110
+ export declare const GeoCatalogsUpdateInput: Schema.Struct<{
111
+ readonly subscriptionId: Schema.String;
112
+ readonly resourceGroupName: Schema.String;
113
+ readonly catalogName: Schema.String;
114
+ readonly "api-version": Schema.String;
115
+ }>;
116
+ export type GeoCatalogsUpdateInput = typeof GeoCatalogsUpdateInput.Type;
117
+ export declare const GeoCatalogsUpdateOutput: Schema.Struct<{
118
+ readonly tags: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
119
+ readonly location: Schema.String;
120
+ }>;
121
+ export type GeoCatalogsUpdateOutput = typeof GeoCatalogsUpdateOutput.Type;
122
+ /**
123
+ * Update a GeoCatalog
124
+ *
125
+ * @param api-version - The API version to use for this operation.
126
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
127
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
128
+ * @param catalogName - The name of the catalog
129
+ */
130
+ export declare const GeoCatalogsUpdate: any;
131
+ //# sourceMappingURL=orbitalplanetarycomputer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"orbitalplanetarycomputer.d.ts","sourceRoot":"","sources":["../../src/services/orbitalplanetarycomputer.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,sBAAsB;;;;;EAYlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE,eAAO,MAAM,uBAAuB;;;EAIhC,CAAC;AACL,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB,KAG3B,CAAC;AAEJ,eAAO,MAAM,sBAAsB;;;;;EAYlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE,eAAO,MAAM,uBAAuB,aAA0C,CAAC;AAC/E,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB,KAG3B,CAAC;AAEJ,eAAO,MAAM,mBAAmB;;;;;EAU/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB;;;EAG/B,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc,KAGxB,CAAC;AAEJ,eAAO,MAAM,mCAAmC;;;;EAU7C,CAAC;AACJ,MAAM,MAAM,mCAAmC,GAC7C,OAAO,mCAAmC,CAAC,IAAI,CAAC;AAGlD,eAAO,MAAM,oCAAoC;;;;;;EAS7C,CAAC;AACL,MAAM,MAAM,oCAAoC,GAC9C,OAAO,oCAAoC,CAAC,IAAI,CAAC;AAGnD;;;;;;GAMG;AACH,eAAO,MAAM,8BAA8B,KAItC,CAAC;AAEN,eAAO,MAAM,kCAAkC;;;EAS5C,CAAC;AACJ,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD,eAAO,MAAM,mCAAmC;;;;;;EAS5C,CAAC;AACL,MAAM,MAAM,mCAAmC,GAC7C,OAAO,mCAAmC,CAAC,IAAI,CAAC;AAGlD;;;;;GAKG;AACH,eAAO,MAAM,6BAA6B,KAIrC,CAAC;AAEN,eAAO,MAAM,sBAAsB;;;;;EAYlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,IAAI,CAAC;AAGxE,eAAO,MAAM,uBAAuB;;;EAIhC,CAAC;AACL,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB,KAG3B,CAAC"}
@@ -0,0 +1,183 @@
1
+ /**
2
+ * Azure Orbitalplanetarycomputer API
3
+ *
4
+ * Generated from the Azure REST API specs.
5
+ * DO NOT EDIT - regenerate with: bun run generate
6
+ */
7
+ import * as Schema from "effect/Schema";
8
+ import { API } from "../client.js";
9
+ import * as T from "../traits.js";
10
+ // Input Schema
11
+ export const GeoCatalogsCreateInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
12
+ subscriptionId: Schema.String.pipe(T.PathParam()),
13
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
14
+ catalogName: Schema.String.pipe(T.PathParam()),
15
+ "api-version": Schema.String,
16
+ }).pipe(T.Http({
17
+ method: "PUT",
18
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/geoCatalogs/{catalogName}",
19
+ }));
20
+ // Output Schema
21
+ export const GeoCatalogsCreateOutput =
22
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
23
+ tags: Schema.optional(Schema.Record(Schema.String, Schema.String)),
24
+ location: Schema.String,
25
+ });
26
+ // The operation
27
+ /**
28
+ * Create a GeoCatalog
29
+ *
30
+ * @param api-version - The API version to use for this operation.
31
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
32
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
33
+ * @param catalogName - The name of the catalog
34
+ */
35
+ export const GeoCatalogsCreate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
36
+ inputSchema: GeoCatalogsCreateInput,
37
+ outputSchema: GeoCatalogsCreateOutput,
38
+ }));
39
+ // Input Schema
40
+ export const GeoCatalogsDeleteInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
41
+ subscriptionId: Schema.String.pipe(T.PathParam()),
42
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
43
+ catalogName: Schema.String.pipe(T.PathParam()),
44
+ "api-version": Schema.String,
45
+ }).pipe(T.Http({
46
+ method: "DELETE",
47
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/geoCatalogs/{catalogName}",
48
+ }));
49
+ // Output Schema
50
+ export const GeoCatalogsDeleteOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Void;
51
+ // The operation
52
+ /**
53
+ * Delete a GeoCatalog
54
+ *
55
+ * @param api-version - The API version to use for this operation.
56
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
57
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
58
+ * @param catalogName - The name of the catalog
59
+ */
60
+ export const GeoCatalogsDelete = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
61
+ inputSchema: GeoCatalogsDeleteInput,
62
+ outputSchema: GeoCatalogsDeleteOutput,
63
+ }));
64
+ // Input Schema
65
+ export const GeoCatalogsGetInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
66
+ subscriptionId: Schema.String.pipe(T.PathParam()),
67
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
68
+ catalogName: Schema.String.pipe(T.PathParam()),
69
+ "api-version": Schema.String,
70
+ }).pipe(T.Http({
71
+ method: "GET",
72
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/geoCatalogs/{catalogName}",
73
+ }));
74
+ // Output Schema
75
+ export const GeoCatalogsGetOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
76
+ tags: Schema.optional(Schema.Record(Schema.String, Schema.String)),
77
+ location: Schema.String,
78
+ });
79
+ // The operation
80
+ /**
81
+ * Get a GeoCatalog
82
+ *
83
+ * @param api-version - The API version to use for this operation.
84
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
85
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
86
+ * @param catalogName - The name of the catalog
87
+ */
88
+ export const GeoCatalogsGet = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
89
+ inputSchema: GeoCatalogsGetInput,
90
+ outputSchema: GeoCatalogsGetOutput,
91
+ }));
92
+ // Input Schema
93
+ export const GeoCatalogsListByResourceGroupInput =
94
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
95
+ subscriptionId: Schema.String.pipe(T.PathParam()),
96
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
97
+ "api-version": Schema.String,
98
+ }).pipe(T.Http({
99
+ method: "GET",
100
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/geoCatalogs",
101
+ }));
102
+ // Output Schema
103
+ export const GeoCatalogsListByResourceGroupOutput =
104
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
105
+ value: Schema.Array(Schema.Struct({
106
+ tags: Schema.optional(Schema.Record(Schema.String, Schema.String)),
107
+ location: Schema.String,
108
+ })),
109
+ nextLink: Schema.optional(Schema.String),
110
+ });
111
+ // The operation
112
+ /**
113
+ * List GeoCatalog resources by resource group
114
+ *
115
+ * @param api-version - The API version to use for this operation.
116
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
117
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
118
+ */
119
+ export const GeoCatalogsListByResourceGroup =
120
+ /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
121
+ inputSchema: GeoCatalogsListByResourceGroupInput,
122
+ outputSchema: GeoCatalogsListByResourceGroupOutput,
123
+ }));
124
+ // Input Schema
125
+ export const GeoCatalogsListBySubscriptionInput =
126
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
127
+ subscriptionId: Schema.String.pipe(T.PathParam()),
128
+ "api-version": Schema.String,
129
+ }).pipe(T.Http({
130
+ method: "GET",
131
+ path: "/subscriptions/{subscriptionId}/providers/Microsoft.Orbital/geoCatalogs",
132
+ }));
133
+ // Output Schema
134
+ export const GeoCatalogsListBySubscriptionOutput =
135
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
136
+ value: Schema.Array(Schema.Struct({
137
+ tags: Schema.optional(Schema.Record(Schema.String, Schema.String)),
138
+ location: Schema.String,
139
+ })),
140
+ nextLink: Schema.optional(Schema.String),
141
+ });
142
+ // The operation
143
+ /**
144
+ * List GeoCatalog resources by subscription ID
145
+ *
146
+ * @param api-version - The API version to use for this operation.
147
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
148
+ */
149
+ export const GeoCatalogsListBySubscription =
150
+ /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
151
+ inputSchema: GeoCatalogsListBySubscriptionInput,
152
+ outputSchema: GeoCatalogsListBySubscriptionOutput,
153
+ }));
154
+ // Input Schema
155
+ export const GeoCatalogsUpdateInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
156
+ subscriptionId: Schema.String.pipe(T.PathParam()),
157
+ resourceGroupName: Schema.String.pipe(T.PathParam()),
158
+ catalogName: Schema.String.pipe(T.PathParam()),
159
+ "api-version": Schema.String,
160
+ }).pipe(T.Http({
161
+ method: "PATCH",
162
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Orbital/geoCatalogs/{catalogName}",
163
+ }));
164
+ // Output Schema
165
+ export const GeoCatalogsUpdateOutput =
166
+ /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
167
+ tags: Schema.optional(Schema.Record(Schema.String, Schema.String)),
168
+ location: Schema.String,
169
+ });
170
+ // The operation
171
+ /**
172
+ * Update a GeoCatalog
173
+ *
174
+ * @param api-version - The API version to use for this operation.
175
+ * @param subscriptionId - The ID of the target subscription. The value must be an UUID.
176
+ * @param resourceGroupName - The name of the resource group. The name is case insensitive.
177
+ * @param catalogName - The name of the catalog
178
+ */
179
+ export const GeoCatalogsUpdate = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
180
+ inputSchema: GeoCatalogsUpdateInput,
181
+ outputSchema: GeoCatalogsUpdateOutput,
182
+ }));
183
+ //# sourceMappingURL=orbitalplanetarycomputer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"orbitalplanetarycomputer.js","sourceRoot":"","sources":["../../src/services/orbitalplanetarycomputer.ts"],"names":[],"mappings":"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"}