@azure/arm-orbital 1.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.
Files changed (112) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +98 -0
  4. package/dist/index.js +2783 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/azureOrbital.d.ts +19 -0
  9. package/dist-esm/src/azureOrbital.d.ts.map +1 -0
  10. package/dist-esm/src/azureOrbital.js +26 -0
  11. package/dist-esm/src/azureOrbital.js.map +1 -0
  12. package/dist-esm/src/azureOrbitalContext.d.ts +16 -0
  13. package/dist-esm/src/azureOrbitalContext.d.ts.map +1 -0
  14. package/dist-esm/src/azureOrbitalContext.js +49 -0
  15. package/dist-esm/src/azureOrbitalContext.js.map +1 -0
  16. package/dist-esm/src/index.d.ts +6 -0
  17. package/dist-esm/src/index.d.ts.map +1 -0
  18. package/dist-esm/src/index.js +13 -0
  19. package/dist-esm/src/index.js.map +1 -0
  20. package/dist-esm/src/lroImpl.d.ts +16 -0
  21. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  22. package/dist-esm/src/lroImpl.js +29 -0
  23. package/dist-esm/src/lroImpl.js.map +1 -0
  24. package/dist-esm/src/models/index.d.ts +757 -0
  25. package/dist-esm/src/models/index.d.ts.map +1 -0
  26. package/dist-esm/src/models/index.js +61 -0
  27. package/dist-esm/src/models/index.js.map +1 -0
  28. package/dist-esm/src/models/mappers.d.ts +30 -0
  29. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  30. package/dist-esm/src/models/mappers.js +1041 -0
  31. package/dist-esm/src/models/mappers.js.map +1 -0
  32. package/dist-esm/src/models/parameters.d.ts +33 -0
  33. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  34. package/dist-esm/src/models/parameters.js +218 -0
  35. package/dist-esm/src/models/parameters.js.map +1 -0
  36. package/dist-esm/src/operations/availableGroundStations.d.ts +41 -0
  37. package/dist-esm/src/operations/availableGroundStations.d.ts.map +1 -0
  38. package/dist-esm/src/operations/availableGroundStations.js +155 -0
  39. package/dist-esm/src/operations/availableGroundStations.js.map +1 -0
  40. package/dist-esm/src/operations/contactProfiles.d.ts +86 -0
  41. package/dist-esm/src/operations/contactProfiles.d.ts.map +1 -0
  42. package/dist-esm/src/operations/contactProfiles.js +392 -0
  43. package/dist-esm/src/operations/contactProfiles.js.map +1 -0
  44. package/dist-esm/src/operations/contacts.d.ts +73 -0
  45. package/dist-esm/src/operations/contacts.d.ts.map +1 -0
  46. package/dist-esm/src/operations/contacts.js +295 -0
  47. package/dist-esm/src/operations/contacts.js.map +1 -0
  48. package/dist-esm/src/operations/index.d.ts +6 -0
  49. package/dist-esm/src/operations/index.d.ts.map +1 -0
  50. package/dist-esm/src/operations/index.js +13 -0
  51. package/dist-esm/src/operations/index.js.map +1 -0
  52. package/dist-esm/src/operations/operations.d.ts +26 -0
  53. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  54. package/dist-esm/src/operations/operations.js +90 -0
  55. package/dist-esm/src/operations/operations.js.map +1 -0
  56. package/dist-esm/src/operations/spacecrafts.d.ts +108 -0
  57. package/dist-esm/src/operations/spacecrafts.d.ts.map +1 -0
  58. package/dist-esm/src/operations/spacecrafts.js +499 -0
  59. package/dist-esm/src/operations/spacecrafts.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/availableGroundStations.d.ts +18 -0
  61. package/dist-esm/src/operationsInterfaces/availableGroundStations.d.ts.map +1 -0
  62. package/dist-esm/src/operationsInterfaces/availableGroundStations.js +9 -0
  63. package/dist-esm/src/operationsInterfaces/availableGroundStations.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/contactProfiles.d.ts +63 -0
  65. package/dist-esm/src/operationsInterfaces/contactProfiles.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/contactProfiles.js +9 -0
  67. package/dist-esm/src/operationsInterfaces/contactProfiles.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/contacts.d.ts +56 -0
  69. package/dist-esm/src/operationsInterfaces/contacts.d.ts.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/contacts.js +9 -0
  71. package/dist-esm/src/operationsInterfaces/contacts.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
  73. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/index.js +13 -0
  75. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  77. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/spacecrafts.d.ts +85 -0
  81. package/dist-esm/src/operationsInterfaces/spacecrafts.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/spacecrafts.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/spacecrafts.js.map +1 -0
  84. package/dist-esm/test/sampleTest.d.ts +2 -0
  85. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  86. package/dist-esm/test/sampleTest.js +40 -0
  87. package/dist-esm/test/sampleTest.js.map +1 -0
  88. package/package.json +92 -0
  89. package/review/arm-orbital.api.md +600 -0
  90. package/rollup.config.js +188 -0
  91. package/src/azureOrbital.ts +52 -0
  92. package/src/azureOrbitalContext.ts +70 -0
  93. package/src/index.ts +13 -0
  94. package/src/lroImpl.ts +34 -0
  95. package/src/models/index.ts +853 -0
  96. package/src/models/mappers.ts +1111 -0
  97. package/src/models/parameters.ts +260 -0
  98. package/src/operations/availableGroundStations.ts +199 -0
  99. package/src/operations/contactProfiles.ts +510 -0
  100. package/src/operations/contacts.ts +412 -0
  101. package/src/operations/index.ts +13 -0
  102. package/src/operations/operations.ts +98 -0
  103. package/src/operations/spacecrafts.ts +669 -0
  104. package/src/operationsInterfaces/availableGroundStations.ts +39 -0
  105. package/src/operationsInterfaces/contactProfiles.ts +121 -0
  106. package/src/operationsInterfaces/contacts.ts +109 -0
  107. package/src/operationsInterfaces/index.ts +13 -0
  108. package/src/operationsInterfaces/operations.ts +22 -0
  109. package/src/operationsInterfaces/spacecrafts.ts +167 -0
  110. package/tsconfig.json +19 -0
  111. package/types/arm-orbital.d.ts +1097 -0
  112. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,1097 @@
