@azure/arm-containerservice 13.3.1 → 14.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/README.md +3 -6
  2. package/dist/arm-containerservice.js +1270 -255
  3. package/dist/arm-containerservice.js.map +1 -1
  4. package/dist/arm-containerservice.min.js +1 -1
  5. package/dist/arm-containerservice.min.js.map +1 -1
  6. package/esm/containerServiceClient.d.ts +1 -0
  7. package/esm/containerServiceClient.d.ts.map +1 -1
  8. package/esm/containerServiceClient.js +1 -0
  9. package/esm/containerServiceClient.js.map +1 -1
  10. package/esm/containerServiceClientContext.d.ts +1 -1
  11. package/esm/containerServiceClientContext.d.ts.map +1 -1
  12. package/esm/containerServiceClientContext.js +2 -2
  13. package/esm/containerServiceClientContext.js.map +1 -1
  14. package/esm/models/agentPoolsMappers.d.ts +1 -1
  15. package/esm/models/agentPoolsMappers.d.ts.map +1 -1
  16. package/esm/models/agentPoolsMappers.js +1 -1
  17. package/esm/models/agentPoolsMappers.js.map +1 -1
  18. package/esm/models/index.d.ts +1077 -429
  19. package/esm/models/index.d.ts.map +1 -1
  20. package/esm/models/maintenanceConfigurationsMappers.d.ts +1 -1
  21. package/esm/models/maintenanceConfigurationsMappers.d.ts.map +1 -1
  22. package/esm/models/maintenanceConfigurationsMappers.js +1 -1
  23. package/esm/models/maintenanceConfigurationsMappers.js.map +1 -1
  24. package/esm/models/managedClustersMappers.d.ts +1 -1
  25. package/esm/models/managedClustersMappers.d.ts.map +1 -1
  26. package/esm/models/managedClustersMappers.js +1 -1
  27. package/esm/models/managedClustersMappers.js.map +1 -1
  28. package/esm/models/mappers.d.ts +19 -5
  29. package/esm/models/mappers.d.ts.map +1 -1
  30. package/esm/models/mappers.js +712 -173
  31. package/esm/models/mappers.js.map +1 -1
  32. package/esm/models/parameters.d.ts +1 -0
  33. package/esm/models/parameters.d.ts.map +1 -1
  34. package/esm/models/parameters.js +12 -0
  35. package/esm/models/parameters.js.map +1 -1
  36. package/esm/models/privateEndpointConnectionsMappers.d.ts +1 -1
  37. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +1 -1
  38. package/esm/models/privateEndpointConnectionsMappers.js +1 -1
  39. package/esm/models/privateEndpointConnectionsMappers.js.map +1 -1
  40. package/esm/models/snapshotsMappers.d.ts +2 -0
  41. package/esm/models/snapshotsMappers.d.ts.map +1 -0
  42. package/esm/models/snapshotsMappers.js +9 -0
  43. package/esm/models/snapshotsMappers.js.map +1 -0
  44. package/esm/operations/agentPools.d.ts +20 -25
  45. package/esm/operations/agentPools.d.ts.map +1 -1
  46. package/esm/operations/agentPools.js +21 -17
  47. package/esm/operations/agentPools.js.map +1 -1
  48. package/esm/operations/index.d.ts +1 -0
  49. package/esm/operations/index.d.ts.map +1 -1
  50. package/esm/operations/index.js +1 -0
  51. package/esm/operations/index.js.map +1 -1
  52. package/esm/operations/maintenanceConfigurations.d.ts +5 -15
  53. package/esm/operations/maintenanceConfigurations.d.ts.map +1 -1
  54. package/esm/operations/maintenanceConfigurations.js.map +1 -1
  55. package/esm/operations/managedClusters.d.ts +108 -79
  56. package/esm/operations/managedClusters.d.ts.map +1 -1
  57. package/esm/operations/managedClusters.js +112 -47
  58. package/esm/operations/managedClusters.js.map +1 -1
  59. package/esm/operations/operations.d.ts +1 -1
  60. package/esm/operations/privateEndpointConnections.d.ts +6 -10
  61. package/esm/operations/privateEndpointConnections.d.ts.map +1 -1
  62. package/esm/operations/privateEndpointConnections.js +0 -2
  63. package/esm/operations/privateEndpointConnections.js.map +1 -1
  64. package/esm/operations/privateLinkResources.d.ts +1 -2
  65. package/esm/operations/privateLinkResources.d.ts.map +1 -1
  66. package/esm/operations/privateLinkResources.js.map +1 -1
  67. package/esm/operations/resolvePrivateLinkServiceId.d.ts +3 -7
  68. package/esm/operations/resolvePrivateLinkServiceId.d.ts.map +1 -1
  69. package/esm/operations/resolvePrivateLinkServiceId.js.map +1 -1
  70. package/esm/operations/snapshots.d.ts +172 -0
  71. package/esm/operations/snapshots.d.ts.map +1 -0
  72. package/esm/operations/snapshots.js +277 -0
  73. package/esm/operations/snapshots.js.map +1 -0
  74. package/package.json +2 -2
  75. package/src/containerServiceClient.ts +2 -0
  76. package/src/containerServiceClientContext.ts +3 -3
  77. package/src/models/agentPoolsMappers.ts +11 -2
  78. package/src/models/index.ts +1115 -428
  79. package/src/models/maintenanceConfigurationsMappers.ts +10 -2
  80. package/src/models/managedClustersMappers.ts +14 -2
  81. package/src/models/mappers.ts +751 -183
  82. package/src/models/parameters.ts +12 -0
  83. package/src/models/privateEndpointConnectionsMappers.ts +10 -2
  84. package/src/models/snapshotsMappers.ts +70 -0
  85. package/src/operations/agentPools.ts +27 -28
  86. package/src/operations/index.ts +1 -0
  87. package/src/operations/maintenanceConfigurations.ts +5 -15
  88. package/src/operations/managedClusters.ts +187 -85
  89. package/src/operations/operations.ts +1 -1
  90. package/src/operations/privateEndpointConnections.ts +6 -10
  91. package/src/operations/privateLinkResources.ts +1 -2
  92. package/src/operations/resolvePrivateLinkServiceId.ts +3 -7
  93. package/src/operations/snapshots.ts +484 -0
