aws-sdk-core 2.11.625 → 2.11.626

Sign up to get free protection for your applications and to get access to all the features.
@@ -64,6 +64,22 @@
64
64
  "max":150
65
65
  },
66
66
  "ErrorMessage":{"type":"string"},
67
+ "FilterAttributeName":{
68
+ "type":"string",
69
+ "max":50,
70
+ "pattern":"[A-Za-z0-9]+"
71
+ },
72
+ "FilterAttributeValue":{
73
+ "type":"string",
74
+ "max":1000,
75
+ "sensitive":true
76
+ },
77
+ "FilterValues":{
78
+ "type":"map",
79
+ "key":{"shape":"FilterAttributeName"},
80
+ "value":{"shape":"FilterAttributeValue"},
81
+ "max":25
82
+ },
67
83
  "GetPersonalizedRankingRequest":{
68
84
  "type":"structure",
69
85
  "required":[
@@ -76,7 +92,8 @@
76
92
  "inputList":{"shape":"InputList"},
77
93
  "userId":{"shape":"UserID"},
78
94
  "context":{"shape":"Context"},
79
- "filterArn":{"shape":"Arn"}
95
+ "filterArn":{"shape":"Arn"},
96
+ "filterValues":{"shape":"FilterValues"}
80
97
  }
81
98
  },
82
99
  "GetPersonalizedRankingResponse":{
@@ -95,7 +112,8 @@
95
112
  "userId":{"shape":"UserID"},
96
113
  "numResults":{"shape":"NumResults"},
97
114
  "context":{"shape":"Context"},
98
- "filterArn":{"shape":"Arn"}
115
+ "filterArn":{"shape":"Arn"},
116
+ "filterValues":{"shape":"FilterValues"}
99
117
  }
100
118
  },
101
119
  "GetRecommendationsResponse":{
@@ -411,7 +411,10 @@
411
411
  "Size":{"shape":"Size"}
412
412
  }
413
413
  },
414
- "LexiconContent":{"type":"string"},
414
+ "LexiconContent":{
415
+ "type":"string",
416
+ "sensitive":true
417
+ },
415
418
  "LexiconDescription":{
416
419
  "type":"structure",
417
420
  "members":{
@@ -425,8 +428,7 @@
425
428
  },
426
429
  "LexiconName":{
427
430
  "type":"string",
428
- "pattern":"[0-9A-Za-z]{1,20}",
429
- "sensitive":true
431
+ "pattern":"[0-9A-Za-z]{1,20}"
430
432
  },
431
433
  "LexiconNameList":{
432
434
  "type":"list",
@@ -542,7 +544,7 @@
542
544
  },
543
545
  "OutputS3KeyPrefix":{
544
546
  "type":"string",
545
- "pattern":"^[0-9a-zA-Z\\/\\!\\-_\\.\\*\\'\\(\\)]{0,800}$"
547
+ "pattern":"^[0-9a-zA-Z\\/\\!\\-_\\.\\*\\'\\(\\):;\\$@=+\\,\\?&]{0,800}$"
546
548
  },
547
549
  "OutputUri":{"type":"string"},
548
550
  "PutLexiconInput":{
@@ -809,6 +811,7 @@
809
811
  "Mizuki",
810
812
  "Naja",
811
813
  "Nicole",
814
+ "Olivia",
812
815
  "Penelope",
813
816
  "Raveena",
814
817
  "Ricardo",
@@ -1304,7 +1304,8 @@
1304
1304
  },
1305
1305
  "template":{"shape":"Arn"},
1306
1306
  "worldCount":{"shape":"WorldCount"},
1307
- "tags":{"shape":"TagMap"}
1307
+ "tags":{"shape":"TagMap"},
1308
+ "worldTags":{"shape":"TagMap"}
1308
1309
  }
1309
1310
  },
1310
1311
  "CreateWorldGenerationJobResponse":{
@@ -1317,7 +1318,8 @@
1317
1318
  "clientRequestToken":{"shape":"ClientRequestToken"},
1318
1319
  "template":{"shape":"Arn"},
1319
1320
  "worldCount":{"shape":"WorldCount"},
1320
- "tags":{"shape":"TagMap"}
1321
+ "tags":{"shape":"TagMap"},
1322
+ "worldTags":{"shape":"TagMap"}
1321
1323
  }
1322
1324
  },
