You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: <p>A list of rule groups namespace summary.</p>
165
+
ScrapeConfiguration:
166
+
allOf:
167
+
- allOf:
168
+
- $ref: '#/components/schemas/Blob'
169
+
description: |-
170
+
The base 64 encoded scrape configuration file.
171
+
description: |-
172
+
A scrape configuration for a scraper, base 64 encoded. For more information, see [Scraper configuration](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-collector-how-to.html#AMP-collector-configuration) in the _Amazon Managed Service for Prometheus User Guide_.
128
173
ScraperAlias:
129
174
type: string
130
175
pattern: ^[0-9A-Za-z][-.0-9A-Z_a-z]*$
131
176
minLength: 1
132
177
maxLength: 100
133
178
ScraperArn:
134
179
type: string
180
+
ScraperFilters:
181
+
type: object
182
+
additionalProperties:
183
+
$ref: '#/components/schemas/FilterValues'
184
+
description: <p>A list of scraper filters.</p>
135
185
ScraperId:
136
186
type: string
137
187
pattern: ^[0-9A-Za-z][-.0-9A-Z_a-z]*$
@@ -147,11 +197,29 @@ components:
147
197
- CREATION_FAILED
148
198
- UPDATE_FAILED
149
199
- DELETION_FAILED
200
+
ScraperSummaryList:
201
+
type: array
202
+
items:
203
+
$ref: '#/components/schemas/ScraperSummary'
204
+
description: <p>A list of scraper summaries.</p>
150
205
SecurityGroupId:
151
206
type: string
152
207
pattern: ^sg-[0-9a-z]+$
153
208
minLength: 0
154
209
maxLength: 255
210
+
SecurityGroupIds:
211
+
type: array
212
+
items:
213
+
$ref: '#/components/schemas/SecurityGroupId'
214
+
description: <p>A list of security group IDs specified for VPC configuration.</p>
215
+
Source:
216
+
allOf:
217
+
- allOf:
218
+
- $ref: '#/components/schemas/EksConfiguration'
219
+
description: |-
220
+
The Amazon EKS cluster from which a scraper collects metrics.
221
+
description: |-
222
+
The source of collected metrics for a scraper.
155
223
StatusReason:
156
224
type: string
157
225
minLength: 1
@@ -161,11 +229,25 @@ components:
161
229
pattern: ^subnet-[0-9a-z]+$
162
230
minLength: 0
163
231
maxLength: 255
232
+
SubnetIds:
233
+
type: array
234
+
items:
235
+
$ref: '#/components/schemas/SubnetId'
236
+
description: <p>A list of subnet IDs specified for VPC configuration.</p>
164
237
TagKey:
165
238
type: string
166
239
pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
167
240
minLength: 1
168
241
maxLength: 128
242
+
TagKeys:
243
+
type: array
244
+
items:
245
+
$ref: '#/components/schemas/TagKey'
246
+
TagMap:
247
+
type: object
248
+
additionalProperties:
249
+
$ref: '#/components/schemas/TagValue'
250
+
description: <p>A tag associated with a resource.</p>
0 commit comments