@@ -11,7 +11,6 @@ export declare class ManagedClusters {
11
11
  */
12
12
  constructor(client: ContainerServiceClientContext);
13
13
  /**
14
- * Gets supported OS options in the specified subscription.
15
14
  * @summary Gets supported OS options in the specified subscription.
16
15
  * @param location The name of a supported Azure region.
17
16
  * @param [options] The optional parameters
@@ -30,8 +29,6 @@ export declare class ManagedClusters {
30
29
  */
31
30
  getOSOptions(location: string, options: Models.ManagedClustersGetOSOptionsOptionalParams, callback: msRest.ServiceCallback<Models.OSOptionProfile>): void;
32
31
  /**
33
- * Gets a list of managed clusters in the specified subscription. The operation returns properties
34
- * of each managed cluster.
35
32
  * @summary Gets a list of managed clusters in the specified subscription.
36
33
  * @param [options] The optional parameters
37
34
  * @returns Promise<Models.ManagedClustersListResponse>
@@ -47,8 +44,6 @@ export declare class ManagedClusters {
47
44
  */
48
45
  list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedClusterListResult>): void;
49
46
  /**
50
- * Lists managed clusters in the specified subscription and resource group. The operation returns
51
- * properties of each managed cluster.
52
47
  * @summary Lists managed clusters in the specified subscription and resource group.
53
48
  * @param resourceGroupName The name of the resource group.
54
49
  * @param [options] The optional parameters
@@ -67,9 +62,7 @@ export declare class ManagedClusters {
67
62
  */
68
63
  listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedClusterListResult>): void;
69
64
  /**
70
- * Gets the details of the upgrade profile for a managed cluster with a specified resource group
71
- * and name.
72
- * @summary Gets upgrade profile for a managed cluster.
65
+ * @summary Gets the upgrade profile of a managed cluster.
73
66
  * @param resourceGroupName The name of the resource group.
74
67
  * @param resourceName The name of the managed cluster resource.
75
68
  * @param [options] The optional parameters
@@ -90,11 +83,10 @@ export declare class ManagedClusters {
90
83
  */
91
84
  getUpgradeProfile(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedClusterUpgradeProfile>): void;
92
85
  /**
93
- * Gets the accessProfile for the specified role name of the managed cluster with a specified
94
- * resource group and name. **WARNING**: This API will be deprecated. Instead use
95
- * [ListClusterUserCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusterusercredentials)
86
+ * **WARNING**: This API will be deprecated. Instead use
87
+ * [ListClusterUserCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusterusercredentials)
96
88
  * or
97
- * [ListClusterAdminCredentials](https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/listclusteradmincredentials)
89
+ * [ListClusterAdminCredentials](https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials)
98
90
  * .
99
91
  * @summary Gets an access profile of a managed cluster.
100
92
  * @param resourceGroupName The name of the resource group.
@@ -123,14 +115,13 @@ export declare class ManagedClusters {
123
115
  */