1
+ import * as coreAuth from '@azure/core-auth';
2
+ import * as coreClient from '@azure/core-client';
3
+ import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
+ import { PollerLike } from '@azure/core-lro';
5
+ import { PollOperationState } from '@azure/core-lro';
6
+
7
+ /**
8
+ * Defines values for ActionType. \
9
+ * {@link KnownActionType} can be used interchangeably with ActionType,
10
+ * this enum contains the known values that the service supports.
11
+ * ### Known values supported by the service
12
+ * **Internal**
13
+ */
14
+ export declare type ActionType = string;
15
+
16
+ /** Defines values for AuthorizationStatus. */
17
+ export declare type AuthorizationStatus = "Allowed" | "Pending" | "Denied";
18
+
19
+ /** Defines values for AutoTrackingConfiguration. */
20
+ export declare type AutoTrackingConfiguration = "disabled" | "xBand" | "sBand";
21
+
22
+ /** Customer retrieves list of Available Contacts for a spacecraft resource. Later, one of the available contact can be selected to create a contact. */
23
+ export declare interface AvailableContacts {
24
+ /** The reference to the spacecraft resource. */
25
+ spacecraft?: ResourceReference;
26
+ /**
27
+ * Name of Azure Ground Station.
28
+ * NOTE: This property will not be serialized. It can only be populated by the server.
29
+ */
30
+ readonly groundStationName?: string;
31
+ /**
32
+ * Maximum elevation of the antenna during the contact in decimal degrees.
33
+ * NOTE: This property will not be serialized. It can only be populated by the server.
34
+ */
35
+ readonly maximumElevationDegrees?: number;
36
+ /**
37
+ * Time at which antenna transmit will be enabled.
38
+ * NOTE: This property will not be serialized. It can only be populated by the server.
39
+ */
40
+ readonly txStartTime?: Date;
41
+ /**
42
+ * Time at which antenna transmit will be disabled.
43
+ * NOTE: This property will not be serialized. It can only be populated by the server.
44
+ */
45
+ readonly txEndTime?: Date;
46
+ /**
47
+ * Earliest time to receive a signal.
48
+ * NOTE: This property will not be serialized. It can only be populated by the server.
49
+ */
50
+ readonly rxStartTime?: Date;
51
+ /**
52
+ * Time to lost receiving a signal.
53
+ * NOTE: This property will not be serialized. It can only be populated by the server.
54
+ */
55
+ readonly rxEndTime?: Date;
56
+ /**
57
+ * Azimuth of the antenna at the start of the contact in decimal degrees.
58
+ * NOTE: This property will not be serialized. It can only be populated by the server.
59
+ */
60
+ readonly startAzimuthDegrees?: number;
61
+ /**
62
+ * Azimuth of the antenna at the end of the contact in decimal degrees.
63
+ * NOTE: This property will not be serialized. It can only be populated by the server.
64
+ */
65
+ readonly endAzimuthDegrees?: number;
66
+ /**
67
+ * Spacecraft elevation above the horizon at contact start.
68
+ * NOTE: This property will not be serialized. It can only be populated by the server.
69
+ */
70
+ readonly startElevationDegrees?: number;
71
+ /**
72
+ * Spacecraft elevation above the horizon at contact end.
73
+ * NOTE: This property will not be serialized. It can only be populated by the server.
74
+ */
75
+ readonly endElevationDegrees?: number;
76
+ }
77
+
78
+ /** Response for the ListAvailableContacts API service call. */
79
+ export declare interface AvailableContactsListResult {
80
+ /** A list of available contacts */
81
+ value?: AvailableContacts[];
82
+ /**
83
+ * The URL to get the next set of results.
84
+ * NOTE: This property will not be serialized. It can only be populated by the server.
85
+ */
86
+ readonly nextLink?: string;
87
+ }
88
+
89
+ /** GroundStations available to schedule Contacts */
90
+ export declare interface AvailableGroundStation {
91
+ /**
92
+ * Id of groundStation
93
+ * NOTE: This property will not be serialized. It can only be populated by the server.
94
+ */
95
+ readonly id?: string;
96
+ /**
97
+ * Name of the ground station.
98
+ * NOTE: This property will not be serialized. It can only be populated by the server.
99
+ */
100
+ readonly name?: string;
101
+ /** Azure region */
102
+ location?: string;
103
+ /**
104
+ * Resource type.
105
+ * NOTE: This property will not be serialized. It can only be populated by the server.
106
+ */
107
+ readonly type?: string;
108
+ /** City of ground station. */
109
+ city?: string;
110
+ /** Ground station provider name. */
111
+ providerName?: string;
112
+ /** Longitude of the ground station in decimal degrees. */
113
+ longitudeDegrees?: number;
114
+ /** Latitude of the ground station in decimal degrees. */
115
+ latitudeDegrees?: number;
116
+ /** Altitude of the ground station */
117
+ altitudeMeters?: number;
118
+ }
119
+
120
+ /** Response for the AvailableGroundStations API service call. */
121
+ export declare interface AvailableGroundStationListResult {
122
+ /** A list of ground station resources. */
123
+ value?: AvailableGroundStation[];
124
+ /**
125
+ * The URL to get the next set of results.
126
+ * NOTE: This property will not be serialized. It can only be populated by the server.
127
+ */
128
+ readonly nextLink?: string;
129
+ }
130
+
131
+ /** Interface representing a AvailableGroundStations. */
132
+ export declare interface AvailableGroundStations {
133
+ /**
134
+ * Returns list of available ground stations
135
+ * @param capability Ground Station Capability
136
+ * @param options The options parameters.
137
+ */
138
+ listByCapability(capability: Enum6, options?: AvailableGroundStationsListByCapabilityOptionalParams): PagedAsyncIterableIterator<AvailableGroundStation>;
139
+ /**
140
+ * Gets the specified available ground station
141
+ * @param groundStationName Ground Station name
142
+ * @param options The options parameters.
143
+ */
144
+ get(groundStationName: string, options?: AvailableGroundStationsGetOptionalParams): Promise<AvailableGroundStationsGetResponse>;
145
+ }
146
+
147
+ /** Optional parameters. */
148
+ export declare interface AvailableGroundStationsGetOptionalParams extends coreClient.OperationOptions {
149
+ }
150
+
151
+ /** Contains response data for the get operation. */
152
+ export declare type AvailableGroundStationsGetResponse = AvailableGroundStation;
153
+
154
+ /** Optional parameters. */
155
+ export declare interface AvailableGroundStationsListByCapabilityNextOptionalParams extends coreClient.OperationOptions {
156
+ }
157
+
158
+ /** Contains response data for the listByCapabilityNext operation. */
159
+ export declare type AvailableGroundStationsListByCapabilityNextResponse = AvailableGroundStationListResult;
160
+
161
+ /** Optional parameters. */
162
+ export declare interface AvailableGroundStationsListByCapabilityOptionalParams extends coreClient.OperationOptions {
163
+ }
164
+
165
+ /** Contains response data for the listByCapability operation. */
166
+ export declare type AvailableGroundStationsListByCapabilityResponse = AvailableGroundStationListResult;
167
+
168
+ export declare class AzureOrbital extends AzureOrbitalContext {
169
+ /**
170
+ * Initializes a new instance of the AzureOrbital class.
171
+ * @param credentials Subscription credentials which uniquely identify client subscription.
172
+ * @param subscriptionId The ID of the target subscription.
173
+ * @param options The parameter options
174
+ */
175
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureOrbitalOptionalParams);
176
+ operations: Operations;
177
+ spacecrafts: Spacecrafts;
178
+ contacts: Contacts;
179
+ contactProfiles: ContactProfiles;
180
+ availableGroundStations: AvailableGroundStations;
181
+ }
182
+
183
+ export declare class AzureOrbitalContext extends coreClient.ServiceClient {
184
+ $host: string;
185
+ apiVersion: string;
186
+ subscriptionId: string;
187
+ /**
188
+ * Initializes a new instance of the AzureOrbitalContext class.
189
+ * @param credentials Subscription credentials which uniquely identify client subscription.
190
+ * @param subscriptionId The ID of the target subscription.
191
+ * @param options The parameter options
192
+ */
193
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureOrbitalOptionalParams);
194
+ }
195
+
196
+ /** Optional parameters. */
197
+ export declare interface AzureOrbitalOptionalParams extends coreClient.ServiceClientOptions {
198
+ /** server parameter */
199
+ $host?: string;
200
+ /** Api Version */
201
+ apiVersion?: string;
202
+ /** Overrides client endpoint. */
203
+ endpoint?: string;
204
+ }
205
+
206
+ /**
207
+ * Defines values for Capability. \
208
+ * {@link KnownCapability} can be used interchangeably with Capability,
209
+ * this enum contains the known values that the service supports.
210
+ * ### Known values supported by the service
211
+ * **EarthObservation** \
212
+ * **Communication**
213
+ */
214
+ export declare type Capability = string;
215
+
216
+ /** An error response from the service. */
217
+ export declare interface CloudError {
218
+ /** An error response from the service. */
219
+ error?: CloudErrorBody;
220
+ }
221
+
222
+ /** An error response from the service. */
223
+ export declare interface CloudErrorBody {
224
+ /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
225
+ code?: string;
226
+ /** A message describing the error, intended to be suitable for display in a user interface. */
227
+ message?: string;
228
+ /** The target of the particular error. For example, the name of the property in error. */
229
+ target?: string;
230
+ /** A list of additional details about the error. */
231
+ details?: CloudErrorBody[];
232
+ }
233
+
234
+ /** Customer creates a contact resource for a spacecraft resource. */
235
+ export declare type Contact = ProxyResource & {
236
+ /**
237
+ * A unique read-only string that changes whenever the resource is updated.
238
+ * NOTE: This property will not be serialized. It can only be populated by the server.
239
+ */
240
+ readonly etag?: string;
241
+ /**
242
+ * Status of a contact.
243
+ * NOTE: This property will not be serialized. It can only be populated by the server.
244
+ */
245
+ readonly status?: Status;
246
+ /** Reservation start time of a contact. */
247
+ reservationStartTime?: Date;
248
+ /** Reservation end time of a contact. */
249
+ reservationEndTime?: Date;
250
+ /**
251
+ * Receive start time of a contact.
252
+ * NOTE: This property will not be serialized. It can only be populated by the server.
253
+ */
254
+ readonly rxStartTime?: Date;
255
+ /**
256
+ * Receive end time of a contact.
257
+ * NOTE: This property will not be serialized. It can only be populated by the server.
258
+ */
259
+ readonly rxEndTime?: Date;
260
+ /**
261
+ * Transmit start time of a contact.
262
+ * NOTE: This property will not be serialized. It can only be populated by the server.
263
+ */
264
+ readonly txStartTime?: Date;
265
+ /**
266
+ * Transmit end time of a contact.
267
+ * NOTE: This property will not be serialized. It can only be populated by the server.
268
+ */
269
+ readonly txEndTime?: Date;
270
+ /**
271
+ * Any error message while scheduling a contact.
272
+ * NOTE: This property will not be serialized. It can only be populated by the server.
273
+ */
274
+ readonly errorMessage?: string;
275
+ /**
276
+ * Maximum elevation of the antenna during the contact in decimal degrees.
277
+ * NOTE: This property will not be serialized. It can only be populated by the server.
278
+ */
279
+ readonly maximumElevationDegrees?: number;
280
+ /**
281
+ * Azimuth of the antenna at the start of the contact in decimal degrees.
282
+ * NOTE: This property will not be serialized. It can only be populated by the server.
283
+ */
284
+ readonly startAzimuthDegrees?: number;
285
+ /**
286
+ * Azimuth of the antenna at the end of the contact in decimal degrees.
287
+ * NOTE: This property will not be serialized. It can only be populated by the server.
288
+ */
289
+ readonly endAzimuthDegrees?: number;
290
+ /** Azure Ground Station name. */
291
+ groundStationName?: string;
292
+ /**
293
+ * Spacecraft elevation above the horizon at contact start.
294
+ * NOTE: This property will not be serialized. It can only be populated by the server.
295
+ */
296
+ readonly startElevationDegrees?: number;
297
+ /**
298
+ * Spacecraft elevation above the horizon at contact end.
299
+ * NOTE: This property will not be serialized. It can only be populated by the server.
300
+ */
301
+ readonly endElevationDegrees?: number;
302
+ /** The reference to the contact profile resource. */
303
+ contactProfile?: ResourceReference;
304
+ };
305
+
306
+ /** Response for the ListContacts API service call. */
307
+ export declare interface ContactListResult {
308
+ /** A list of contact resources in a resource group. */
309
+ value?: Contact[];
310
+ /**
311
+ * The URL to get the next set of results.
312
+ * NOTE: This property will not be serialized. It can only be populated by the server.
313
+ */
314
+ readonly nextLink?: string;
315
+ }
316
+
317
+ /** Parameters that define the contact resource. */
318
+ export declare interface ContactParameters {
319
+ /** The reference to the contact profile resource. */
320
+ contactProfile: ResourceReference;
321
+ /** Name of Azure Ground Station. */
322
+ groundStationName: string;
323
+ /** Start time of a contact. */
324
+ startTime: Date;
325
+ /** End time of a contact. */
326
+ endTime: Date;
327
+ }
328
+
329
+ /** Customer creates a Contact Profile Resource, which will contain all of the configurations required for scheduling a contact. */
330
+ export declare type ContactProfile = TrackedResource & {
331
+ /**
332
+ * A unique read-only string that changes whenever the resource is updated.
333
+ * NOTE: This property will not be serialized. It can only be populated by the server.
334
+ */
335
+ readonly etag?: string;
336
+ /** Minimum viable contact duration in ISO 8601 format. */
337
+ minimumViableContactDuration?: string;
338
+ /** Minimum viable elevation for the contact in decimal degrees. */
339
+ minimumElevationDegrees?: number;
340
+ /** Auto track configuration. */
341
+ autoTrackingConfiguration?: AutoTrackingConfiguration;
342
+ /** Links of the Contact Profile */
343
+ links?: ContactProfileLink[];
344
+ };
345
+
346
+ /** Contact Profile link */
347
+ export declare interface ContactProfileLink {
348
+ /** polarization. eg (RHCP, LHCP) */
349
+ polarization: Polarization;
350
+ /** Direction (uplink or downlink) */
351
+ direction: Direction;
352
+ /** Gain To Noise Temperature in db/K. */
353
+ gainOverTemperature?: number;
354
+ /** Effective Isotropic Radiated Power (EIRP) in dBW. */
355
+ eirpdBW?: number;
356
+ /** Contact Profile Link Channel */
357
+ channels: ContactProfileLinkChannel[];
358
+ }
359
+
360
+ /** Contact Profile Link Channel */
361
+ export declare interface ContactProfileLinkChannel {
362
+ /** Center Frequency in MHz */
363
+ centerFrequencyMHz: number;
364
+ /** Bandwidth in MHz */
365
+ bandwidthMHz: number;
366
+ /** Customer End point to store/retrieve data during a contact. */
367
+ endPoint: EndPoint;
368
+ /** Configuration for modulation */
369
+ modulationConfiguration?: string;
370
+ /** Configuration for demodulation */
371
+ demodulationConfiguration?: string;
372
+ /** Configuration for encoding */
373
+ encodingConfiguration?: string;
374
+ /** Configuration for decoding */
375
+ decodingConfiguration?: string;
376
+ }
377
+
378
+ /** Response for the ListContactProfiles API service call. */
379
+ export declare interface ContactProfileListResult {
380
+ /** A list of contact profile resources in a resource group. */
381
+ value?: ContactProfile[];
382
+ /**
383
+ * The URL to get the next set of results.
384
+ * NOTE: This property will not be serialized. It can only be populated by the server.
385
+ */
386
+ readonly nextLink?: string;
387
+ }
388
+
389
+ /** Interface representing a ContactProfiles. */
390
+ export declare interface ContactProfiles {
391
+ /**
392
+ * Returns list of contact profiles
393
+ * @param options The options parameters.
394
+ */
395
+ listBySubscription(options?: ContactProfilesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ContactProfile>;
396
+ /**
397
+ * Returns list of contact profiles
398
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
399
+ * @param options The options parameters.
400
+ */
401
+ list(resourceGroupName: string, options?: ContactProfilesListOptionalParams): PagedAsyncIterableIterator<ContactProfile>;
402
+ /**
403
+ * Gets the specified contact Profile in a specified resource group
404
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
405
+ * @param contactProfileName Contact Profile Name
406
+ * @param options The options parameters.
407
+ */
408
+ get(resourceGroupName: string, contactProfileName: string, options?: ContactProfilesGetOptionalParams): Promise<ContactProfilesGetResponse>;
409
+ /**
410
+ * Creates or updates a contact profile
411
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
412
+ * @param contactProfileName Contact Profile Name
413
+ * @param location The geo-location where the resource lives
414
+ * @param options The options parameters.
415
+ */
416
+ beginCreateOrUpdate(resourceGroupName: string, contactProfileName: string, location: string, options?: ContactProfilesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ContactProfilesCreateOrUpdateResponse>, ContactProfilesCreateOrUpdateResponse>>;
417
+ /**
418
+ * Creates or updates a contact profile
419
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
420
+ * @param contactProfileName Contact Profile Name
421
+ * @param location The geo-location where the resource lives
422
+ * @param options The options parameters.
423
+ */
424
+ beginCreateOrUpdateAndWait(resourceGroupName: string, contactProfileName: string, location: string, options?: ContactProfilesCreateOrUpdateOptionalParams): Promise<ContactProfilesCreateOrUpdateResponse>;
425
+ /**
426
+ * Deletes a specified contact profile resource.
427
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
428
+ * @param contactProfileName Contact Profile Name
429
+ * @param options The options parameters.
430
+ */
431
+ beginDelete(resourceGroupName: string, contactProfileName: string, options?: ContactProfilesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
432
+ /**
433
+ * Deletes a specified contact profile resource.
434
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
435
+ * @param contactProfileName Contact Profile Name
436
+ * @param options The options parameters.
437
+ */
438
+ beginDeleteAndWait(resourceGroupName: string, contactProfileName: string, options?: ContactProfilesDeleteOptionalParams): Promise<void>;
439
+ /**
440
+ * Updates the specified contact profile tags.
441
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
442
+ * @param contactProfileName Contact Profile Name
443
+ * @param parameters Parameters supplied to update contact profile tags.
444
+ * @param options The options parameters.
445
+ */
446
+ updateTags(resourceGroupName: string, contactProfileName: string, parameters: TagsObject, options?: ContactProfilesUpdateTagsOptionalParams): Promise<ContactProfilesUpdateTagsResponse>;
447
+ }
448
+
449
+ /** Optional parameters. */
450
+ export declare interface ContactProfilesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
451
+ /** Resource tags. */
452
+ tags?: {
453
+ [propertyName: string]: string;
454
+ };
455
+ /** Minimum viable contact duration in ISO 8601 format. */
456
+ minimumViableContactDuration?: string;
457
+ /** Minimum viable elevation for the contact in decimal degrees. */
458
+ minimumElevationDegrees?: number;
459
+ /** Auto track configuration. */
460
+ autoTrackingConfiguration?: AutoTrackingConfiguration;
461
+ /** Links of the Contact Profile */
462
+ links?: ContactProfileLink[];
463
+ /** Delay to wait until next poll, in milliseconds. */
464
+ updateIntervalInMs?: number;
465
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
466
+ resumeFrom?: string;
467
+ }
468
+
469
+ /** Contains response data for the createOrUpdate operation. */
470
+ export declare type ContactProfilesCreateOrUpdateResponse = ContactProfile;
471
+
472
+ /** Optional parameters. */
473
+ export declare interface ContactProfilesDeleteOptionalParams extends coreClient.OperationOptions {
474
+ /** Delay to wait until next poll, in milliseconds. */
475
+ updateIntervalInMs?: number;
476
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
477
+ resumeFrom?: string;
478
+ }
479
+
480
+ /** Optional parameters. */
481
+ export declare interface ContactProfilesGetOptionalParams extends coreClient.OperationOptions {
482
+ }
483
+
484
+ /** Contains response data for the get operation. */
485
+ export declare type ContactProfilesGetResponse = ContactProfile;
486
+
487
+ /** Optional parameters. */
488
+ export declare interface ContactProfilesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
489
+ }
490
+
491
+ /** Contains response data for the listBySubscription operation. */
492
+ export declare type ContactProfilesListBySubscriptionResponse = ContactProfileListResult;
493
+
494
+ /** Optional parameters. */
495
+ export declare interface ContactProfilesListOptionalParams extends coreClient.OperationOptions {
496
+ }
497
+
498
+ /** Contains response data for the list operation. */
499
+ export declare type ContactProfilesListResponse = ContactProfileListResult;
500
+
501
+ /** Optional parameters. */
502
+ export declare interface ContactProfilesUpdateTagsOptionalParams extends coreClient.OperationOptions {
503
+ }
504
+
505
+ /** Contains response data for the updateTags operation. */
506
+ export declare type ContactProfilesUpdateTagsResponse = ContactProfile;
507
+
508
+ /** Interface representing a Contacts. */
509
+ export declare interface Contacts {
510
+ /**
511
+ * Returns list of contacts by spacecraftName
512
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
513
+ * @param spacecraftName Spacecraft ID
514
+ * @param options The options parameters.
515
+ */
516
+ list(resourceGroupName: string, spacecraftName: string, options?: ContactsListOptionalParams): PagedAsyncIterableIterator<Contact>;
517
+ /**
518
+ * Gets the specified contact in a specified resource group
519
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
520
+ * @param spacecraftName Spacecraft ID
521
+ * @param contactName Contact Name
522
+ * @param options The options parameters.
523
+ */
524
+ get(resourceGroupName: string, spacecraftName: string, contactName: string, options?: ContactsGetOptionalParams): Promise<ContactsGetResponse>;
525
+ /**
526
+ * Creates a contact.
527
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
528
+ * @param spacecraftName Spacecraft ID
529
+ * @param contactName Contact Name
530
+ * @param parameters The parameters to provide for the created contact.
531
+ * @param options The options parameters.
532
+ */
533
+ beginCreate(resourceGroupName: string, spacecraftName: string, contactName: string, parameters: Contact, options?: ContactsCreateOptionalParams): Promise<PollerLike<PollOperationState<ContactsCreateResponse>, ContactsCreateResponse>>;
534
+ /**
535
+ * Creates a contact.
536
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
537
+ * @param spacecraftName Spacecraft ID
538
+ * @param contactName Contact Name
539
+ * @param parameters The parameters to provide for the created contact.
540
+ * @param options The options parameters.
541
+ */
542
+ beginCreateAndWait(resourceGroupName: string, spacecraftName: string, contactName: string, parameters: Contact, options?: ContactsCreateOptionalParams): Promise<ContactsCreateResponse>;
543
+ /**
544
+ * Deletes a specified contact
545
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
546
+ * @param spacecraftName Spacecraft ID
547
+ * @param contactName Contact Name
548
+ * @param options The options parameters.
549
+ */
550
+ beginDelete(resourceGroupName: string, spacecraftName: string, contactName: string, options?: ContactsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
551
+ /**
552
+ * Deletes a specified contact
553
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
554
+ * @param spacecraftName Spacecraft ID
555
+ * @param contactName Contact Name
556
+ * @param options The options parameters.
557
+ */
558
+ beginDeleteAndWait(resourceGroupName: string, spacecraftName: string, contactName: string, options?: ContactsDeleteOptionalParams): Promise<void>;
559
+ }
560
+
561
+ /** Optional parameters. */
562
+ export declare interface ContactsCreateOptionalParams extends coreClient.OperationOptions {
563
+ /** Delay to wait until next poll, in milliseconds. */
564
+ updateIntervalInMs?: number;
565
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
566
+ resumeFrom?: string;
567
+ }
568
+
569
+ /** Contains response data for the create operation. */
570
+ export declare type ContactsCreateResponse = Contact;
571
+
572
+ /** Optional parameters. */
573
+ export declare interface ContactsDeleteOptionalParams extends coreClient.OperationOptions {
574
+ /** Delay to wait until next poll, in milliseconds. */
575
+ updateIntervalInMs?: number;
576
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
577
+ resumeFrom?: string;
578
+ }
579
+
580
+ /** Optional parameters. */
581
+ export declare interface ContactsGetOptionalParams extends coreClient.OperationOptions {
582
+ }
583
+
584
+ /** Contains response data for the get operation. */
585
+ export declare type ContactsGetResponse = Contact;
586
+
587
+ /** Optional parameters. */
588
+ export declare interface ContactsListOptionalParams extends coreClient.OperationOptions {
589
+ }
590
+
591
+ /** Contains response data for the list operation. */
592
+ export declare type ContactsListResponse = ContactListResult;
593
+
594
+ /**
595
+ * Defines values for CreatedByType. \
596
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
597
+ * this enum contains the known values that the service supports.
598
+ * ### Known values supported by the service
599
+ * **User** \
600
+ * **Application** \
601
+ * **ManagedIdentity** \
602
+ * **Key**
603
+ */
604
+ export declare type CreatedByType = string;
605
+
606
+ /**
607
+ * Defines values for Direction. \
608
+ * {@link KnownDirection} can be used interchangeably with Direction,
609
+ * this enum contains the known values that the service supports.
610
+ * ### Known values supported by the service
611
+ * **uplink** \
612
+ * **downlink**
613
+ */
614
+ export declare type Direction = string;
615
+
616
+ /** Customer End point to store/retrieve data during a contact. */
617
+ export declare interface EndPoint {
618
+ /** IP Address. */
619
+ ipAddress: string;
620
+ /** Name of an end point. */
621
+ endPointName: string;
622
+ /** TCP port to listen on to receive data. */
623
+ port: string;
624
+ /** Protocol either UDP or TCP. */
625
+ protocol: Protocol;
626
+ }
627
+
628
+ /**
629
+ * Defines values for Enum6. \
630
+ * {@link KnownEnum6} can be used interchangeably with Enum6,
631
+ * this enum contains the known values that the service supports.
632
+ * ### Known values supported by the service
633
+ * **EarthObservation** \
634
+ * **Communication**
635
+ */
636
+ export declare type Enum6 = string;
637
+
638
+ /** Known values of {@link ActionType} that the service accepts. */
639
+ export declare enum KnownActionType {
640
+ Internal = "Internal"
641
+ }
642
+
643
+ /** Known values of {@link Capability} that the service accepts. */
644
+ export declare enum KnownCapability {
645
+ EarthObservation = "EarthObservation",
646
+ Communication = "Communication"
647
+ }
648
+
649
+ /** Known values of {@link CreatedByType} that the service accepts. */
650
+ export declare enum KnownCreatedByType {
651
+ User = "User",
652
+ Application = "Application",
653
+ ManagedIdentity = "ManagedIdentity",
654
+ Key = "Key"
655
+ }
656
+
657
+ /** Known values of {@link Direction} that the service accepts. */
658
+ export declare enum KnownDirection {
659
+ Uplink = "uplink",
660
+ Downlink = "downlink"
661
+ }
662
+
663
+ /** Known values of {@link Enum6} that the service accepts. */
664
+ export declare enum KnownEnum6 {
665
+ EarthObservation = "EarthObservation",
666
+ Communication = "Communication"
667
+ }
668
+
669
+ /** Known values of {@link Origin} that the service accepts. */
670
+ export declare enum KnownOrigin {
671
+ User = "user",
672
+ System = "system",
673
+ UserSystem = "user,system"
674
+ }
675
+
676
+ /** Known values of {@link Polarization} that the service accepts. */
677
+ export declare enum KnownPolarization {
678
+ Rhcp = "RHCP",
679
+ Lhcp = "LHCP",
680
+ DualRhcpLhcp = "dualRhcpLhcp",
681
+ LinearVertical = "linearVertical",
682
+ LinearHorizontal = "linearHorizontal"
683
+ }
684
+
685
+ /** Known values of {@link Protocol} that the service accepts. */
686
+ export declare enum KnownProtocol {
687
+ TCP = "TCP",
688
+ UDP = "UDP"
689
+ }
690
+
691
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
692
+ export declare interface Operation {
693
+ /**
694
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
695
+ * NOTE: This property will not be serialized. It can only be populated by the server.
696
+ */
697
+ readonly name?: string;
698
+ /**
699
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
700
+ * NOTE: This property will not be serialized. It can only be populated by the server.
701
+ */
702
+ readonly isDataAction?: boolean;
703
+ /** Localized display information for this particular operation. */
704
+ display?: OperationDisplay;
705
+ /**
706
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
707
+ * NOTE: This property will not be serialized. It can only be populated by the server.
708
+ */
709
+ readonly origin?: Origin;
710
+ /**
711
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
712
+ * NOTE: This property will not be serialized. It can only be populated by the server.
713
+ */
714
+ readonly actionType?: ActionType;
715
+ }
716
+
717
+ /** Localized display information for this particular operation. */
718
+ export declare interface OperationDisplay {
719
+ /**
720
+ * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
721
+ * NOTE: This property will not be serialized. It can only be populated by the server.
722
+ */
723
+ readonly provider?: string;
724
+ /**
725
+ * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
726
+ * NOTE: This property will not be serialized. It can only be populated by the server.
727
+ */
728
+ readonly resource?: string;
729
+ /**
730
+ * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
731
+ * NOTE: This property will not be serialized. It can only be populated by the server.
732
+ */
733
+ readonly operation?: string;
734
+ /**
735
+ * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
736
+ * NOTE: This property will not be serialized. It can only be populated by the server.
737
+ */
738
+ readonly description?: string;
739
+ }
740
+
741
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
742
+ export declare interface OperationListResult {
743
+ /**
744
+ * List of operations supported by the resource provider
745
+ * NOTE: This property will not be serialized. It can only be populated by the server.
746
+ */
747
+ readonly value?: Operation[];
748
+ /**
749
+ * URL to get the next set of operation list results (if there are any).
750
+ * NOTE: This property will not be serialized. It can only be populated by the server.
751
+ */
752
+ readonly nextLink?: string;
753
+ }
754
+
755
+ /** Interface representing a Operations. */
756
+ export declare interface Operations {
757
+ /**
758
+ * Lists all of the available Orbital Rest API operations.
759
+ * @param options The options parameters.
760
+ */
761
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
762
+ }
763
+
764
+ /** Optional parameters. */
765
+ export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
766
+ }
767
+
768
+ /** Contains response data for the list operation. */
769
+ export declare type OperationsListResponse = OperationListResult;
770
+
771
+ /**
772
+ * Defines values for Origin. \
773
+ * {@link KnownOrigin} can be used interchangeably with Origin,
774
+ * this enum contains the known values that the service supports.
775
+ * ### Known values supported by the service
776
+ * **user** \
777
+ * **system** \
778
+ * **user,system**
779
+ */
780
+ export declare type Origin = string;
781
+
782
+ /**
783
+ * Defines values for Polarization. \
784
+ * {@link KnownPolarization} can be used interchangeably with Polarization,
785
+ * this enum contains the known values that the service supports.
786
+ * ### Known values supported by the service
787
+ * **RHCP** \
788
+ * **LHCP** \
789
+ * **dualRhcpLhcp** \
790
+ * **linearVertical** \
791
+ * **linearHorizontal**
792
+ */
793
+ export declare type Polarization = string;
794
+
795
+ /**
796
+ * Defines values for Protocol. \
797
+ * {@link KnownProtocol} can be used interchangeably with Protocol,
798
+ * this enum contains the known values that the service supports.
799
+ * ### Known values supported by the service
800
+ * **TCP** \
801
+ * **UDP**
802
+ */
803
+ export declare type Protocol = string;
804
+
805
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
806
+ export declare type ProxyResource = Resource & {};
807
+
808
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
809
+ export declare interface Resource {
810
+ /**
811
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
812
+ * NOTE: This property will not be serialized. It can only be populated by the server.
813
+ */
814
+ readonly id?: string;
815
+ /**
816
+ * The name of the resource
817
+ * NOTE: This property will not be serialized. It can only be populated by the server.
818
+ */
819
+ readonly name?: string;
820
+ /**
821
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
822
+ * NOTE: This property will not be serialized. It can only be populated by the server.
823
+ */
824
+ readonly type?: string;
825
+ /**
826
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
827
+ * NOTE: This property will not be serialized. It can only be populated by the server.
828
+ */
829
+ readonly systemData?: SystemData;
830
+ }
831
+
832
+ /** Response for an API service call that lists the resource IDs of resources associated with another resource. */
833
+ export declare interface ResourceIdListResult {
834
+ /** A list of Azure Resource IDs. */
835
+ value?: ResourceIdListResultValueItem[];
836
+ /**
837
+ * The URL to get the next set of results.
838
+ * NOTE: This property will not be serialized. It can only be populated by the server.
839
+ */
840
+ readonly nextLink?: string;
841
+ }
842
+
843
+ export declare interface ResourceIdListResultValueItem {
844
+ /** The Azure Resource ID */
845
+ id?: string;
846
+ }
847
+
848
+ /** Resource Reference */
849
+ export declare interface ResourceReference {
850
+ /** Resource ID. */
851
+ id?: string;
852
+ }
853
+
854
+ /** Customer creates a spacecraft resource to schedule a contact. */
855
+ export declare type Spacecraft = TrackedResource & {
856
+ /**
857
+ * A unique read-only string that changes whenever the resource is updated.
858
+ * NOTE: This property will not be serialized. It can only be populated by the server.
859
+ */
860
+ readonly etag?: string;
861
+ /** NORAD ID of the spacecraft. */
862
+ noradId?: string;
863
+ /**
864
+ * Authorization status of spacecraft.
865
+ * NOTE: This property will not be serialized. It can only be populated by the server.
866
+ */
867
+ readonly authorizationStatus?: AuthorizationStatus;
868
+ /**
869
+ * Details of the authorization status.
870
+ * NOTE: This property will not be serialized. It can only be populated by the server.
871
+ */
872
+ readonly authorizationStatusExtended?: string;
873
+ /** Title line of Two Line Element (TLE). */
874
+ titleLine?: string;
875
+ /** Line 1 of Two Line Element (TLE). */
876
+ tleLine1?: string;
877
+ /** Line 2 of Two Line Element (TLE). */
878
+ tleLine2?: string;
879
+ /** Links of the Spacecraft */
880
+ links?: SpacecraftLink[];
881
+ };
882
+
883
+ /** Spacecraft Link */
884
+ export declare interface SpacecraftLink {
885
+ /** Center Frequency in MHz */
886
+ centerFrequencyMHz: number;
887
+ /** Bandwidth in MHz */
888
+ bandwidthMHz: number;
889
+ /** Direction (uplink or downlink) */
890
+ direction: Direction;
891
+ /** polarization. eg (RHCP, LHCP) */
892
+ polarization: Polarization;
893
+ }
894
+
895
+ /** Response for the ListSpacecrafts API service call. */
896
+ export declare interface SpacecraftListResult {
897
+ /** A list of spacecraft resources in a resource group. */
898
+ value?: Spacecraft[];
899
+ /**
900
+ * The URL to get the next set of results.
901
+ * NOTE: This property will not be serialized. It can only be populated by the server.
902
+ */
903
+ readonly nextLink?: string;
904
+ }
905
+
906
+ /** Interface representing a Spacecrafts. */
907
+ export declare interface Spacecrafts {
908
+ /**
909
+ * Return list of spacecrafts
910
+ * @param options The options parameters.
911
+ */
912
+ listBySubscription(options?: SpacecraftsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Spacecraft>;
913
+ /**
914
+ * Return list of spacecrafts
915
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
916
+ * @param options The options parameters.
917
+ */
918
+ list(resourceGroupName: string, options?: SpacecraftsListOptionalParams): PagedAsyncIterableIterator<Spacecraft>;
919
+ /**
920
+ * Gets the specified spacecraft in a specified resource group
921
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
922
+ * @param spacecraftName Spacecraft ID
923
+ * @param options The options parameters.
924
+ */
925
+ get(resourceGroupName: string, spacecraftName: string, options?: SpacecraftsGetOptionalParams): Promise<SpacecraftsGetResponse>;
926
+ /**
927
+ * Creates or updates a spacecraft resource
928
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
929
+ * @param spacecraftName Spacecraft ID
930
+ * @param location The geo-location where the resource lives
931
+ * @param options The options parameters.
932
+ */
933
+ beginCreateOrUpdate(resourceGroupName: string, spacecraftName: string, location: string, options?: SpacecraftsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SpacecraftsCreateOrUpdateResponse>, SpacecraftsCreateOrUpdateResponse>>;
934
+ /**
935
+ * Creates or updates a spacecraft resource
936
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
937
+ * @param spacecraftName Spacecraft ID
938
+ * @param location The geo-location where the resource lives
939
+ * @param options The options parameters.
940
+ */
941
+ beginCreateOrUpdateAndWait(resourceGroupName: string, spacecraftName: string, location: string, options?: SpacecraftsCreateOrUpdateOptionalParams): Promise<SpacecraftsCreateOrUpdateResponse>;
942
+ /**
943
+ * Deletes a specified spacecraft resource.
944
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
945
+ * @param spacecraftName Spacecraft ID
946
+ * @param options The options parameters.
947
+ */
948
+ beginDelete(resourceGroupName: string, spacecraftName: string, options?: SpacecraftsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
949
+ /**
950
+ * Deletes a specified spacecraft resource.
951
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
952
+ * @param spacecraftName Spacecraft ID
953
+ * @param options The options parameters.
954
+ */
955
+ beginDeleteAndWait(resourceGroupName: string, spacecraftName: string, options?: SpacecraftsDeleteOptionalParams): Promise<void>;
956
+ /**
957
+ * Updates the specified spacecraft tags.
958
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
959
+ * @param spacecraftName Spacecraft ID
960
+ * @param parameters Parameters supplied to update spacecraft tags.
961
+ * @param options The options parameters.
962
+ */
963
+ updateTags(resourceGroupName: string, spacecraftName: string, parameters: TagsObject, options?: SpacecraftsUpdateTagsOptionalParams): Promise<SpacecraftsUpdateTagsResponse>;
964
+ /**
965
+ * Return list of available contacts
966
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
967
+ * @param spacecraftName Spacecraft ID
968
+ * @param contactProfile The reference to the contact profile resource.
969
+ * @param groundStationName Name of Azure Ground Station.
970
+ * @param startTime Start time of a contact.
971
+ * @param endTime End time of a contact.
972
+ * @param options The options parameters.
973
+ */
974
+ beginListAvailableContacts(resourceGroupName: string, spacecraftName: string, contactProfile: ResourceReference, groundStationName: string, startTime: Date, endTime: Date, options?: SpacecraftsListAvailableContactsOptionalParams): Promise<PollerLike<PollOperationState<SpacecraftsListAvailableContactsResponse>, SpacecraftsListAvailableContactsResponse>>;
975
+ /**
976
+ * Return list of available contacts
977
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
978
+ * @param spacecraftName Spacecraft ID
979
+ * @param contactProfile The reference to the contact profile resource.
980
+ * @param groundStationName Name of Azure Ground Station.
981
+ * @param startTime Start time of a contact.
982
+ * @param endTime End time of a contact.
983
+ * @param options The options parameters.
984
+ */
985
+ beginListAvailableContactsAndWait(resourceGroupName: string, spacecraftName: string, contactProfile: ResourceReference, groundStationName: string, startTime: Date, endTime: Date, options?: SpacecraftsListAvailableContactsOptionalParams): Promise<SpacecraftsListAvailableContactsResponse>;
986
+ }
987
+
988
+ /** Optional parameters. */
989
+ export declare interface SpacecraftsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
990
+ /** Resource tags. */
991
+ tags?: {
992
+ [propertyName: string]: string;
993
+ };
994
+ /** NORAD ID of the spacecraft. */
995
+ noradId?: string;
996
+ /** Title line of Two Line Element (TLE). */
997
+ titleLine?: string;
998
+ /** Line 1 of Two Line Element (TLE). */
999
+ tleLine1?: string;
1000
+ /** Line 2 of Two Line Element (TLE). */
1001
+ tleLine2?: string;
1002
+ /** Links of the Spacecraft */
1003
+ links?: SpacecraftLink[];
1004
+ /** Delay to wait until next poll, in milliseconds. */
1005
+ updateIntervalInMs?: number;
1006
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1007
+ resumeFrom?: string;
1008
+ }
1009
+
1010
+ /** Contains response data for the createOrUpdate operation. */
1011
+ export declare type SpacecraftsCreateOrUpdateResponse = Spacecraft;
1012
+
1013
+ /** Optional parameters. */
1014
+ export declare interface SpacecraftsDeleteOptionalParams extends coreClient.OperationOptions {
1015
+ /** Delay to wait until next poll, in milliseconds. */
1016
+ updateIntervalInMs?: number;
1017
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1018
+ resumeFrom?: string;
1019
+ }
1020
+
1021
+ /** Optional parameters. */
1022
+ export declare interface SpacecraftsGetOptionalParams extends coreClient.OperationOptions {
1023
+ }
1024
+
1025
+ /** Contains response data for the get operation. */
1026
+ export declare type SpacecraftsGetResponse = Spacecraft;
1027
+
1028
+ /** Optional parameters. */
1029
+ export declare interface SpacecraftsListAvailableContactsOptionalParams extends coreClient.OperationOptions {
1030
+ /** Delay to wait until next poll, in milliseconds. */
1031
+ updateIntervalInMs?: number;
1032
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1033
+ resumeFrom?: string;
1034
+ }
1035
+
1036
+ /** Contains response data for the listAvailableContacts operation. */
1037
+ export declare type SpacecraftsListAvailableContactsResponse = AvailableContactsListResult;
1038
+
1039
+ /** Optional parameters. */
1040
+ export declare interface SpacecraftsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1041
+ }
1042
+
1043
+ /** Contains response data for the listBySubscription operation. */
1044
+ export declare type SpacecraftsListBySubscriptionResponse = SpacecraftListResult;
1045
+
1046
+ /** Optional parameters. */
1047
+ export declare interface SpacecraftsListOptionalParams extends coreClient.OperationOptions {
1048
+ }
1049
+
1050
+ /** Contains response data for the list operation. */
1051
+ export declare type SpacecraftsListResponse = SpacecraftListResult;
1052
+
1053
+ /** Optional parameters. */
1054
+ export declare interface SpacecraftsUpdateTagsOptionalParams extends coreClient.OperationOptions {
1055
+ }
1056
+
1057
+ /** Contains response data for the updateTags operation. */
1058
+ export declare type SpacecraftsUpdateTagsResponse = Spacecraft;
1059
+
1060
+ /** Defines values for Status. */
1061
+ export declare type Status = "scheduled" | "cancelled" | "succeeded" | "failed" | "providerCancelled";
1062
+
1063
+ /** Metadata pertaining to creation and last modification of the resource. */
1064
+ export declare interface SystemData {
1065
+ /** The identity that created the resource. */
1066
+ createdBy?: string;
1067
+ /** The type of identity that created the resource. */
1068
+ createdByType?: CreatedByType;
1069
+ /** The timestamp of resource creation (UTC). */
1070
+ createdAt?: Date;
1071
+ /** The identity that last modified the resource. */
1072
+ lastModifiedBy?: string;
1073
+ /** The type of identity that last modified the resource. */
1074
+ lastModifiedByType?: CreatedByType;
1075
+ /** The timestamp of resource last modification (UTC) */
1076
+ lastModifiedAt?: Date;
1077
+ }
1078
+
1079
+ /** Tags object for patch operations. */
1080
+ export declare interface TagsObject {
1081
+ /** Resource tags. */
1082
+ tags?: {
1083
+ [propertyName: string]: string;
1084
+ };
1085
+ }
1086
+
1087
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1088
+ export declare type TrackedResource = Resource & {
1089
+ /** Resource tags. */
1090
+ tags?: {
1091
+ [propertyName: string]: string;
1092
+ };
1093
+ /** The geo-location where the resource lives */
1094
+ location: string;
1095
+ };
1096
+
1097
+ export { }