@azure/arm-datadog 2.1.1 → 3.0.1-alpha.20220120.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/CHANGELOG.md +21 -0
- package/LICENSE +21 -0
- package/README.md +69 -80
- package/dist/index.js +3359 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/microsoftDatadogClient.d.ts +22 -0
- package/dist-esm/src/microsoftDatadogClient.d.ts.map +1 -0
- package/dist-esm/src/microsoftDatadogClient.js +55 -0
- package/dist-esm/src/microsoftDatadogClient.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +790 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +69 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +42 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +551 -600
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +18 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +145 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/marketplaceAgreements.d.ts +37 -0
- package/dist-esm/src/operations/marketplaceAgreements.d.ts.map +1 -0
- package/dist-esm/src/operations/marketplaceAgreements.js +149 -0
- package/dist-esm/src/operations/marketplaceAgreements.js.map +1 -0
- package/dist-esm/src/operations/monitors.d.ts +220 -0
- package/dist-esm/src/operations/monitors.d.ts.map +1 -0
- package/dist-esm/src/operations/monitors.js +1035 -0
- package/dist-esm/src/operations/monitors.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/singleSignOnConfigurations.d.ts +63 -0
- package/dist-esm/src/operations/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/singleSignOnConfigurations.js +256 -0
- package/dist-esm/src/operations/singleSignOnConfigurations.js.map +1 -0
- package/dist-esm/src/operations/tagRules.d.ts +54 -0
- package/dist-esm/src/operations/tagRules.d.ts.map +1 -0
- package/dist-esm/src/operations/tagRules.js +203 -0
- package/dist-esm/src/operations/tagRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/marketplaceAgreements.js} +2 -9
- package/dist-esm/src/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/monitors.d.ts +116 -0
- package/dist-esm/src/operationsInterfaces/monitors.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/monitors.js} +2 -1
- package/dist-esm/src/operationsInterfaces/monitors.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/operations.js} +2 -2
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/tagRules.d.ts +29 -0
- package/dist-esm/src/operationsInterfaces/tagRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/tagRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/tagRules.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -22
- package/review/arm-datadog.api.md +746 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/microsoftDatadogClient.ts +80 -40
- package/src/models/index.ts +650 -1297
- package/src/models/mappers.ts +561 -609
- package/src/models/parameters.ts +104 -34
- package/src/operations/index.ts +1 -2
- package/src/operations/marketplaceAgreements.ts +110 -116
- package/src/operations/monitors.ts +960 -819
- package/src/operations/operations.ts +87 -75
- package/src/operations/singleSignOnConfigurations.ts +247 -166
- package/src/operations/tagRules.ts +169 -171
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/marketplaceAgreements.ts +34 -0
- package/src/operationsInterfaces/monitors.ts +220 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/singleSignOnConfigurations.ts +78 -0
- package/src/operationsInterfaces/tagRules.ts +59 -0
- package/tsconfig.json +3 -3
- package/types/arm-datadog.d.ts +1130 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-datadog.js +0 -2855
- package/dist/arm-datadog.js.map +0 -1
- package/dist/arm-datadog.min.js +0 -1
- package/dist/arm-datadog.min.js.map +0 -1
- package/esm/microsoftDatadogClient.d.ts +0 -28
- package/esm/microsoftDatadogClient.d.ts.map +0 -1
- package/esm/microsoftDatadogClient.js +0 -41
- package/esm/microsoftDatadogClient.js.map +0 -1
- package/esm/microsoftDatadogClientContext.d.ts +0 -22
- package/esm/microsoftDatadogClientContext.d.ts.map +0 -1
- package/esm/microsoftDatadogClientContext.js +0 -61
- package/esm/microsoftDatadogClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -1422
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -44
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/marketplaceAgreementsMappers.d.ts +0 -2
- package/esm/models/marketplaceAgreementsMappers.d.ts.map +0 -1
- package/esm/models/marketplaceAgreementsMappers.js +0 -9
- package/esm/models/marketplaceAgreementsMappers.js.map +0 -1
- package/esm/models/monitorsMappers.d.ts +0 -2
- package/esm/models/monitorsMappers.d.ts.map +0 -1
- package/esm/models/monitorsMappers.js +0 -9
- package/esm/models/monitorsMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -10
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -101
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/singleSignOnConfigurationsMappers.d.ts +0 -2
- package/esm/models/singleSignOnConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/singleSignOnConfigurationsMappers.js +0 -9
- package/esm/models/singleSignOnConfigurationsMappers.js.map +0 -1
- package/esm/models/tagRulesMappers.d.ts +0 -2
- package/esm/models/tagRulesMappers.d.ts.map +0 -1
- package/esm/models/tagRulesMappers.js +0 -9
- package/esm/models/tagRulesMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/marketplaceAgreements.d.ts +0 -61
- package/esm/operations/marketplaceAgreements.d.ts.map +0 -1
- package/esm/operations/marketplaceAgreements.js +0 -116
- package/esm/operations/marketplaceAgreements.js.map +0 -1
- package/esm/operations/monitors.d.ts +0 -373
- package/esm/operations/monitors.d.ts.map +0 -1
- package/esm/operations/monitors.js +0 -533
- package/esm/operations/monitors.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/singleSignOnConfigurations.d.ts +0 -95
- package/esm/operations/singleSignOnConfigurations.d.ts.map +0 -1
- package/esm/operations/singleSignOnConfigurations.js +0 -182
- package/esm/operations/singleSignOnConfigurations.js.map +0 -1
- package/esm/operations/tagRules.d.ts +0 -100
- package/esm/operations/tagRules.d.ts.map +0 -1
- package/esm/operations/tagRules.js +0 -159
- package/esm/operations/tagRules.js.map +0 -1
- package/src/microsoftDatadogClientContext.ts +0 -74
- package/src/models/marketplaceAgreementsMappers.ts +0 -31
- package/src/models/monitorsMappers.ts +0 -45
- package/src/models/singleSignOnConfigurationsMappers.ts +0 -31
- package/src/models/tagRulesMappers.ts +0 -31
package/esm/models/index.d.ts
DELETED
@@ -1,1422 +0,0 @@
|
|
1
|
-
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
3
|
-
export { BaseResource, CloudError };
|
4
|
-
/**
|
5
|
-
* Terms properties.
|
6
|
-
*/
|
7
|
-
export interface DatadogAgreementProperties {
|
8
|
-
/**
|
9
|
-
* Publisher identifier string.
|
10
|
-
*/
|
11
|
-
publisher?: string;
|
12
|
-
/**
|
13
|
-
* Product identifier string.
|
14
|
-
*/
|
15
|
-
product?: string;
|
16
|
-
/**
|
17
|
-
* Plan identifier string.
|
18
|
-
*/
|
19
|
-
plan?: string;
|
20
|
-
/**
|
21
|
-
* Link to HTML with Microsoft and Publisher terms.
|
22
|
-
*/
|
23
|
-
licenseTextLink?: string;
|
24
|
-
/**
|
25
|
-
* Link to the privacy policy of the publisher.
|
26
|
-
*/
|
27
|
-
privacyPolicyLink?: string;
|
28
|
-
/**
|
29
|
-
* Date and time in UTC of when the terms were accepted. This is empty if Accepted is false.
|
30
|
-
*/
|
31
|
-
retrieveDatetime?: Date;
|
32
|
-
/**
|
33
|
-
* Terms signature.
|
34
|
-
*/
|
35
|
-
signature?: string;
|
36
|
-
/**
|
37
|
-
* If any version of the terms have been accepted, otherwise false.
|
38
|
-
*/
|
39
|
-
accepted?: boolean;
|
40
|
-
}
|
41
|
-
/**
|
42
|
-
* Metadata pertaining to creation and last modification of the resource.
|
43
|
-
*/
|
44
|
-
export interface SystemData {
|
45
|
-
/**
|
46
|
-
* The identity that created the resource.
|
47
|
-
*/
|
48
|
-
createdBy?: string;
|
49
|
-
/**
|
50
|
-
* The type of identity that created the resource. Possible values include: 'User',
|
51
|
-
* 'Application', 'ManagedIdentity', 'Key'
|
52
|
-
*/
|
53
|
-
createdByType?: CreatedByType;
|
54
|
-
/**
|
55
|
-
* The timestamp of resource creation (UTC).
|
56
|
-
*/
|
57
|
-
createdAt?: Date;
|
58
|
-
/**
|
59
|
-
* The identity that last modified the resource.
|
60
|
-
*/
|
61
|
-
lastModifiedBy?: string;
|
62
|
-
/**
|
63
|
-
* The type of identity that last modified the resource. Possible values include: 'User',
|
64
|
-
* 'Application', 'ManagedIdentity', 'Key'
|
65
|
-
*/
|
66
|
-
lastModifiedByType?: CreatedByType;
|
67
|
-
/**
|
68
|
-
* The timestamp of resource last modification (UTC)
|
69
|
-
*/
|
70
|
-
lastModifiedAt?: Date;
|
71
|
-
}
|
72
|
-
/**
|
73
|
-
* An interface representing DatadogAgreementResource.
|
74
|
-
*/
|
75
|
-
export interface DatadogAgreementResource extends BaseResource {
|
76
|
-
/**
|
77
|
-
* ARM id of the resource.
|
78
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
79
|
-
*/
|
80
|
-
readonly id?: string;
|
81
|
-
/**
|
82
|
-
* Name of the agreement.
|
83
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
84
|
-
*/
|
85
|
-
readonly name?: string;
|
86
|
-
/**
|
87
|
-
* The type of the resource.
|
88
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
89
|
-
*/
|
90
|
-
readonly type?: string;
|
91
|
-
/**
|
92
|
-
* Represents the properties of the resource.
|
93
|
-
*/
|
94
|
-
properties?: DatadogAgreementProperties;
|
95
|
-
/**
|
96
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
97
|
-
*/
|
98
|
-
readonly systemData?: SystemData;
|
99
|
-
}
|
100
|
-
/**
|
101
|
-
* An interface representing DatadogApiKey.
|
102
|
-
*/
|
103
|
-
export interface DatadogApiKey {
|
104
|
-
/**
|
105
|
-
* The user that created the API key.
|
106
|
-
*/
|
107
|
-
createdBy?: string;
|
108
|
-
/**
|
109
|
-
* The name of the API key.
|
110
|
-
*/
|
111
|
-
name?: string;
|
112
|
-
/**
|
113
|
-
* The value of the API key.
|
114
|
-
*/
|
115
|
-
key: string;
|
116
|
-
/**
|
117
|
-
* The time of creation of the API key.
|
118
|
-
*/
|
119
|
-
created?: string;
|
120
|
-
}
|
121
|
-
/**
|
122
|
-
* An interface representing DatadogInstallMethod.
|
123
|
-
*/
|
124
|
-
export interface DatadogInstallMethod {
|
125
|
-
/**
|
126
|
-
* The tool.
|
127
|
-
*/
|
128
|
-
tool?: string;
|
129
|
-
/**
|
130
|
-
* The tool version.
|
131
|
-
*/
|
132
|
-
toolVersion?: string;
|
133
|
-
/**
|
134
|
-
* The installer version.
|
135
|
-
*/
|
136
|
-
installerVersion?: string;
|
137
|
-
}
|
138
|
-
/**
|
139
|
-
* An interface representing DatadogLogsAgent.
|
140
|
-
*/
|
141
|
-
export interface DatadogLogsAgent {
|
142
|
-
/**
|
143
|
-
* The transport.
|
144
|
-
*/
|
145
|
-
transport?: string;
|
146
|
-
}
|
147
|
-
/**
|
148
|
-
* An interface representing DatadogHostMetadata.
|
149
|
-
*/
|
150
|
-
export interface DatadogHostMetadata {
|
151
|
-
/**
|
152
|
-
* The agent version.
|
153
|
-
*/
|
154
|
-
agentVersion?: string;
|
155
|
-
installMethod?: DatadogInstallMethod;
|
156
|
-
logsAgent?: DatadogLogsAgent;
|
157
|
-
}
|
158
|
-
/**
|
159
|
-
* An interface representing DatadogHost.
|
160
|
-
*/
|
161
|
-
export interface DatadogHost {
|
162
|
-
/**
|
163
|
-
* The name of the host.
|
164
|
-
*/
|
165
|
-
name?: string;
|
166
|
-
/**
|
167
|
-
* The aliases for the host.
|
168
|
-
*/
|
169
|
-
aliases?: string[];
|
170
|
-
/**
|
171
|
-
* The Datadog integrations reporting metrics for the host.
|
172
|
-
*/
|
173
|
-
apps?: string[];
|
174
|
-
meta?: DatadogHostMetadata;
|
175
|
-
}
|
176
|
-
/**
|
177
|
-
* The definition of a linked resource.
|
178
|
-
*/
|
179
|
-
export interface LinkedResource {
|
180
|
-
/**
|
181
|
-
* The ARM id of the linked resource.
|
182
|
-
*/
|
183
|
-
id?: string;
|
184
|
-
}
|
185
|
-
/**
|
186
|
-
* The properties of a resource currently being monitored by the Datadog monitor resource.
|
187
|
-
*/
|
188
|
-
export interface MonitoredResource {
|
189
|
-
/**
|
190
|
-
* The ARM id of the resource.
|
191
|
-
*/
|
192
|
-
id?: string;
|
193
|
-
/**
|
194
|
-
* Flag indicating if resource is sending metrics to Datadog.
|
195
|
-
*/
|
196
|
-
sendingMetrics?: boolean;
|
197
|
-
/**
|
198
|
-
* Reason for why the resource is sending metrics (or why it is not sending).
|
199
|
-
*/
|
200
|
-
reasonForMetricsStatus?: string;
|
201
|
-
/**
|
202
|
-
* Flag indicating if resource is sending logs to Datadog.
|
203
|
-
*/
|
204
|
-
sendingLogs?: boolean;
|
205
|
-
/**
|
206
|
-
* Reason for why the resource is sending logs (or why it is not sending).
|
207
|
-
*/
|
208
|
-
reasonForLogsStatus?: string;
|
209
|
-
}
|
210
|
-
/**
|
211
|
-
* The object that represents the operation.
|
212
|
-
*/
|
213
|
-
export interface OperationDisplay {
|
214
|
-
/**
|
215
|
-
* Service provider, i.e., Microsoft.Datadog.
|
216
|
-
*/
|
217
|
-
provider?: string;
|
218
|
-
/**
|
219
|
-
* Type on which the operation is performed, e.g., 'monitors'.
|
220
|
-
*/
|
221
|
-
resource?: string;
|
222
|
-
/**
|
223
|
-
* Operation type, e.g., read, write, delete, etc.
|
224
|
-
*/
|
225
|
-
operation?: string;
|
226
|
-
/**
|
227
|
-
* Description of the operation, e.g., 'Write monitors'.
|
228
|
-
*/
|
229
|
-
description?: string;
|
230
|
-
}
|
231
|
-
/**
|
232
|
-
* A Microsoft.Datadog REST API operation.
|
233
|
-
*/
|
234
|
-
export interface OperationResult {
|
235
|
-
/**
|
236
|
-
* Operation name, i.e., {provider}/{resource}/{operation}.
|
237
|
-
*/
|
238
|
-
name?: string;
|
239
|
-
display?: OperationDisplay;
|
240
|
-
/**
|
241
|
-
* Indicates whether the operation is a data action
|
242
|
-
*/
|
243
|
-
isDataAction?: boolean;
|
244
|
-
}
|
245
|
-
/**
|
246
|
-
* An interface representing ResourceSku.
|
247
|
-
*/
|
248
|
-
export interface ResourceSku {
|
249
|
-
/**
|
250
|
-
* Name of the SKU.
|
251
|
-
*/
|
252
|
-
name: string;
|
253
|
-
}
|
254
|
-
/**
|
255
|
-
* Datadog organization properties
|
256
|
-
*/
|
257
|
-
export interface DatadogOrganizationProperties {
|
258
|
-
/**
|
259
|
-
* Name of the Datadog organization.
|
260
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
261
|
-
*/
|
262
|
-
readonly name?: string;
|
263
|
-
/**
|
264
|
-
* Id of the Datadog organization.
|
265
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
266
|
-
*/
|
267
|
-
readonly id?: string;
|
268
|
-
/**
|
269
|
-
* The auth code used to linking to an existing datadog organization.
|
270
|
-
*/
|
271
|
-
linkingAuthCode?: string;
|
272
|
-
/**
|
273
|
-
* The client_id from an existing in exchange for an auth token to link organization.
|
274
|
-
*/
|
275
|
-
linkingClientId?: string;
|
276
|
-
/**
|
277
|
-
* The redirect uri for linking.
|
278
|
-
*/
|
279
|
-
redirectUri?: string;
|
280
|
-
/**
|
281
|
-
* Api key associated to the Datadog organization.
|
282
|
-
*/
|
283
|
-
apiKey?: string;
|
284
|
-
/**
|
285
|
-
* Application key associated to the Datadog organization.
|
286
|
-
*/
|
287
|
-
applicationKey?: string;
|
288
|
-
/**
|
289
|
-
* The Id of the Enterprise App used for Single sign on.
|
290
|
-
*/
|
291
|
-
enterpriseAppId?: string;
|
292
|
-
}
|
293
|
-
/**
|
294
|
-
* User info
|
295
|
-
*/
|
296
|
-
export interface UserInfo {
|
297
|
-
/**
|
298
|
-
* Name of the user
|
299
|
-
*/
|
300
|
-
name?: string;
|
301
|
-
/**
|
302
|
-
* Email of the user used by Datadog for contacting them if needed
|
303
|
-
*/
|
304
|
-
emailAddress?: string;
|
305
|
-
/**
|
306
|
-
* Phone number of the user used by Datadog for contacting them if needed
|
307
|
-
*/
|
308
|
-
phoneNumber?: string;
|
309
|
-
}
|
310
|
-
/**
|
311
|
-
* Properties specific to the monitor resource.
|
312
|
-
*/
|
313
|
-
export interface MonitorProperties {
|
314
|
-
/**
|
315
|
-
* Possible values include: 'Accepted', 'Creating', 'Updating', 'Deleting', 'Succeeded',
|
316
|
-
* 'Failed', 'Canceled', 'Deleted', 'NotSpecified'
|
317
|
-
*/
|
318
|
-
provisioningState?: ProvisioningState;
|
319
|
-
/**
|
320
|
-
* Possible values include: 'Enabled', 'Disabled'. Default value: 'Enabled'.
|
321
|
-
*/
|
322
|
-
monitoringStatus?: MonitoringStatus;
|
323
|
-
/**
|
324
|
-
* Possible values include: 'Provisioning', 'Active', 'Suspended', 'Unsubscribed'
|
325
|
-
*/
|
326
|
-
marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
|
327
|
-
datadogOrganizationProperties?: DatadogOrganizationProperties;
|
328
|
-
userInfo?: UserInfo;
|
329
|
-
/**
|
330
|
-
* Possible values include: 'Unknown', 'MonitorLogs'
|
331
|
-
*/
|
332
|
-
liftrResourceCategory?: LiftrResourceCategories;
|
333
|
-
/**
|
334
|
-
* The priority of the resource.
|
335
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
336
|
-
*/
|
337
|
-
readonly liftrResourcePreference?: number;
|
338
|
-
}
|
339
|
-
/**
|
340
|
-
* An interface representing IdentityProperties.
|
341
|
-
*/
|
342
|
-
export interface IdentityProperties {
|
343
|
-
/**
|
344
|
-
* The identity ID.
|
345
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
346
|
-
*/
|
347
|
-
readonly principalId?: string;
|
348
|
-
/**
|
349
|
-
* The tenant ID of resource.
|
350
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
351
|
-
*/
|
352
|
-
readonly tenantId?: string;
|
353
|
-
/**
|
354
|
-
* Possible values include: 'SystemAssigned', 'UserAssigned'
|
355
|
-
*/
|
356
|
-
type?: ManagedIdentityTypes;
|
357
|
-
}
|
358
|
-
/**
|
359
|
-
* An interface representing DatadogMonitorResource.
|
360
|
-
*/
|
361
|
-
export interface DatadogMonitorResource extends BaseResource {
|
362
|
-
/**
|
363
|
-
* ARM id of the monitor resource.
|
364
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
365
|
-
*/
|
366
|
-
readonly id?: string;
|
367
|
-
/**
|
368
|
-
* Name of the monitor resource.
|
369
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
370
|
-
*/
|
371
|
-
readonly name?: string;
|
372
|
-
/**
|
373
|
-
* The type of the monitor resource.
|
374
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
375
|
-
*/
|
376
|
-
readonly type?: string;
|
377
|
-
sku?: ResourceSku;
|
378
|
-
properties?: MonitorProperties;
|
379
|
-
identity?: IdentityProperties;
|
380
|
-
tags?: {
|
381
|
-
[propertyName: string]: string;
|
382
|
-
};
|
383
|
-
location: string;
|
384
|
-
/**
|
385
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
386
|
-
*/
|
387
|
-
readonly systemData?: SystemData;
|
388
|
-
}
|
389
|
-
/**
|
390
|
-
* The set of properties that can be update in a PATCH request to a monitor resource.
|
391
|
-
*/
|
392
|
-
export interface MonitorUpdateProperties {
|
393
|
-
/**
|
394
|
-
* Possible values include: 'Enabled', 'Disabled'. Default value: 'Enabled'.
|
395
|
-
*/
|
396
|
-
monitoringStatus?: MonitoringStatus;
|
397
|
-
}
|
398
|
-
/**
|
399
|
-
* The parameters for a PATCH request to a monitor resource.
|
400
|
-
*/
|
401
|
-
export interface DatadogMonitorResourceUpdateParameters {
|
402
|
-
properties?: MonitorUpdateProperties;
|
403
|
-
/**
|
404
|
-
* The new tags of the monitor resource.
|
405
|
-
*/
|
406
|
-
tags?: {
|
407
|
-
[propertyName: string]: string;
|
408
|
-
};
|
409
|
-
sku?: ResourceSku;
|
410
|
-
}
|
411
|
-
/**
|
412
|
-
* An interface representing DatadogSetPasswordLink.
|
413
|
-
*/
|
414
|
-
export interface DatadogSetPasswordLink {
|
415
|
-
setPasswordLink?: string;
|
416
|
-
}
|
417
|
-
/**
|
418
|
-
* The definition of a filtering tag. Filtering tags are used for capturing resources and
|
419
|
-
* include/exclude them from being monitored.
|
420
|
-
*/
|
421
|
-
export interface FilteringTag {
|
422
|
-
/**
|
423
|
-
* The name (also known as the key) of the tag.
|
424
|
-
*/
|
425
|
-
name?: string;
|
426
|
-
/**
|
427
|
-
* The value of the tag.
|
428
|
-
*/
|
429
|
-
value?: string;
|
430
|
-
/**
|
431
|
-
* Possible values include: 'Include', 'Exclude'
|
432
|
-
*/
|
433
|
-
action?: TagAction;
|
434
|
-
}
|
435
|
-
/**
|
436
|
-
* Set of rules for sending logs for the Monitor resource.
|
437
|
-
*/
|
438
|
-
export interface LogRules {
|
439
|
-
/**
|
440
|
-
* Flag specifying if AAD logs should be sent for the Monitor resource.
|
441
|
-
*/
|
442
|
-
sendAadLogs?: boolean;
|
443
|
-
/**
|
444
|
-
* Flag specifying if Azure subscription logs should be sent for the Monitor resource.
|
445
|
-
*/
|
446
|
-
sendSubscriptionLogs?: boolean;
|
447
|
-
/**
|
448
|
-
* Flag specifying if Azure resource logs should be sent for the Monitor resource.
|
449
|
-
*/
|
450
|
-
sendResourceLogs?: boolean;
|
451
|
-
/**
|
452
|
-
* List of filtering tags to be used for capturing logs. This only takes effect if
|
453
|
-
* SendResourceLogs flag is enabled. If empty, all resources will be captured. If only Exclude
|
454
|
-
* action is specified, the rules will apply to the list of all available resources. If Include
|
455
|
-
* actions are specified, the rules will only include resources with the associated tags.
|
456
|
-
*/
|
457
|
-
filteringTags?: FilteringTag[];
|
458
|
-
}
|
459
|
-
/**
|
460
|
-
* Set of rules for sending metrics for the Monitor resource.
|
461
|
-
*/
|
462
|
-
export interface MetricRules {
|
463
|
-
/**
|
464
|
-
* List of filtering tags to be used for capturing metrics. If empty, all resources will be
|
465
|
-
* captured. If only Exclude action is specified, the rules will apply to the list of all
|
466
|
-
* available resources. If Include actions are specified, the rules will only include resources
|
467
|
-
* with the associated tags.
|
468
|
-
*/
|
469
|
-
filteringTags?: FilteringTag[];
|
470
|
-
}
|
471
|
-
/**
|
472
|
-
* Definition of the properties for a TagRules resource.
|
473
|
-
*/
|
474
|
-
export interface MonitoringTagRulesProperties {
|
475
|
-
/**
|
476
|
-
* Possible values include: 'Accepted', 'Creating', 'Updating', 'Deleting', 'Succeeded',
|
477
|
-
* 'Failed', 'Canceled', 'Deleted', 'NotSpecified'
|
478
|
-
*/
|
479
|
-
provisioningState?: ProvisioningState;
|
480
|
-
logRules?: LogRules;
|
481
|
-
metricRules?: MetricRules;
|
482
|
-
}
|
483
|
-
/**
|
484
|
-
* Capture logs and metrics of Azure resources based on ARM tags.
|
485
|
-
*/
|
486
|
-
export interface MonitoringTagRules extends BaseResource {
|
487
|
-
/**
|
488
|
-
* Name of the rule set.
|
489
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
490
|
-
*/
|
491
|
-
readonly name?: string;
|
492
|
-
/**
|
493
|
-
* The id of the rule set.
|
494
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
495
|
-
*/
|
496
|
-
readonly id?: string;
|
497
|
-
/**
|
498
|
-
* The type of the rule set.
|
499
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
500
|
-
*/
|
501
|
-
readonly type?: string;
|
502
|
-
properties?: MonitoringTagRulesProperties;
|
503
|
-
/**
|
504
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
505
|
-
*/
|
506
|
-
readonly systemData?: SystemData;
|
507
|
-
}
|
508
|
-
/**
|
509
|
-
* An interface representing DatadogSingleSignOnProperties.
|
510
|
-
*/
|
511
|
-
export interface DatadogSingleSignOnProperties {
|
512
|
-
/**
|
513
|
-
* Possible values include: 'Accepted', 'Creating', 'Updating', 'Deleting', 'Succeeded',
|
514
|
-
* 'Failed', 'Canceled', 'Deleted', 'NotSpecified'
|
515
|
-
*/
|
516
|
-
provisioningState?: ProvisioningState;
|
517
|
-
/**
|
518
|
-
* Possible values include: 'Initial', 'Enable', 'Disable', 'Existing'
|
519
|
-
*/
|
520
|
-
singleSignOnState?: SingleSignOnStates;
|
521
|
-
/**
|
522
|
-
* The Id of the Enterprise App used for Single sign-on.
|
523
|
-
*/
|
524
|
-
enterpriseAppId?: string;
|
525
|
-
/**
|
526
|
-
* The login URL specific to this Datadog Organization.
|
527
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
528
|
-
*/
|
529
|
-
readonly singleSignOnUrl?: string;
|
530
|
-
}
|
531
|
-
/**
|
532
|
-
* An interface representing DatadogSingleSignOnResource.
|
533
|
-
*/
|
534
|
-
export interface DatadogSingleSignOnResource extends BaseResource {
|
535
|
-
/**
|
536
|
-
* ARM id of the resource.
|
537
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
538
|
-
*/
|
539
|
-
readonly id?: string;
|
540
|
-
/**
|
541
|
-
* Name of the configuration.
|
542
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
543
|
-
*/
|
544
|
-
readonly name?: string;
|
545
|
-
/**
|
546
|
-
* The type of the resource.
|
547
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
548
|
-
*/
|
549
|
-
readonly type?: string;
|
550
|
-
properties?: DatadogSingleSignOnProperties;
|
551
|
-
/**
|
552
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
553
|
-
*/
|
554
|
-
readonly systemData?: SystemData;
|
555
|
-
}
|
556
|
-
/**
|
557
|
-
* The resource management error additional info.
|
558
|
-
*/
|
559
|
-
export interface ErrorAdditionalInfo {
|
560
|
-
/**
|
561
|
-
* The additional info type.
|
562
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
563
|
-
*/
|
564
|
-
readonly type?: string;
|
565
|
-
/**
|
566
|
-
* The additional info.
|
567
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
568
|
-
*/
|
569
|
-
readonly info?: any;
|
570
|
-
}
|
571
|
-
/**
|
572
|
-
* The error detail.
|
573
|
-
*/
|
574
|
-
export interface ErrorDetail {
|
575
|
-
/**
|
576
|
-
* The error code.
|
577
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
578
|
-
*/
|
579
|
-
readonly code?: string;
|
580
|
-
/**
|
581
|
-
* The error message.
|
582
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
583
|
-
*/
|
584
|
-
readonly message?: string;
|
585
|
-
/**
|
586
|
-
* The error target.
|
587
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
588
|
-
*/
|
589
|
-
readonly target?: string;
|
590
|
-
/**
|
591
|
-
* The error details.
|
592
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
593
|
-
*/
|
594
|
-
readonly details?: ErrorDetail[];
|
595
|
-
/**
|
596
|
-
* The error additional info.
|
597
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
598
|
-
*/
|
599
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
600
|
-
}
|
601
|
-
/**
|
602
|
-
* Common error response for all Azure Resource Manager APIs to return error details for failed
|
603
|
-
* operations. (This also follows the OData error response format.).
|
604
|
-
* @summary Error response
|
605
|
-
*/
|
606
|
-
export interface ErrorResponse {
|
607
|
-
/**
|
608
|
-
* The error object.
|
609
|
-
*/
|
610
|
-
error?: ErrorDetail;
|
611
|
-
}
|
612
|
-
/**
|
613
|
-
* Optional Parameters.
|
614
|
-
*/
|
615
|
-
export interface MarketplaceAgreementsCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
|
616
|
-
body?: DatadogAgreementResource;
|
617
|
-
}
|
618
|
-
/**
|
619
|
-
* Optional Parameters.
|
620
|
-
*/
|
621
|
-
export interface MonitorsSetDefaultKeyOptionalParams extends msRest.RequestOptionsBase {
|
622
|
-
body?: DatadogApiKey;
|
623
|
-
}
|
624
|
-
/**
|
625
|
-
* Optional Parameters.
|
626
|
-
*/
|
627
|
-
export interface MonitorsCreateOptionalParams extends msRest.RequestOptionsBase {
|
628
|
-
body?: DatadogMonitorResource;
|
629
|
-
}
|
630
|
-
/**
|
631
|
-
* Optional Parameters.
|
632
|
-
*/
|
633
|
-
export interface MonitorsUpdateOptionalParams extends msRest.RequestOptionsBase {
|
634
|
-
body?: DatadogMonitorResourceUpdateParameters;
|
635
|
-
}
|
636
|
-
/**
|
637
|
-
* Optional Parameters.
|
638
|
-
*/
|
639
|
-
export interface MonitorsBeginCreateOptionalParams extends msRest.RequestOptionsBase {
|
640
|
-
body?: DatadogMonitorResource;
|
641
|
-
}
|
642
|
-
/**
|
643
|
-
* Optional Parameters.
|
644
|
-
*/
|
645
|
-
export interface MonitorsBeginUpdateOptionalParams extends msRest.RequestOptionsBase {
|
646
|
-
body?: DatadogMonitorResourceUpdateParameters;
|
647
|
-
}
|
648
|
-
/**
|
649
|
-
* Optional Parameters.
|
650
|
-
*/
|
651
|
-
export interface TagRulesCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
|
652
|
-
body?: MonitoringTagRules;
|
653
|
-
}
|
654
|
-
/**
|
655
|
-
* Optional Parameters.
|
656
|
-
*/
|
657
|
-
export interface SingleSignOnConfigurationsCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
|
658
|
-
body?: DatadogSingleSignOnResource;
|
659
|
-
}
|
660
|
-
/**
|
661
|
-
* Optional Parameters.
|
662
|
-
*/
|
663
|
-
export interface SingleSignOnConfigurationsBeginCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
|
664
|
-
body?: DatadogSingleSignOnResource;
|
665
|
-
}
|
666
|
-
/**
|
667
|
-
* An interface representing MicrosoftDatadogClientOptions.
|
668
|
-
*/
|
669
|
-
export interface MicrosoftDatadogClientOptions extends AzureServiceClientOptions {
|
670
|
-
baseUri?: string;
|
671
|
-
}
|
672
|
-
/**
|
673
|
-
* @interface
|
674
|
-
* Response of a list operation.
|
675
|
-
* @extends Array<DatadogAgreementResource>
|
676
|
-
*/
|
677
|
-
export interface DatadogAgreementResourceListResponse extends Array<DatadogAgreementResource> {
|
678
|
-
/**
|
679
|
-
* Link to the next set of results, if any.
|
680
|
-
*/
|
681
|
-
nextLink?: string;
|
682
|
-
}
|
683
|
-
/**
|
684
|
-
* @interface
|
685
|
-
* Response of a list operation.
|
686
|
-
* @extends Array<DatadogApiKey>
|
687
|
-
*/
|
688
|
-
export interface DatadogApiKeyListResponse extends Array<DatadogApiKey> {
|
689
|
-
/**
|
690
|
-
* Link to the next set of results, if any.
|
691
|
-
*/
|
692
|
-
nextLink?: string;
|
693
|
-
}
|
694
|
-
/**
|
695
|
-
* @interface
|
696
|
-
* Response of a list operation.
|
697
|
-
* @extends Array<DatadogHost>
|
698
|
-
*/
|
699
|
-
export interface DatadogHostListResponse extends Array<DatadogHost> {
|
700
|
-
/**
|
701
|
-
* Link to the next set of results, if any.
|
702
|
-
*/
|
703
|
-
nextLink?: string;
|
704
|
-
}
|
705
|
-
/**
|
706
|
-
* @interface
|
707
|
-
* Response of a list operation.
|
708
|
-
* @extends Array<LinkedResource>
|
709
|
-
*/
|
710
|
-
export interface LinkedResourceListResponse extends Array<LinkedResource> {
|
711
|
-
/**
|
712
|
-
* Link to the next set of results, if any.
|
713
|
-
*/
|
714
|
-
nextLink?: string;
|
715
|
-
}
|
716
|
-
/**
|
717
|
-
* @interface
|
718
|
-
* Response of a list operation.
|
719
|
-
* @extends Array<MonitoredResource>
|
720
|
-
*/
|
721
|
-
export interface MonitoredResourceListResponse extends Array<MonitoredResource> {
|
722
|
-
/**
|
723
|
-
* Link to the next set of results, if any.
|
724
|
-
*/
|
725
|
-
nextLink?: string;
|
726
|
-
}
|
727
|
-
/**
|
728
|
-
* @interface
|
729
|
-
* Response of a list operation.
|
730
|
-
* @extends Array<DatadogMonitorResource>
|
731
|
-
*/
|
732
|
-
export interface DatadogMonitorResourceListResponse extends Array<DatadogMonitorResource> {
|
733
|
-
/**
|
734
|
-
* Link to the next set of results, if any.
|
735
|
-
*/
|
736
|
-
nextLink?: string;
|
737
|
-
}
|
738
|
-
/**
|
739
|
-
* @interface
|
740
|
-
* Result of GET request to list the Microsoft.Datadog operations.
|
741
|
-
* @extends Array<OperationResult>
|
742
|
-
*/
|
743
|
-
export interface OperationListResult extends Array<OperationResult> {
|
744
|
-
/**
|
745
|
-
* URL to get the next set of operation list results if there are any.
|
746
|
-
*/
|
747
|
-
nextLink?: string;
|
748
|
-
}
|
749
|
-
/**
|
750
|
-
* @interface
|
751
|
-
* Response of a list operation.
|
752
|
-
* @extends Array<MonitoringTagRules>
|
753
|
-
*/
|
754
|
-
export interface MonitoringTagRulesListResponse extends Array<MonitoringTagRules> {
|
755
|
-
/**
|
756
|
-
* Link to the next set of results, if any.
|
757
|
-
*/
|
758
|
-
nextLink?: string;
|
759
|
-
}
|
760
|
-
/**
|
761
|
-
* @interface
|
762
|
-
* Response of a list operation.
|
763
|
-
* @extends Array<DatadogSingleSignOnResource>
|
764
|
-
*/
|
765
|
-
export interface DatadogSingleSignOnResourceListResponse extends Array<DatadogSingleSignOnResource> {
|
766
|
-
/**
|
767
|
-
* Link to the next set of results, if any.
|
768
|
-
*/
|
769
|
-
nextLink?: string;
|
770
|
-
}
|
771
|
-
/**
|
772
|
-
* Defines values for CreatedByType.
|
773
|
-
* Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
|
774
|
-
* @readonly
|
775
|
-
* @enum {string}
|
776
|
-
*/
|
777
|
-
export declare type CreatedByType = "User" | "Application" | "ManagedIdentity" | "Key";
|
778
|
-
/**
|
779
|
-
* Defines values for ProvisioningState.
|
780
|
-
* Possible values include: 'Accepted', 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed',
|
781
|
-
* 'Canceled', 'Deleted', 'NotSpecified'
|
782
|
-
* @readonly
|
783
|
-
* @enum {string}
|
784
|
-
*/
|
785
|
-
export declare type ProvisioningState = "Accepted" | "Creating" | "Updating" | "Deleting" | "Succeeded" | "Failed" | "Canceled" | "Deleted" | "NotSpecified";
|
786
|
-
/**
|
787
|
-
* Defines values for MonitoringStatus.
|
788
|
-
* Possible values include: 'Enabled', 'Disabled'
|
789
|
-
* @readonly
|
790
|
-
* @enum {string}
|
791
|
-
*/
|
792
|
-
export declare type MonitoringStatus = "Enabled" | "Disabled";
|
793
|
-
/**
|
794
|
-
* Defines values for MarketplaceSubscriptionStatus.
|
795
|
-
* Possible values include: 'Provisioning', 'Active', 'Suspended', 'Unsubscribed'
|
796
|
-
* @readonly
|
797
|
-
* @enum {string}
|
798
|
-
*/
|
799
|
-
export declare type MarketplaceSubscriptionStatus = "Provisioning" | "Active" | "Suspended" | "Unsubscribed";
|
800
|
-
/**
|
801
|
-
* Defines values for LiftrResourceCategories.
|
802
|
-
* Possible values include: 'Unknown', 'MonitorLogs'
|
803
|
-
* @readonly
|
804
|
-
* @enum {string}
|
805
|
-
*/
|
806
|
-
export declare type LiftrResourceCategories = "Unknown" | "MonitorLogs";
|
807
|
-
/**
|
808
|
-
* Defines values for ManagedIdentityTypes.
|
809
|
-
* Possible values include: 'SystemAssigned', 'UserAssigned'
|
810
|
-
* @readonly
|
811
|
-
* @enum {string}
|
812
|
-
*/
|
813
|
-
export declare type ManagedIdentityTypes = "SystemAssigned" | "UserAssigned";
|
814
|
-
/**
|
815
|
-
* Defines values for TagAction.
|
816
|
-
* Possible values include: 'Include', 'Exclude'
|
817
|
-
* @readonly
|
818
|
-
* @enum {string}
|
819
|
-
*/
|
820
|
-
export declare type TagAction = "Include" | "Exclude";
|
821
|
-
/**
|
822
|
-
* Defines values for SingleSignOnStates.
|
823
|
-
* Possible values include: 'Initial', 'Enable', 'Disable', 'Existing'
|
824
|
-
* @readonly
|
825
|
-
* @enum {string}
|
826
|
-
*/
|
827
|
-
export declare type SingleSignOnStates = "Initial" | "Enable" | "Disable" | "Existing";
|
828
|
-
/**
|
829
|
-
* Contains response data for the list operation.
|
830
|
-
*/
|
831
|
-
export declare type MarketplaceAgreementsListResponse = DatadogAgreementResourceListResponse & {
|
832
|
-
/**
|
833
|
-
* The underlying HTTP response.
|
834
|
-
*/
|
835
|
-
_response: msRest.HttpResponse & {
|
836
|
-
/**
|
837
|
-
* The response body as text (string format)
|
838
|
-
*/
|
839
|
-
bodyAsText: string;
|
840
|
-
/**
|
841
|
-
* The response body as parsed JSON or XML
|
842
|
-
*/
|
843
|
-
parsedBody: DatadogAgreementResourceListResponse;
|
844
|
-
};
|
845
|
-
};
|
846
|
-
/**
|
847
|
-
* Contains response data for the createOrUpdate operation.
|
848
|
-
*/
|
849
|
-
export declare type MarketplaceAgreementsCreateOrUpdateResponse = DatadogAgreementResource & {
|
850
|
-
/**
|
851
|
-
* The underlying HTTP response.
|
852
|
-
*/
|
853
|
-
_response: msRest.HttpResponse & {
|
854
|
-
/**
|
855
|
-
* The response body as text (string format)
|
856
|
-
*/
|
857
|
-
bodyAsText: string;
|
858
|
-
/**
|
859
|
-
* The response body as parsed JSON or XML
|
860
|
-
*/
|
861
|
-
parsedBody: DatadogAgreementResource;
|
862
|
-
};
|
863
|
-
};
|
864
|
-
/**
|
865
|
-
* Contains response data for the listNext operation.
|
866
|
-
*/
|
867
|
-
export declare type MarketplaceAgreementsListNextResponse = DatadogAgreementResourceListResponse & {
|
868
|
-
/**
|
869
|
-
* The underlying HTTP response.
|
870
|
-
*/
|
871
|
-
_response: msRest.HttpResponse & {
|
872
|
-
/**
|
873
|
-
* The response body as text (string format)
|
874
|
-
*/
|
875
|
-
bodyAsText: string;
|
876
|
-
/**
|
877
|
-
* The response body as parsed JSON or XML
|
878
|
-
*/
|
879
|
-
parsedBody: DatadogAgreementResourceListResponse;
|
880
|
-
};
|
881
|
-
};
|
882
|
-
/**
|
883
|
-
* Contains response data for the listApiKeys operation.
|
884
|
-
*/
|
885
|
-
export declare type MonitorsListApiKeysResponse = DatadogApiKeyListResponse & {
|
886
|
-
/**
|
887
|
-
* The underlying HTTP response.
|
888
|
-
*/
|
889
|
-
_response: msRest.HttpResponse & {
|
890
|
-
/**
|
891
|
-
* The response body as text (string format)
|
892
|
-
*/
|
893
|
-
bodyAsText: string;
|
894
|
-
/**
|
895
|
-
* The response body as parsed JSON or XML
|
896
|
-
*/
|
897
|
-
parsedBody: DatadogApiKeyListResponse;
|
898
|
-
};
|
899
|
-
};
|
900
|
-
/**
|
901
|
-
* Contains response data for the getDefaultKey operation.
|
902
|
-
*/
|
903
|
-
export declare type MonitorsGetDefaultKeyResponse = DatadogApiKey & {
|
904
|
-
/**
|
905
|
-
* The underlying HTTP response.
|
906
|
-
*/
|
907
|
-
_response: msRest.HttpResponse & {
|
908
|
-
/**
|
909
|
-
* The response body as text (string format)
|
910
|
-
*/
|
911
|
-
bodyAsText: string;
|
912
|
-
/**
|
913
|
-
* The response body as parsed JSON or XML
|
914
|
-
*/
|
915
|
-
parsedBody: DatadogApiKey;
|
916
|
-
};
|
917
|
-
};
|
918
|
-
/**
|
919
|
-
* Contains response data for the listHosts operation.
|
920
|
-
*/
|
921
|
-
export declare type MonitorsListHostsResponse = DatadogHostListResponse & {
|
922
|
-
/**
|
923
|
-
* The underlying HTTP response.
|
924
|
-
*/
|
925
|
-
_response: msRest.HttpResponse & {
|
926
|
-
/**
|
927
|
-
* The response body as text (string format)
|
928
|
-
*/
|
929
|
-
bodyAsText: string;
|
930
|
-
/**
|
931
|
-
* The response body as parsed JSON or XML
|
932
|
-
*/
|
933
|
-
parsedBody: DatadogHostListResponse;
|
934
|
-
};
|
935
|
-
};
|
936
|
-
/**
|
937
|
-
* Contains response data for the listLinkedResources operation.
|
938
|
-
*/
|
939
|
-
export declare type MonitorsListLinkedResourcesResponse = LinkedResourceListResponse & {
|
940
|
-
/**
|
941
|
-
* The underlying HTTP response.
|
942
|
-
*/
|
943
|
-
_response: msRest.HttpResponse & {
|
944
|
-
/**
|
945
|
-
* The response body as text (string format)
|
946
|
-
*/
|
947
|
-
bodyAsText: string;
|
948
|
-
/**
|
949
|
-
* The response body as parsed JSON or XML
|
950
|
-
*/
|
951
|
-
parsedBody: LinkedResourceListResponse;
|
952
|
-
};
|
953
|
-
};
|
954
|
-
/**
|
955
|
-
* Contains response data for the listMonitoredResources operation.
|
956
|
-
*/
|
957
|
-
export declare type MonitorsListMonitoredResourcesResponse = MonitoredResourceListResponse & {
|
958
|
-
/**
|
959
|
-
* The underlying HTTP response.
|
960
|
-
*/
|
961
|
-
_response: msRest.HttpResponse & {
|
962
|
-
/**
|
963
|
-
* The response body as text (string format)
|
964
|
-
*/
|
965
|
-
bodyAsText: string;
|
966
|
-
/**
|
967
|
-
* The response body as parsed JSON or XML
|
968
|
-
*/
|
969
|
-
parsedBody: MonitoredResourceListResponse;
|
970
|
-
};
|
971
|
-
};
|
972
|
-
/**
|
973
|
-
* Contains response data for the list operation.
|
974
|
-
*/
|
975
|
-
export declare type MonitorsListResponse = DatadogMonitorResourceListResponse & {
|
976
|
-
/**
|
977
|
-
* The underlying HTTP response.
|
978
|
-
*/
|
979
|
-
_response: msRest.HttpResponse & {
|
980
|
-
/**
|
981
|
-
* The response body as text (string format)
|
982
|
-
*/
|
983
|
-
bodyAsText: string;
|
984
|
-
/**
|
985
|
-
* The response body as parsed JSON or XML
|
986
|
-
*/
|
987
|
-
parsedBody: DatadogMonitorResourceListResponse;
|
988
|
-
};
|
989
|
-
};
|
990
|
-
/**
|
991
|
-
* Contains response data for the listByResourceGroup operation.
|
992
|
-
*/
|
993
|
-
export declare type MonitorsListByResourceGroupResponse = DatadogMonitorResourceListResponse & {
|
994
|
-
/**
|
995
|
-
* The underlying HTTP response.
|
996
|
-
*/
|
997
|
-
_response: msRest.HttpResponse & {
|
998
|
-
/**
|
999
|
-
* The response body as text (string format)
|
1000
|
-
*/
|
1001
|
-
bodyAsText: string;
|
1002
|
-
/**
|
1003
|
-
* The response body as parsed JSON or XML
|
1004
|
-
*/
|
1005
|
-
parsedBody: DatadogMonitorResourceListResponse;
|
1006
|
-
};
|
1007
|
-
};
|
1008
|
-
/**
|
1009
|
-
* Contains response data for the get operation.
|
1010
|
-
*/
|
1011
|
-
export declare type MonitorsGetResponse = DatadogMonitorResource & {
|
1012
|
-
/**
|
1013
|
-
* The underlying HTTP response.
|
1014
|
-
*/
|
1015
|
-
_response: msRest.HttpResponse & {
|
1016
|
-
/**
|
1017
|
-
* The response body as text (string format)
|
1018
|
-
*/
|
1019
|
-
bodyAsText: string;
|
1020
|
-
/**
|
1021
|
-
* The response body as parsed JSON or XML
|
1022
|
-
*/
|
1023
|
-
parsedBody: DatadogMonitorResource;
|
1024
|
-
};
|
1025
|
-
};
|
1026
|
-
/**
|
1027
|
-
* Contains response data for the create operation.
|
1028
|
-
*/
|
1029
|
-
export declare type MonitorsCreateResponse = DatadogMonitorResource & {
|
1030
|
-
/**
|
1031
|
-
* The underlying HTTP response.
|
1032
|
-
*/
|
1033
|
-
_response: msRest.HttpResponse & {
|
1034
|
-
/**
|
1035
|
-
* The response body as text (string format)
|
1036
|
-
*/
|
1037
|
-
bodyAsText: string;
|
1038
|
-
/**
|
1039
|
-
* The response body as parsed JSON or XML
|
1040
|
-
*/
|
1041
|
-
parsedBody: DatadogMonitorResource;
|
1042
|
-
};
|
1043
|
-
};
|
1044
|
-
/**
|
1045
|
-
* Contains response data for the update operation.
|
1046
|
-
*/
|
1047
|
-
export declare type MonitorsUpdateResponse = DatadogMonitorResource & {
|
1048
|
-
/**
|
1049
|
-
* The underlying HTTP response.
|
1050
|
-
*/
|
1051
|
-
_response: msRest.HttpResponse & {
|
1052
|
-
/**
|
1053
|
-
* The response body as text (string format)
|
1054
|
-
*/
|
1055
|
-
bodyAsText: string;
|
1056
|
-
/**
|
1057
|
-
* The response body as parsed JSON or XML
|
1058
|
-
*/
|
1059
|
-
parsedBody: DatadogMonitorResource;
|
1060
|
-
};
|
1061
|
-
};
|
1062
|
-
/**
|
1063
|
-
* Contains response data for the refreshSetPasswordLink operation.
|
1064
|
-
*/
|
1065
|
-
export declare type MonitorsRefreshSetPasswordLinkResponse = DatadogSetPasswordLink & {
|
1066
|
-
/**
|
1067
|
-
* The underlying HTTP response.
|
1068
|
-
*/
|
1069
|
-
_response: msRest.HttpResponse & {
|
1070
|
-
/**
|
1071
|
-
* The response body as text (string format)
|
1072
|
-
*/
|
1073
|
-
bodyAsText: string;
|
1074
|
-
/**
|
1075
|
-
* The response body as parsed JSON or XML
|
1076
|
-
*/
|
1077
|
-
parsedBody: DatadogSetPasswordLink;
|
1078
|
-
};
|
1079
|
-
};
|
1080
|
-
/**
|
1081
|
-
* Contains response data for the beginCreate operation.
|
1082
|
-
*/
|
1083
|
-
export declare type MonitorsBeginCreateResponse = DatadogMonitorResource & {
|
1084
|
-
/**
|
1085
|
-
* The underlying HTTP response.
|
1086
|
-
*/
|
1087
|
-
_response: msRest.HttpResponse & {
|
1088
|
-
/**
|
1089
|
-
* The response body as text (string format)
|
1090
|
-
*/
|
1091
|
-
bodyAsText: string;
|
1092
|
-
/**
|
1093
|
-
* The response body as parsed JSON or XML
|
1094
|
-
*/
|
1095
|
-
parsedBody: DatadogMonitorResource;
|
1096
|
-
};
|
1097
|
-
};
|
1098
|
-
/**
|
1099
|
-
* Contains response data for the beginUpdate operation.
|
1100
|
-
*/
|
1101
|
-
export declare type MonitorsBeginUpdateResponse = DatadogMonitorResource & {
|
1102
|
-
/**
|
1103
|
-
* The underlying HTTP response.
|
1104
|
-
*/
|
1105
|
-
_response: msRest.HttpResponse & {
|
1106
|
-
/**
|
1107
|
-
* The response body as text (string format)
|
1108
|
-
*/
|
1109
|
-
bodyAsText: string;
|
1110
|
-
/**
|
1111
|
-
* The response body as parsed JSON or XML
|
1112
|
-
*/
|
1113
|
-
parsedBody: DatadogMonitorResource;
|
1114
|
-
};
|
1115
|
-
};
|
1116
|
-
/**
|
1117
|
-
* Contains response data for the listApiKeysNext operation.
|
1118
|
-
*/
|
1119
|
-
export declare type MonitorsListApiKeysNextResponse = DatadogApiKeyListResponse & {
|
1120
|
-
/**
|
1121
|
-
* The underlying HTTP response.
|
1122
|
-
*/
|
1123
|
-
_response: msRest.HttpResponse & {
|
1124
|
-
/**
|
1125
|
-
* The response body as text (string format)
|
1126
|
-
*/
|
1127
|
-
bodyAsText: string;
|
1128
|
-
/**
|
1129
|
-
* The response body as parsed JSON or XML
|
1130
|
-
*/
|
1131
|
-
parsedBody: DatadogApiKeyListResponse;
|
1132
|
-
};
|
1133
|
-
};
|
1134
|
-
/**
|
1135
|
-
* Contains response data for the listHostsNext operation.
|
1136
|
-
*/
|
1137
|
-
export declare type MonitorsListHostsNextResponse = DatadogHostListResponse & {
|
1138
|
-
/**
|
1139
|
-
* The underlying HTTP response.
|
1140
|
-
*/
|
1141
|
-
_response: msRest.HttpResponse & {
|
1142
|
-
/**
|
1143
|
-
* The response body as text (string format)
|
1144
|
-
*/
|
1145
|
-
bodyAsText: string;
|
1146
|
-
/**
|
1147
|
-
* The response body as parsed JSON or XML
|
1148
|
-
*/
|
1149
|
-
parsedBody: DatadogHostListResponse;
|
1150
|
-
};
|
1151
|
-
};
|
1152
|
-
/**
|
1153
|
-
* Contains response data for the listLinkedResourcesNext operation.
|
1154
|
-
*/
|
1155
|
-
export declare type MonitorsListLinkedResourcesNextResponse = LinkedResourceListResponse & {
|
1156
|
-
/**
|
1157
|
-
* The underlying HTTP response.
|
1158
|
-
*/
|
1159
|
-
_response: msRest.HttpResponse & {
|
1160
|
-
/**
|
1161
|
-
* The response body as text (string format)
|
1162
|
-
*/
|
1163
|
-
bodyAsText: string;
|
1164
|
-
/**
|
1165
|
-
* The response body as parsed JSON or XML
|
1166
|
-
*/
|
1167
|
-
parsedBody: LinkedResourceListResponse;
|
1168
|
-
};
|
1169
|
-
};
|
1170
|
-
/**
|
1171
|
-
* Contains response data for the listMonitoredResourcesNext operation.
|
1172
|
-
*/
|
1173
|
-
export declare type MonitorsListMonitoredResourcesNextResponse = MonitoredResourceListResponse & {
|
1174
|
-
/**
|
1175
|
-
* The underlying HTTP response.
|
1176
|
-
*/
|
1177
|
-
_response: msRest.HttpResponse & {
|
1178
|
-
/**
|
1179
|
-
* The response body as text (string format)
|
1180
|
-
*/
|
1181
|
-
bodyAsText: string;
|
1182
|
-
/**
|
1183
|
-
* The response body as parsed JSON or XML
|
1184
|
-
*/
|
1185
|
-
parsedBody: MonitoredResourceListResponse;
|
1186
|
-
};
|
1187
|
-
};
|
1188
|
-
/**
|
1189
|
-
* Contains response data for the listNext operation.
|
1190
|
-
*/
|
1191
|
-
export declare type MonitorsListNextResponse = DatadogMonitorResourceListResponse & {
|
1192
|
-
/**
|
1193
|
-
* The underlying HTTP response.
|
1194
|
-
*/
|
1195
|
-
_response: msRest.HttpResponse & {
|
1196
|
-
/**
|
1197
|
-
* The response body as text (string format)
|
1198
|
-
*/
|
1199
|
-
bodyAsText: string;
|
1200
|
-
/**
|
1201
|
-
* The response body as parsed JSON or XML
|
1202
|
-
*/
|
1203
|
-
parsedBody: DatadogMonitorResourceListResponse;
|
1204
|
-
};
|
1205
|
-
};
|
1206
|
-
/**
|
1207
|
-
* Contains response data for the listByResourceGroupNext operation.
|
1208
|
-
*/
|
1209
|
-
export declare type MonitorsListByResourceGroupNextResponse = DatadogMonitorResourceListResponse & {
|
1210
|
-
/**
|
1211
|
-
* The underlying HTTP response.
|
1212
|
-
*/
|
1213
|
-
_response: msRest.HttpResponse & {
|
1214
|
-
/**
|
1215
|
-
* The response body as text (string format)
|
1216
|
-
*/
|
1217
|
-
bodyAsText: string;
|
1218
|
-
/**
|
1219
|
-
* The response body as parsed JSON or XML
|
1220
|
-
*/
|
1221
|
-
parsedBody: DatadogMonitorResourceListResponse;
|
1222
|
-
};
|
1223
|
-
};
|
1224
|
-
/**
|
1225
|
-
* Contains response data for the list operation.
|
1226
|
-
*/
|
1227
|
-
export declare type OperationsListResponse = OperationListResult & {
|
1228
|
-
/**
|
1229
|
-
* The underlying HTTP response.
|
1230
|
-
*/
|
1231
|
-
_response: msRest.HttpResponse & {
|
1232
|
-
/**
|
1233
|
-
* The response body as text (string format)
|
1234
|
-
*/
|
1235
|
-
bodyAsText: string;
|
1236
|
-
/**
|
1237
|
-
* The response body as parsed JSON or XML
|
1238
|
-
*/
|
1239
|
-
parsedBody: OperationListResult;
|
1240
|
-
};
|
1241
|
-
};
|
1242
|
-
/**
|
1243
|
-
* Contains response data for the listNext operation.
|
1244
|
-
*/
|
1245
|
-
export declare type OperationsListNextResponse = OperationListResult & {
|
1246
|
-
/**
|
1247
|
-
* The underlying HTTP response.
|
1248
|
-
*/
|
1249
|
-
_response: msRest.HttpResponse & {
|
1250
|
-
/**
|
1251
|
-
* The response body as text (string format)
|
1252
|
-
*/
|
1253
|
-
bodyAsText: string;
|
1254
|
-
/**
|
1255
|
-
* The response body as parsed JSON or XML
|
1256
|
-
*/
|
1257
|
-
parsedBody: OperationListResult;
|
1258
|
-
};
|
1259
|
-
};
|
1260
|
-
/**
|
1261
|
-
* Contains response data for the list operation.
|
1262
|
-
*/
|
1263
|
-
export declare type TagRulesListResponse = MonitoringTagRulesListResponse & {
|
1264
|
-
/**
|
1265
|
-
* The underlying HTTP response.
|
1266
|
-
*/
|
1267
|
-
_response: msRest.HttpResponse & {
|
1268
|
-
/**
|
1269
|
-
* The response body as text (string format)
|
1270
|
-
*/
|
1271
|
-
bodyAsText: string;
|
1272
|
-
/**
|
1273
|
-
* The response body as parsed JSON or XML
|
1274
|
-
*/
|
1275
|
-
parsedBody: MonitoringTagRulesListResponse;
|
1276
|
-
};
|
1277
|
-
};
|
1278
|
-
/**
|
1279
|
-
* Contains response data for the createOrUpdate operation.
|
1280
|
-
*/
|
1281
|
-
export declare type TagRulesCreateOrUpdateResponse = MonitoringTagRules & {
|
1282
|
-
/**
|
1283
|
-
* The underlying HTTP response.
|
1284
|
-
*/
|
1285
|
-
_response: msRest.HttpResponse & {
|
1286
|
-
/**
|
1287
|
-
* The response body as text (string format)
|
1288
|
-
*/
|
1289
|
-
bodyAsText: string;
|
1290
|
-
/**
|
1291
|
-
* The response body as parsed JSON or XML
|
1292
|
-
*/
|
1293
|
-
parsedBody: MonitoringTagRules;
|
1294
|
-
};
|
1295
|
-
};
|
1296
|
-
/**
|
1297
|
-
* Contains response data for the get operation.
|
1298
|
-
*/
|
1299
|
-
export declare type TagRulesGetResponse = MonitoringTagRules & {
|
1300
|
-
/**
|
1301
|
-
* The underlying HTTP response.
|
1302
|
-
*/
|
1303
|
-
_response: msRest.HttpResponse & {
|
1304
|
-
/**
|
1305
|
-
* The response body as text (string format)
|
1306
|
-
*/
|
1307
|
-
bodyAsText: string;
|
1308
|
-
/**
|
1309
|
-
* The response body as parsed JSON or XML
|
1310
|
-
*/
|
1311
|
-
parsedBody: MonitoringTagRules;
|
1312
|
-
};
|
1313
|
-
};
|
1314
|
-
/**
|
1315
|
-
* Contains response data for the listNext operation.
|
1316
|
-
*/
|
1317
|
-
export declare type TagRulesListNextResponse = MonitoringTagRulesListResponse & {
|
1318
|
-
/**
|
1319
|
-
* The underlying HTTP response.
|
1320
|
-
*/
|
1321
|
-
_response: msRest.HttpResponse & {
|
1322
|
-
/**
|
1323
|
-
* The response body as text (string format)
|
1324
|
-
*/
|
1325
|
-
bodyAsText: string;
|
1326
|
-
/**
|
1327
|
-
* The response body as parsed JSON or XML
|
1328
|
-
*/
|
1329
|
-
parsedBody: MonitoringTagRulesListResponse;
|
1330
|
-
};
|
1331
|
-
};
|
1332
|
-
/**
|
1333
|
-
* Contains response data for the list operation.
|
1334
|
-
*/
|
1335
|
-
export declare type SingleSignOnConfigurationsListResponse = DatadogSingleSignOnResourceListResponse & {
|
1336
|
-
/**
|
1337
|
-
* The underlying HTTP response.
|
1338
|
-
*/
|
1339
|
-
_response: msRest.HttpResponse & {
|
1340
|
-
/**
|
1341
|
-
* The response body as text (string format)
|
1342
|
-
*/
|
1343
|
-
bodyAsText: string;
|
1344
|
-
/**
|
1345
|
-
* The response body as parsed JSON or XML
|
1346
|
-
*/
|
1347
|
-
parsedBody: DatadogSingleSignOnResourceListResponse;
|
1348
|
-
};
|
1349
|
-
};
|
1350
|
-
/**
|
1351
|
-
* Contains response data for the createOrUpdate operation.
|
1352
|
-
*/
|
1353
|
-
export declare type SingleSignOnConfigurationsCreateOrUpdateResponse = DatadogSingleSignOnResource & {
|
1354
|
-
/**
|
1355
|
-
* The underlying HTTP response.
|
1356
|
-
*/
|
1357
|
-
_response: msRest.HttpResponse & {
|
1358
|
-
/**
|
1359
|
-
* The response body as text (string format)
|
1360
|
-
*/
|
1361
|
-
bodyAsText: string;
|
1362
|
-
/**
|
1363
|
-
* The response body as parsed JSON or XML
|
1364
|
-
*/
|
1365
|
-
parsedBody: DatadogSingleSignOnResource;
|
1366
|
-
};
|
1367
|
-
};
|
1368
|
-
/**
|
1369
|
-
* Contains response data for the get operation.
|
1370
|
-
*/
|
1371
|
-
export declare type SingleSignOnConfigurationsGetResponse = DatadogSingleSignOnResource & {
|
1372
|
-
/**
|
1373
|
-
* The underlying HTTP response.
|
1374
|
-
*/
|
1375
|
-
_response: msRest.HttpResponse & {
|
1376
|
-
/**
|
1377
|
-
* The response body as text (string format)
|
1378
|
-
*/
|
1379
|
-
bodyAsText: string;
|
1380
|
-
/**
|
1381
|
-
* The response body as parsed JSON or XML
|
1382
|
-
*/
|
1383
|
-
parsedBody: DatadogSingleSignOnResource;
|
1384
|
-
};
|
1385
|
-
};
|
1386
|
-
/**
|
1387
|
-
* Contains response data for the beginCreateOrUpdate operation.
|
1388
|
-
*/
|
1389
|
-
export declare type SingleSignOnConfigurationsBeginCreateOrUpdateResponse = DatadogSingleSignOnResource & {
|
1390
|
-
/**
|
1391
|
-
* The underlying HTTP response.
|
1392
|
-
*/
|
1393
|
-
_response: msRest.HttpResponse & {
|
1394
|
-
/**
|
1395
|
-
* The response body as text (string format)
|
1396
|
-
*/
|
1397
|
-
bodyAsText: string;
|
1398
|
-
/**
|
1399
|
-
* The response body as parsed JSON or XML
|
1400
|
-
*/
|
1401
|
-
parsedBody: DatadogSingleSignOnResource;
|
1402
|
-
};
|
1403
|
-
};
|
1404
|
-
/**
|
1405
|
-
* Contains response data for the listNext operation.
|
1406
|
-
*/
|
1407
|
-
export declare type SingleSignOnConfigurationsListNextResponse = DatadogSingleSignOnResourceListResponse & {
|
1408
|
-
/**
|
1409
|
-
* The underlying HTTP response.
|
1410
|
-
*/
|
1411
|
-
_response: msRest.HttpResponse & {
|
1412
|
-
/**
|
1413
|
-
* The response body as text (string format)
|
1414
|
-
*/
|
1415
|
-
bodyAsText: string;
|
1416
|
-
/**
|
1417
|
-
* The response body as parsed JSON or XML
|
1418
|
-
*/
|
1419
|
-
parsedBody: DatadogSingleSignOnResourceListResponse;
|
1420
|
-
};
|
1421
|
-
};
|
1422
|
-
//# sourceMappingURL=index.d.ts.map
|