124
116
  getAccessProfile(resourceGroupName: string, resourceName: string, roleName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedClusterAccessProfile>): void;
125
117
  /**
126
- * Gets cluster admin credential of the managed cluster with a specified resource group and name.
127
- * @summary Gets cluster admin credential of a managed cluster.
118
+ * @summary Lists the admin credentials of a managed cluster.
128
119
  * @param resourceGroupName The name of the resource group.
129
120
  * @param resourceName The name of the managed cluster resource.
130
121
  * @param [options] The optional parameters
131
122
  * @returns Promise<Models.ManagedClustersListClusterAdminCredentialsResponse>
132
123
  */
133
- listClusterAdminCredentials(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersListClusterAdminCredentialsResponse>;
124
+ listClusterAdminCredentials(resourceGroupName: string, resourceName: string, options?: Models.ManagedClustersListClusterAdminCredentialsOptionalParams): Promise<Models.ManagedClustersListClusterAdminCredentialsResponse>;
134
125
  /**
135
126
  * @param resourceGroupName The name of the resource group.
136
127
  * @param resourceName The name of the managed cluster resource.
@@ -143,16 +134,15 @@ export declare class ManagedClusters {
143
134
  * @param options The optional parameters
144
135
  * @param callback The callback
145
136
  */
146
- listClusterAdminCredentials(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CredentialResults>): void;
137
+ listClusterAdminCredentials(resourceGroupName: string, resourceName: string, options: Models.ManagedClustersListClusterAdminCredentialsOptionalParams, callback: msRest.ServiceCallback<Models.CredentialResults>): void;
147
138
  /**
148
- * Gets cluster user credential of the managed cluster with a specified resource group and name.
149
- * @summary Gets cluster user credential of a managed cluster.
139
+ * @summary Lists the user credentials of a managed cluster.
150
140
  * @param resourceGroupName The name of the resource group.
151
141
  * @param resourceName The name of the managed cluster resource.
152
142
  * @param [options] The optional parameters
153
143
  * @returns Promise<Models.ManagedClustersListClusterUserCredentialsResponse>
154
144
  */
155
- listClusterUserCredentials(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersListClusterUserCredentialsResponse>;
145
+ listClusterUserCredentials(resourceGroupName: string, resourceName: string, options?: Models.ManagedClustersListClusterUserCredentialsOptionalParams): Promise<Models.ManagedClustersListClusterUserCredentialsResponse>;
156
146
  /**
157
147
  * @param resourceGroupName The name of the resource group.
158
148
  * @param resourceName The name of the managed cluster resource.
@@ -165,17 +155,15 @@ export declare class ManagedClusters {
165
155
  * @param options The optional parameters
166
156
  * @param callback The callback
167
157
  */
168
- listClusterUserCredentials(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CredentialResults>): void;
158
+ listClusterUserCredentials(resourceGroupName: string, resourceName: string, options: Models.ManagedClustersListClusterUserCredentialsOptionalParams, callback: msRest.ServiceCallback<Models.CredentialResults>): void;
169
159
  /**
170
- * Gets cluster monitoring user credential of the managed cluster with a specified resource group
171
- * and name.
172
- * @summary Gets cluster monitoring user credential of a managed cluster.
160
+ * @summary Lists the cluster monitoring user credentials of a managed cluster.
173
161
  * @param resourceGroupName The name of the resource group.
174
162
  * @param resourceName The name of the managed cluster resource.
175
163
  * @param [options] The optional parameters
176
164
  * @returns Promise<Models.ManagedClustersListClusterMonitoringUserCredentialsResponse>
177
165
  */
178
- listClusterMonitoringUserCredentials(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersListClusterMonitoringUserCredentialsResponse>;
166
+ listClusterMonitoringUserCredentials(resourceGroupName: string, resourceName: string, options?: Models.ManagedClustersListClusterMonitoringUserCredentialsOptionalParams): Promise<Models.ManagedClustersListClusterMonitoringUserCredentialsResponse>;
179
167
  /**
180
168
  * @param resourceGroupName The name of the resource group.
181
169
  * @param resourceName The name of the managed cluster resource.
@@ -188,9 +176,8 @@ export declare class ManagedClusters {
188
176
  * @param options The optional parameters
189
177
  * @param callback The callback
190
178
  */
191
- listClusterMonitoringUserCredentials(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CredentialResults>): void;
179
+ listClusterMonitoringUserCredentials(resourceGroupName: string, resourceName: string, options: Models.ManagedClustersListClusterMonitoringUserCredentialsOptionalParams, callback: msRest.ServiceCallback<Models.CredentialResults>): void;
192
180
  /**
193
- * Gets the details of the managed cluster with a specified resource group and name.
194
181
  * @summary Gets a managed cluster.
195
182
  * @param resourceGroupName The name of the resource group.
196
183
  * @param resourceName The name of the managed cluster resource.
@@ -212,18 +199,15 @@ export declare class ManagedClusters {
212
199
  */
213
200
  get(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedCluster>): void;
214
201
  /**
215
- * Creates or updates a managed cluster with the specified configuration for agents and Kubernetes
216
- * version.
217
202
  * @summary Creates or updates a managed cluster.
218
203
  * @param resourceGroupName The name of the resource group.
219
204
  * @param resourceName The name of the managed cluster resource.
220
- * @param parameters Parameters supplied to the Create or Update a Managed Cluster operation.
205
+ * @param parameters The managed cluster to create or update.
221
206
  * @param [options] The optional parameters
222
207
  * @returns Promise<Models.ManagedClustersCreateOrUpdateResponse>
223
208
  */
224
209
  createOrUpdate(resourceGroupName: string, resourceName: string, parameters: Models.ManagedCluster, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersCreateOrUpdateResponse>;
225
210
  /**
226
- * Updates a managed cluster with the specified tags.
227
211
  * @summary Updates tags on a managed cluster.
228
212
  * @param resourceGroupName The name of the resource group.
229
213
  * @param resourceName The name of the managed cluster resource.
@@ -233,7 +217,6 @@ export declare class ManagedClusters {
233
217
  */
234
218
  updateTags(resourceGroupName: string, resourceName: string, parameters: Models.TagsObject, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersUpdateTagsResponse>;
235
219
  /**
236
- * Deletes the managed cluster with a specified resource group and name.
237
220
  * @summary Deletes a managed cluster.
238
221
  * @param resourceGroupName The name of the resource group.
239
222
  * @param resourceName The name of the managed cluster resource.
@@ -242,29 +225,28 @@ export declare class ManagedClusters {
242
225
  */
243
226
  deleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
244
227
  /**
245
- * Update the service principal Profile for a managed cluster.
246
- * @summary Reset Service Principal Profile of a managed cluster.
228
+ * This action cannot be performed on a cluster that is not using a service principal
229
+ * @summary Reset the Service Principal Profile of a managed cluster.
247
230
  * @param resourceGroupName The name of the resource group.
248
231
  * @param resourceName The name of the managed cluster resource.
249
- * @param parameters Parameters supplied to the Reset Service Principal Profile operation for a
250
- * Managed Cluster.
232
+ * @param parameters The service principal profile to set on the managed cluster.
251
233
  * @param [options] The optional parameters
252
234
  * @returns Promise<msRest.RestResponse>
253
235
  */
254
236
  resetServicePrincipalProfile(resourceGroupName: string, resourceName: string, parameters: Models.ManagedClusterServicePrincipalProfile, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
255
237
  /**
256
- * Update the AAD Profile for a managed cluster.
257
- * @summary Reset AAD Profile of a managed cluster.
238
+ * @summary Reset the AAD Profile of a managed cluster.
258
239
  * @param resourceGroupName The name of the resource group.
259
240
  * @param resourceName The name of the managed cluster resource.
260
- * @param parameters Parameters supplied to the Reset AAD Profile operation for a Managed Cluster.
241
+ * @param parameters The AAD profile to set on the Managed Cluster
261
242
  * @param [options] The optional parameters
262
243
  * @returns Promise<msRest.RestResponse>
263
244
  */
264
245
  resetAADProfile(resourceGroupName: string, resourceName: string, parameters: Models.ManagedClusterAADProfile, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
265
246
  /**
266
- * Rotate certificates of a managed cluster.
267
- * @summary Rotate certificates of a managed cluster.
247
+ * See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more
248
+ * details about rotating managed cluster certificates.
249
+ * @summary Rotates the certificates of a managed cluster.
268
250
  * @param resourceGroupName The name of the resource group.
269
251
  * @param resourceName The name of the managed cluster resource.
270
252
  * @param [options] The optional parameters
@@ -272,8 +254,12 @@ export declare class ManagedClusters {
272
254
  */
273
255
  rotateClusterCertificates(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
274
256
  /**
275
- * Stops a Running Managed Cluster
276
- * @summary Stop Managed Cluster
257
+ * This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a
258
+ * cluster stops the control plane and agent nodes entirely, while maintaining all object and
259
+ * cluster state. A cluster does not accrue charges while it is stopped. See [stopping a
260
+ * cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about
261
+ * stopping a cluster.
262
+ * @summary Stops a Managed Cluster
277
263
  * @param resourceGroupName The name of the resource group.
278
264
  * @param resourceName The name of the managed cluster resource.
279
265
  * @param [options] The optional parameters
@@ -281,8 +267,9 @@ export declare class ManagedClusters {
281
267
  */
282
268
  stop(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
283
269
  /**
284
- * Starts a Stopped Managed Cluster
285
- * @summary Start Managed Cluster
270
+ * See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
271
+ * details about starting a cluster.
272
+ * @summary Starts a previously stopped Managed Cluster
286
273
  * @param resourceGroupName The name of the resource group.
287
274
  * @param resourceName The name of the managed cluster resource.
288
275
  * @param [options] The optional parameters
@@ -290,22 +277,22 @@ export declare class ManagedClusters {
290
277
  */
291
278
  start(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
292
279
  /**
293
- * Submit a command to run against managed kubernetes service, it will create a pod to run the
294
- * command.
295
- * @summary Run Command against Managed Kubernetes Service
280
+ * AKS will create a pod to run the command. This is primarily useful for private clusters. For
281
+ * more information see [AKS Run
282
+ * Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
283
+ * @summary Submits a command to run against the Managed Cluster.
296
284
  * @param resourceGroupName The name of the resource group.
297
285
  * @param resourceName The name of the managed cluster resource.
298
- * @param requestPayload Parameters supplied to the RunCommand operation.
286
+ * @param requestPayload The run command request
299
287
  * @param [options] The optional parameters
300
288
  * @returns Promise<Models.ManagedClustersRunCommandResponse>
301
289
  */
302
290
  runCommand(resourceGroupName: string, resourceName: string, requestPayload: Models.RunCommandRequest, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersRunCommandResponse>;
303
291
  /**
304
- * Get command result from previous runCommand invoke.
305
- * @summary Get command result.
292
+ * @summary Gets the results of a command which has been run on the Managed Cluster.
306
293
  * @param resourceGroupName The name of the resource group.
307
294
  * @param resourceName The name of the managed cluster resource.
308
- * @param commandId Id of the command request.
295
+ * @param commandId Id of the command.
309
296
  * @param [options] The optional parameters
310
297
  * @returns Promise<Models.ManagedClustersGetCommandResultResponse>
311
298
  */
@@ -313,31 +300,52 @@ export declare class ManagedClusters {
313
300
  /**
314
301
  * @param resourceGroupName The name of the resource group.
315
302
  * @param resourceName The name of the managed cluster resource.
316
- * @param commandId Id of the command request.
303
+ * @param commandId Id of the command.
317
304
  * @param callback The callback
318
305
  */
319
306
  getCommandResult(resourceGroupName: string, resourceName: string, commandId: string, callback: msRest.ServiceCallback<Models.RunCommandResult>): void;
320
307
  /**
321
308
  * @param resourceGroupName The name of the resource group.
322
309
  * @param resourceName The name of the managed cluster resource.
323
- * @param commandId Id of the command request.
310
+ * @param commandId Id of the command.
324
311
  * @param options The optional parameters
325
312
  * @param callback The callback
326
313
  */
327
314
  getCommandResult(resourceGroupName: string, resourceName: string, commandId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RunCommandResult>): void;
328
315
  /**
329
- * Creates or updates a managed cluster with the specified configuration for agents and Kubernetes
330
- * version.
316
+ * Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the
317
+ * specified managed cluster. The operation returns properties of each egress endpoint.
318
+ * @summary Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the
319
+ * specified managed cluster.
320
+ * @param resourceGroupName The name of the resource group.
321
+ * @param resourceName The name of the managed cluster resource.
322
+ * @param [options] The optional parameters
323
+ * @returns Promise<Models.ManagedClustersListOutboundNetworkDependenciesEndpointsResponse>
324
+ */
325
+ listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersListOutboundNetworkDependenciesEndpointsResponse>;
326
+ /**
327
+ * @param resourceGroupName The name of the resource group.
328
+ * @param resourceName The name of the managed cluster resource.
329
+ * @param callback The callback
330
+ */
331
+ listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>): void;
332
+ /**
333
+ * @param resourceGroupName The name of the resource group.
334
+ * @param resourceName The name of the managed cluster resource.
335
+ * @param options The optional parameters
336
+ * @param callback The callback
337
+ */
338
+ listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>): void;
339
+ /**
331
340
  * @summary Creates or updates a managed cluster.
332
341
  * @param resourceGroupName The name of the resource group.
333
342
  * @param resourceName The name of the managed cluster resource.
334
- * @param parameters Parameters supplied to the Create or Update a Managed Cluster operation.
343
+ * @param parameters The managed cluster to create or update.
335
344
  * @param [options] The optional parameters
336
345
  * @returns Promise<msRestAzure.LROPoller>
337
346
  */
338
347
  beginCreateOrUpdate(resourceGroupName: string, resourceName: string, parameters: Models.ManagedCluster, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
339
348
  /**
340
- * Updates a managed cluster with the specified tags.
341
349
  * @summary Updates tags on a managed cluster.
342
350
  * @param resourceGroupName The name of the resource group.
343
351
  * @param resourceName The name of the managed cluster resource.
@@ -347,7 +355,6 @@ export declare class ManagedClusters {
347
355
  */
348
356
  beginUpdateTags(resourceGroupName: string, resourceName: string, parameters: Models.TagsObject, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
349
357
  /**
350
- * Deletes the managed cluster with a specified resource group and name.
351
358
  * @summary Deletes a managed cluster.
352
359
  * @param resourceGroupName The name of the resource group.
353
360
  * @param resourceName The name of the managed cluster resource.
@@ -356,29 +363,28 @@ export declare class ManagedClusters {
356
363
  */
357
364
  beginDeleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
358
365
  /**
359
- * Update the service principal Profile for a managed cluster.
360
- * @summary Reset Service Principal Profile of a managed cluster.
366
+ * This action cannot be performed on a cluster that is not using a service principal
367
+ * @summary Reset the Service Principal Profile of a managed cluster.
361
368
  * @param resourceGroupName The name of the resource group.
362
369
  * @param resourceName The name of the managed cluster resource.
363
- * @param parameters Parameters supplied to the Reset Service Principal Profile operation for a
364
- * Managed Cluster.
370
+ * @param parameters The service principal profile to set on the managed cluster.
365
371
  * @param [options] The optional parameters
366
372
  * @returns Promise<msRestAzure.LROPoller>
367
373
  */
368
374
  beginResetServicePrincipalProfile(resourceGroupName: string, resourceName: string, parameters: Models.ManagedClusterServicePrincipalProfile, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
369
375
  /**
370
- * Update the AAD Profile for a managed cluster.
371
- * @summary Reset AAD Profile of a managed cluster.
376
+ * @summary Reset the AAD Profile of a managed cluster.
372
377
  * @param resourceGroupName The name of the resource group.
373
378
  * @param resourceName The name of the managed cluster resource.
374
- * @param parameters Parameters supplied to the Reset AAD Profile operation for a Managed Cluster.
379
+ * @param parameters The AAD profile to set on the Managed Cluster
375
380
  * @param [options] The optional parameters
376
381
  * @returns Promise<msRestAzure.LROPoller>
377
382
  */
378
383
  beginResetAADProfile(resourceGroupName: string, resourceName: string, parameters: Models.ManagedClusterAADProfile, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
379
384
  /**
380
- * Rotate certificates of a managed cluster.
381
- * @summary Rotate certificates of a managed cluster.
385
+ * See [Certificate rotation](https://docs.microsoft.com/azure/aks/certificate-rotation) for more
386
+ * details about rotating managed cluster certificates.
387
+ * @summary Rotates the certificates of a managed cluster.
382
388
  * @param resourceGroupName The name of the resource group.
383
389
  * @param resourceName The name of the managed cluster resource.
384
390
  * @param [options] The optional parameters
@@ -386,8 +392,12 @@ export declare class ManagedClusters {
386
392
  */
387
393
  beginRotateClusterCertificates(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
388
394
  /**
389
- * Stops a Running Managed Cluster
390
- * @summary Stop Managed Cluster
395
+ * This can only be performed on Azure Virtual Machine Scale set backed clusters. Stopping a
396
+ * cluster stops the control plane and agent nodes entirely, while maintaining all object and
397
+ * cluster state. A cluster does not accrue charges while it is stopped. See [stopping a
398
+ * cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about
399
+ * stopping a cluster.
400
+ * @summary Stops a Managed Cluster
391
401
  * @param resourceGroupName The name of the resource group.
392
402
  * @param resourceName The name of the managed cluster resource.
393
403
  * @param [options] The optional parameters
@@ -395,8 +405,9 @@ export declare class ManagedClusters {
395
405
  */
396
406
  beginStop(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
397
407
  /**
398
- * Starts a Stopped Managed Cluster
399
- * @summary Start Managed Cluster
408
+ * See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more
409
+ * details about starting a cluster.
410
+ * @summary Starts a previously stopped Managed Cluster
400
411
  * @param resourceGroupName The name of the resource group.
401
412
  * @param resourceName The name of the managed cluster resource.
402
413
  * @param [options] The optional parameters
@@ -404,19 +415,18 @@ export declare class ManagedClusters {
404
415
  */
405
416
  beginStart(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
406
417
  /**
407
- * Submit a command to run against managed kubernetes service, it will create a pod to run the
408
- * command.
409
- * @summary Run Command against Managed Kubernetes Service
418
+ * AKS will create a pod to run the command. This is primarily useful for private clusters. For
419
+ * more information see [AKS Run
420
+ * Command](https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview).
421
+ * @summary Submits a command to run against the Managed Cluster.
410
422
  * @param resourceGroupName The name of the resource group.
411
423
  * @param resourceName The name of the managed cluster resource.
412
- * @param requestPayload Parameters supplied to the RunCommand operation.
424
+ * @param requestPayload The run command request
413
425
  * @param [options] The optional parameters
414
426
  * @returns Promise<msRestAzure.LROPoller>
415
427
  */
416
428
  beginRunCommand(resourceGroupName: string, resourceName: string, requestPayload: Models.RunCommandRequest, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
417
429
  /**
418
- * Gets a list of managed clusters in the specified subscription. The operation returns properties
419
- * of each managed cluster.
420
430
  * @summary Gets a list of managed clusters in the specified subscription.
421
431
  * @param nextPageLink The NextLink from the previous successful call to List operation.
422
432
  * @param [options] The optional parameters
@@ -435,8 +445,6 @@ export declare class ManagedClusters {
435
445
  */
436
446
  listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedClusterListResult>): void;
437
447
  /**
438
- * Lists managed clusters in the specified subscription and resource group. The operation returns
439
- * properties of each managed cluster.
440
448
  * @summary Lists managed clusters in the specified subscription and resource group.
441
449
  * @param nextPageLink The NextLink from the previous successful call to List operation.
442
450
  * @param [options] The optional parameters
@@ -454,5 +462,26 @@ export declare class ManagedClusters {
454
462
  * @param callback The callback
455
463
  */
456
464
  listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ManagedClusterListResult>): void;
465
+ /**
466
+ * Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the
467
+ * specified managed cluster. The operation returns properties of each egress endpoint.
468
+ * @summary Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the
469
+ * specified managed cluster.
470
+ * @param nextPageLink The NextLink from the previous successful call to List operation.
471
+ * @param [options] The optional parameters
472
+ * @returns Promise<Models.ManagedClustersListOutboundNetworkDependenciesEndpointsNextResponse>
473
+ */
474
+ listOutboundNetworkDependenciesEndpointsNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ManagedClustersListOutboundNetworkDependenciesEndpointsNextResponse>;
475
+ /**
476
+ * @param nextPageLink The NextLink from the previous successful call to List operation.
477
+ * @param callback The callback
478
+ */
479
+ listOutboundNetworkDependenciesEndpointsNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>): void;
480
+ /**
481
+ * @param nextPageLink The NextLink from the previous successful call to List operation.
482
+ * @param options The optional parameters
483
+ * @param callback The callback
484
+ */
485
+ listOutboundNetworkDependenciesEndpointsNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OutboundEnvironmentEndpointCollection>): void;
457
486
  }
458
487
  //# sourceMappingURL=managedClusters.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"managedClusters.d.ts","sourceRoot":"","sources":["../../src/operations/managedClusters.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"managedClusters.d.ts","sourceRoot":"","sources":["../../src/operations/managedClusters.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AACvD,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AAEjF,4CAA4C;AAC5C,qBAAa,eAAe;IAC1B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;;;OAKG;IACH,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,yCAAyC,GAAG,OAAO,CAAC,MAAM,CAAC,mCAAmC,CAAC;IAC/I;;;OAGG;IACH,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,eAAe,CAAC,GAAG,IAAI;IAC9F;;;;OAIG;IACH,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,yCAAyC,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,eAAe,CAAC,GAAG,IAAI;IAWzJ;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,2BAA2B,CAAC;IACtF;;OAEG;IACH,IAAI,CAAC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IAC7E;;;OAGG;IACH,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IAUjH;;;;;OAKG;IACH,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,0CAA0C,CAAC;IAC/I;;;OAGG;IACH,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IACvH;;;;OAIG;IACH,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IAW3J;;;;;;OAMG;IACH,iBAAiB,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,wCAAwC,CAAC;IACjK;;;;OAIG;IACH,iBAAiB,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,4BAA4B,CAAC,GAAG,IAAI;IAC/I;;;;;OAKG;IACH,iBAAiB,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,4BAA4B,CAAC,GAAG,IAAI;IAYnL;;;;;;;;;;;;;OAaG;IACH,gBAAgB,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,uCAAuC,CAAC;IACjL;;;;;;OAMG;IACH,gBAAgB,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,2BAA2B,CAAC,GAAG,IAAI;IAC/J;;;;;;;OAOG;IACH,gBAAgB,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,2BAA2B,CAAC,GAAG,IAAI;IAanM;;;;;;OAMG;IACH,2BAA2B,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,wDAAwD,GAAG,OAAO,CAAC,MAAM,CAAC,kDAAkD,CAAC;IAC3N;;;;OAIG;IACH,2BAA2B,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,iBAAiB,CAAC,GAAG,IAAI;IAC9I;;;;;OAKG;IACH,2BAA2B,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,wDAAwD,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,iBAAiB,CAAC,GAAG,IAAI;IAYxN;;;;;;OAMG;IACH,0BAA0B,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,uDAAuD,GAAG,OAAO,CAAC,MAAM,CAAC,iDAAiD,CAAC;IACxN;;;;OAIG;IACH,0BAA0B,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,iBAAiB,CAAC,GAAG,IAAI;IAC7I;;;;;OAKG;IACH,0BAA0B,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,uDAAuD,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,iBAAiB,CAAC,GAAG,IAAI;IAYtN;;;;;;OAMG;IACH,oCAAoC,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,iEAAiE,GAAG,OAAO,CAAC,MAAM,CAAC,2DAA2D,CAAC;IACtP;;;;OAIG;IACH,oCAAoC,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,iBAAiB,CAAC,GAAG,IAAI;IACvJ;;;;;OAKG;IACH,oCAAoC,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,iEAAiE,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,iBAAiB,CAAC,GAAG,IAAI;IAY1O;;;;;;OAMG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAAC;IACrI;;;;OAIG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI;IACnH;;;;;OAKG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI;IAYvJ;;;;;;;OAOG;IACH,cAAc,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,cAAc,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,qCAAqC,CAAC;IAK9L;;;;;;;OAOG;IACH,UAAU,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,iCAAiC,CAAC;IAKlL;;;;;;OAMG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;IAKhI;;;;;;;;OAQG;IACH,4BAA4B,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,qCAAqC,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;IAK1M;;;;;;;OAOG;IACH,eAAe,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,wBAAwB,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;IAKhL;;;;;;;;OAQG;IACH,yBAAyB,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;IAK7I;;;;;;;;;;;OAWG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;IAKxH;;;;;;;;OAQG;IACH,KAAK,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;IAKzH;;;;;;;;;;OAUG;IACH,UAAU,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,CAAC,iBAAiB,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,iCAAiC,CAAC;IAK7L;;;;;;;OAOG;IACH,gBAAgB,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,uCAAuC,CAAC;IAClL;;;;;OAKG;IACH,gBAAgB,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI;IACrJ;;;;;;OAMG;IACH,gBAAgB,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI;IAazL;;;;;;;;;OASG;IACH,wCAAwC,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,+DAA+D,CAAC;IAC/M;;;;OAIG;IACH,wCAAwC,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,qCAAqC,CAAC,GAAG,IAAI;IAC/K;;;;;OAKG;IACH,wCAAwC,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,qCAAqC,CAAC,GAAG,IAAI;IAYnN;;;;;;;OAOG;IACH,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,cAAc,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAY5K;;;;;;;OAOG;IACH,eAAe,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAYpK;;;;;;OAMG;IACH,iBAAiB,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAWvI;;;;;;;;OAQG;IACH,iCAAiC,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,qCAAqC,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAYjN;;;;;;;OAOG;IACH,oBAAoB,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,wBAAwB,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAYvL;;;;;;;;OAQG;IACH,8BAA8B,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAWpJ;;;;;;;;;;;OAWG;IACH,SAAS,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAW/H;;;;;;;;OAQG;IACH,UAAU,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAWhI;;;;;;;;;;OAUG;IACH,eAAe,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,CAAC,iBAAiB,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAY/K;;;;;OAKG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,+BAA+B,CAAC;IACpH;;;OAGG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IACvG;;;;OAIG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IAW3I;;;;;OAKG;IACH,uBAAuB,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,8CAA8C,CAAC;IAClJ;;;OAGG;IACH,uBAAuB,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IACtH;;;;OAIG;IACH,uBAAuB,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IAW1J;;;;;;;;OAQG;IACH,4CAA4C,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,mEAAmE,CAAC;IAC5L;;;OAGG;IACH,4CAA4C,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,qCAAqC,CAAC,GAAG,IAAI;IACxJ;;;;OAIG;IACH,4CAA4C,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,qCAAqC,CAAC,GAAG,IAAI;CAU7L"}