@azure/arm-lambdatesthyperexecute 1.0.0-alpha.20250703.3 → 1.0.0-alpha.20250717.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-lambdatesthyperexecute",
3
- "version": "1.0.0-alpha.20250703.3",
3
+ "version": "1.0.0-alpha.20250717.1",
4
4
  "description": "A generated SDK for HyperExecuteClient.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -1,27 +1,27 @@
1
- ## API Report File for "@azure/arm-lambdatesthyperexecute"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import { Client } from '@azure-rest/core-client';
8
- import { ClientOptions } from '@azure-rest/core-client';
9
- import { TokenCredential } from '@azure/core-auth';
10
-
11
- // @public (undocumented)
12
- export function createHyperExecute(credential: TokenCredential, subscriptionId: string, options?: HyperExecuteClientOptionalParams): HyperExecuteContext;
13
-
14
- // @public
15
- export interface HyperExecuteClientOptionalParams extends ClientOptions {
16
- apiVersion?: string;
17
- }
18
-
19
- // @public (undocumented)
20
- export interface HyperExecuteContext extends Client {
21
- apiVersion: string;
22
- subscriptionId: string;
23
- }
24
-
25
- // (No @packageDocumentation comment for this package)
26
-
27
- ```
1
+ ## API Report File for "@azure/arm-lambdatesthyperexecute"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import { Client } from '@azure-rest/core-client';
8
+ import { ClientOptions } from '@azure-rest/core-client';
9
+ import { TokenCredential } from '@azure/core-auth';
10
+
11
+ // @public (undocumented)
12
+ export function createHyperExecute(credential: TokenCredential, subscriptionId: string, options?: HyperExecuteClientOptionalParams): HyperExecuteContext;
13
+
14
+ // @public
15
+ export interface HyperExecuteClientOptionalParams extends ClientOptions {
16
+ apiVersion?: string;
17
+ }
18
+
19
+ // @public (undocumented)
20
+ export interface HyperExecuteContext extends Client {
21
+ apiVersion: string;
22
+ subscriptionId: string;
23
+ }
24
+
25
+ // (No @packageDocumentation comment for this package)
26
+
27
+ ```
@@ -1,19 +1,19 @@
1
- ## API Report File for "@azure/arm-lambdatesthyperexecute"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import { Client } from '@azure-rest/core-client';
8
- import { OperationOptions } from '@azure-rest/core-client';
9
-
10
- // @public
11
- export function list(context: HyperExecuteContext, options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
12
-
13
- // @public
14
- export interface OperationsListOptionalParams extends OperationOptions {
15
- }
16
-
17
- // (No @packageDocumentation comment for this package)
18
-
19
- ```
1
+ ## API Report File for "@azure/arm-lambdatesthyperexecute"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import { Client } from '@azure-rest/core-client';
8
+ import { OperationOptions } from '@azure-rest/core-client';
9
+
10
+ // @public
11
+ export function list(context: HyperExecuteContext, options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
12
+
13
+ // @public
14
+ export interface OperationsListOptionalParams extends OperationOptions {
15
+ }
16
+
17
+ // (No @packageDocumentation comment for this package)
18
+
19
+ ```
@@ -1,58 +1,58 @@
1
- ## API Report File for "@azure/arm-lambdatesthyperexecute"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import { Client } from '@azure-rest/core-client';
8
- import { OperationOptions } from '@azure-rest/core-client';
9
- import { OperationState } from '@azure/core-lro';
10
- import { PollerLike } from '@azure/core-lro';
11
-
12
- // @public
13
- export function $delete(context: HyperExecuteContext, resourceGroupName: string, organizationname: string, options?: OrganizationsDeleteOptionalParams): PollerLike<OperationState<void>, void>;
14
-
15
- // @public
16
- export function createOrUpdate(context: HyperExecuteContext, resourceGroupName: string, organizationname: string, resource: OrganizationResource, options?: OrganizationsCreateOrUpdateOptionalParams): PollerLike<OperationState<OrganizationResource>, OrganizationResource>;
17
-
18
- // @public
19
- export function get(context: HyperExecuteContext, resourceGroupName: string, organizationname: string, options?: OrganizationsGetOptionalParams): Promise<OrganizationResource>;
20
-
21
- // @public
22
- export function listByResourceGroup(context: HyperExecuteContext, resourceGroupName: string, options?: OrganizationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<OrganizationResource>;
23
-
24
- // @public
25
- export function listBySubscription(context: HyperExecuteContext, options?: OrganizationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<OrganizationResource>;
26
-
27
- // @public
28
- export interface OrganizationsCreateOrUpdateOptionalParams extends OperationOptions {
29
- updateIntervalInMs?: number;
30
- }
31
-
32
- // @public
33
- export interface OrganizationsDeleteOptionalParams extends OperationOptions {
34
- updateIntervalInMs?: number;
35
- }
36
-
37
- // @public
38
- export interface OrganizationsGetOptionalParams extends OperationOptions {
39
- }
40
-
41
- // @public
42
- export interface OrganizationsListByResourceGroupOptionalParams extends OperationOptions {
43
- }
44
-
45
- // @public
46
- export interface OrganizationsListBySubscriptionOptionalParams extends OperationOptions {
47
- }
48
-
49
- // @public
50
- export interface OrganizationsUpdateOptionalParams extends OperationOptions {
51
- }
52
-
53
- // @public
54
- export function update(context: HyperExecuteContext, resourceGroupName: string, organizationname: string, properties: OrganizationResourceUpdate, options?: OrganizationsUpdateOptionalParams): Promise<OrganizationResource>;
55
-
56
- // (No @packageDocumentation comment for this package)
57
-
58
- ```
1
+ ## API Report File for "@azure/arm-lambdatesthyperexecute"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import { Client } from '@azure-rest/core-client';
8
+ import { OperationOptions } from '@azure-rest/core-client';
9
+ import { OperationState } from '@azure/core-lro';
10
+ import { PollerLike } from '@azure/core-lro';
11
+
12
+ // @public
13
+ export function $delete(context: HyperExecuteContext, resourceGroupName: string, organizationname: string, options?: OrganizationsDeleteOptionalParams): PollerLike<OperationState<void>, void>;
14
+
15
+ // @public
16
+ export function createOrUpdate(context: HyperExecuteContext, resourceGroupName: string, organizationname: string, resource: OrganizationResource, options?: OrganizationsCreateOrUpdateOptionalParams): PollerLike<OperationState<OrganizationResource>, OrganizationResource>;
17
+
18
+ // @public
19
+ export function get(context: HyperExecuteContext, resourceGroupName: string, organizationname: string, options?: OrganizationsGetOptionalParams): Promise<OrganizationResource>;
20
+
21
+ // @public
22
+ export function listByResourceGroup(context: HyperExecuteContext, resourceGroupName: string, options?: OrganizationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<OrganizationResource>;
23
+
24
+ // @public
25
+ export function listBySubscription(context: HyperExecuteContext, options?: OrganizationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<OrganizationResource>;
26
+
27
+ // @public
28
+ export interface OrganizationsCreateOrUpdateOptionalParams extends OperationOptions {
29
+ updateIntervalInMs?: number;
30
+ }
31
+
32
+ // @public
33
+ export interface OrganizationsDeleteOptionalParams extends OperationOptions {
34
+ updateIntervalInMs?: number;
35
+ }
36
+
37
+ // @public
38
+ export interface OrganizationsGetOptionalParams extends OperationOptions {
39
+ }
40
+
41
+ // @public
42
+ export interface OrganizationsListByResourceGroupOptionalParams extends OperationOptions {
43
+ }
44
+
45
+ // @public
46
+ export interface OrganizationsListBySubscriptionOptionalParams extends OperationOptions {
47
+ }
48
+
49
+ // @public
50
+ export interface OrganizationsUpdateOptionalParams extends OperationOptions {
51
+ }
52
+
53
+ // @public
54
+ export function update(context: HyperExecuteContext, resourceGroupName: string, organizationname: string, properties: OrganizationResourceUpdate, options?: OrganizationsUpdateOptionalParams): Promise<OrganizationResource>;
55
+
56
+ // (No @packageDocumentation comment for this package)
57
+
58
+ ```
@@ -1,231 +1,231 @@
1
- ## API Report File for "@azure/arm-lambdatesthyperexecute"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- // @public
8
- export type ActionType = string;
9
-
10
- // @public
11
- export type CreatedByType = string;
12
-
13
- // @public
14
- export interface ErrorAdditionalInfo {
15
- readonly info?: Record<string, any>;
16
- readonly type?: string;
17
- }
18
-
19
- // @public
20
- export interface ErrorDetail {
21
- readonly additionalInfo?: ErrorAdditionalInfo[];
22
- readonly code?: string;
23
- readonly details?: ErrorDetail[];
24
- readonly message?: string;
25
- readonly target?: string;
26
- }
27
-
28
- // @public
29
- export interface ErrorResponse {
30
- error?: ErrorDetail;
31
- }
32
-
33
- // @public
34
- export enum KnownActionType {
35
- Internal = "Internal"
36
- }
37
-
38
- // @public
39
- export enum KnownCreatedByType {
40
- Application = "Application",
41
- Key = "Key",
42
- ManagedIdentity = "ManagedIdentity",
43
- User = "User"
44
- }
45
-
46
- // @public
47
- export enum KnownManagedServiceIdentityType {
48
- None = "None",
49
- SystemAssigned = "SystemAssigned",
50
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
51
- UserAssigned = "UserAssigned"
52
- }
53
-
54
- // @public
55
- export enum KnownMarketplaceSubscriptionStatus {
56
- PendingFulfillmentStart = "PendingFulfillmentStart",
57
- Subscribed = "Subscribed",
58
- Suspended = "Suspended",
59
- Unsubscribed = "Unsubscribed"
60
- }
61
-
62
- // @public
63
- export enum KnownOrigin {
64
- System = "system",
65
- User = "user",
66
- UserSystem = "user,system"
67
- }
68
-
69
- // @public
70
- export enum KnownResourceProvisioningState {
71
- Canceled = "Canceled",
72
- Failed = "Failed",
73
- Succeeded = "Succeeded"
74
- }
75
-
76
- // @public
77
- export enum KnownSingleSignOnStates {
78
- Disable = "Disable",
79
- Enable = "Enable",
80
- Initial = "Initial"
81
- }
82
-
83
- // @public
84
- export enum KnownSingleSignOnType {
85
- OpenId = "OpenId",
86
- Saml = "Saml"
87
- }
88
-
89
- // @public
90
- export enum KnownVersions {
91
- // (undocumented)
92
- V20240201 = "2024-02-01"
93
- }
94
-
95
- // @public
96
- export interface ManagedServiceIdentity {
97
- readonly principalId?: string;
98
- readonly tenantId?: string;
99
- type: ManagedServiceIdentityType;
100
- userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
101
- }
102
-
103
- // @public
104
- export type ManagedServiceIdentityType = string;
105
-
106
- // @public
107
- export interface MarketplaceDetails {
108
- offerDetails: OfferDetails;
109
- subscriptionId?: string;
110
- readonly subscriptionStatus?: MarketplaceSubscriptionStatus;
111
- }
112
-
113
- // @public
114
- export type MarketplaceSubscriptionStatus = string;
115
-
116
- // @public
117
- export interface OfferDetails {
118
- offerId: string;
119
- planId: string;
120
- planName?: string;
121
- publisherId: string;
122
- termId?: string;
123
- termUnit?: string;
124
- }
125
-
126
- // @public
127
- export interface Operation {
128
- readonly actionType?: ActionType;
129
- display?: OperationDisplay;
130
- readonly isDataAction?: boolean;
131
- readonly name?: string;
132
- readonly origin?: Origin;
133
- }
134
-
135
- // @public
136
- export interface OperationDisplay {
137
- readonly description?: string;
138
- readonly operation?: string;
139
- readonly provider?: string;
140
- readonly resource?: string;
141
- }
142
-
143
- // @public
144
- export interface OrganizationProperties {
145
- marketplace: MarketplaceDetails;
146
- partnerProperties: PartnerProperties;
147
- readonly provisioningState?: ResourceProvisioningState;
148
- singleSignOnProperties?: SingleSignOnPropertiesV2;
149
- user: UserDetails;
150
- }
151
-
152
- // @public
153
- export interface OrganizationResource extends TrackedResource {
154
- identity?: ManagedServiceIdentity;
155
- properties?: OrganizationProperties;
156
- }
157
-
158
- // @public
159
- export interface OrganizationResourceUpdate {
160
- identity?: ManagedServiceIdentity;
161
- tags?: Record<string, string>;
162
- }
163
-
164
- // @public
165
- export type Origin = string;
166
-
167
- // @public
168
- export interface PartnerProperties {
169
- licensesSubscribed: number;
170
- }
171
-
172
- // @public
173
- export interface Resource {
174
- readonly id?: string;
175
- readonly name?: string;
176
- readonly systemData?: SystemData;
177
- readonly type?: string;
178
- }
179
-
180
- // @public
181
- export type ResourceProvisioningState = string;
182
-
183
- // @public
184
- export interface SingleSignOnPropertiesV2 {
185
- aadDomains?: string[];
186
- enterpriseAppId?: string;
187
- state?: SingleSignOnStates;
188
- type: SingleSignOnType;
189
- url?: string;
190
- }
191
-
192
- // @public
193
- export type SingleSignOnStates = string;
194
-
195
- // @public
196
- export type SingleSignOnType = string;
197
-
198
- // @public
199
- export interface SystemData {
200
- createdAt?: Date;
201
- createdBy?: string;
202
- createdByType?: CreatedByType;
203
- lastModifiedAt?: Date;
204
- lastModifiedBy?: string;
205
- lastModifiedByType?: CreatedByType;
206
- }
207
-
208
- // @public
209
- export interface TrackedResource extends Resource {
210
- location: string;
211
- tags?: Record<string, string>;
212
- }
213
-
214
- // @public
215
- export interface UserAssignedIdentity {
216
- readonly clientId?: string;
217
- readonly principalId?: string;
218
- }
219
-
220
- // @public
221
- export interface UserDetails {
222
- emailAddress?: string;
223
- firstName?: string;
224
- lastName?: string;
225
- phoneNumber?: string;
226
- upn?: string;
227
- }
228
-
229
- // (No @packageDocumentation comment for this package)
230
-
231
- ```
1
+ ## API Report File for "@azure/arm-lambdatesthyperexecute"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ // @public
8
+ export type ActionType = string;
9
+
10
+ // @public
11
+ export type CreatedByType = string;
12
+
13
+ // @public
14
+ export interface ErrorAdditionalInfo {
15
+ readonly info?: Record<string, any>;
16
+ readonly type?: string;
17
+ }
18
+
19
+ // @public
20
+ export interface ErrorDetail {
21
+ readonly additionalInfo?: ErrorAdditionalInfo[];
22
+ readonly code?: string;
23
+ readonly details?: ErrorDetail[];
24
+ readonly message?: string;
25
+ readonly target?: string;
26
+ }
27
+
28
+ // @public
29
+ export interface ErrorResponse {
30
+ error?: ErrorDetail;
31
+ }
32
+
33
+ // @public
34
+ export enum KnownActionType {
35
+ Internal = "Internal"
36
+ }
37
+
38
+ // @public
39
+ export enum KnownCreatedByType {
40
+ Application = "Application",
41
+ Key = "Key",
42
+ ManagedIdentity = "ManagedIdentity",
43
+ User = "User"
44
+ }
45
+
46
+ // @public
47
+ export enum KnownManagedServiceIdentityType {
48
+ None = "None",
49
+ SystemAssigned = "SystemAssigned",
50
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
51
+ UserAssigned = "UserAssigned"
52
+ }
53
+
54
+ // @public
55
+ export enum KnownMarketplaceSubscriptionStatus {
56
+ PendingFulfillmentStart = "PendingFulfillmentStart",
57
+ Subscribed = "Subscribed",
58
+ Suspended = "Suspended",
59
+ Unsubscribed = "Unsubscribed"
60
+ }
61
+
62
+ // @public
63
+ export enum KnownOrigin {
64
+ System = "system",
65
+ User = "user",
66
+ UserSystem = "user,system"
67
+ }
68
+
69
+ // @public
70
+ export enum KnownResourceProvisioningState {
71
+ Canceled = "Canceled",
72
+ Failed = "Failed",
73
+ Succeeded = "Succeeded"
74
+ }
75
+
76
+ // @public
77
+ export enum KnownSingleSignOnStates {
78
+ Disable = "Disable",
79
+ Enable = "Enable",
80
+ Initial = "Initial"
81
+ }
82
+
83
+ // @public
84
+ export enum KnownSingleSignOnType {
85
+ OpenId = "OpenId",
86
+ Saml = "Saml"
87
+ }
88
+
89
+ // @public
90
+ export enum KnownVersions {
91
+ // (undocumented)
92
+ V20240201 = "2024-02-01"
93
+ }
94
+
95
+ // @public
96
+ export interface ManagedServiceIdentity {
97
+ readonly principalId?: string;
98
+ readonly tenantId?: string;
99
+ type: ManagedServiceIdentityType;
100
+ userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
101
+ }
102
+
103
+ // @public
104
+ export type ManagedServiceIdentityType = string;
105
+
106
+ // @public
107
+ export interface MarketplaceDetails {
108
+ offerDetails: OfferDetails;
109
+ subscriptionId?: string;
110
+ readonly subscriptionStatus?: MarketplaceSubscriptionStatus;
111
+ }
112
+
113
+ // @public
114
+ export type MarketplaceSubscriptionStatus = string;
115
+
116
+ // @public
117
+ export interface OfferDetails {
118
+ offerId: string;
119
+ planId: string;
120
+ planName?: string;
121
+ publisherId: string;
122
+ termId?: string;
123
+ termUnit?: string;
124
+ }
125
+
126
+ // @public
127
+ export interface Operation {
128
+ readonly actionType?: ActionType;
129
+ display?: OperationDisplay;
130
+ readonly isDataAction?: boolean;
131
+ readonly name?: string;
132
+ readonly origin?: Origin;
133
+ }
134
+
135
+ // @public
136
+ export interface OperationDisplay {
137
+ readonly description?: string;
138
+ readonly operation?: string;
139
+ readonly provider?: string;
140
+ readonly resource?: string;
141
+ }
142
+
143
+ // @public
144
+ export interface OrganizationProperties {
145
+ marketplace: MarketplaceDetails;
146
+ partnerProperties: PartnerProperties;
147
+ readonly provisioningState?: ResourceProvisioningState;
148
+ singleSignOnProperties?: SingleSignOnPropertiesV2;
149
+ user: UserDetails;
150
+ }
151
+
152
+ // @public
153
+ export interface OrganizationResource extends TrackedResource {
154
+ identity?: ManagedServiceIdentity;
155
+ properties?: OrganizationProperties;
156
+ }
157
+
158
+ // @public
159
+ export interface OrganizationResourceUpdate {
160
+ identity?: ManagedServiceIdentity;
161
+ tags?: Record<string, string>;
162
+ }
163
+
164
+ // @public
165
+ export type Origin = string;
166
+
167
+ // @public
168
+ export interface PartnerProperties {
169
+ licensesSubscribed: number;
170
+ }
171
+
172
+ // @public
173
+ export interface Resource {
174
+ readonly id?: string;
175
+ readonly name?: string;
176
+ readonly systemData?: SystemData;
177
+ readonly type?: string;
178
+ }
179
+
180
+ // @public
181
+ export type ResourceProvisioningState = string;
182
+
183
+ // @public
184
+ export interface SingleSignOnPropertiesV2 {
185
+ aadDomains?: string[];
186
+ enterpriseAppId?: string;
187
+ state?: SingleSignOnStates;
188
+ type: SingleSignOnType;
189
+ url?: string;
190
+ }
191
+
192
+ // @public
193
+ export type SingleSignOnStates = string;
194
+
195
+ // @public
196
+ export type SingleSignOnType = string;
197
+
198
+ // @public
199
+ export interface SystemData {
200
+ createdAt?: Date;
201
+ createdBy?: string;
202
+ createdByType?: CreatedByType;
203
+ lastModifiedAt?: Date;
204
+ lastModifiedBy?: string;
205
+ lastModifiedByType?: CreatedByType;
206
+ }
207
+
208
+ // @public
209
+ export interface TrackedResource extends Resource {
210
+ location: string;
211
+ tags?: Record<string, string>;
212
+ }
213
+
214
+ // @public
215
+ export interface UserAssignedIdentity {
216
+ readonly clientId?: string;
217
+ readonly principalId?: string;
218
+ }
219
+
220
+ // @public
221
+ export interface UserDetails {
222
+ emailAddress?: string;
223
+ firstName?: string;
224
+ lastName?: string;
225
+ phoneNumber?: string;
226
+ upn?: string;
227
+ }
228
+
229
+ // (No @packageDocumentation comment for this package)
230
+
231
+ ```
@@ -1,325 +1,325 @@
1
- ## API Report File for "@azure/arm-lambdatesthyperexecute"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import { AbortSignalLike } from '@azure/abort-controller';
8
- import { ClientOptions } from '@azure-rest/core-client';
9
- import { OperationOptions } from '@azure-rest/core-client';
10
- import { OperationState } from '@azure/core-lro';
11
- import { PathUncheckedResponse } from '@azure-rest/core-client';
12
- import { Pipeline } from '@azure/core-rest-pipeline';
13
- import { PollerLike } from '@azure/core-lro';
14
- import { TokenCredential } from '@azure/core-auth';
15
-
16
- // @public
17
- export type ActionType = string;
18
-
19
- // @public
20
- export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
21
- continuationToken?: string;
22
- };
23
-
24
- // @public
25
- export type CreatedByType = string;
26
-
27
- // @public
28
- export interface ErrorAdditionalInfo {
29
- readonly info?: Record<string, any>;
30
- readonly type?: string;
31
- }
32
-
33
- // @public
34
- export interface ErrorDetail {
35
- readonly additionalInfo?: ErrorAdditionalInfo[];
36
- readonly code?: string;
37
- readonly details?: ErrorDetail[];
38
- readonly message?: string;
39
- readonly target?: string;
40
- }
41
-
42
- // @public
43
- export interface ErrorResponse {
44
- error?: ErrorDetail;
45
- }
46
-
47
- // @public (undocumented)
48
- export class HyperExecuteClient {
49
- constructor(credential: TokenCredential, subscriptionId: string, options?: HyperExecuteClientOptionalParams);
50
- readonly operations: OperationsOperations;
51
- readonly organizations: OrganizationsOperations;
52
- readonly pipeline: Pipeline;
53
- }
54
-
55
- // @public
56
- export interface HyperExecuteClientOptionalParams extends ClientOptions {
57
- apiVersion?: string;
58
- }
59
-
60
- // @public
61
- export enum KnownActionType {
62
- Internal = "Internal"
63
- }
64
-
65
- // @public
66
- export enum KnownCreatedByType {
67
- Application = "Application",
68
- Key = "Key",
69
- ManagedIdentity = "ManagedIdentity",
70
- User = "User"
71
- }
72
-
73
- // @public
74
- export enum KnownManagedServiceIdentityType {
75
- None = "None",
76
- SystemAssigned = "SystemAssigned",
77
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
78
- UserAssigned = "UserAssigned"
79
- }
80
-
81
- // @public
82
- export enum KnownMarketplaceSubscriptionStatus {
83
- PendingFulfillmentStart = "PendingFulfillmentStart",
84
- Subscribed = "Subscribed",
85
- Suspended = "Suspended",
86
- Unsubscribed = "Unsubscribed"
87
- }
88
-
89
- // @public
90
- export enum KnownOrigin {
91
- System = "system",
92
- User = "user",
93
- UserSystem = "user,system"
94
- }
95
-
96
- // @public
97
- export enum KnownResourceProvisioningState {
98
- Canceled = "Canceled",
99
- Failed = "Failed",
100
- Succeeded = "Succeeded"
101
- }
102
-
103
- // @public
104
- export enum KnownSingleSignOnStates {
105
- Disable = "Disable",
106
- Enable = "Enable",
107
- Initial = "Initial"
108
- }
109
-
110
- // @public
111
- export enum KnownSingleSignOnType {
112
- OpenId = "OpenId",
113
- Saml = "Saml"
114
- }
115
-
116
- // @public
117
- export enum KnownVersions {
118
- // (undocumented)
119
- V20240201 = "2024-02-01"
120
- }
121
-
122
- // @public
123
- export interface ManagedServiceIdentity {
124
- readonly principalId?: string;
125
- readonly tenantId?: string;
126
- type: ManagedServiceIdentityType;
127
- userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
128
- }
129
-
130
- // @public
131
- export type ManagedServiceIdentityType = string;
132
-
133
- // @public
134
- export interface MarketplaceDetails {
135
- offerDetails: OfferDetails;
136
- subscriptionId?: string;
137
- readonly subscriptionStatus?: MarketplaceSubscriptionStatus;
138
- }
139
-
140
- // @public
141
- export type MarketplaceSubscriptionStatus = string;
142
-
143
- // @public
144
- export interface OfferDetails {
145
- offerId: string;
146
- planId: string;
147
- planName?: string;
148
- publisherId: string;
149
- termId?: string;
150
- termUnit?: string;
151
- }
152
-
153
- // @public
154
- export interface Operation {
155
- readonly actionType?: ActionType;
156
- display?: OperationDisplay;
157
- readonly isDataAction?: boolean;
158
- readonly name?: string;
159
- readonly origin?: Origin;
160
- }
161
-
162
- // @public
163
- export interface OperationDisplay {
164
- readonly description?: string;
165
- readonly operation?: string;
166
- readonly provider?: string;
167
- readonly resource?: string;
168
- }
169
-
170
- // @public
171
- export interface OperationsListOptionalParams extends OperationOptions {
172
- }
173
-
174
- // @public
175
- export interface OperationsOperations {
176
- list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;
177
- }
178
-
179
- // @public
180
- export interface OrganizationProperties {
181
- marketplace: MarketplaceDetails;
182
- partnerProperties: PartnerProperties;
183
- readonly provisioningState?: ResourceProvisioningState;
184
- singleSignOnProperties?: SingleSignOnPropertiesV2;
185
- user: UserDetails;
186
- }
187
-
188
- // @public
189
- export interface OrganizationResource extends TrackedResource {
190
- identity?: ManagedServiceIdentity;
191
- properties?: OrganizationProperties;
192
- }
193
-
194
- // @public
195
- export interface OrganizationResourceUpdate {
196
- identity?: ManagedServiceIdentity;
197
- tags?: Record<string, string>;
198
- }
199
-
200
- // @public
201
- export interface OrganizationsCreateOrUpdateOptionalParams extends OperationOptions {
202
- updateIntervalInMs?: number;
203
- }
204
-
205
- // @public
206
- export interface OrganizationsDeleteOptionalParams extends OperationOptions {
207
- updateIntervalInMs?: number;
208
- }
209
-
210
- // @public
211
- export interface OrganizationsGetOptionalParams extends OperationOptions {
212
- }
213
-
214
- // @public
215
- export interface OrganizationsListByResourceGroupOptionalParams extends OperationOptions {
216
- }
217
-
218
- // @public
219
- export interface OrganizationsListBySubscriptionOptionalParams extends OperationOptions {
220
- }
221
-
222
- // @public
223
- export interface OrganizationsOperations {
224
- createOrUpdate: (resourceGroupName: string, organizationname: string, resource: OrganizationResource, options?: OrganizationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<OrganizationResource>, OrganizationResource>;
225
- delete: (resourceGroupName: string, organizationname: string, options?: OrganizationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
226
- get: (resourceGroupName: string, organizationname: string, options?: OrganizationsGetOptionalParams) => Promise<OrganizationResource>;
227
- listByResourceGroup: (resourceGroupName: string, options?: OrganizationsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<OrganizationResource>;
228
- listBySubscription: (options?: OrganizationsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<OrganizationResource>;
229
- update: (resourceGroupName: string, organizationname: string, properties: OrganizationResourceUpdate, options?: OrganizationsUpdateOptionalParams) => Promise<OrganizationResource>;
230
- }
231
-
232
- // @public
233
- export interface OrganizationsUpdateOptionalParams extends OperationOptions {
234
- }
235
-
236
- // @public
237
- export type Origin = string;
238
-
239
- // @public
240
- export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
241
- [Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
242
- byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
243
- next(): Promise<IteratorResult<TElement>>;
244
- }
245
-
246
- // @public
247
- export interface PageSettings {
248
- continuationToken?: string;
249
- }
250
-
251
- // @public
252
- export interface PartnerProperties {
253
- licensesSubscribed: number;
254
- }
255
-
256
- // @public
257
- export interface Resource {
258
- readonly id?: string;
259
- readonly name?: string;
260
- readonly systemData?: SystemData;
261
- readonly type?: string;
262
- }
263
-
264
- // @public
265
- export type ResourceProvisioningState = string;
266
-
267
- // @public
268
- export function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: HyperExecuteClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
269
-
270
- // @public (undocumented)
271
- export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
272
- abortSignal?: AbortSignalLike;
273
- processResponseBody?: (result: TResponse) => Promise<TResult>;
274
- updateIntervalInMs?: number;
275
- }
276
-
277
- // @public
278
- export interface SingleSignOnPropertiesV2 {
279
- aadDomains?: string[];
280
- enterpriseAppId?: string;
281
- state?: SingleSignOnStates;
282
- type: SingleSignOnType;
283
- url?: string;
284
- }
285
-
286
- // @public
287
- export type SingleSignOnStates = string;
288
-
289
- // @public
290
- export type SingleSignOnType = string;
291
-
292
- // @public
293
- export interface SystemData {
294
- createdAt?: Date;
295
- createdBy?: string;
296
- createdByType?: CreatedByType;
297
- lastModifiedAt?: Date;
298
- lastModifiedBy?: string;
299
- lastModifiedByType?: CreatedByType;
300
- }
301
-
302
- // @public
303
- export interface TrackedResource extends Resource {
304
- location: string;
305
- tags?: Record<string, string>;
306
- }
307
-
308
- // @public
309
- export interface UserAssignedIdentity {
310
- readonly clientId?: string;
311
- readonly principalId?: string;
312
- }
313
-
314
- // @public
315
- export interface UserDetails {
316
- emailAddress?: string;
317
- firstName?: string;
318
- lastName?: string;
319
- phoneNumber?: string;
320
- upn?: string;
321
- }
322
-
323
- // (No @packageDocumentation comment for this package)
324
-
325
- ```
1
+ ## API Report File for "@azure/arm-lambdatesthyperexecute"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import { AbortSignalLike } from '@azure/abort-controller';
8
+ import { ClientOptions } from '@azure-rest/core-client';
9
+ import { OperationOptions } from '@azure-rest/core-client';
10
+ import { OperationState } from '@azure/core-lro';
11
+ import { PathUncheckedResponse } from '@azure-rest/core-client';
12
+ import { Pipeline } from '@azure/core-rest-pipeline';
13
+ import { PollerLike } from '@azure/core-lro';
14
+ import { TokenCredential } from '@azure/core-auth';
15
+
16
+ // @public
17
+ export type ActionType = string;
18
+
19
+ // @public
20
+ export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
21
+ continuationToken?: string;
22
+ };
23
+
24
+ // @public
25
+ export type CreatedByType = string;
26
+
27
+ // @public
28
+ export interface ErrorAdditionalInfo {
29
+ readonly info?: Record<string, any>;
30
+ readonly type?: string;
31
+ }
32
+
33
+ // @public
34
+ export interface ErrorDetail {
35
+ readonly additionalInfo?: ErrorAdditionalInfo[];
36
+ readonly code?: string;
37
+ readonly details?: ErrorDetail[];
38
+ readonly message?: string;
39
+ readonly target?: string;
40
+ }
41
+
42
+ // @public
43
+ export interface ErrorResponse {
44
+ error?: ErrorDetail;
45
+ }
46
+
47
+ // @public (undocumented)
48
+ export class HyperExecuteClient {
49
+ constructor(credential: TokenCredential, subscriptionId: string, options?: HyperExecuteClientOptionalParams);
50
+ readonly operations: OperationsOperations;
51
+ readonly organizations: OrganizationsOperations;
52
+ readonly pipeline: Pipeline;
53
+ }
54
+
55
+ // @public
56
+ export interface HyperExecuteClientOptionalParams extends ClientOptions {
57
+ apiVersion?: string;
58
+ }
59
+
60
+ // @public
61
+ export enum KnownActionType {
62
+ Internal = "Internal"
63
+ }
64
+
65
+ // @public
66
+ export enum KnownCreatedByType {
67
+ Application = "Application",
68
+ Key = "Key",
69
+ ManagedIdentity = "ManagedIdentity",
70
+ User = "User"
71
+ }
72
+
73
+ // @public
74
+ export enum KnownManagedServiceIdentityType {
75
+ None = "None",
76
+ SystemAssigned = "SystemAssigned",
77
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
78
+ UserAssigned = "UserAssigned"
79
+ }
80
+
81
+ // @public
82
+ export enum KnownMarketplaceSubscriptionStatus {
83
+ PendingFulfillmentStart = "PendingFulfillmentStart",
84
+ Subscribed = "Subscribed",
85
+ Suspended = "Suspended",
86
+ Unsubscribed = "Unsubscribed"
87
+ }
88
+
89
+ // @public
90
+ export enum KnownOrigin {
91
+ System = "system",
92
+ User = "user",
93
+ UserSystem = "user,system"
94
+ }
95
+
96
+ // @public
97
+ export enum KnownResourceProvisioningState {
98
+ Canceled = "Canceled",
99
+ Failed = "Failed",
100
+ Succeeded = "Succeeded"
101
+ }
102
+
103
+ // @public
104
+ export enum KnownSingleSignOnStates {
105
+ Disable = "Disable",
106
+ Enable = "Enable",
107
+ Initial = "Initial"
108
+ }
109
+
110
+ // @public
111
+ export enum KnownSingleSignOnType {
112
+ OpenId = "OpenId",
113
+ Saml = "Saml"
114
+ }
115
+
116
+ // @public
117
+ export enum KnownVersions {
118
+ // (undocumented)
119
+ V20240201 = "2024-02-01"
120
+ }
121
+
122
+ // @public
123
+ export interface ManagedServiceIdentity {
124
+ readonly principalId?: string;
125
+ readonly tenantId?: string;
126
+ type: ManagedServiceIdentityType;
127
+ userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
128
+ }
129
+
130
+ // @public
131
+ export type ManagedServiceIdentityType = string;
132
+
133
+ // @public
134
+ export interface MarketplaceDetails {
135
+ offerDetails: OfferDetails;
136
+ subscriptionId?: string;
137
+ readonly subscriptionStatus?: MarketplaceSubscriptionStatus;
138
+ }
139
+
140
+ // @public
141
+ export type MarketplaceSubscriptionStatus = string;
142
+
143
+ // @public
144
+ export interface OfferDetails {
145
+ offerId: string;
146
+ planId: string;
147
+ planName?: string;
148
+ publisherId: string;
149
+ termId?: string;
150
+ termUnit?: string;
151
+ }
152
+
153
+ // @public
154
+ export interface Operation {
155
+ readonly actionType?: ActionType;
156
+ display?: OperationDisplay;
157
+ readonly isDataAction?: boolean;
158
+ readonly name?: string;
159
+ readonly origin?: Origin;
160
+ }
161
+
162
+ // @public
163
+ export interface OperationDisplay {
164
+ readonly description?: string;
165
+ readonly operation?: string;
166
+ readonly provider?: string;
167
+ readonly resource?: string;
168
+ }
169
+
170
+ // @public
171
+ export interface OperationsListOptionalParams extends OperationOptions {
172
+ }
173
+
174
+ // @public
175
+ export interface OperationsOperations {
176
+ list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;
177
+ }
178
+
179
+ // @public
180
+ export interface OrganizationProperties {
181
+ marketplace: MarketplaceDetails;
182
+ partnerProperties: PartnerProperties;
183
+ readonly provisioningState?: ResourceProvisioningState;
184
+ singleSignOnProperties?: SingleSignOnPropertiesV2;
185
+ user: UserDetails;
186
+ }
187
+
188
+ // @public
189
+ export interface OrganizationResource extends TrackedResource {
190
+ identity?: ManagedServiceIdentity;
191
+ properties?: OrganizationProperties;
192
+ }
193
+
194
+ // @public
195
+ export interface OrganizationResourceUpdate {
196
+ identity?: ManagedServiceIdentity;
197
+ tags?: Record<string, string>;
198
+ }
199
+
200
+ // @public
201
+ export interface OrganizationsCreateOrUpdateOptionalParams extends OperationOptions {
202
+ updateIntervalInMs?: number;
203
+ }
204
+
205
+ // @public
206
+ export interface OrganizationsDeleteOptionalParams extends OperationOptions {
207
+ updateIntervalInMs?: number;
208
+ }
209
+
210
+ // @public
211
+ export interface OrganizationsGetOptionalParams extends OperationOptions {
212
+ }
213
+
214
+ // @public
215
+ export interface OrganizationsListByResourceGroupOptionalParams extends OperationOptions {
216
+ }
217
+
218
+ // @public
219
+ export interface OrganizationsListBySubscriptionOptionalParams extends OperationOptions {
220
+ }
221
+
222
+ // @public
223
+ export interface OrganizationsOperations {
224
+ createOrUpdate: (resourceGroupName: string, organizationname: string, resource: OrganizationResource, options?: OrganizationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<OrganizationResource>, OrganizationResource>;
225
+ delete: (resourceGroupName: string, organizationname: string, options?: OrganizationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
226
+ get: (resourceGroupName: string, organizationname: string, options?: OrganizationsGetOptionalParams) => Promise<OrganizationResource>;
227
+ listByResourceGroup: (resourceGroupName: string, options?: OrganizationsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<OrganizationResource>;
228
+ listBySubscription: (options?: OrganizationsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<OrganizationResource>;
229
+ update: (resourceGroupName: string, organizationname: string, properties: OrganizationResourceUpdate, options?: OrganizationsUpdateOptionalParams) => Promise<OrganizationResource>;
230
+ }
231
+
232
+ // @public
233
+ export interface OrganizationsUpdateOptionalParams extends OperationOptions {
234
+ }
235
+
236
+ // @public
237
+ export type Origin = string;
238
+
239
+ // @public
240
+ export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
241
+ [Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
242
+ byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
243
+ next(): Promise<IteratorResult<TElement>>;
244
+ }
245
+
246
+ // @public
247
+ export interface PageSettings {
248
+ continuationToken?: string;
249
+ }
250
+
251
+ // @public
252
+ export interface PartnerProperties {
253
+ licensesSubscribed: number;
254
+ }
255
+
256
+ // @public
257
+ export interface Resource {
258
+ readonly id?: string;
259
+ readonly name?: string;
260
+ readonly systemData?: SystemData;
261
+ readonly type?: string;
262
+ }
263
+
264
+ // @public
265
+ export type ResourceProvisioningState = string;
266
+
267
+ // @public
268
+ export function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: HyperExecuteClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
269
+
270
+ // @public (undocumented)
271
+ export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
272
+ abortSignal?: AbortSignalLike;
273
+ processResponseBody?: (result: TResponse) => Promise<TResult>;
274
+ updateIntervalInMs?: number;
275
+ }
276
+
277
+ // @public
278
+ export interface SingleSignOnPropertiesV2 {
279
+ aadDomains?: string[];
280
+ enterpriseAppId?: string;
281
+ state?: SingleSignOnStates;
282
+ type: SingleSignOnType;
283
+ url?: string;
284
+ }
285
+
286
+ // @public
287
+ export type SingleSignOnStates = string;
288
+
289
+ // @public
290
+ export type SingleSignOnType = string;
291
+
292
+ // @public
293
+ export interface SystemData {
294
+ createdAt?: Date;
295
+ createdBy?: string;
296
+ createdByType?: CreatedByType;
297
+ lastModifiedAt?: Date;
298
+ lastModifiedBy?: string;
299
+ lastModifiedByType?: CreatedByType;
300
+ }
301
+
302
+ // @public
303
+ export interface TrackedResource extends Resource {
304
+ location: string;
305
+ tags?: Record<string, string>;
306
+ }
307
+
308
+ // @public
309
+ export interface UserAssignedIdentity {
310
+ readonly clientId?: string;
311
+ readonly principalId?: string;
312
+ }
313
+
314
+ // @public
315
+ export interface UserDetails {
316
+ emailAddress?: string;
317
+ firstName?: string;
318
+ lastName?: string;
319
+ phoneNumber?: string;
320
+ upn?: string;
321
+ }
322
+
323
+ // (No @packageDocumentation comment for this package)
324
+
325
+ ```