aws-sdk-core 2.10.92 → 2.10.93

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,628 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-11-27",
5
+ "endpointPrefix":"resource-groups",
6
+ "protocol":"rest-json",
7
+ "serviceAbbreviation":"Resource Groups",
8
+ "serviceFullName":"AWS Resource Groups",
9
+ "serviceId":"Resource Groups",
10
+ "signatureVersion":"v4",
11
+ "signingName":"resource-groups",
12
+ "uid":"resource-groups-2017-11-27"
13
+ },
14
+ "operations":{
15
+ "CreateGroup":{
16
+ "name":"CreateGroup",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/groups"
20
+ },
21
+ "input":{"shape":"CreateGroupInput"},
22
+ "output":{"shape":"CreateGroupOutput"},
23
+ "errors":[
24
+ {"shape":"BadRequestException"},
25
+ {"shape":"ForbiddenException"},
26
+ {"shape":"MethodNotAllowedException"},
27
+ {"shape":"TooManyRequestsException"},
28
+ {"shape":"InternalServerErrorException"}
29
+ ]
30
+ },
31
+ "DeleteGroup":{
32
+ "name":"DeleteGroup",
33
+ "http":{
34
+ "method":"DELETE",
35
+ "requestUri":"/groups/{GroupName}"
36
+ },
37
+ "input":{"shape":"DeleteGroupInput"},
38
+ "output":{"shape":"DeleteGroupOutput"},
39
+ "errors":[
40
+ {"shape":"BadRequestException"},
41
+ {"shape":"ForbiddenException"},
42
+ {"shape":"NotFoundException"},
43
+ {"shape":"MethodNotAllowedException"},
44
+ {"shape":"TooManyRequestsException"},
45
+ {"shape":"InternalServerErrorException"}
46
+ ]
47
+ },
48
+ "GetGroup":{
49
+ "name":"GetGroup",
50
+ "http":{
51
+ "method":"GET",
52
+ "requestUri":"/groups/{GroupName}"
53
+ },
54
+ "input":{"shape":"GetGroupInput"},
55
+ "output":{"shape":"GetGroupOutput"},
56
+ "errors":[
57
+ {"shape":"BadRequestException"},
58
+ {"shape":"ForbiddenException"},
59
+ {"shape":"NotFoundException"},
60
+ {"shape":"MethodNotAllowedException"},
61
+ {"shape":"TooManyRequestsException"},
62
+ {"shape":"InternalServerErrorException"}
63
+ ]
64
+ },
65
+ "GetGroupQuery":{
66
+ "name":"GetGroupQuery",
67
+ "http":{
68
+ "method":"GET",
69
+ "requestUri":"/groups/{GroupName}/query"
70
+ },
71
+ "input":{"shape":"GetGroupQueryInput"},
72
+ "output":{"shape":"GetGroupQueryOutput"},
73
+ "errors":[
74
+ {"shape":"BadRequestException"},
75
+ {"shape":"ForbiddenException"},
76
+ {"shape":"NotFoundException"},
77
+ {"shape":"MethodNotAllowedException"},
78
+ {"shape":"TooManyRequestsException"},
79
+ {"shape":"InternalServerErrorException"}
80
+ ]
81
+ },
82
+ "GetTags":{
83
+ "name":"GetTags",
84
+ "http":{
85
+ "method":"GET",
86
+ "requestUri":"/resources/{Arn}/tags"
87
+ },
88
+ "input":{"shape":"GetTagsInput"},
89
+ "output":{"shape":"GetTagsOutput"},
90
+ "errors":[
91
+ {"shape":"BadRequestException"},
92
+ {"shape":"ForbiddenException"},
93
+ {"shape":"NotFoundException"},
94
+ {"shape":"MethodNotAllowedException"},
95
+ {"shape":"TooManyRequestsException"},
96
+ {"shape":"InternalServerErrorException"}
97
+ ]
98
+ },
99
+ "ListGroupResources":{
100
+ "name":"ListGroupResources",
101
+ "http":{
102
+ "method":"GET",
103
+ "requestUri":"/groups/{GroupName}/resource-identifiers"
104
+ },
105
+ "input":{"shape":"ListGroupResourcesInput"},
106
+ "output":{"shape":"ListGroupResourcesOutput"},
107
+ "errors":[
108
+ {"shape":"UnauthorizedException"},
109
+ {"shape":"BadRequestException"},
110
+ {"shape":"ForbiddenException"},
111
+ {"shape":"NotFoundException"},
112
+ {"shape":"MethodNotAllowedException"},
113
+ {"shape":"TooManyRequestsException"},
114
+ {"shape":"InternalServerErrorException"}
115
+ ]
116
+ },
117
+ "ListGroups":{
118
+ "name":"ListGroups",
119
+ "http":{
120
+ "method":"GET",
121
+ "requestUri":"/groups"
122
+ },
123
+ "input":{"shape":"ListGroupsInput"},
124
+ "output":{"shape":"ListGroupsOutput"},
125
+ "errors":[
126
+ {"shape":"BadRequestException"},
127
+ {"shape":"ForbiddenException"},
128
+ {"shape":"MethodNotAllowedException"},
129
+ {"shape":"TooManyRequestsException"},
130
+ {"shape":"InternalServerErrorException"}
131
+ ]
132
+ },
133
+ "SearchResources":{
134
+ "name":"SearchResources",
135
+ "http":{
136
+ "method":"POST",
137
+ "requestUri":"/resources/search"
138
+ },
139
+ "input":{"shape":"SearchResourcesInput"},
140
+ "output":{"shape":"SearchResourcesOutput"},
141
+ "errors":[
142
+ {"shape":"UnauthorizedException"},
143
+ {"shape":"BadRequestException"},
144
+ {"shape":"ForbiddenException"},
145
+ {"shape":"MethodNotAllowedException"},
146
+ {"shape":"TooManyRequestsException"},
147
+ {"shape":"InternalServerErrorException"}
148
+ ]
149
+ },
150
+ "Tag":{
151
+ "name":"Tag",
152
+ "http":{
153
+ "method":"PUT",
154
+ "requestUri":"/resources/{Arn}/tags"
155
+ },
156
+ "input":{"shape":"TagInput"},
157
+ "output":{"shape":"TagOutput"},
158
+ "errors":[
159
+ {"shape":"BadRequestException"},
160
+ {"shape":"ForbiddenException"},
161
+ {"shape":"NotFoundException"},
162
+ {"shape":"MethodNotAllowedException"},
163
+ {"shape":"TooManyRequestsException"},
164
+ {"shape":"InternalServerErrorException"}
165
+ ]
166
+ },
167
+ "Untag":{
168
+ "name":"Untag",
169
+ "http":{
170
+ "method":"PATCH",
171
+ "requestUri":"/resources/{Arn}/tags"
172
+ },
173
+ "input":{"shape":"UntagInput"},
174
+ "output":{"shape":"UntagOutput"},
175
+ "errors":[
176
+ {"shape":"BadRequestException"},
177
+ {"shape":"ForbiddenException"},
178
+ {"shape":"NotFoundException"},
179
+ {"shape":"MethodNotAllowedException"},
180
+ {"shape":"TooManyRequestsException"},
181
+ {"shape":"InternalServerErrorException"}
182
+ ]
183
+ },
184
+ "UpdateGroup":{
185
+ "name":"UpdateGroup",
186
+ "http":{
187
+ "method":"PUT",
188
+ "requestUri":"/groups/{GroupName}"
189
+ },
190
+ "input":{"shape":"UpdateGroupInput"},
191
+ "output":{"shape":"UpdateGroupOutput"},
192
+ "errors":[
193
+ {"shape":"BadRequestException"},
194
+ {"shape":"ForbiddenException"},
195
+ {"shape":"NotFoundException"},
196
+ {"shape":"MethodNotAllowedException"},
197
+ {"shape":"TooManyRequestsException"},
198
+ {"shape":"InternalServerErrorException"}
199
+ ]
200
+ },
201
+ "UpdateGroupQuery":{
202
+ "name":"UpdateGroupQuery",
203
+ "http":{
204
+ "method":"PUT",
205
+ "requestUri":"/groups/{GroupName}/query"
206
+ },
207
+ "input":{"shape":"UpdateGroupQueryInput"},
208
+ "output":{"shape":"UpdateGroupQueryOutput"},
209
+ "errors":[
210
+ {"shape":"BadRequestException"},
211
+ {"shape":"ForbiddenException"},
212
+ {"shape":"NotFoundException"},
213
+ {"shape":"MethodNotAllowedException"},
214
+ {"shape":"TooManyRequestsException"},
215
+ {"shape":"InternalServerErrorException"}
216
+ ]
217
+ }
218
+ },
219
+ "shapes":{
220
+ "BadRequestException":{
221
+ "type":"structure",
222
+ "members":{
223
+ "Message":{"shape":"ErrorMessage"}
224
+ },
225
+ "error":{"httpStatusCode":400},
226
+ "exception":true
227
+ },
228
+ "CreateGroupInput":{
229
+ "type":"structure",
230
+ "required":[
231
+ "Name",
232
+ "ResourceQuery"
233
+ ],
234
+ "members":{
235
+ "Name":{"shape":"GroupName"},
236
+ "Description":{"shape":"GroupDescription"},
237
+ "ResourceQuery":{"shape":"ResourceQuery"},
238
+ "Tags":{"shape":"Tags"}
239
+ }
240
+ },
241
+ "CreateGroupOutput":{
242
+ "type":"structure",
243
+ "members":{
244
+ "Group":{"shape":"Group"},
245
+ "ResourceQuery":{"shape":"ResourceQuery"},
246
+ "Tags":{"shape":"Tags"}
247
+ }
248
+ },
249
+ "DeleteGroupInput":{
250
+ "type":"structure",
251
+ "required":["GroupName"],
252
+ "members":{
253
+ "GroupName":{
254
+ "shape":"GroupName",
255
+ "location":"uri",
256
+ "locationName":"GroupName"
257
+ }
258
+ }
259
+ },
260
+ "DeleteGroupOutput":{
261
+ "type":"structure",
262
+ "members":{
263
+ "Group":{"shape":"Group"}
264
+ }
265
+ },
266
+ "ErrorMessage":{
267
+ "type":"string",
268
+ "max":1024,
269
+ "min":1
270
+ },
271
+ "ForbiddenException":{
272
+ "type":"structure",
273
+ "members":{
274
+ "Message":{"shape":"ErrorMessage"}
275
+ },
276
+ "error":{"httpStatusCode":403},
277
+ "exception":true
278
+ },
279
+ "GetGroupInput":{
280
+ "type":"structure",
281
+ "required":["GroupName"],
282
+ "members":{
283
+ "GroupName":{
284
+ "shape":"GroupName",
285
+ "location":"uri",
286
+ "locationName":"GroupName"
287
+ }
288
+ }
289
+ },
290
+ "GetGroupOutput":{
291
+ "type":"structure",
292
+ "members":{
293
+ "Group":{"shape":"Group"}
294
+ }
295
+ },
296
+ "GetGroupQueryInput":{
297
+ "type":"structure",
298
+ "required":["GroupName"],
299
+ "members":{
300
+ "GroupName":{
301
+ "shape":"GroupName",
302
+ "location":"uri",
303
+ "locationName":"GroupName"
304
+ }
305
+ }
306
+ },
307
+ "GetGroupQueryOutput":{
308
+ "type":"structure",
309
+ "members":{
310
+ "GroupQuery":{"shape":"GroupQuery"}
311
+ }
312
+ },
313
+ "GetTagsInput":{
314
+ "type":"structure",
315
+ "required":["Arn"],
316
+ "members":{
317
+ "Arn":{
318
+ "shape":"GroupArn",
319
+ "location":"uri",
320
+ "locationName":"Arn"
321
+ }
322
+ }
323
+ },
324
+ "GetTagsOutput":{
325
+ "type":"structure",
326
+ "members":{
327
+ "Arn":{"shape":"GroupArn"},
328
+ "Tags":{"shape":"Tags"}
329
+ }
330
+ },
331
+ "Group":{
332
+ "type":"structure",
333
+ "required":[
334
+ "GroupArn",
335
+ "Name"
336
+ ],
337
+ "members":{
338
+ "GroupArn":{"shape":"GroupArn"},
339
+ "Name":{"shape":"GroupName"},
340
+ "Description":{"shape":"GroupDescription"}
341
+ }
342
+ },
343
+ "GroupArn":{
344
+ "type":"string",
345
+ "pattern":"arn:aws:resource-groups:[a-z]{2}-[a-z]+-\\d{1}:[0-9]{12}:group/[a-zA-Z0-9_\\.-]{1,128}"
346
+ },
347
+ "GroupDescription":{
348
+ "type":"string",
349
+ "max":512,
350
+ "pattern":"[\\sa-zA-Z0-9_\\.-]+"
351
+ },
352
+ "GroupList":{
353
+ "type":"list",
354
+ "member":{"shape":"Group"}
355
+ },
356
+ "GroupName":{
357
+ "type":"string",
358
+ "max":128,
359
+ "min":1,
360
+ "pattern":"[a-zA-Z0-9_\\.-]+"
361
+ },
362
+ "GroupQuery":{
363
+ "type":"structure",
364
+ "required":[
365
+ "GroupName",
366
+ "ResourceQuery"
367
+ ],
368
+ "members":{
369
+ "GroupName":{"shape":"GroupName"},
370
+ "ResourceQuery":{"shape":"ResourceQuery"}
371
+ }
372
+ },
373
+ "InternalServerErrorException":{
374
+ "type":"structure",
375
+ "members":{
376
+ "Message":{"shape":"ErrorMessage"}
377
+ },
378
+ "error":{"httpStatusCode":500},
379
+ "exception":true
380
+ },
381
+ "ListGroupResourcesInput":{
382
+ "type":"structure",
383
+ "required":["GroupName"],
384
+ "members":{
385
+ "GroupName":{
386
+ "shape":"GroupName",
387
+ "location":"uri",
388
+ "locationName":"GroupName"
389
+ },
390
+ "MaxResults":{
391
+ "shape":"MaxResults",
392
+ "location":"querystring",
393
+ "locationName":"maxResults"
394
+ },
395
+ "NextToken":{
396
+ "shape":"NextToken",
397
+ "location":"querystring",
398
+ "locationName":"nextToken"
399
+ }
400
+ }
401
+ },
402
+ "ListGroupResourcesOutput":{
403
+ "type":"structure",
404
+ "members":{
405
+ "ResourceIdentifiers":{"shape":"ResourceIdentifierList"},
406
+ "NextToken":{"shape":"NextToken"}
407
+ }
408
+ },
409
+ "ListGroupsInput":{
410
+ "type":"structure",
411
+ "members":{
412
+ "MaxResults":{
413
+ "shape":"MaxResults",
414
+ "location":"querystring",
415
+ "locationName":"maxResults"
416
+ },
417
+ "NextToken":{
418
+ "shape":"NextToken",
419
+ "location":"querystring",
420
+ "locationName":"nextToken"
421
+ }
422
+ }
423
+ },
424
+ "ListGroupsOutput":{
425
+ "type":"structure",
426
+ "members":{
427
+ "Groups":{"shape":"GroupList"},
428
+ "NextToken":{"shape":"NextToken"}
429
+ }
430
+ },
431
+ "MaxResults":{
432
+ "type":"integer",
433
+ "max":50,
434
+ "min":1
435
+ },
436
+ "MethodNotAllowedException":{
437
+ "type":"structure",
438
+ "members":{
439
+ "Message":{"shape":"ErrorMessage"}
440
+ },
441
+ "error":{"httpStatusCode":405},
442
+ "exception":true
443
+ },
444
+ "NextToken":{"type":"string"},
445
+ "NotFoundException":{
446
+ "type":"structure",
447
+ "members":{
448
+ "Message":{"shape":"ErrorMessage"}
449
+ },
450
+ "error":{"httpStatusCode":404},
451
+ "exception":true
452
+ },
453
+ "Query":{
454
+ "type":"string",
455
+ "max":2048
456
+ },
457
+ "QueryType":{
458
+ "type":"string",
459
+ "enum":["TAG_FILTERS_1_0"]
460
+ },
461
+ "ResourceArn":{
462
+ "type":"string",
463
+ "pattern":"arn:aws:[a-z0-9]*:([a-z]{2}-[a-z]+-\\d{1})?:([0-9]{12})?:.+"
464
+ },
465
+ "ResourceIdentifier":{
466
+ "type":"structure",
467
+ "members":{
468
+ "ResourceArn":{"shape":"ResourceArn"},
469
+ "ResourceType":{"shape":"ResourceType"}
470
+ }
471
+ },
472
+ "ResourceIdentifierList":{
473
+ "type":"list",
474
+ "member":{"shape":"ResourceIdentifier"}
475
+ },
476
+ "ResourceQuery":{
477
+ "type":"structure",
478
+ "required":[
479
+ "Type",
480
+ "Query"
481
+ ],
482
+ "members":{
483
+ "Type":{"shape":"QueryType"},
484
+ "Query":{"shape":"Query"}
485
+ }
486
+ },
487
+ "ResourceType":{
488
+ "type":"string",
489
+ "pattern":"AWS::[a-zA-Z0-9]+::\\w+"
490
+ },
491
+ "SearchResourcesInput":{
492
+ "type":"structure",
493
+ "required":["ResourceQuery"],
494
+ "members":{
495
+ "ResourceQuery":{"shape":"ResourceQuery"},
496
+ "MaxResults":{"shape":"MaxResults"},
497
+ "NextToken":{"shape":"NextToken"}
498
+ }
499
+ },
500
+ "SearchResourcesOutput":{
501
+ "type":"structure",
502
+ "members":{
503
+ "ResourceIdentifiers":{"shape":"ResourceIdentifierList"},
504
+ "NextToken":{"shape":"NextToken"}
505
+ }
506
+ },
507
+ "TagInput":{
508
+ "type":"structure",
509
+ "required":[
510
+ "Arn",
511
+ "Tags"
512
+ ],
513
+ "members":{
514
+ "Arn":{
515
+ "shape":"GroupArn",
516
+ "location":"uri",
517
+ "locationName":"Arn"
518
+ },
519
+ "Tags":{"shape":"Tags"}
520
+ }
521
+ },
522
+ "TagKey":{
523
+ "type":"string",
524
+ "max":128,
525
+ "min":1,
526
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
527
+ },
528
+ "TagKeyList":{
529
+ "type":"list",
530
+ "member":{"shape":"TagKey"}
531
+ },
532
+ "TagOutput":{
533
+ "type":"structure",
534
+ "members":{
535
+ "Arn":{"shape":"GroupArn"},
536
+ "Tags":{"shape":"Tags"}
537
+ }
538
+ },
539
+ "TagValue":{
540
+ "type":"string",
541
+ "max":256,
542
+ "min":0,
543
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
544
+ },
545
+ "Tags":{
546
+ "type":"map",
547
+ "key":{"shape":"TagKey"},
548
+ "value":{"shape":"TagValue"}
549
+ },
550
+ "TooManyRequestsException":{
551
+ "type":"structure",
552
+ "members":{
553
+ "Message":{"shape":"ErrorMessage"}
554
+ },
555
+ "error":{"httpStatusCode":429},
556
+ "exception":true
557
+ },
558
+ "UnauthorizedException":{
559
+ "type":"structure",
560
+ "members":{
561
+ "Message":{"shape":"ErrorMessage"}
562
+ },
563
+ "error":{"httpStatusCode":401},
564
+ "exception":true
565
+ },
566
+ "UntagInput":{
567
+ "type":"structure",
568
+ "required":[
569
+ "Arn",
570
+ "Keys"
571
+ ],
572
+ "members":{
573
+ "Arn":{
574
+ "shape":"GroupArn",
575
+ "location":"uri",
576
+ "locationName":"Arn"
577
+ },
578
+ "Keys":{"shape":"TagKeyList"}
579
+ }
580
+ },
581
+ "UntagOutput":{
582
+ "type":"structure",
583
+ "members":{
584
+ "Arn":{"shape":"GroupArn"},
585
+ "Keys":{"shape":"TagKeyList"}
586
+ }
587
+ },
588
+ "UpdateGroupInput":{
589
+ "type":"structure",
590
+ "required":["GroupName"],
591
+ "members":{
592
+ "GroupName":{
593
+ "shape":"GroupName",
594
+ "location":"uri",
595
+ "locationName":"GroupName"
596
+ },
597
+ "Description":{"shape":"GroupDescription"}
598
+ }
599
+ },
600
+ "UpdateGroupOutput":{
601
+ "type":"structure",
602
+ "members":{
603
+ "Group":{"shape":"Group"}
604
+ }
605
+ },
606
+ "UpdateGroupQueryInput":{
607
+ "type":"structure",
608
+ "required":[
609
+ "GroupName",
610
+ "ResourceQuery"
611
+ ],
612
+ "members":{
613
+ "GroupName":{
614
+ "shape":"GroupName",
615
+ "location":"uri",
616
+ "locationName":"GroupName"
617
+ },
618
+ "ResourceQuery":{"shape":"ResourceQuery"}
619
+ }
620
+ },
621
+ "UpdateGroupQueryOutput":{
622
+ "type":"structure",
623
+ "members":{
624
+ "GroupQuery":{"shape":"GroupQuery"}
625
+ }
626
+ }
627
+ }
628
+ }