aws-sdk-core 2.11.408 → 2.11.409
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/codeguru-reviewer/2019-09-19/api-2.json +351 -0
- data/apis/codeguru-reviewer/2019-09-19/examples-1.json +5 -0
- data/apis/codeguru-reviewer/2019-09-19/paginators-1.json +10 -0
- data/apis/codeguruprofiler/2019-07-18/api-2.json +645 -0
- data/apis/codeguruprofiler/2019-07-18/examples-1.json +5 -0
- data/apis/codeguruprofiler/2019-07-18/paginators-1.json +14 -0
- data/apis/compute-optimizer/2019-11-01/api-2.json +571 -0
- data/apis/compute-optimizer/2019-11-01/examples-1.json +5 -0
- data/apis/compute-optimizer/2019-11-01/paginators-1.json +4 -0
- data/apis/ec2/2016-11-15/api-2.json +1915 -119
- data/apis/ecs/2014-11-13/api-2.json +224 -4
- data/apis/ecs/2014-11-13/paginators-1.json +6 -0
- data/apis/eks/2017-11-01/api-2.json +218 -0
- data/apis/eks/2017-11-01/paginators-1.json +6 -0
- data/apis/es/2015-01-01/api-2.json +13 -1
- data/apis/frauddetector/2019-11-15/api-2.json +1541 -0
- data/apis/frauddetector/2019-11-15/examples-1.json +5 -0
- data/apis/frauddetector/2019-11-15/paginators-1.json +39 -0
- data/apis/kendra/2019-02-03/api-2.json +1737 -0
- data/apis/kendra/2019-02-03/examples-1.json +5 -0
- data/apis/kendra/2019-02-03/paginators-1.json +19 -0
- data/apis/networkmanager/2019-07-05/api-2.json +1588 -0
- data/apis/networkmanager/2019-07-05/examples-1.json +5 -0
- data/apis/networkmanager/2019-07-05/paginators-1.json +46 -0
- data/apis/outposts/2019-12-03/api-2.json +367 -0
- data/apis/outposts/2019-12-03/examples-1.json +5 -0
- data/apis/outposts/2019-12-03/paginators-1.json +14 -0
- data/apis/s3/2006-03-01/examples-1.json +89 -89
- data/apis/s3control/2018-08-20/api-2.json +333 -0
- data/apis/s3control/2018-08-20/paginators-1.json +5 -0
- data/apis/sagemaker-a2i-runtime/2019-11-07/api-2.json +367 -0
- data/apis/sagemaker-a2i-runtime/2019-11-07/examples-1.json +5 -0
- data/apis/sagemaker-a2i-runtime/2019-11-07/paginators-1.json +10 -0
- data/apis/textract/2018-06-27/api-2.json +88 -7
- data/endpoints.json +10 -1
- data/lib/aws-sdk-core.rb +8 -0
- data/lib/aws-sdk-core/augmentedairuntime.rb +6 -0
- data/lib/aws-sdk-core/codeguruprofiler.rb +6 -0
- data/lib/aws-sdk-core/codegurureviewer.rb +6 -0
- data/lib/aws-sdk-core/computeoptimizer.rb +6 -0
- data/lib/aws-sdk-core/frauddetector.rb +6 -0
- data/lib/aws-sdk-core/kendra.rb +6 -0
- data/lib/aws-sdk-core/networkmanager.rb +6 -0
- data/lib/aws-sdk-core/outposts.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +32 -0
- metadata +34 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 62eabc81606646b8035e4645e968973331444df6
|
4
|
+
data.tar.gz: 4adbb781d63f3a5a7ab804434b55b240eeda7eef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc7a83904bf0d7ec3f311180268da4af915aab005549b9f818d2f70a4e307387a0ac7e5c88b6b0943297a9e9e704f4befc96f85bc1186bc199048e64ed898270
|
7
|
+
data.tar.gz: 2a772a5708d601fa5f1f45bad1ab8da997dc904859bfef32080d2babe6d0795dfbd22cebae14b336069438f9e2f750ea9a6bc6a7e5f9145f7ed130a4b78c8cb9
|
@@ -0,0 +1,351 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2019-09-19",
|
5
|
+
"endpointPrefix":"codeguru-reviewer",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"rest-json",
|
8
|
+
"serviceAbbreviation":"CodeGuruReviewer",
|
9
|
+
"serviceFullName":"Amazon CodeGuru Reviewer",
|
10
|
+
"serviceId":"CodeGuru Reviewer",
|
11
|
+
"signatureVersion":"v4",
|
12
|
+
"signingName":"codeguru-reviewer",
|
13
|
+
"uid":"codeguru-reviewer-2019-09-19"
|
14
|
+
},
|
15
|
+
"operations":{
|
16
|
+
"AssociateRepository":{
|
17
|
+
"name":"AssociateRepository",
|
18
|
+
"http":{
|
19
|
+
"method":"POST",
|
20
|
+
"requestUri":"/associations"
|
21
|
+
},
|
22
|
+
"input":{"shape":"AssociateRepositoryRequest"},
|
23
|
+
"output":{"shape":"AssociateRepositoryResponse"},
|
24
|
+
"errors":[
|
25
|
+
{"shape":"InternalServerException"},
|
26
|
+
{"shape":"ValidationException"},
|
27
|
+
{"shape":"AccessDeniedException"},
|
28
|
+
{"shape":"ConflictException"},
|
29
|
+
{"shape":"ThrottlingException"}
|
30
|
+
]
|
31
|
+
},
|
32
|
+
"DescribeRepositoryAssociation":{
|
33
|
+
"name":"DescribeRepositoryAssociation",
|
34
|
+
"http":{
|
35
|
+
"method":"GET",
|
36
|
+
"requestUri":"/associations/{AssociationArn}"
|
37
|
+
},
|
38
|
+
"input":{"shape":"DescribeRepositoryAssociationRequest"},
|
39
|
+
"output":{"shape":"DescribeRepositoryAssociationResponse"},
|
40
|
+
"errors":[
|
41
|
+
{"shape":"NotFoundException"},
|
42
|
+
{"shape":"InternalServerException"},
|
43
|
+
{"shape":"ValidationException"},
|
44
|
+
{"shape":"AccessDeniedException"},
|
45
|
+
{"shape":"ThrottlingException"}
|
46
|
+
]
|
47
|
+
},
|
48
|
+
"DisassociateRepository":{
|
49
|
+
"name":"DisassociateRepository",
|
50
|
+
"http":{
|
51
|
+
"method":"DELETE",
|
52
|
+
"requestUri":"/associations/{AssociationArn}"
|
53
|
+
},
|
54
|
+
"input":{"shape":"DisassociateRepositoryRequest"},
|
55
|
+
"output":{"shape":"DisassociateRepositoryResponse"},
|
56
|
+
"errors":[
|
57
|
+
{"shape":"NotFoundException"},
|
58
|
+
{"shape":"InternalServerException"},
|
59
|
+
{"shape":"ValidationException"},
|
60
|
+
{"shape":"AccessDeniedException"},
|
61
|
+
{"shape":"ConflictException"},
|
62
|
+
{"shape":"ThrottlingException"}
|
63
|
+
]
|
64
|
+
},
|
65
|
+
"ListRepositoryAssociations":{
|
66
|
+
"name":"ListRepositoryAssociations",
|
67
|
+
"http":{
|
68
|
+
"method":"GET",
|
69
|
+
"requestUri":"/associations"
|
70
|
+
},
|
71
|
+
"input":{"shape":"ListRepositoryAssociationsRequest"},
|
72
|
+
"output":{"shape":"ListRepositoryAssociationsResponse"},
|
73
|
+
"errors":[
|
74
|
+
{"shape":"InternalServerException"},
|
75
|
+
{"shape":"ValidationException"},
|
76
|
+
{"shape":"ThrottlingException"}
|
77
|
+
]
|
78
|
+
}
|
79
|
+
},
|
80
|
+
"shapes":{
|
81
|
+
"AccessDeniedException":{
|
82
|
+
"type":"structure",
|
83
|
+
"members":{
|
84
|
+
"Message":{"shape":"ErrorMessage"}
|
85
|
+
},
|
86
|
+
"error":{"httpStatusCode":403},
|
87
|
+
"exception":true
|
88
|
+
},
|
89
|
+
"Arn":{
|
90
|
+
"type":"string",
|
91
|
+
"max":1600,
|
92
|
+
"min":1,
|
93
|
+
"pattern":"^arn:aws[^:\\s]*:codeguru-reviewer:[^:\\s]+:[\\d]{12}:[a-z]+:[\\w-]+$"
|
94
|
+
},
|
95
|
+
"AssociateRepositoryRequest":{
|
96
|
+
"type":"structure",
|
97
|
+
"required":["Repository"],
|
98
|
+
"members":{
|
99
|
+
"Repository":{"shape":"Repository"},
|
100
|
+
"ClientRequestToken":{
|
101
|
+
"shape":"ClientRequestToken",
|
102
|
+
"idempotencyToken":true
|
103
|
+
}
|
104
|
+
}
|
105
|
+
},
|
106
|
+
"AssociateRepositoryResponse":{
|
107
|
+
"type":"structure",
|
108
|
+
"members":{
|
109
|
+
"RepositoryAssociation":{"shape":"RepositoryAssociation"}
|
110
|
+
}
|
111
|
+
},
|
112
|
+
"AssociationId":{
|
113
|
+
"type":"string",
|
114
|
+
"max":64,
|
115
|
+
"min":1
|
116
|
+
},
|
117
|
+
"ClientRequestToken":{
|
118
|
+
"type":"string",
|
119
|
+
"max":64,
|
120
|
+
"min":1,
|
121
|
+
"pattern":"^[\\w-]+$"
|
122
|
+
},
|
123
|
+
"CodeCommitRepository":{
|
124
|
+
"type":"structure",
|
125
|
+
"required":["Name"],
|
126
|
+
"members":{
|
127
|
+
"Name":{"shape":"Name"}
|
128
|
+
}
|
129
|
+
},
|
130
|
+
"ConflictException":{
|
131
|
+
"type":"structure",
|
132
|
+
"members":{
|
133
|
+
"Message":{"shape":"ErrorMessage"}
|
134
|
+
},
|
135
|
+
"error":{"httpStatusCode":409},
|
136
|
+
"exception":true
|
137
|
+
},
|
138
|
+
"DescribeRepositoryAssociationRequest":{
|
139
|
+
"type":"structure",
|
140
|
+
"required":["AssociationArn"],
|
141
|
+
"members":{
|
142
|
+
"AssociationArn":{
|
143
|
+
"shape":"Arn",
|
144
|
+
"location":"uri",
|
145
|
+
"locationName":"AssociationArn"
|
146
|
+
}
|
147
|
+
}
|
148
|
+
},
|
149
|
+
"DescribeRepositoryAssociationResponse":{
|
150
|
+
"type":"structure",
|
151
|
+
"members":{
|
152
|
+
"RepositoryAssociation":{"shape":"RepositoryAssociation"}
|
153
|
+
}
|
154
|
+
},
|
155
|
+
"DisassociateRepositoryRequest":{
|
156
|
+
"type":"structure",
|
157
|
+
"required":["AssociationArn"],
|
158
|
+
"members":{
|
159
|
+
"AssociationArn":{
|
160
|
+
"shape":"Arn",
|
161
|
+
"location":"uri",
|
162
|
+
"locationName":"AssociationArn"
|
163
|
+
}
|
164
|
+
}
|
165
|
+
},
|
166
|
+
"DisassociateRepositoryResponse":{
|
167
|
+
"type":"structure",
|
168
|
+
"members":{
|
169
|
+
"RepositoryAssociation":{"shape":"RepositoryAssociation"}
|
170
|
+
}
|
171
|
+
},
|
172
|
+
"ErrorMessage":{"type":"string"},
|
173
|
+
"InternalServerException":{
|
174
|
+
"type":"structure",
|
175
|
+
"members":{
|
176
|
+
"Message":{"shape":"ErrorMessage"}
|
177
|
+
},
|
178
|
+
"error":{"httpStatusCode":500},
|
179
|
+
"exception":true,
|
180
|
+
"fault":true
|
181
|
+
},
|
182
|
+
"ListRepositoryAssociationsRequest":{
|
183
|
+
"type":"structure",
|
184
|
+
"members":{
|
185
|
+
"ProviderTypes":{
|
186
|
+
"shape":"ProviderTypes",
|
187
|
+
"location":"querystring",
|
188
|
+
"locationName":"ProviderType"
|
189
|
+
},
|
190
|
+
"States":{
|
191
|
+
"shape":"RepositoryAssociationStates",
|
192
|
+
"location":"querystring",
|
193
|
+
"locationName":"State"
|
194
|
+
},
|
195
|
+
"Names":{
|
196
|
+
"shape":"Names",
|
197
|
+
"location":"querystring",
|
198
|
+
"locationName":"Name"
|
199
|
+
},
|
200
|
+
"Owners":{
|
201
|
+
"shape":"Owners",
|
202
|
+
"location":"querystring",
|
203
|
+
"locationName":"Owner"
|
204
|
+
},
|
205
|
+
"MaxResults":{
|
206
|
+
"shape":"MaxResults",
|
207
|
+
"location":"querystring",
|
208
|
+
"locationName":"MaxResults"
|
209
|
+
},
|
210
|
+
"NextToken":{
|
211
|
+
"shape":"NextToken",
|
212
|
+
"location":"querystring",
|
213
|
+
"locationName":"NextToken"
|
214
|
+
}
|
215
|
+
}
|
216
|
+
},
|
217
|
+
"ListRepositoryAssociationsResponse":{
|
218
|
+
"type":"structure",
|
219
|
+
"members":{
|
220
|
+
"RepositoryAssociationSummaries":{"shape":"RepositoryAssociationSummaries"},
|
221
|
+
"NextToken":{"shape":"NextToken"}
|
222
|
+
}
|
223
|
+
},
|
224
|
+
"MaxResults":{
|
225
|
+
"type":"integer",
|
226
|
+
"max":100,
|
227
|
+
"min":1
|
228
|
+
},
|
229
|
+
"Name":{
|
230
|
+
"type":"string",
|
231
|
+
"max":100,
|
232
|
+
"min":1
|
233
|
+
},
|
234
|
+
"Names":{
|
235
|
+
"type":"list",
|
236
|
+
"member":{"shape":"Name"},
|
237
|
+
"max":3,
|
238
|
+
"min":1
|
239
|
+
},
|
240
|
+
"NextToken":{
|
241
|
+
"type":"string",
|
242
|
+
"max":2048,
|
243
|
+
"min":1
|
244
|
+
},
|
245
|
+
"NotFoundException":{
|
246
|
+
"type":"structure",
|
247
|
+
"members":{
|
248
|
+
"Message":{"shape":"ErrorMessage"}
|
249
|
+
},
|
250
|
+
"error":{"httpStatusCode":404},
|
251
|
+
"exception":true
|
252
|
+
},
|
253
|
+
"Owner":{
|
254
|
+
"type":"string",
|
255
|
+
"max":100,
|
256
|
+
"min":1
|
257
|
+
},
|
258
|
+
"Owners":{
|
259
|
+
"type":"list",
|
260
|
+
"member":{"shape":"Owner"},
|
261
|
+
"max":3,
|
262
|
+
"min":1
|
263
|
+
},
|
264
|
+
"ProviderType":{
|
265
|
+
"type":"string",
|
266
|
+
"enum":[
|
267
|
+
"CodeCommit",
|
268
|
+
"GitHub"
|
269
|
+
]
|
270
|
+
},
|
271
|
+
"ProviderTypes":{
|
272
|
+
"type":"list",
|
273
|
+
"member":{"shape":"ProviderType"},
|
274
|
+
"max":3,
|
275
|
+
"min":1
|
276
|
+
},
|
277
|
+
"Repository":{
|
278
|
+
"type":"structure",
|
279
|
+
"members":{
|
280
|
+
"CodeCommit":{"shape":"CodeCommitRepository"}
|
281
|
+
}
|
282
|
+
},
|
283
|
+
"RepositoryAssociation":{
|
284
|
+
"type":"structure",
|
285
|
+
"members":{
|
286
|
+
"AssociationId":{"shape":"AssociationId"},
|
287
|
+
"AssociationArn":{"shape":"Arn"},
|
288
|
+
"Name":{"shape":"Name"},
|
289
|
+
"Owner":{"shape":"Owner"},
|
290
|
+
"ProviderType":{"shape":"ProviderType"},
|
291
|
+
"State":{"shape":"RepositoryAssociationState"},
|
292
|
+
"StateReason":{"shape":"StateReason"},
|
293
|
+
"LastUpdatedTimeStamp":{"shape":"TimeStamp"},
|
294
|
+
"CreatedTimeStamp":{"shape":"TimeStamp"}
|
295
|
+
}
|
296
|
+
},
|
297
|
+
"RepositoryAssociationState":{
|
298
|
+
"type":"string",
|
299
|
+
"enum":[
|
300
|
+
"Associated",
|
301
|
+
"Associating",
|
302
|
+
"Failed",
|
303
|
+
"Disassociating"
|
304
|
+
]
|
305
|
+
},
|
306
|
+
"RepositoryAssociationStates":{
|
307
|
+
"type":"list",
|
308
|
+
"member":{"shape":"RepositoryAssociationState"},
|
309
|
+
"max":3,
|
310
|
+
"min":1
|
311
|
+
},
|
312
|
+
"RepositoryAssociationSummaries":{
|
313
|
+
"type":"list",
|
314
|
+
"member":{"shape":"RepositoryAssociationSummary"}
|
315
|
+
},
|
316
|
+
"RepositoryAssociationSummary":{
|
317
|
+
"type":"structure",
|
318
|
+
"members":{
|
319
|
+
"AssociationArn":{"shape":"Arn"},
|
320
|
+
"LastUpdatedTimeStamp":{"shape":"TimeStamp"},
|
321
|
+
"AssociationId":{"shape":"AssociationId"},
|
322
|
+
"Name":{"shape":"Name"},
|
323
|
+
"Owner":{"shape":"Owner"},
|
324
|
+
"ProviderType":{"shape":"ProviderType"},
|
325
|
+
"State":{"shape":"RepositoryAssociationState"}
|
326
|
+
}
|
327
|
+
},
|
328
|
+
"StateReason":{
|
329
|
+
"type":"string",
|
330
|
+
"max":256,
|
331
|
+
"min":0
|
332
|
+
},
|
333
|
+
"ThrottlingException":{
|
334
|
+
"type":"structure",
|
335
|
+
"members":{
|
336
|
+
"Message":{"shape":"ErrorMessage"}
|
337
|
+
},
|
338
|
+
"error":{"httpStatusCode":429},
|
339
|
+
"exception":true
|
340
|
+
},
|
341
|
+
"TimeStamp":{"type":"timestamp"},
|
342
|
+
"ValidationException":{
|
343
|
+
"type":"structure",
|
344
|
+
"members":{
|
345
|
+
"Message":{"shape":"ErrorMessage"}
|
346
|
+
},
|
347
|
+
"error":{"httpStatusCode":400},
|
348
|
+
"exception":true
|
349
|
+
}
|
350
|
+
}
|
351
|
+
}
|
@@ -0,0 +1,645 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2019-07-18",
|
5
|
+
"endpointPrefix":"codeguru-profiler",
|
6
|
+
"jsonVersion":"1.1",
|
7
|
+
"protocol":"rest-json",
|
8
|
+
"serviceFullName":"Amazon CodeGuru Profiler",
|
9
|
+
"serviceId":"CodeGuruProfiler",
|
10
|
+
"signatureVersion":"v4",
|
11
|
+
"signingName":"codeguru-profiler",
|
12
|
+
"uid":"codeguruprofiler-2019-07-18"
|
13
|
+
},
|
14
|
+
"operations":{
|
15
|
+
"ConfigureAgent":{
|
16
|
+
"name":"ConfigureAgent",
|
17
|
+
"http":{
|
18
|
+
"method":"POST",
|
19
|
+
"requestUri":"/profilingGroups/{profilingGroupName}/configureAgent",
|
20
|
+
"responseCode":200
|
21
|
+
},
|
22
|
+
"input":{"shape":"ConfigureAgentRequest"},
|
23
|
+
"output":{"shape":"ConfigureAgentResponse"},
|
24
|
+
"errors":[
|
25
|
+
{"shape":"InternalServerException"},
|
26
|
+
{"shape":"ValidationException"},
|
27
|
+
{"shape":"ThrottlingException"},
|
28
|
+
{"shape":"ResourceNotFoundException"}
|
29
|
+
]
|
30
|
+
},
|
31
|
+
"CreateProfilingGroup":{
|
32
|
+
"name":"CreateProfilingGroup",
|
33
|
+
"http":{
|
34
|
+
"method":"POST",
|
35
|
+
"requestUri":"/profilingGroups",
|
36
|
+
"responseCode":201
|
37
|
+
},
|
38
|
+
"input":{"shape":"CreateProfilingGroupRequest"},
|
39
|
+
"output":{"shape":"CreateProfilingGroupResponse"},
|
40
|
+
"errors":[
|
41
|
+
{"shape":"ServiceQuotaExceededException"},
|
42
|
+
{"shape":"InternalServerException"},
|
43
|
+
{"shape":"ConflictException"},
|
44
|
+
{"shape":"ValidationException"},
|
45
|
+
{"shape":"ThrottlingException"}
|
46
|
+
],
|
47
|
+
"idempotent":true
|
48
|
+
},
|
49
|
+
"DeleteProfilingGroup":{
|
50
|
+
"name":"DeleteProfilingGroup",
|
51
|
+
"http":{
|
52
|
+
"method":"DELETE",
|
53
|
+
"requestUri":"/profilingGroups/{profilingGroupName}",
|
54
|
+
"responseCode":204
|
55
|
+
},
|
56
|
+
"input":{"shape":"DeleteProfilingGroupRequest"},
|
57
|
+
"output":{"shape":"DeleteProfilingGroupResponse"},
|
58
|
+
"errors":[
|
59
|
+
{"shape":"InternalServerException"},
|
60
|
+
{"shape":"ValidationException"},
|
61
|
+
{"shape":"ThrottlingException"},
|
62
|
+
{"shape":"ResourceNotFoundException"}
|
63
|
+
],
|
64
|
+
"idempotent":true
|
65
|
+
},
|
66
|
+
"DescribeProfilingGroup":{
|
67
|
+
"name":"DescribeProfilingGroup",
|
68
|
+
"http":{
|
69
|
+
"method":"GET",
|
70
|
+
"requestUri":"/profilingGroups/{profilingGroupName}",
|
71
|
+
"responseCode":200
|
72
|
+
},
|
73
|
+
"input":{"shape":"DescribeProfilingGroupRequest"},
|
74
|
+
"output":{"shape":"DescribeProfilingGroupResponse"},
|
75
|
+
"errors":[
|
76
|
+
{"shape":"InternalServerException"},
|
77
|
+
{"shape":"ValidationException"},
|
78
|
+
{"shape":"ThrottlingException"},
|
79
|
+
{"shape":"ResourceNotFoundException"}
|
80
|
+
]
|
81
|
+
},
|
82
|
+
"GetProfile":{
|
83
|
+
"name":"GetProfile",
|
84
|
+
"http":{
|
85
|
+
"method":"GET",
|
86
|
+
"requestUri":"/profilingGroups/{profilingGroupName}/profile",
|
87
|
+
"responseCode":200
|
88
|
+
},
|
89
|
+
"input":{"shape":"GetProfileRequest"},
|
90
|
+
"output":{"shape":"GetProfileResponse"},
|
91
|
+
"errors":[
|
92
|
+
{"shape":"InternalServerException"},
|
93
|
+
{"shape":"ValidationException"},
|
94
|
+
{"shape":"ThrottlingException"},
|
95
|
+
{"shape":"ResourceNotFoundException"}
|
96
|
+
]
|
97
|
+
},
|
98
|
+
"ListProfileTimes":{
|
99
|
+
"name":"ListProfileTimes",
|
100
|
+
"http":{
|
101
|
+
"method":"GET",
|
102
|
+
"requestUri":"/profilingGroups/{profilingGroupName}/profileTimes",
|
103
|
+
"responseCode":200
|
104
|
+
},
|
105
|
+
"input":{"shape":"ListProfileTimesRequest"},
|
106
|
+
"output":{"shape":"ListProfileTimesResponse"},
|
107
|
+
"errors":[
|
108
|
+
{"shape":"InternalServerException"},
|
109
|
+
{"shape":"ValidationException"},
|
110
|
+
{"shape":"ThrottlingException"},
|
111
|
+
{"shape":"ResourceNotFoundException"}
|
112
|
+
]
|
113
|
+
},
|
114
|
+
"ListProfilingGroups":{
|
115
|
+
"name":"ListProfilingGroups",
|
116
|
+
"http":{
|
117
|
+
"method":"GET",
|
118
|
+
"requestUri":"/profilingGroups",
|
119
|
+
"responseCode":200
|
120
|
+
},
|
121
|
+
"input":{"shape":"ListProfilingGroupsRequest"},
|
122
|
+
"output":{"shape":"ListProfilingGroupsResponse"},
|
123
|
+
"errors":[
|
124
|
+
{"shape":"InternalServerException"},
|
125
|
+
{"shape":"ThrottlingException"}
|
126
|
+
]
|
127
|
+
},
|
128
|
+
"PostAgentProfile":{
|
129
|
+
"name":"PostAgentProfile",
|
130
|
+
"http":{
|
131
|
+
"method":"POST",
|
132
|
+
"requestUri":"/profilingGroups/{profilingGroupName}/agentProfile",
|
133
|
+
"responseCode":204
|
134
|
+
},
|
135
|
+
"input":{"shape":"PostAgentProfileRequest"},
|
136
|
+
"output":{"shape":"PostAgentProfileResponse"},
|
137
|
+
"errors":[
|
138
|
+
{"shape":"InternalServerException"},
|
139
|
+
{"shape":"ValidationException"},
|
140
|
+
{"shape":"ThrottlingException"},
|
141
|
+
{"shape":"ResourceNotFoundException"}
|
142
|
+
]
|
143
|
+
},
|
144
|
+
"UpdateProfilingGroup":{
|
145
|
+
"name":"UpdateProfilingGroup",
|
146
|
+
"http":{
|
147
|
+
"method":"PUT",
|
148
|
+
"requestUri":"/profilingGroups/{profilingGroupName}",
|
149
|
+
"responseCode":200
|
150
|
+
},
|
151
|
+
"input":{"shape":"UpdateProfilingGroupRequest"},
|
152
|
+
"output":{"shape":"UpdateProfilingGroupResponse"},
|
153
|
+
"errors":[
|
154
|
+
{"shape":"InternalServerException"},
|
155
|
+
{"shape":"ConflictException"},
|
156
|
+
{"shape":"ValidationException"},
|
157
|
+
{"shape":"ThrottlingException"},
|
158
|
+
{"shape":"ResourceNotFoundException"}
|
159
|
+
],
|
160
|
+
"idempotent":true
|
161
|
+
}
|
162
|
+
},
|
163
|
+
"shapes":{
|
164
|
+
"AgentConfiguration":{
|
165
|
+
"type":"structure",
|
166
|
+
"required":[
|
167
|
+
"periodInSeconds",
|
168
|
+
"shouldProfile"
|
169
|
+
],
|
170
|
+
"members":{
|
171
|
+
"periodInSeconds":{"shape":"Integer"},
|
172
|
+
"shouldProfile":{"shape":"Boolean"}
|
173
|
+
}
|
174
|
+
},
|
175
|
+
"AgentOrchestrationConfig":{
|
176
|
+
"type":"structure",
|
177
|
+
"required":["profilingEnabled"],
|
178
|
+
"members":{
|
179
|
+
"profilingEnabled":{"shape":"Boolean"}
|
180
|
+
}
|
181
|
+
},
|
182
|
+
"AgentProfile":{"type":"blob"},
|
183
|
+
"AggregatedProfile":{"type":"blob"},
|
184
|
+
"AggregatedProfileTime":{
|
185
|
+
"type":"structure",
|
186
|
+
"members":{
|
187
|
+
"period":{"shape":"AggregationPeriod"},
|
188
|
+
"start":{"shape":"Timestamp"}
|
189
|
+
}
|
190
|
+
},
|
191
|
+
"AggregationPeriod":{
|
192
|
+
"type":"string",
|
193
|
+
"enum":[
|
194
|
+
"P1D",
|
195
|
+
"PT1H",
|
196
|
+
"PT5M"
|
197
|
+
]
|
198
|
+
},
|
199
|
+
"Boolean":{
|
200
|
+
"type":"boolean",
|
201
|
+
"box":true
|
202
|
+
},
|
203
|
+
"ClientToken":{
|
204
|
+
"type":"string",
|
205
|
+
"max":64,
|
206
|
+
"min":1,
|
207
|
+
"pattern":"^[\\w-]+$"
|
208
|
+
},
|
209
|
+
"ConfigureAgentRequest":{
|
210
|
+
"type":"structure",
|
211
|
+
"required":["profilingGroupName"],
|
212
|
+
"members":{
|
213
|
+
"fleetInstanceId":{"shape":"FleetInstanceId"},
|
214
|
+
"profilingGroupName":{
|
215
|
+
"shape":"ProfilingGroupName",
|
216
|
+
"location":"uri",
|
217
|
+
"locationName":"profilingGroupName"
|
218
|
+
}
|
219
|
+
}
|
220
|
+
},
|
221
|
+
"ConfigureAgentResponse":{
|
222
|
+
"type":"structure",
|
223
|
+
"required":["configuration"],
|
224
|
+
"members":{
|
225
|
+
"configuration":{"shape":"AgentConfiguration"}
|
226
|
+
},
|
227
|
+
"payload":"configuration"
|
228
|
+
},
|
229
|
+
"ConflictException":{
|
230
|
+
"type":"structure",
|
231
|
+
"required":["message"],
|
232
|
+
"members":{
|
233
|
+
"message":{"shape":"String"}
|
234
|
+
},
|
235
|
+
"error":{
|
236
|
+
"httpStatusCode":409,
|
237
|
+
"senderFault":true
|
238
|
+
},
|
239
|
+
"exception":true
|
240
|
+
},
|
241
|
+
"CreateProfilingGroupRequest":{
|
242
|
+
"type":"structure",
|
243
|
+
"required":[
|
244
|
+
"clientToken",
|
245
|
+
"profilingGroupName"
|
246
|
+
],
|
247
|
+
"members":{
|
248
|
+
"agentOrchestrationConfig":{"shape":"AgentOrchestrationConfig"},
|
249
|
+
"clientToken":{
|
250
|
+
"shape":"ClientToken",
|
251
|
+
"idempotencyToken":true,
|
252
|
+
"location":"querystring",
|
253
|
+
"locationName":"clientToken"
|
254
|
+
},
|
255
|
+
"profilingGroupName":{"shape":"ProfilingGroupName"}
|
256
|
+
}
|
257
|
+
},
|
258
|
+
"CreateProfilingGroupResponse":{
|
259
|
+
"type":"structure",
|
260
|
+
"required":["profilingGroup"],
|
261
|
+
"members":{
|
262
|
+
"profilingGroup":{"shape":"ProfilingGroupDescription"}
|
263
|
+
},
|
264
|
+
"payload":"profilingGroup"
|
265
|
+
},
|
266
|
+
"DeleteProfilingGroupRequest":{
|
267
|
+
"type":"structure",
|
268
|
+
"required":["profilingGroupName"],
|
269
|
+
"members":{
|
270
|
+
"profilingGroupName":{
|
271
|
+
"shape":"ProfilingGroupName",
|
272
|
+
"location":"uri",
|
273
|
+
"locationName":"profilingGroupName"
|
274
|
+
}
|
275
|
+
}
|
276
|
+
},
|
277
|
+
"DeleteProfilingGroupResponse":{
|
278
|
+
"type":"structure",
|
279
|
+
"members":{
|
280
|
+
}
|
281
|
+
},
|
282
|
+
"DescribeProfilingGroupRequest":{
|
283
|
+
"type":"structure",
|
284
|
+
"required":["profilingGroupName"],
|
285
|
+
"members":{
|
286
|
+
"profilingGroupName":{
|
287
|
+
"shape":"ProfilingGroupName",
|
288
|
+
"location":"uri",
|
289
|
+
"locationName":"profilingGroupName"
|
290
|
+
}
|
291
|
+
}
|
292
|
+
},
|
293
|
+
"DescribeProfilingGroupResponse":{
|
294
|
+
"type":"structure",
|
295
|
+
"required":["profilingGroup"],
|
296
|
+
"members":{
|
297
|
+
"profilingGroup":{"shape":"ProfilingGroupDescription"}
|
298
|
+
},
|
299
|
+
"payload":"profilingGroup"
|
300
|
+
},
|
301
|
+
"FleetInstanceId":{
|
302
|
+
"type":"string",
|
303
|
+
"max":255,
|
304
|
+
"min":1,
|
305
|
+
"pattern":"^[\\w-.:/]+$"
|
306
|
+
},
|
307
|
+
"GetProfileRequest":{
|
308
|
+
"type":"structure",
|
309
|
+
"required":["profilingGroupName"],
|
310
|
+
"members":{
|
311
|
+
"accept":{
|
312
|
+
"shape":"String",
|
313
|
+
"location":"header",
|
314
|
+
"locationName":"Accept"
|
315
|
+
},
|
316
|
+
"endTime":{
|
317
|
+
"shape":"Timestamp",
|
318
|
+
"location":"querystring",
|
319
|
+
"locationName":"endTime"
|
320
|
+
},
|
321
|
+
"maxDepth":{
|
322
|
+
"shape":"MaxDepth",
|
323
|
+
"location":"querystring",
|
324
|
+
"locationName":"maxDepth"
|
325
|
+
},
|
326
|
+
"period":{
|
327
|
+
"shape":"Period",
|
328
|
+
"location":"querystring",
|
329
|
+
"locationName":"period"
|
330
|
+
},
|
331
|
+
"profilingGroupName":{
|
332
|
+
"shape":"ProfilingGroupName",
|
333
|
+
"location":"uri",
|
334
|
+
"locationName":"profilingGroupName"
|
335
|
+
},
|
336
|
+
"startTime":{
|
337
|
+
"shape":"Timestamp",
|
338
|
+
"location":"querystring",
|
339
|
+
"locationName":"startTime"
|
340
|
+
}
|
341
|
+
}
|
342
|
+
},
|
343
|
+
"GetProfileResponse":{
|
344
|
+
"type":"structure",
|
345
|
+
"required":[
|
346
|
+
"contentType",
|
347
|
+
"profile"
|
348
|
+
],
|
349
|
+
"members":{
|
350
|
+
"contentEncoding":{
|
351
|
+
"shape":"String",
|
352
|
+
"location":"header",
|
353
|
+
"locationName":"Content-Encoding"
|
354
|
+
},
|
355
|
+
"contentType":{
|
356
|
+
"shape":"String",
|
357
|
+
"location":"header",
|
358
|
+
"locationName":"Content-Type"
|
359
|
+
},
|
360
|
+
"profile":{"shape":"AggregatedProfile"}
|
361
|
+
},
|
362
|
+
"payload":"profile"
|
363
|
+
},
|
364
|
+
"Integer":{
|
365
|
+
"type":"integer",
|
366
|
+
"box":true
|
367
|
+
},
|
368
|
+
"InternalServerException":{
|
369
|
+
"type":"structure",
|
370
|
+
"required":["message"],
|
371
|
+
"members":{
|
372
|
+
"message":{"shape":"String"}
|
373
|
+
},
|
374
|
+
"error":{"httpStatusCode":500},
|
375
|
+
"exception":true,
|
376
|
+
"fault":true
|
377
|
+
},
|
378
|
+
"ListProfileTimesRequest":{
|
379
|
+
"type":"structure",
|
380
|
+
"required":[
|
381
|
+
"endTime",
|
382
|
+
"period",
|
383
|
+
"profilingGroupName",
|
384
|
+
"startTime"
|
385
|
+
],
|
386
|
+
"members":{
|
387
|
+
"endTime":{
|
388
|
+
"shape":"Timestamp",
|
389
|
+
"location":"querystring",
|
390
|
+
"locationName":"endTime"
|
391
|
+
},
|
392
|
+
"maxResults":{
|
393
|
+
"shape":"MaxResults",
|
394
|
+
"location":"querystring",
|
395
|
+
"locationName":"maxResults"
|
396
|
+
},
|
397
|
+
"nextToken":{
|
398
|
+
"shape":"PaginationToken",
|
399
|
+
"location":"querystring",
|
400
|
+
"locationName":"nextToken"
|
401
|
+
},
|
402
|
+
"orderBy":{
|
403
|
+
"shape":"OrderBy",
|
404
|
+
"location":"querystring",
|
405
|
+
"locationName":"orderBy"
|
406
|
+
},
|
407
|
+
"period":{
|
408
|
+
"shape":"AggregationPeriod",
|
409
|
+
"location":"querystring",
|
410
|
+
"locationName":"period"
|
411
|
+
},
|
412
|
+
"profilingGroupName":{
|
413
|
+
"shape":"ProfilingGroupName",
|
414
|
+
"location":"uri",
|
415
|
+
"locationName":"profilingGroupName"
|
416
|
+
},
|
417
|
+
"startTime":{
|
418
|
+
"shape":"Timestamp",
|
419
|
+
"location":"querystring",
|
420
|
+
"locationName":"startTime"
|
421
|
+
}
|
422
|
+
}
|
423
|
+
},
|
424
|
+
"ListProfileTimesResponse":{
|
425
|
+
"type":"structure",
|
426
|
+
"required":["profileTimes"],
|
427
|
+
"members":{
|
428
|
+
"nextToken":{"shape":"PaginationToken"},
|
429
|
+
"profileTimes":{"shape":"ProfileTimes"}
|
430
|
+
}
|
431
|
+
},
|
432
|
+
"ListProfilingGroupsRequest":{
|
433
|
+
"type":"structure",
|
434
|
+
"members":{
|
435
|
+
"includeDescription":{
|
436
|
+
"shape":"Boolean",
|
437
|
+
"location":"querystring",
|
438
|
+
"locationName":"includeDescription"
|
439
|
+
},
|
440
|
+
"maxResults":{
|
441
|
+
"shape":"MaxResults",
|
442
|
+
"location":"querystring",
|
443
|
+
"locationName":"maxResults"
|
444
|
+
},
|
445
|
+
"nextToken":{
|
446
|
+
"shape":"PaginationToken",
|
447
|
+
"location":"querystring",
|
448
|
+
"locationName":"nextToken"
|
449
|
+
}
|
450
|
+
}
|
451
|
+
},
|
452
|
+
"ListProfilingGroupsResponse":{
|
453
|
+
"type":"structure",
|
454
|
+
"required":["profilingGroupNames"],
|
455
|
+
"members":{
|
456
|
+
"nextToken":{"shape":"PaginationToken"},
|
457
|
+
"profilingGroupNames":{"shape":"ProfilingGroupNames"},
|
458
|
+
"profilingGroups":{"shape":"ProfilingGroupDescriptions"}
|
459
|
+
}
|
460
|
+
},
|
461
|
+
"MaxDepth":{
|
462
|
+
"type":"integer",
|
463
|
+
"box":true,
|
464
|
+
"max":10000,
|
465
|
+
"min":1
|
466
|
+
},
|
467
|
+
"MaxResults":{
|
468
|
+
"type":"integer",
|
469
|
+
"box":true,
|
470
|
+
"max":1000,
|
471
|
+
"min":1
|
472
|
+
},
|
473
|
+
"OrderBy":{
|
474
|
+
"type":"string",
|
475
|
+
"enum":[
|
476
|
+
"TimestampAscending",
|
477
|
+
"TimestampDescending"
|
478
|
+
]
|
479
|
+
},
|
480
|
+
"PaginationToken":{
|
481
|
+
"type":"string",
|
482
|
+
"max":64,
|
483
|
+
"min":1,
|
484
|
+
"pattern":"^[\\w-]+$"
|
485
|
+
},
|
486
|
+
"Period":{
|
487
|
+
"type":"string",
|
488
|
+
"max":64,
|
489
|
+
"min":1
|
490
|
+
},
|
491
|
+
"PostAgentProfileRequest":{
|
492
|
+
"type":"structure",
|
493
|
+
"required":[
|
494
|
+
"agentProfile",
|
495
|
+
"contentType",
|
496
|
+
"profilingGroupName"
|
497
|
+
],
|
498
|
+
"members":{
|
499
|
+
"agentProfile":{"shape":"AgentProfile"},
|
500
|
+
"contentType":{
|
501
|
+
"shape":"String",
|
502
|
+
"location":"header",
|
503
|
+
"locationName":"Content-Type"
|
504
|
+
},
|
505
|
+
"profileToken":{
|
506
|
+
"shape":"ClientToken",
|
507
|
+
"idempotencyToken":true,
|
508
|
+
"location":"querystring",
|
509
|
+
"locationName":"profileToken"
|
510
|
+
},
|
511
|
+
"profilingGroupName":{
|
512
|
+
"shape":"ProfilingGroupName",
|
513
|
+
"location":"uri",
|
514
|
+
"locationName":"profilingGroupName"
|
515
|
+
}
|
516
|
+
},
|
517
|
+
"payload":"agentProfile"
|
518
|
+
},
|
519
|
+
"PostAgentProfileResponse":{
|
520
|
+
"type":"structure",
|
521
|
+
"members":{
|
522
|
+
}
|
523
|
+
},
|
524
|
+
"ProfileTime":{
|
525
|
+
"type":"structure",
|
526
|
+
"members":{
|
527
|
+
"start":{"shape":"Timestamp"}
|
528
|
+
}
|
529
|
+
},
|
530
|
+
"ProfileTimes":{
|
531
|
+
"type":"list",
|
532
|
+
"member":{"shape":"ProfileTime"}
|
533
|
+
},
|
534
|
+
"ProfilingGroupArn":{"type":"string"},
|
535
|
+
"ProfilingGroupDescription":{
|
536
|
+
"type":"structure",
|
537
|
+
"members":{
|
538
|
+
"agentOrchestrationConfig":{"shape":"AgentOrchestrationConfig"},
|
539
|
+
"arn":{"shape":"ProfilingGroupArn"},
|
540
|
+
"createdAt":{"shape":"Timestamp"},
|
541
|
+
"name":{"shape":"ProfilingGroupName"},
|
542
|
+
"profilingStatus":{"shape":"ProfilingStatus"},
|
543
|
+
"updatedAt":{"shape":"Timestamp"}
|
544
|
+
}
|
545
|
+
},
|
546
|
+
"ProfilingGroupDescriptions":{
|
547
|
+
"type":"list",
|
548
|
+
"member":{"shape":"ProfilingGroupDescription"}
|
549
|
+
},
|
550
|
+
"ProfilingGroupName":{
|
551
|
+
"type":"string",
|
552
|
+
"max":255,
|
553
|
+
"min":1,
|
554
|
+
"pattern":"^[\\w-]+$"
|
555
|
+
},
|
556
|
+
"ProfilingGroupNames":{
|
557
|
+
"type":"list",
|
558
|
+
"member":{"shape":"ProfilingGroupName"}
|
559
|
+
},
|
560
|
+
"ProfilingStatus":{
|
561
|
+
"type":"structure",
|
562
|
+
"members":{
|
563
|
+
"latestAgentOrchestratedAt":{"shape":"Timestamp"},
|
564
|
+
"latestAgentProfileReportedAt":{"shape":"Timestamp"},
|
565
|
+
"latestAggregatedProfile":{"shape":"AggregatedProfileTime"}
|
566
|
+
}
|
567
|
+
},
|
568
|
+
"ResourceNotFoundException":{
|
569
|
+
"type":"structure",
|
570
|
+
"required":["message"],
|
571
|
+
"members":{
|
572
|
+
"message":{"shape":"String"}
|
573
|
+
},
|
574
|
+
"error":{
|
575
|
+
"httpStatusCode":404,
|
576
|
+
"senderFault":true
|
577
|
+
},
|
578
|
+
"exception":true
|
579
|
+
},
|
580
|
+
"ServiceQuotaExceededException":{
|
581
|
+
"type":"structure",
|
582
|
+
"required":["message"],
|
583
|
+
"members":{
|
584
|
+
"message":{"shape":"String"}
|
585
|
+
},
|
586
|
+
"error":{
|
587
|
+
"httpStatusCode":402,
|
588
|
+
"senderFault":true
|
589
|
+
},
|
590
|
+
"exception":true
|
591
|
+
},
|
592
|
+
"String":{"type":"string"},
|
593
|
+
"ThrottlingException":{
|
594
|
+
"type":"structure",
|
595
|
+
"required":["message"],
|
596
|
+
"members":{
|
597
|
+
"message":{"shape":"String"}
|
598
|
+
},
|
599
|
+
"error":{
|
600
|
+
"httpStatusCode":429,
|
601
|
+
"senderFault":true
|
602
|
+
},
|
603
|
+
"exception":true
|
604
|
+
},
|
605
|
+
"Timestamp":{
|
606
|
+
"type":"timestamp",
|
607
|
+
"timestampFormat":"iso8601"
|
608
|
+
},
|
609
|
+
"UpdateProfilingGroupRequest":{
|
610
|
+
"type":"structure",
|
611
|
+
"required":[
|
612
|
+
"agentOrchestrationConfig",
|
613
|
+
"profilingGroupName"
|
614
|
+
],
|
615
|
+
"members":{
|
616
|
+
"agentOrchestrationConfig":{"shape":"AgentOrchestrationConfig"},
|
617
|
+
"profilingGroupName":{
|
618
|
+
"shape":"ProfilingGroupName",
|
619
|
+
"location":"uri",
|
620
|
+
"locationName":"profilingGroupName"
|
621
|
+
}
|
622
|
+
}
|
623
|
+
},
|
624
|
+
"UpdateProfilingGroupResponse":{
|
625
|
+
"type":"structure",
|
626
|
+
"required":["profilingGroup"],
|
627
|
+
"members":{
|
628
|
+
"profilingGroup":{"shape":"ProfilingGroupDescription"}
|
629
|
+
},
|
630
|
+
"payload":"profilingGroup"
|
631
|
+
},
|
632
|
+
"ValidationException":{
|
633
|
+
"type":"structure",
|
634
|
+
"required":["message"],
|
635
|
+
"members":{
|
636
|
+
"message":{"shape":"String"}
|
637
|
+
},
|
638
|
+
"error":{
|
639
|
+
"httpStatusCode":400,
|
640
|
+
"senderFault":true
|
641
|
+
},
|
642
|
+
"exception":true
|
643
|
+
}
|
644
|
+
}
|
645
|
+
}
|