aws-sdk-core 2.11.300 → 2.11.301
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +20 -1
- data/apis/apigatewayv2/2018-11-29/api-2.json +20 -0
- data/apis/application-insights/2018-11-25/api-2.json +684 -0
- data/apis/application-insights/2018-11-25/examples-1.json +5 -0
- data/apis/application-insights/2018-11-25/paginators-1.json +19 -0
- data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +3 -1
- data/apis/fsx/2018-03-01/api-2.json +93 -4
- data/apis/resourcegroupstaggingapi/2017-01-26/api-2.json +5 -378
- data/apis/resourcegroupstaggingapi/2017-01-26/paginators-1.json +0 -6
- data/apis/securityhub/2018-10-26/api-2.json +297 -30
- data/apis/securityhub/2018-10-26/paginators-1.json +5 -5
- data/apis/service-quotas/2019-06-24/api-2.json +867 -0
- data/apis/service-quotas/2019-06-24/examples-1.json +5 -0
- data/apis/service-quotas/2019-06-24/paginators-1.json +40 -0
- data/apis/ssm/2014-11-06/api-2.json +3 -1
- data/endpoints.json +5 -0
- data/lib/aws-sdk-core.rb +2 -0
- data/lib/aws-sdk-core/applicationinsights.rb +6 -0
- data/lib/aws-sdk-core/servicequotas.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +8 -0
- metadata +10 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6598dbd6fdde316ec2d801865d86db8cf74112be
|
4
|
+
data.tar.gz: 921a25ba906d5c714c07c65ad34fec1b49d5d451
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d236c237c923b3f1287556497a1715c58dd8fc7e6d7e0c304508014cbfabce22106b08a9230d25ecaa1dce4220cb961cf0ac2090e8affec18317037b5e6a0a4
|
7
|
+
data.tar.gz: 29200ee6fc4cdd77f354dd57f3efa1b06517c9c9a271a0fd0ba49938d3e689904aefa67ef72ab698b651ee9e96b0441c920a002baf793e4b91cd3382265867a8
|
@@ -2202,7 +2202,8 @@
|
|
2202
2202
|
"regionalCertificateName":{"shape":"String"},
|
2203
2203
|
"regionalCertificateArn":{"shape":"String"},
|
2204
2204
|
"endpointConfiguration":{"shape":"EndpointConfiguration"},
|
2205
|
-
"tags":{"shape":"MapOfStringToString"}
|
2205
|
+
"tags":{"shape":"MapOfStringToString"},
|
2206
|
+
"securityPolicy":{"shape":"SecurityPolicy"}
|
2206
2207
|
}
|
2207
2208
|
},
|
2208
2209
|
"CreateModelRequest":{
|
@@ -2845,9 +2846,20 @@
|
|
2845
2846
|
"distributionDomainName":{"shape":"String"},
|
2846
2847
|
"distributionHostedZoneId":{"shape":"String"},
|
2847
2848
|
"endpointConfiguration":{"shape":"EndpointConfiguration"},
|
2849
|
+
"domainNameStatus":{"shape":"DomainNameStatus"},
|
2850
|
+
"domainNameStatusMessage":{"shape":"String"},
|
2851
|
+
"securityPolicy":{"shape":"SecurityPolicy"},
|
2848
2852
|
"tags":{"shape":"MapOfStringToString"}
|
2849
2853
|
}
|
2850
2854
|
},
|
2855
|
+
"DomainNameStatus":{
|
2856
|
+
"type":"string",
|
2857
|
+
"enum":[
|
2858
|
+
"AVAILABLE",
|
2859
|
+
"UPDATING",
|
2860
|
+
"PENDING"
|
2861
|
+
]
|
2862
|
+
},
|
2851
2863
|
"DomainNames":{
|
2852
2864
|
"type":"structure",
|
2853
2865
|
"members":{
|
@@ -4643,6 +4655,13 @@
|
|
4643
4655
|
}
|
4644
4656
|
}
|
4645
4657
|
},
|
4658
|
+
"SecurityPolicy":{
|
4659
|
+
"type":"string",
|
4660
|
+
"enum":[
|
4661
|
+
"TLS_1_0",
|
4662
|
+
"TLS_1_2"
|
4663
|
+
]
|
4664
|
+
},
|
4646
4665
|
"ServiceUnavailableException":{
|
4647
4666
|
"type":"structure",
|
4648
4667
|
"members":{
|
@@ -2754,6 +2754,18 @@
|
|
2754
2754
|
"HostedZoneId" : {
|
2755
2755
|
"shape" : "__string",
|
2756
2756
|
"locationName" : "hostedZoneId"
|
2757
|
+
},
|
2758
|
+
"SecurityPolicy" : {
|
2759
|
+
"shape" : "SecurityPolicy",
|
2760
|
+
"locationName" : "securityPolicy"
|
2761
|
+
},
|
2762
|
+
"DomainNameStatus" : {
|
2763
|
+
"shape" : "DomainNameStatus",
|
2764
|
+
"locationName" : "domainNameStatus"
|
2765
|
+
},
|
2766
|
+
"DomainNameStatusMessage" : {
|
2767
|
+
"shape" : "__string",
|
2768
|
+
"locationName" : "domainNameStatusMessage"
|
2757
2769
|
}
|
2758
2770
|
}
|
2759
2771
|
},
|
@@ -2780,6 +2792,14 @@
|
|
2780
2792
|
"type" : "string",
|
2781
2793
|
"enum" : [ "REGIONAL", "EDGE" ]
|
2782
2794
|
},
|
2795
|
+
"SecurityPolicy" : {
|
2796
|
+
"type" : "string",
|
2797
|
+
"enum" : [ "TLS_1_0", "TLS_1_2" ]
|
2798
|
+
},
|
2799
|
+
"DomainNameStatus" : {
|
2800
|
+
"type" : "string",
|
2801
|
+
"enum" : [ "AVAILABLE", "UPDATING" ]
|
2802
|
+
},
|
2783
2803
|
"GetApiMappingRequest" : {
|
2784
2804
|
"type" : "structure",
|
2785
2805
|
"members" : {
|
@@ -0,0 +1,684 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2018-11-25",
|
5
|
+
"endpointPrefix":"applicationinsights",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"json",
|
8
|
+
"serviceAbbreviation":"Application Insights",
|
9
|
+
"serviceFullName":"Amazon CloudWatch Application Insights",
|
10
|
+
"serviceId":"Application Insights",
|
11
|
+
"signatureVersion":"v4",
|
12
|
+
"signingName":"applicationinsights",
|
13
|
+
"targetPrefix":"EC2WindowsBarleyService",
|
14
|
+
"uid":"application-insights-2018-11-25"
|
15
|
+
},
|
16
|
+
"operations":{
|
17
|
+
"CreateApplication":{
|
18
|
+
"name":"CreateApplication",
|
19
|
+
"http":{
|
20
|
+
"method":"POST",
|
21
|
+
"requestUri":"/"
|
22
|
+
},
|
23
|
+
"input":{"shape":"CreateApplicationRequest"},
|
24
|
+
"output":{"shape":"CreateApplicationResponse"},
|
25
|
+
"errors":[
|
26
|
+
{"shape":"ResourceInUseException"},
|
27
|
+
{"shape":"ResourceNotFoundException"},
|
28
|
+
{"shape":"ValidationException"},
|
29
|
+
{"shape":"InternalServerException"}
|
30
|
+
]
|
31
|
+
},
|
32
|
+
"CreateComponent":{
|
33
|
+
"name":"CreateComponent",
|
34
|
+
"http":{
|
35
|
+
"method":"POST",
|
36
|
+
"requestUri":"/"
|
37
|
+
},
|
38
|
+
"input":{"shape":"CreateComponentRequest"},
|
39
|
+
"output":{"shape":"CreateComponentResponse"},
|
40
|
+
"errors":[
|
41
|
+
{"shape":"ResourceInUseException"},
|
42
|
+
{"shape":"ResourceNotFoundException"},
|
43
|
+
{"shape":"ValidationException"},
|
44
|
+
{"shape":"InternalServerException"}
|
45
|
+
]
|
46
|
+
},
|
47
|
+
"DeleteApplication":{
|
48
|
+
"name":"DeleteApplication",
|
49
|
+
"http":{
|
50
|
+
"method":"POST",
|
51
|
+
"requestUri":"/"
|
52
|
+
},
|
53
|
+
"input":{"shape":"DeleteApplicationRequest"},
|
54
|
+
"output":{"shape":"DeleteApplicationResponse"},
|
55
|
+
"errors":[
|
56
|
+
{"shape":"ResourceNotFoundException"},
|
57
|
+
{"shape":"ValidationException"},
|
58
|
+
{"shape":"BadRequestException"},
|
59
|
+
{"shape":"InternalServerException"}
|
60
|
+
]
|
61
|
+
},
|
62
|
+
"DeleteComponent":{
|
63
|
+
"name":"DeleteComponent",
|
64
|
+
"http":{
|
65
|
+
"method":"POST",
|
66
|
+
"requestUri":"/"
|
67
|
+
},
|
68
|
+
"input":{"shape":"DeleteComponentRequest"},
|
69
|
+
"output":{"shape":"DeleteComponentResponse"},
|
70
|
+
"errors":[
|
71
|
+
{"shape":"ResourceNotFoundException"},
|
72
|
+
{"shape":"ValidationException"},
|
73
|
+
{"shape":"InternalServerException"}
|
74
|
+
]
|
75
|
+
},
|
76
|
+
"DescribeApplication":{
|
77
|
+
"name":"DescribeApplication",
|
78
|
+
"http":{
|
79
|
+
"method":"POST",
|
80
|
+
"requestUri":"/"
|
81
|
+
},
|
82
|
+
"input":{"shape":"DescribeApplicationRequest"},
|
83
|
+
"output":{"shape":"DescribeApplicationResponse"},
|
84
|
+
"errors":[
|
85
|
+
{"shape":"ResourceNotFoundException"},
|
86
|
+
{"shape":"ValidationException"},
|
87
|
+
{"shape":"InternalServerException"}
|
88
|
+
]
|
89
|
+
},
|
90
|
+
"DescribeComponent":{
|
91
|
+
"name":"DescribeComponent",
|
92
|
+
"http":{
|
93
|
+
"method":"POST",
|
94
|
+
"requestUri":"/"
|
95
|
+
},
|
96
|
+
"input":{"shape":"DescribeComponentRequest"},
|
97
|
+
"output":{"shape":"DescribeComponentResponse"},
|
98
|
+
"errors":[
|
99
|
+
{"shape":"ResourceNotFoundException"},
|
100
|
+
{"shape":"ValidationException"},
|
101
|
+
{"shape":"InternalServerException"}
|
102
|
+
]
|
103
|
+
},
|
104
|
+
"DescribeComponentConfiguration":{
|
105
|
+
"name":"DescribeComponentConfiguration",
|
106
|
+
"http":{
|
107
|
+
"method":"POST",
|
108
|
+
"requestUri":"/"
|
109
|
+
},
|
110
|
+
"input":{"shape":"DescribeComponentConfigurationRequest"},
|
111
|
+
"output":{"shape":"DescribeComponentConfigurationResponse"},
|
112
|
+
"errors":[
|
113
|
+
{"shape":"ResourceNotFoundException"},
|
114
|
+
{"shape":"ValidationException"},
|
115
|
+
{"shape":"InternalServerException"}
|
116
|
+
]
|
117
|
+
},
|
118
|
+
"DescribeComponentConfigurationRecommendation":{
|
119
|
+
"name":"DescribeComponentConfigurationRecommendation",
|
120
|
+
"http":{
|
121
|
+
"method":"POST",
|
122
|
+
"requestUri":"/"
|
123
|
+
},
|
124
|
+
"input":{"shape":"DescribeComponentConfigurationRecommendationRequest"},
|
125
|
+
"output":{"shape":"DescribeComponentConfigurationRecommendationResponse"},
|
126
|
+
"errors":[
|
127
|
+
{"shape":"ResourceNotFoundException"},
|
128
|
+
{"shape":"ValidationException"},
|
129
|
+
{"shape":"InternalServerException"}
|
130
|
+
]
|
131
|
+
},
|
132
|
+
"DescribeObservation":{
|
133
|
+
"name":"DescribeObservation",
|
134
|
+
"http":{
|
135
|
+
"method":"POST",
|
136
|
+
"requestUri":"/"
|
137
|
+
},
|
138
|
+
"input":{"shape":"DescribeObservationRequest"},
|
139
|
+
"output":{"shape":"DescribeObservationResponse"},
|
140
|
+
"errors":[
|
141
|
+
{"shape":"InternalServerException"},
|
142
|
+
{"shape":"ValidationException"},
|
143
|
+
{"shape":"ResourceNotFoundException"}
|
144
|
+
]
|
145
|
+
},
|
146
|
+
"DescribeProblem":{
|
147
|
+
"name":"DescribeProblem",
|
148
|
+
"http":{
|
149
|
+
"method":"POST",
|
150
|
+
"requestUri":"/"
|
151
|
+
},
|
152
|
+
"input":{"shape":"DescribeProblemRequest"},
|
153
|
+
"output":{"shape":"DescribeProblemResponse"},
|
154
|
+
"errors":[
|
155
|
+
{"shape":"InternalServerException"},
|
156
|
+
{"shape":"ValidationException"},
|
157
|
+
{"shape":"ResourceNotFoundException"}
|
158
|
+
]
|
159
|
+
},
|
160
|
+
"DescribeProblemObservations":{
|
161
|
+
"name":"DescribeProblemObservations",
|
162
|
+
"http":{
|
163
|
+
"method":"POST",
|
164
|
+
"requestUri":"/"
|
165
|
+
},
|
166
|
+
"input":{"shape":"DescribeProblemObservationsRequest"},
|
167
|
+
"output":{"shape":"DescribeProblemObservationsResponse"},
|
168
|
+
"errors":[
|
169
|
+
{"shape":"InternalServerException"},
|
170
|
+
{"shape":"ValidationException"},
|
171
|
+
{"shape":"ResourceNotFoundException"}
|
172
|
+
]
|
173
|
+
},
|
174
|
+
"ListApplications":{
|
175
|
+
"name":"ListApplications",
|
176
|
+
"http":{
|
177
|
+
"method":"POST",
|
178
|
+
"requestUri":"/"
|
179
|
+
},
|
180
|
+
"input":{"shape":"ListApplicationsRequest"},
|
181
|
+
"output":{"shape":"ListApplicationsResponse"},
|
182
|
+
"errors":[
|
183
|
+
{"shape":"ValidationException"},
|
184
|
+
{"shape":"InternalServerException"}
|
185
|
+
]
|
186
|
+
},
|
187
|
+
"ListComponents":{
|
188
|
+
"name":"ListComponents",
|
189
|
+
"http":{
|
190
|
+
"method":"POST",
|
191
|
+
"requestUri":"/"
|
192
|
+
},
|
193
|
+
"input":{"shape":"ListComponentsRequest"},
|
194
|
+
"output":{"shape":"ListComponentsResponse"},
|
195
|
+
"errors":[
|
196
|
+
{"shape":"ResourceNotFoundException"},
|
197
|
+
{"shape":"ValidationException"},
|
198
|
+
{"shape":"InternalServerException"}
|
199
|
+
]
|
200
|
+
},
|
201
|
+
"ListProblems":{
|
202
|
+
"name":"ListProblems",
|
203
|
+
"http":{
|
204
|
+
"method":"POST",
|
205
|
+
"requestUri":"/"
|
206
|
+
},
|
207
|
+
"input":{"shape":"ListProblemsRequest"},
|
208
|
+
"output":{"shape":"ListProblemsResponse"},
|
209
|
+
"errors":[
|
210
|
+
{"shape":"ValidationException"},
|
211
|
+
{"shape":"ResourceNotFoundException"},
|
212
|
+
{"shape":"InternalServerException"}
|
213
|
+
]
|
214
|
+
},
|
215
|
+
"UpdateComponent":{
|
216
|
+
"name":"UpdateComponent",
|
217
|
+
"http":{
|
218
|
+
"method":"POST",
|
219
|
+
"requestUri":"/"
|
220
|
+
},
|
221
|
+
"input":{"shape":"UpdateComponentRequest"},
|
222
|
+
"output":{"shape":"UpdateComponentResponse"},
|
223
|
+
"errors":[
|
224
|
+
{"shape":"ResourceInUseException"},
|
225
|
+
{"shape":"ResourceNotFoundException"},
|
226
|
+
{"shape":"ValidationException"},
|
227
|
+
{"shape":"InternalServerException"}
|
228
|
+
]
|
229
|
+
},
|
230
|
+
"UpdateComponentConfiguration":{
|
231
|
+
"name":"UpdateComponentConfiguration",
|
232
|
+
"http":{
|
233
|
+
"method":"POST",
|
234
|
+
"requestUri":"/"
|
235
|
+
},
|
236
|
+
"input":{"shape":"UpdateComponentConfigurationRequest"},
|
237
|
+
"output":{"shape":"UpdateComponentConfigurationResponse"},
|
238
|
+
"errors":[
|
239
|
+
{"shape":"ResourceNotFoundException"},
|
240
|
+
{"shape":"ValidationException"},
|
241
|
+
{"shape":"InternalServerException"}
|
242
|
+
]
|
243
|
+
}
|
244
|
+
},
|
245
|
+
"shapes":{
|
246
|
+
"AffectedResource":{"type":"string"},
|
247
|
+
"ApplicationComponent":{
|
248
|
+
"type":"structure",
|
249
|
+
"members":{
|
250
|
+
"ComponentName":{"shape":"ComponentName"},
|
251
|
+
"ResourceType":{"shape":"ResourceType"},
|
252
|
+
"Tier":{"shape":"Tier"},
|
253
|
+
"Monitor":{"shape":"Monitor"}
|
254
|
+
}
|
255
|
+
},
|
256
|
+
"ApplicationComponentList":{
|
257
|
+
"type":"list",
|
258
|
+
"member":{"shape":"ApplicationComponent"}
|
259
|
+
},
|
260
|
+
"ApplicationInfo":{
|
261
|
+
"type":"structure",
|
262
|
+
"members":{
|
263
|
+
"ResourceGroupName":{"shape":"ResourceGroupName"},
|
264
|
+
"LifeCycle":{"shape":"LifeCycle"},
|
265
|
+
"Remarks":{"shape":"Remarks"}
|
266
|
+
}
|
267
|
+
},
|
268
|
+
"ApplicationInfoList":{
|
269
|
+
"type":"list",
|
270
|
+
"member":{"shape":"ApplicationInfo"}
|
271
|
+
},
|
272
|
+
"BadRequestException":{
|
273
|
+
"type":"structure",
|
274
|
+
"members":{
|
275
|
+
"Message":{"shape":"ErrorMsg"}
|
276
|
+
},
|
277
|
+
"exception":true
|
278
|
+
},
|
279
|
+
"ComponentConfiguration":{"type":"string"},
|
280
|
+
"ComponentName":{"type":"string"},
|
281
|
+
"CreateApplicationRequest":{
|
282
|
+
"type":"structure",
|
283
|
+
"required":["ResourceGroupName"],
|
284
|
+
"members":{
|
285
|
+
"ResourceGroupName":{"shape":"ResourceGroupName"}
|
286
|
+
}
|
287
|
+
},
|
288
|
+
"CreateApplicationResponse":{
|
289
|
+
"type":"structure",
|
290
|
+
"members":{
|
291
|
+
"ApplicationInfo":{"shape":"ApplicationInfo"}
|
292
|
+
}
|
293
|
+
},
|
294
|
+
"CreateComponentRequest":{
|
295
|
+
"type":"structure",
|
296
|
+
"required":[
|
297
|
+
"ResourceGroupName",
|
298
|
+
"ComponentName",
|
299
|
+
"ResourceList"
|
300
|
+
],
|
301
|
+
"members":{
|
302
|
+
"ResourceGroupName":{"shape":"ResourceGroupName"},
|
303
|
+
"ComponentName":{"shape":"ComponentName"},
|
304
|
+
"ResourceList":{"shape":"ResourceList"}
|
305
|
+
}
|
306
|
+
},
|
307
|
+
"CreateComponentResponse":{
|
308
|
+
"type":"structure",
|
309
|
+
"members":{
|
310
|
+
}
|
311
|
+
},
|
312
|
+
"DeleteApplicationRequest":{
|
313
|
+
"type":"structure",
|
314
|
+
"required":["ResourceGroupName"],
|
315
|
+
"members":{
|
316
|
+
"ResourceGroupName":{"shape":"ResourceGroupName"}
|
317
|
+
}
|
318
|
+
},
|
319
|
+
"DeleteApplicationResponse":{
|
320
|
+
"type":"structure",
|
321
|
+
"members":{
|
322
|
+
}
|
323
|
+
},
|
324
|
+
"DeleteComponentRequest":{
|
325
|
+
"type":"structure",
|
326
|
+
"required":[
|
327
|
+
"ResourceGroupName",
|
328
|
+
"ComponentName"
|
329
|
+
],
|
330
|
+
"members":{
|
331
|
+
"ResourceGroupName":{"shape":"ResourceGroupName"},
|
332
|
+
"ComponentName":{"shape":"ComponentName"}
|
333
|
+
}
|
334
|
+
},
|
335
|
+
"DeleteComponentResponse":{
|
336
|
+
"type":"structure",
|
337
|
+
"members":{
|
338
|
+
}
|
339
|
+
},
|
340
|
+
"DescribeApplicationRequest":{
|
341
|
+
"type":"structure",
|
342
|
+
"required":["ResourceGroupName"],
|
343
|
+
"members":{
|
344
|
+
"ResourceGroupName":{"shape":"ResourceGroupName"}
|
345
|
+
}
|
346
|
+
},
|
347
|
+
"DescribeApplicationResponse":{
|
348
|
+
"type":"structure",
|
349
|
+
"members":{
|
350
|
+
"ApplicationInfo":{"shape":"ApplicationInfo"}
|
351
|
+
}
|
352
|
+
},
|
353
|
+
"DescribeComponentConfigurationRecommendationRequest":{
|
354
|
+
"type":"structure",
|
355
|
+
"required":[
|
356
|
+
"ResourceGroupName",
|
357
|
+
"ComponentName",
|
358
|
+
"Tier"
|
359
|
+
],
|
360
|
+
"members":{
|
361
|
+
"ResourceGroupName":{"shape":"ResourceGroupName"},
|
362
|
+
"ComponentName":{"shape":"ComponentName"},
|
363
|
+
"Tier":{"shape":"Tier"}
|
364
|
+
}
|
365
|
+
},
|
366
|
+
"DescribeComponentConfigurationRecommendationResponse":{
|
367
|
+
"type":"structure",
|
368
|
+
"members":{
|
369
|
+
"ComponentConfiguration":{"shape":"ComponentConfiguration"}
|
370
|
+
}
|
371
|
+
},
|
372
|
+
"DescribeComponentConfigurationRequest":{
|
373
|
+
"type":"structure",
|
374
|
+
"required":[
|
375
|
+
"ResourceGroupName",
|
376
|
+
"ComponentName"
|
377
|
+
],
|
378
|
+
"members":{
|
379
|
+
"ResourceGroupName":{"shape":"ResourceGroupName"},
|
380
|
+
"ComponentName":{"shape":"ComponentName"}
|
381
|
+
}
|
382
|
+
},
|
383
|
+
"DescribeComponentConfigurationResponse":{
|
384
|
+
"type":"structure",
|
385
|
+
"members":{
|
386
|
+
"Monitor":{"shape":"Monitor"},
|
387
|
+
"Tier":{"shape":"Tier"},
|
388
|
+
"ComponentConfiguration":{"shape":"ComponentConfiguration"}
|
389
|
+
}
|
390
|
+
},
|
391
|
+
"DescribeComponentRequest":{
|
392
|
+
"type":"structure",
|
393
|
+
"required":[
|
394
|
+
"ResourceGroupName",
|
395
|
+
"ComponentName"
|
396
|
+
],
|
397
|
+
"members":{
|
398
|
+
"ResourceGroupName":{"shape":"ResourceGroupName"},
|
399
|
+
"ComponentName":{"shape":"ComponentName"}
|
400
|
+
}
|
401
|
+
},
|
402
|
+
"DescribeComponentResponse":{
|
403
|
+
"type":"structure",
|
404
|
+
"members":{
|
405
|
+
"ApplicationComponent":{"shape":"ApplicationComponent"},
|
406
|
+
"ResourceList":{"shape":"ResourceList"}
|
407
|
+
}
|
408
|
+
},
|
409
|
+
"DescribeObservationRequest":{
|
410
|
+
"type":"structure",
|
411
|
+
"required":["ObservationId"],
|
412
|
+
"members":{
|
413
|
+
"ObservationId":{"shape":"ObservationId"}
|
414
|
+
}
|
415
|
+
},
|
416
|
+
"DescribeObservationResponse":{
|
417
|
+
"type":"structure",
|
418
|
+
"members":{
|
419
|
+
"Observation":{"shape":"Observation"}
|
420
|
+
}
|
421
|
+
},
|
422
|
+
"DescribeProblemObservationsRequest":{
|
423
|
+
"type":"structure",
|
424
|
+
"required":["ProblemId"],
|
425
|
+
"members":{
|
426
|
+
"ProblemId":{"shape":"ProblemId"}
|
427
|
+
}
|
428
|
+
},
|
429
|
+
"DescribeProblemObservationsResponse":{
|
430
|
+
"type":"structure",
|
431
|
+
"members":{
|
432
|
+
"RelatedObservations":{"shape":"RelatedObservations"}
|
433
|
+
}
|
434
|
+
},
|
435
|
+
"DescribeProblemRequest":{
|
436
|
+
"type":"structure",
|
437
|
+
"required":["ProblemId"],
|
438
|
+
"members":{
|
439
|
+
"ProblemId":{"shape":"ProblemId"}
|
440
|
+
}
|
441
|
+
},
|
442
|
+
"DescribeProblemResponse":{
|
443
|
+
"type":"structure",
|
444
|
+
"members":{
|
445
|
+
"Problem":{"shape":"Problem"}
|
446
|
+
}
|
447
|
+
},
|
448
|
+
"EndTime":{"type":"timestamp"},
|
449
|
+
"ErrorMsg":{"type":"string"},
|
450
|
+
"Feedback":{
|
451
|
+
"type":"map",
|
452
|
+
"key":{"shape":"FeedbackKey"},
|
453
|
+
"value":{"shape":"FeedbackValue"},
|
454
|
+
"max":10
|
455
|
+
},
|
456
|
+
"FeedbackKey":{
|
457
|
+
"type":"string",
|
458
|
+
"enum":["INSIGHTS_FEEDBACK"]
|
459
|
+
},
|
460
|
+
"FeedbackValue":{
|
461
|
+
"type":"string",
|
462
|
+
"enum":[
|
463
|
+
"NOT_SPECIFIED",
|
464
|
+
"USEFUL",
|
465
|
+
"NOT_USEFUL"
|
466
|
+
]
|
467
|
+
},
|
468
|
+
"Insights":{"type":"string"},
|
469
|
+
"InternalServerException":{
|
470
|
+
"type":"structure",
|
471
|
+
"members":{
|
472
|
+
"Message":{"shape":"ErrorMsg"}
|
473
|
+
},
|
474
|
+
"exception":true
|
475
|
+
},
|
476
|
+
"LifeCycle":{"type":"string"},
|
477
|
+
"LineTime":{"type":"timestamp"},
|
478
|
+
"ListApplicationsRequest":{
|
479
|
+
"type":"structure",
|
480
|
+
"members":{
|
481
|
+
"MaxResults":{"shape":"MaxEntities"},
|
482
|
+
"NextToken":{"shape":"PaginationToken"}
|
483
|
+
}
|
484
|
+
},
|
485
|
+
"ListApplicationsResponse":{
|
486
|
+
"type":"structure",
|
487
|
+
"members":{
|
488
|
+
"ApplicationInfoList":{"shape":"ApplicationInfoList"},
|
489
|
+
"NextToken":{"shape":"PaginationToken"}
|
490
|
+
}
|
491
|
+
},
|
492
|
+
"ListComponentsRequest":{
|
493
|
+
"type":"structure",
|
494
|
+
"required":["ResourceGroupName"],
|
495
|
+
"members":{
|
496
|
+
"ResourceGroupName":{"shape":"ResourceGroupName"},
|
497
|
+
"MaxResults":{"shape":"MaxEntities"},
|
498
|
+
"NextToken":{"shape":"PaginationToken"}
|
499
|
+
}
|
500
|
+
},
|
501
|
+
"ListComponentsResponse":{
|
502
|
+
"type":"structure",
|
503
|
+
"members":{
|
504
|
+
"ApplicationComponentList":{"shape":"ApplicationComponentList"},
|
505
|
+
"NextToken":{"shape":"PaginationToken"}
|
506
|
+
}
|
507
|
+
},
|
508
|
+
"ListProblemsRequest":{
|
509
|
+
"type":"structure",
|
510
|
+
"members":{
|
511
|
+
"ResourceGroupName":{"shape":"ResourceGroupName"},
|
512
|
+
"StartTime":{"shape":"StartTime"},
|
513
|
+
"EndTime":{"shape":"EndTime"},
|
514
|
+
"MaxResults":{"shape":"MaxEntities"},
|
515
|
+
"NextToken":{"shape":"PaginationToken"}
|
516
|
+
}
|
517
|
+
},
|
518
|
+
"ListProblemsResponse":{
|
519
|
+
"type":"structure",
|
520
|
+
"members":{
|
521
|
+
"ProblemList":{"shape":"ProblemList"},
|
522
|
+
"NextToken":{"shape":"PaginationToken"}
|
523
|
+
}
|
524
|
+
},
|
525
|
+
"LogFilter":{
|
526
|
+
"type":"string",
|
527
|
+
"enum":[
|
528
|
+
"ERROR",
|
529
|
+
"WARN",
|
530
|
+
"INFO"
|
531
|
+
]
|
532
|
+
},
|
533
|
+
"LogGroup":{"type":"string"},
|
534
|
+
"LogText":{"type":"string"},
|
535
|
+
"MaxEntities":{
|
536
|
+
"type":"integer",
|
537
|
+
"max":40,
|
538
|
+
"min":1
|
539
|
+
},
|
540
|
+
"MetricName":{"type":"string"},
|
541
|
+
"MetricNamespace":{"type":"string"},
|
542
|
+
"Monitor":{"type":"boolean"},
|
543
|
+
"NewComponentName":{"type":"string"},
|
544
|
+
"Observation":{
|
545
|
+
"type":"structure",
|
546
|
+
"members":{
|
547
|
+
"Id":{"shape":"ObservationId"},
|
548
|
+
"StartTime":{"shape":"StartTime"},
|
549
|
+
"EndTime":{"shape":"EndTime"},
|
550
|
+
"SourceType":{"shape":"SourceType"},
|
551
|
+
"SourceARN":{"shape":"SourceARN"},
|
552
|
+
"LogGroup":{"shape":"LogGroup"},
|
553
|
+
"LineTime":{"shape":"LineTime"},
|
554
|
+
"LogText":{"shape":"LogText"},
|
555
|
+
"LogFilter":{"shape":"LogFilter"},
|
556
|
+
"MetricNamespace":{"shape":"MetricNamespace"},
|
557
|
+
"MetricName":{"shape":"MetricName"},
|
558
|
+
"Unit":{"shape":"Unit"},
|
559
|
+
"Value":{"shape":"Value"}
|
560
|
+
}
|
561
|
+
},
|
562
|
+
"ObservationId":{"type":"string"},
|
563
|
+
"ObservationList":{
|
564
|
+
"type":"list",
|
565
|
+
"member":{"shape":"Observation"}
|
566
|
+
},
|
567
|
+
"PaginationToken":{"type":"string"},
|
568
|
+
"Problem":{
|
569
|
+
"type":"structure",
|
570
|
+
"members":{
|
571
|
+
"Id":{"shape":"ProblemId"},
|
572
|
+
"Title":{"shape":"Title"},
|
573
|
+
"Insights":{"shape":"Insights"},
|
574
|
+
"Status":{"shape":"Status"},
|
575
|
+
"AffectedResource":{"shape":"AffectedResource"},
|
576
|
+
"StartTime":{"shape":"StartTime"},
|
577
|
+
"EndTime":{"shape":"EndTime"},
|
578
|
+
"SeverityLevel":{"shape":"SeverityLevel"},
|
579
|
+
"ResourceGroupName":{"shape":"ResourceGroupName"},
|
580
|
+
"Feedback":{"shape":"Feedback"}
|
581
|
+
}
|
582
|
+
},
|
583
|
+
"ProblemId":{"type":"string"},
|
584
|
+
"ProblemList":{
|
585
|
+
"type":"list",
|
586
|
+
"member":{"shape":"Problem"}
|
587
|
+
},
|
588
|
+
"RelatedObservations":{
|
589
|
+
"type":"structure",
|
590
|
+
"members":{
|
591
|
+
"ObservationList":{"shape":"ObservationList"}
|
592
|
+
}
|
593
|
+
},
|
594
|
+
"Remarks":{"type":"string"},
|
595
|
+
"ResourceARN":{"type":"string"},
|
596
|
+
"ResourceGroupName":{"type":"string"},
|
597
|
+
"ResourceInUseException":{
|
598
|
+
"type":"structure",
|
599
|
+
"members":{
|
600
|
+
"Message":{"shape":"ErrorMsg"}
|
601
|
+
},
|
602
|
+
"exception":true
|
603
|
+
},
|
604
|
+
"ResourceList":{
|
605
|
+
"type":"list",
|
606
|
+
"member":{"shape":"ResourceARN"}
|
607
|
+
},
|
608
|
+
"ResourceNotFoundException":{
|
609
|
+
"type":"structure",
|
610
|
+
"members":{
|
611
|
+
"Message":{"shape":"ErrorMsg"}
|
612
|
+
},
|
613
|
+
"exception":true
|
614
|
+
},
|
615
|
+
"ResourceType":{"type":"string"},
|
616
|
+
"SeverityLevel":{
|
617
|
+
"type":"string",
|
618
|
+
"enum":[
|
619
|
+
"LOW",
|
620
|
+
"MEDIUM",
|
621
|
+
"HIGH"
|
622
|
+
]
|
623
|
+
},
|
624
|
+
"SourceARN":{"type":"string"},
|
625
|
+
"SourceType":{"type":"string"},
|
626
|
+
"StartTime":{"type":"timestamp"},
|
627
|
+
"Status":{
|
628
|
+
"type":"string",
|
629
|
+
"enum":[
|
630
|
+
"IGNORE",
|
631
|
+
"RESOLVED",
|
632
|
+
"PENDING"
|
633
|
+
]
|
634
|
+
},
|
635
|
+
"Tier":{"type":"string"},
|
636
|
+
"Title":{"type":"string"},
|
637
|
+
"Unit":{"type":"string"},
|
638
|
+
"UpdateComponentConfigurationRequest":{
|
639
|
+
"type":"structure",
|
640
|
+
"required":[
|
641
|
+
"ResourceGroupName",
|
642
|
+
"ComponentName"
|
643
|
+
],
|
644
|
+
"members":{
|
645
|
+
"ResourceGroupName":{"shape":"ResourceGroupName"},
|
646
|
+
"ComponentName":{"shape":"ComponentName"},
|
647
|
+
"Monitor":{"shape":"Monitor"},
|
648
|
+
"Tier":{"shape":"Tier"},
|
649
|
+
"ComponentConfiguration":{"shape":"ComponentConfiguration"}
|
650
|
+
}
|
651
|
+
},
|
652
|
+
"UpdateComponentConfigurationResponse":{
|
653
|
+
"type":"structure",
|
654
|
+
"members":{
|
655
|
+
}
|
656
|
+
},
|
657
|
+
"UpdateComponentRequest":{
|
658
|
+
"type":"structure",
|
659
|
+
"required":[
|
660
|
+
"ResourceGroupName",
|
661
|
+
"ComponentName"
|
662
|
+
],
|
663
|
+
"members":{
|
664
|
+
"ResourceGroupName":{"shape":"ResourceGroupName"},
|
665
|
+
"ComponentName":{"shape":"ComponentName"},
|
666
|
+
"NewComponentName":{"shape":"NewComponentName"},
|
667
|
+
"ResourceList":{"shape":"ResourceList"}
|
668
|
+
}
|
669
|
+
},
|
670
|
+
"UpdateComponentResponse":{
|
671
|
+
"type":"structure",
|
672
|
+
"members":{
|
673
|
+
}
|
674
|
+
},
|
675
|
+
"ValidationException":{
|
676
|
+
"type":"structure",
|
677
|
+
"members":{
|
678
|
+
"Message":{"shape":"ErrorMsg"}
|
679
|
+
},
|
680
|
+
"exception":true
|
681
|
+
},
|
682
|
+
"Value":{"type":"double"}
|
683
|
+
}
|
684
|
+
}
|