1323
1325
  "CreateWorldTemplateRequest":{
@@ -1766,7 +1768,8 @@
1766
1768
  "template":{"shape":"Arn"},
1767
1769
  "worldCount":{"shape":"WorldCount"},
1768
1770
  "finishedWorldsSummary":{"shape":"FinishedWorldsSummary"},
1769
- "tags":{"shape":"TagMap"}
1771
+ "tags":{"shape":"TagMap"},
1772
+ "worldTags":{"shape":"TagMap"}
1770
1773
  }
1771
1774
  },
1772
1775
  "DescribeWorldRequest":{
@@ -0,0 +1,857 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2020-06-24",
5
+ "endpointPrefix":"servicecatalog-appregistry",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"AppRegistry",
9
+ "serviceFullName":"AWS Service Catalog App Registry",
10
+ "serviceId":"Service Catalog AppRegistry",
11
+ "signatureVersion":"v4",
12
+ "signingName":"servicecatalog",
13
+ "uid":"AWS242AppRegistry"
14
+ },
15
+ "operations":{
16
+ "AssociateAttributeGroup":{
17
+ "name":"AssociateAttributeGroup",
18
+ "http":{
19
+ "method":"PUT",
20
+ "requestUri":"/applications/{application}/attribute-groups/{attributeGroup}"
21
+ },
22
+ "input":{"shape":"AssociateAttributeGroupRequest"},
23
+ "output":{"shape":"AssociateAttributeGroupResponse"},
24
+ "errors":[
25
+ {"shape":"ResourceNotFoundException"},
26
+ {"shape":"ValidationException"},
27
+ {"shape":"InternalServerException"},
28
+ {"shape":"ServiceQuotaExceededException"}
29
+ ]
30
+ },
31
+ "AssociateResource":{
32
+ "name":"AssociateResource",
33
+ "http":{
34
+ "method":"PUT",
35
+ "requestUri":"/applications/{application}/resources/{resourceType}/{resource}"
36
+ },
37
+ "input":{"shape":"AssociateResourceRequest"},
38
+ "output":{"shape":"AssociateResourceResponse"},
39
+ "errors":[
40
+ {"shape":"ResourceNotFoundException"},
41
+ {"shape":"InternalServerException"},
42
+ {"shape":"ServiceQuotaExceededException"},
43
+ {"shape":"ConflictException"}
44
+ ]
45
+ },
46
+ "CreateApplication":{
47
+ "name":"CreateApplication",
48
+ "http":{
49
+ "method":"POST",
50
+ "requestUri":"/applications",
51
+ "responseCode":201
52
+ },
53
+ "input":{"shape":"CreateApplicationRequest"},
54
+ "output":{"shape":"CreateApplicationResponse"},
55
+ "errors":[
56
+ {"shape":"ServiceQuotaExceededException"},
57
+ {"shape":"ConflictException"},
58
+ {"shape":"InternalServerException"}
59
+ ]
60
+ },
61
+ "CreateAttributeGroup":{
62
+ "name":"CreateAttributeGroup",
63
+ "http":{
64
+ "method":"POST",
65
+ "requestUri":"/attribute-groups",
66
+ "responseCode":201
67
+ },
68
+ "input":{"shape":"CreateAttributeGroupRequest"},
69
+ "output":{"shape":"CreateAttributeGroupResponse"},
70
+ "errors":[
71
+ {"shape":"ServiceQuotaExceededException"},
72
+ {"shape":"ConflictException"},
73
+ {"shape":"ValidationException"},
74
+ {"shape":"InternalServerException"}
75
+ ]
76
+ },
77
+ "DeleteApplication":{
78
+ "name":"DeleteApplication",
79
+ "http":{
80
+ "method":"DELETE",
81
+ "requestUri":"/applications/{application}"
82
+ },
83
+ "input":{"shape":"DeleteApplicationRequest"},
84
+ "output":{"shape":"DeleteApplicationResponse"},
85
+ "errors":[
86
+ {"shape":"ResourceNotFoundException"},
87
+ {"shape":"ValidationException"},
88
+ {"shape":"InternalServerException"}
89
+ ]
90
+ },
91
+ "DeleteAttributeGroup":{
92
+ "name":"DeleteAttributeGroup",
93
+ "http":{
94
+ "method":"DELETE",
95
+ "requestUri":"/attribute-groups/{attributeGroup}"
96
+ },
97
+ "input":{"shape":"DeleteAttributeGroupRequest"},
98
+ "output":{"shape":"DeleteAttributeGroupResponse"},
99
+ "errors":[
100
+ {"shape":"ResourceNotFoundException"},
101
+ {"shape":"ValidationException"},
102
+ {"shape":"InternalServerException"}
103
+ ]
104
+ },
105
+ "DisassociateAttributeGroup":{
106
+ "name":"DisassociateAttributeGroup",
107
+ "http":{
108
+ "method":"DELETE",
109
+ "requestUri":"/applications/{application}/attribute-groups/{attributeGroup}"
110
+ },
111
+ "input":{"shape":"DisassociateAttributeGroupRequest"},
112
+ "output":{"shape":"DisassociateAttributeGroupResponse"},
113
+ "errors":[
114
+ {"shape":"ResourceNotFoundException"},
115
+ {"shape":"ValidationException"},
116
+ {"shape":"InternalServerException"}
117
+ ]
118
+ },
119
+ "DisassociateResource":{
120
+ "name":"DisassociateResource",
121
+ "http":{
122
+ "method":"DELETE",
123
+ "requestUri":"/applications/{application}/resources/{resourceType}/{resource}"
124
+ },
125
+ "input":{"shape":"DisassociateResourceRequest"},
126
+ "output":{"shape":"DisassociateResourceResponse"},
127
+ "errors":[
128
+ {"shape":"ResourceNotFoundException"},
129
+ {"shape":"InternalServerException"}
130
+ ]
131
+ },
132
+ "GetApplication":{
133
+ "name":"GetApplication",
134
+ "http":{
135
+ "method":"GET",
136
+ "requestUri":"/applications/{application}"
137
+ },
138
+ "input":{"shape":"GetApplicationRequest"},
139
+ "output":{"shape":"GetApplicationResponse"},
140
+ "errors":[
141
+ {"shape":"ResourceNotFoundException"},
142
+ {"shape":"ValidationException"},
143
+ {"shape":"InternalServerException"}
144
+ ]
145
+ },
146
+ "GetAttributeGroup":{
147
+ "name":"GetAttributeGroup",
148
+ "http":{
149
+ "method":"GET",
150
+ "requestUri":"/attribute-groups/{attributeGroup}"
151
+ },
152
+ "input":{"shape":"GetAttributeGroupRequest"},
153
+ "output":{"shape":"GetAttributeGroupResponse"},
154
+ "errors":[
155
+ {"shape":"ResourceNotFoundException"},
156
+ {"shape":"ValidationException"},
157
+ {"shape":"InternalServerException"}
158
+ ]
159
+ },
160
+ "ListApplications":{
161
+ "name":"ListApplications",
162
+ "http":{
163
+ "method":"GET",
164
+ "requestUri":"/applications"
165
+ },
166
+ "input":{"shape":"ListApplicationsRequest"},
167
+ "output":{"shape":"ListApplicationsResponse"},
168
+ "errors":[
169
+ {"shape":"ValidationException"},
170
+ {"shape":"InternalServerException"}
171
+ ],
172
+ "idempotent":true
173
+ },
174
+ "ListAssociatedAttributeGroups":{
175
+ "name":"ListAssociatedAttributeGroups",
176
+ "http":{
177
+ "method":"GET",
178
+ "requestUri":"/applications/{application}/attribute-groups"
179
+ },
180
+ "input":{"shape":"ListAssociatedAttributeGroupsRequest"},
181
+ "output":{"shape":"ListAssociatedAttributeGroupsResponse"},
182
+ "errors":[
183
+ {"shape":"ResourceNotFoundException"},
184
+ {"shape":"ValidationException"},
185
+ {"shape":"InternalServerException"}
186
+ ],
187
+ "idempotent":true
188
+ },
189
+ "ListAssociatedResources":{
190
+ "name":"ListAssociatedResources",
191
+ "http":{
192
+ "method":"GET",
193
+ "requestUri":"/applications/{application}/resources"
194
+ },
195
+ "input":{"shape":"ListAssociatedResourcesRequest"},
196
+ "output":{"shape":"ListAssociatedResourcesResponse"},
197
+ "errors":[
198
+ {"shape":"ResourceNotFoundException"},
199
+ {"shape":"ValidationException"},
200
+ {"shape":"InternalServerException"}
201
+ ],
202
+ "idempotent":true
203
+ },
204
+ "ListAttributeGroups":{
205
+ "name":"ListAttributeGroups",
206
+ "http":{
207
+ "method":"GET",
208
+ "requestUri":"/attribute-groups"
209
+ },
210
+ "input":{"shape":"ListAttributeGroupsRequest"},
211
+ "output":{"shape":"ListAttributeGroupsResponse"},
212
+ "errors":[
213
+ {"shape":"ValidationException"},
214
+ {"shape":"InternalServerException"}
215
+ ],
216
+ "idempotent":true
217
+ },
218
+ "UpdateApplication":{
219
+ "name":"UpdateApplication",
220
+ "http":{
221
+ "method":"PATCH",
222
+ "requestUri":"/applications/{application}"
223
+ },
224
+ "input":{"shape":"UpdateApplicationRequest"},
225
+ "output":{"shape":"UpdateApplicationResponse"},
226
+ "errors":[
227
+ {"shape":"ResourceNotFoundException"},
228
+ {"shape":"ConflictException"},
229
+ {"shape":"InternalServerException"}
230
+ ]
231
+ },
232
+ "UpdateAttributeGroup":{
233
+ "name":"UpdateAttributeGroup",
234
+ "http":{
235
+ "method":"PATCH",
236
+ "requestUri":"/attribute-groups/{attributeGroup}"
237
+ },
238
+ "input":{"shape":"UpdateAttributeGroupRequest"},
239
+ "output":{"shape":"UpdateAttributeGroupResponse"},
240
+ "errors":[
241
+ {"shape":"ResourceNotFoundException"},
242
+ {"shape":"ValidationException"},
243
+ {"shape":"ConflictException"},
244
+ {"shape":"InternalServerException"}
245
+ ]
246
+ }
247
+ },
248
+ "shapes":{
249
+ "Application":{
250
+ "type":"structure",
251
+ "members":{
252
+ "id":{"shape":"ApplicationId"},
253
+ "arn":{"shape":"ApplicationArn"},
254
+ "name":{"shape":"Name"},
255
+ "description":{"shape":"Description"},
256
+ "creationTime":{"shape":"Timestamp"},
257
+ "lastUpdateTime":{"shape":"Timestamp"},
258
+ "tags":{"shape":"Tags"}
259
+ }
260
+ },
261
+ "ApplicationArn":{
262
+ "type":"string",
263
+ "pattern":"arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/applications/[a-z0-9]+"
264
+ },
265
+ "ApplicationId":{
266
+ "type":"string",
267
+ "pattern":"[a-z0-9]{12}"
268
+ },
269
+ "ApplicationSpecifier":{
270
+ "type":"string",
271
+ "max":256,
272
+ "min":1,
273
+ "pattern":"\\w+"
274
+ },
275
+ "ApplicationSummaries":{
276
+ "type":"list",
277
+ "member":{"shape":"ApplicationSummary"}
278
+ },
279
+ "ApplicationSummary":{
280
+ "type":"structure",
281
+ "members":{
282
+ "id":{"shape":"ApplicationId"},
283
+ "arn":{"shape":"ApplicationArn"},
284
+ "name":{"shape":"Name"},
285
+ "description":{"shape":"Description"},
286
+ "creationTime":{"shape":"Timestamp"},
287
+ "lastUpdateTime":{"shape":"Timestamp"}
288
+ }
289
+ },
290
+ "Arn":{
291
+ "type":"string",
292
+ "max":1600,
293
+ "min":1,
294
+ "pattern":"arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\\-])+:([a-z]{2}(-gov)?-[a-z]+-\\d{1})?:(\\d{12})?:(.*)"
295
+ },
296
+ "AssociateAttributeGroupRequest":{
297
+ "type":"structure",
298
+ "required":[
299
+ "application",
300
+ "attributeGroup"
301
+ ],
302
+ "members":{
303
+ "application":{
304
+ "shape":"ApplicationSpecifier",
305
+ "location":"uri",
306
+ "locationName":"application"
307
+ },
308
+ "attributeGroup":{
309
+ "shape":"AttributeGroupSpecifier",
310
+ "location":"uri",
311
+ "locationName":"attributeGroup"
312
+ }
313
+ }
314
+ },
315
+ "AssociateAttributeGroupResponse":{
316
+ "type":"structure",
317
+ "members":{
318
+ "applicationArn":{"shape":"ApplicationArn"},
319
+ "attributeGroupArn":{"shape":"AttributeGroupArn"}
320
+ }
321
+ },
322
+ "AssociateResourceRequest":{
323
+ "type":"structure",
324
+ "required":[
325
+ "application",
326
+ "resourceType",
327
+ "resource"
328
+ ],
329
+ "members":{
330
+ "application":{
331
+ "shape":"ApplicationSpecifier",
332
+ "location":"uri",
333
+ "locationName":"application"
334
+ },
335
+ "resourceType":{
336
+ "shape":"ResourceType",
337
+ "location":"uri",
338
+ "locationName":"resourceType"
339
+ },
340
+ "resource":{
341
+ "shape":"ResourceSpecifier",
342
+ "location":"uri",
343
+ "locationName":"resource"
344
+ }
345
+ }
346
+ },
347
+ "AssociateResourceResponse":{
348
+ "type":"structure",
349
+ "members":{
350
+ "applicationArn":{"shape":"ApplicationArn"},
351
+ "resourceArn":{"shape":"Arn"}
352
+ }
353
+ },
354
+ "AssociationCount":{
355
+ "type":"integer",
356
+ "min":0
357
+ },
358
+ "AttributeGroup":{
359
+ "type":"structure",
360
+ "members":{
361
+ "id":{"shape":"AttributeGroupId"},
362
+ "arn":{"shape":"AttributeGroupArn"},
363
+ "name":{"shape":"Name"},
364
+ "description":{"shape":"Description"},
365
+ "creationTime":{"shape":"Timestamp"},
366
+ "lastUpdateTime":{"shape":"Timestamp"},
367
+ "tags":{"shape":"Tags"}
368
+ }
369
+ },
370
+ "AttributeGroupArn":{
371
+ "type":"string",
372
+ "pattern":"arn:aws[-a-z]*:servicecatalog:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:/attribute-groups/[a-z0-9]+"
373
+ },
374
+ "AttributeGroupId":{
375
+ "type":"string",
376
+ "max":100,
377
+ "min":1,
378
+ "pattern":"[a-z0-9]{12}"
379
+ },
380
+ "AttributeGroupIds":{
381
+ "type":"list",
382
+ "member":{"shape":"AttributeGroupId"}
383
+ },
384
+ "AttributeGroupSpecifier":{
385
+ "type":"string",
386
+ "max":256,
387
+ "min":1,
388
+ "pattern":"\\w+"
389
+ },
390
+ "AttributeGroupSummaries":{
391
+ "type":"list",
392
+ "member":{"shape":"AttributeGroupSummary"}
393
+ },
394
+ "AttributeGroupSummary":{
395
+ "type":"structure",
396
+ "members":{
397
+ "id":{"shape":"AttributeGroupId"},
398
+ "arn":{"shape":"AttributeGroupArn"},
399
+ "name":{"shape":"Name"},
400
+ "description":{"shape":"Description"},
401
+ "creationTime":{"shape":"Timestamp"},
402
+ "lastUpdateTime":{"shape":"Timestamp"}
403
+ }
404
+ },
405
+ "Attributes":{
406
+ "type":"string",
407
+ "max":8000,
408
+ "min":1,
409
+ "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
410
+ },
411
+ "ClientToken":{
412
+ "type":"string",
413
+ "max":128,
414
+ "min":1,
415
+ "pattern":"[a-zA-Z0-9][a-zA-Z0-9_-]*"
416
+ },
417
+ "ConflictException":{
418
+ "type":"structure",
419
+ "members":{
420
+ "message":{"shape":"String"}
421
+ },
422
+ "error":{"httpStatusCode":409},
423
+ "exception":true
424
+ },
425
+ "CreateApplicationRequest":{
426
+ "type":"structure",
427
+ "required":[
428
+ "name",
429
+ "clientToken"
430
+ ],
431
+ "members":{
432
+ "name":{"shape":"Name"},
433
+ "description":{"shape":"Description"},
434
+ "tags":{"shape":"Tags"},
435
+ "clientToken":{
436
+ "shape":"ClientToken",
437
+ "idempotencyToken":true
438
+ }
439
+ }
440
+ },
441
+ "CreateApplicationResponse":{
442
+ "type":"structure",
443
+ "members":{
444
+ "application":{"shape":"Application"}
445
+ }
446
+ },
447
+ "CreateAttributeGroupRequest":{
448
+ "type":"structure",
449
+ "required":[
450
+ "name",
451
+ "attributes",
452
+ "clientToken"
453
+ ],
454
+ "members":{
455
+ "name":{"shape":"Name"},
456
+ "description":{"shape":"Description"},
457
+ "attributes":{"shape":"Attributes"},
458
+ "tags":{"shape":"Tags"},
459
+ "clientToken":{
460
+ "shape":"ClientToken",
461
+ "idempotencyToken":true
462
+ }
463
+ }
464
+ },
465
+ "CreateAttributeGroupResponse":{
466
+ "type":"structure",
467
+ "members":{
468
+ "attributeGroup":{"shape":"AttributeGroup"}
469
+ }
470
+ },
471
+ "DeleteApplicationRequest":{
472
+ "type":"structure",
473
+ "required":["application"],
474
+ "members":{
475
+ "application":{
476
+ "shape":"ApplicationSpecifier",
477
+ "location":"uri",
478
+ "locationName":"application"
479
+ }
480
+ }
481
+ },
482
+ "DeleteApplicationResponse":{
483
+ "type":"structure",
484
+ "members":{
485
+ "application":{"shape":"ApplicationSummary"}
486
+ }
487
+ },
488
+ "DeleteAttributeGroupRequest":{
489
+ "type":"structure",
490
+ "required":["attributeGroup"],
491
+ "members":{
492
+ "attributeGroup":{
493
+ "shape":"AttributeGroupSpecifier",
494
+ "location":"uri",
495
+ "locationName":"attributeGroup"
496
+ }
497
+ }
498
+ },
499
+ "DeleteAttributeGroupResponse":{
500
+ "type":"structure",
501
+ "members":{
502
+ "attributeGroup":{"shape":"AttributeGroupSummary"}
503
+ }
504
+ },
505
+ "Description":{
506
+ "type":"string",
507
+ "max":1024
508
+ },
509
+ "DisassociateAttributeGroupRequest":{
510
+ "type":"structure",
511
+ "required":[
512
+ "application",
513
+ "attributeGroup"
514
+ ],
515
+ "members":{
516
+ "application":{
517
+ "shape":"ApplicationSpecifier",
518
+ "location":"uri",
519
+ "locationName":"application"
520
+ },
521
+ "attributeGroup":{
522
+ "shape":"AttributeGroupSpecifier",
523
+ "location":"uri",
524
+ "locationName":"attributeGroup"
525
+ }
526
+ }
527
+ },
528
+ "DisassociateAttributeGroupResponse":{
529
+ "type":"structure",
530
+ "members":{
531
+ "applicationArn":{"shape":"ApplicationArn"},
532
+ "attributeGroupArn":{"shape":"AttributeGroupArn"}
533
+ }
534
+ },
535
+ "DisassociateResourceRequest":{
536
+ "type":"structure",
537
+ "required":[
538
+ "application",
539
+ "resourceType",
540
+ "resource"
541
+ ],
542
+ "members":{
543
+ "application":{
544
+ "shape":"ApplicationSpecifier",
545
+ "location":"uri",
546
+ "locationName":"application"
547
+ },
548
+ "resourceType":{
549
+ "shape":"ResourceType",
550
+ "location":"uri",
551
+ "locationName":"resourceType"
552
+ },
553
+ "resource":{
554
+ "shape":"ResourceSpecifier",
555
+ "location":"uri",
556
+ "locationName":"resource"
557
+ }
558
+ }
559
+ },
560
+ "DisassociateResourceResponse":{
561
+ "type":"structure",
562
+ "members":{
563
+ "applicationArn":{"shape":"ApplicationArn"},
564
+ "resourceArn":{"shape":"Arn"}
565
+ }
566
+ },
567
+ "GetApplicationRequest":{
568
+ "type":"structure",
569
+ "required":["application"],
570
+ "members":{
571
+ "application":{
572
+ "shape":"ApplicationSpecifier",
573
+ "location":"uri",
574
+ "locationName":"application"
575
+ }
576
+ }
577
+ },
578
+ "GetApplicationResponse":{
579
+ "type":"structure",
580
+ "members":{
581
+ "id":{"shape":"ApplicationId"},
582
+ "arn":{"shape":"ApplicationArn"},
583
+ "name":{"shape":"Name"},
584
+ "description":{"shape":"Description"},
585
+ "creationTime":{"shape":"Timestamp"},
586
+ "lastUpdateTime":{"shape":"Timestamp"},
587
+ "associatedResourceCount":{"shape":"AssociationCount"},
588
+ "tags":{"shape":"Tags"}
589
+ }
590
+ },
591
+ "GetAttributeGroupRequest":{
592
+ "type":"structure",
593
+ "required":["attributeGroup"],
594
+ "members":{
595
+ "attributeGroup":{
596
+ "shape":"AttributeGroupSpecifier",
597
+ "location":"uri",
598
+ "locationName":"attributeGroup"
599
+ }
600
+ }
601
+ },
602
+ "GetAttributeGroupResponse":{
603
+ "type":"structure",
604
+ "members":{
605
+ "id":{"shape":"AttributeGroupId"},
606
+ "arn":{"shape":"AttributeGroupArn"},
607
+ "name":{"shape":"Name"},
608
+ "description":{"shape":"Description"},
609
+ "attributes":{"shape":"Attributes"},
610
+ "creationTime":{"shape":"Timestamp"},
611
+ "lastUpdateTime":{"shape":"Timestamp"},
612
+ "tags":{"shape":"Tags"}
613
+ }
614
+ },
615
+ "InternalServerException":{
616
+ "type":"structure",
617
+ "members":{
618
+ "message":{"shape":"String"}
619
+ },
620
+ "error":{"httpStatusCode":500},
621
+ "exception":true,
622
+ "fault":true
623
+ },
624
+ "ListApplicationsRequest":{
625
+ "type":"structure",
626
+ "members":{
627
+ "nextToken":{
628
+ "shape":"NextToken",
629
+ "location":"querystring",
630
+ "locationName":"nextToken"
631
+ },
632
+ "maxResults":{
633
+ "shape":"MaxResults",
634
+ "box":true,
635
+ "location":"querystring",
636
+ "locationName":"maxResults"
637
+ }
638
+ }
639
+ },
640
+ "ListApplicationsResponse":{
641
+ "type":"structure",
642
+ "members":{
643
+ "applications":{"shape":"ApplicationSummaries"},
644
+ "nextToken":{"shape":"NextToken"}
645
+ }
646
+ },
647
+ "ListAssociatedAttributeGroupsRequest":{
648
+ "type":"structure",
649
+ "required":["application"],
650
+ "members":{
651
+ "application":{
652
+ "shape":"ApplicationSpecifier",
653
+ "location":"uri",
654
+ "locationName":"application"
655
+ },
656
+ "nextToken":{
657
+ "shape":"NextToken",
658
+ "location":"querystring",
659
+ "locationName":"nextToken"
660
+ },
661
+ "maxResults":{
662
+ "shape":"MaxResults",
663
+ "box":true,
664
+ "location":"querystring",
665
+ "locationName":"maxResults"
666
+ }
667
+ }
668
+ },
669
+ "ListAssociatedAttributeGroupsResponse":{
670
+ "type":"structure",
671
+ "members":{
672
+ "attributeGroups":{"shape":"AttributeGroupIds"},
673
+ "nextToken":{"shape":"NextToken"}
674
+ }
675
+ },
676
+ "ListAssociatedResourcesRequest":{
677
+ "type":"structure",
678
+ "required":["application"],
679
+ "members":{
680
+ "application":{
681
+ "shape":"ApplicationSpecifier",
682
+ "location":"uri",
683
+ "locationName":"application"
684
+ },
685
+ "nextToken":{
686
+ "shape":"NextToken",
687
+ "location":"querystring",
688
+ "locationName":"nextToken"
689
+ },
690
+ "maxResults":{
691
+ "shape":"MaxResults",
692
+ "box":true,
693
+ "location":"querystring",
694
+ "locationName":"maxResults"
695
+ }
696
+ }
697
+ },
698
+ "ListAssociatedResourcesResponse":{
699
+ "type":"structure",
700
+ "members":{
701
+ "resources":{"shape":"Resources"},
702
+ "nextToken":{"shape":"NextToken"}
703
+ }
704
+ },
705
+ "ListAttributeGroupsRequest":{
706
+ "type":"structure",
707
+ "members":{
708
+ "nextToken":{
709
+ "shape":"NextToken",
710
+ "location":"querystring",
711
+ "locationName":"nextToken"
712
+ },
713
+ "maxResults":{
714
+ "shape":"MaxResults",
715
+ "box":true,
716
+ "location":"querystring",
717
+ "locationName":"maxResults"
718
+ }
719
+ }
720
+ },
721
+ "ListAttributeGroupsResponse":{
722
+ "type":"structure",
723
+ "members":{
724
+ "attributeGroups":{"shape":"AttributeGroupSummaries"},
725
+ "nextToken":{"shape":"NextToken"}
726
+ }
727
+ },
728
+ "MaxResults":{
729
+ "type":"integer",
730
+ "max":25,
731
+ "min":1
732
+ },
733
+ "Name":{
734
+ "type":"string",
735
+ "max":256,
736
+ "min":1,
737
+ "pattern":"\\w+"
738
+ },
739
+ "NextToken":{
740
+ "type":"string",
741
+ "max":2024,
742
+ "min":1,
743
+ "pattern":"[A-Za-z0-9+/=]+"
744
+ },
745
+ "ResourceInfo":{
746
+ "type":"structure",
747
+ "members":{
748
+ "name":{"shape":"ResourceSpecifier"},
749
+ "arn":{"shape":"StackArn"}
750
+ }
751
+ },
752
+ "ResourceNotFoundException":{
753
+ "type":"structure",
754
+ "members":{
755
+ "message":{"shape":"String"}
756
+ },
757
+ "error":{"httpStatusCode":404},
758
+ "exception":true
759
+ },
760
+ "ResourceSpecifier":{
761
+ "type":"string",
762
+ "max":256,
763
+ "min":1,
764
+ "pattern":"\\S+"
765
+ },
766
+ "ResourceType":{
767
+ "type":"string",
768
+ "enum":["CFN_STACK"]
769
+ },
770
+ "Resources":{
771
+ "type":"list",
772
+ "member":{"shape":"ResourceInfo"}
773
+ },
774
+ "ServiceQuotaExceededException":{
775
+ "type":"structure",
776
+ "members":{
777
+ "message":{"shape":"String"}
778
+ },
779
+ "error":{"httpStatusCode":402},
780
+ "exception":true
781
+ },
782
+ "StackArn":{
783
+ "type":"string",
784
+ "pattern":"arn:aws[-a-z]*:cloudformation:[a-z]{2}(-gov)?-[a-z]+-\\d:\\d{12}:stack/[a-zA-Z][-A-Za-z0-9]{0,127}/[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}"
785
+ },
786
+ "String":{"type":"string"},
787
+ "TagKey":{
788
+ "type":"string",
789
+ "max":128,
790
+ "min":1,
791
+ "pattern":"(?!aws:)[a-zA-Z+-=._:/]+"
792
+ },
793
+ "TagValue":{
794
+ "type":"string",
795
+ "max":256,
796
+ "pattern":"[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*"
797
+ },
798
+ "Tags":{
799
+ "type":"map",
800
+ "key":{"shape":"TagKey"},
801
+ "value":{"shape":"TagValue"},
802
+ "max":50,
803
+ "min":0
804
+ },
805
+ "Timestamp":{
806
+ "type":"timestamp",
807
+ "timestampFormat":"iso8601"
808
+ },
809
+ "UpdateApplicationRequest":{
810
+ "type":"structure",
811
+ "required":["application"],
812
+ "members":{
813
+ "application":{
814
+ "shape":"ApplicationSpecifier",
815
+ "location":"uri",
816
+ "locationName":"application"
817
+ },
818
+ "name":{"shape":"Name"},
819
+ "description":{"shape":"Description"}
820
+ }
821
+ },
822
+ "UpdateApplicationResponse":{
823
+ "type":"structure",
824
+ "members":{
825
+ "application":{"shape":"Application"}
826
+ }
827
+ },
828
+ "UpdateAttributeGroupRequest":{
829
+ "type":"structure",
830
+ "required":["attributeGroup"],
831
+ "members":{
832
+ "attributeGroup":{
833
+ "shape":"AttributeGroupSpecifier",
834
+ "location":"uri",
835
+ "locationName":"attributeGroup"
836
+ },
837
+ "name":{"shape":"Name"},
838
+ "description":{"shape":"Description"},
839
+ "attributes":{"shape":"Attributes"}
840
+ }
841
+ },
842
+ "UpdateAttributeGroupResponse":{
843
+ "type":"structure",
844
+ "members":{
845
+ "attributeGroup":{"shape":"AttributeGroup"}
846
+ }
847
+ },
848
+ "ValidationException":{
849
+ "type":"structure",
850
+ "members":{
851
+ "message":{"shape":"String"}
852
+ },
853
+ "error":{"httpStatusCode":400},
854
+ "exception":true
855
+ }
856
+ }
857
+ }