aws-sdk 2.810.0 → 2.814.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/CHANGELOG.md +35 -1
  2. package/README.md +2 -3
  3. package/apis/amp-2020-08-01.examples.json +5 -0
  4. package/apis/amp-2020-08-01.min.json +211 -0
  5. package/apis/amp-2020-08-01.paginators.json +10 -0
  6. package/apis/ce-2017-10-25.min.json +101 -97
  7. package/apis/config-2014-11-12.min.json +40 -6
  8. package/apis/dlm-2018-01-12.min.json +104 -16
  9. package/apis/ec2-2016-11-15.min.json +11 -0
  10. package/apis/greengrassv2-2020-11-30.examples.json +5 -0
  11. package/apis/greengrassv2-2020-11-30.min.json +1069 -0
  12. package/apis/greengrassv2-2020-11-30.paginators.json +40 -0
  13. package/apis/imagebuilder-2019-12-02.min.json +375 -88
  14. package/apis/imagebuilder-2019-12-02.paginators.json +24 -9
  15. package/apis/iot-2015-05-28.min.json +904 -278
  16. package/apis/iot-2015-05-28.paginators.json +24 -0
  17. package/apis/iotanalytics-2017-11-27.min.json +79 -27
  18. package/apis/iotdeviceadvisor-2020-09-18.examples.json +5 -0
  19. package/apis/iotdeviceadvisor-2020-09-18.min.json +596 -0
  20. package/apis/iotdeviceadvisor-2020-09-18.paginators.json +19 -0
  21. package/apis/iotfleethub-2020-11-03.examples.json +5 -0
  22. package/apis/iotfleethub-2020-11-03.min.json +292 -0
  23. package/apis/iotfleethub-2020-11-03.paginators.json +9 -0
  24. package/apis/iotwireless-2020-11-22.examples.json +5 -0
  25. package/apis/iotwireless-2020-11-22.min.json +1832 -0
  26. package/apis/iotwireless-2020-11-22.paginators.json +29 -0
  27. package/apis/kms-2014-11-01.examples.json +7 -4
  28. package/apis/kms-2014-11-01.min.json +7 -1
  29. package/apis/lambda-2015-03-31.examples.json +6 -6
  30. package/apis/lambda-2015-03-31.min.json +140 -100
  31. package/apis/location-2020-11-19.examples.json +5 -0
  32. package/apis/location-2020-11-19.min.json +1759 -0
  33. package/apis/location-2020-11-19.paginators.json +44 -0
  34. package/apis/metadata.json +21 -0
  35. package/apis/quicksight-2018-04-01.min.json +120 -119
  36. package/apis/rds-2014-10-31.min.json +192 -172
  37. package/apis/route53-2013-04-01.min.json +372 -96
  38. package/apis/route53resolver-2018-04-01.min.json +81 -6
  39. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  40. package/apis/servicecatalog-2015-12-10.min.json +187 -117
  41. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  42. package/apis/ssm-2014-11-06.min.json +606 -293
  43. package/apis/ssm-2014-11-06.paginators.json +12 -0
  44. package/apis/wellarchitected-2020-03-31.examples.json +5 -0
  45. package/apis/wellarchitected-2020-03-31.min.json +1329 -0
  46. package/apis/wellarchitected-2020-03-31.paginators.json +49 -0
  47. package/clients/all.d.ts +7 -0
  48. package/clients/all.js +8 -1
  49. package/clients/amp.d.ts +220 -0
  50. package/clients/amp.js +18 -0
  51. package/clients/configservice.d.ts +49 -28
  52. package/clients/costexplorer.d.ts +3 -2
  53. package/clients/dlm.d.ts +99 -7
  54. package/clients/ec2.d.ts +14 -2
  55. package/clients/greengrassv2.d.ts +1270 -0
  56. package/clients/greengrassv2.js +18 -0
  57. package/clients/imagebuilder.d.ts +433 -5
  58. package/clients/iot.d.ts +770 -60
  59. package/clients/iotanalytics.d.ts +68 -2
  60. package/clients/iotdeviceadvisor.d.ts +710 -0
  61. package/clients/iotdeviceadvisor.js +18 -0
  62. package/clients/iotfleethub.d.ts +315 -0
  63. package/clients/iotfleethub.js +18 -0
  64. package/clients/iotwireless.d.ts +2124 -0
  65. package/clients/iotwireless.js +18 -0
  66. package/clients/kms.d.ts +117 -109
  67. package/clients/lambda.d.ts +63 -17
  68. package/clients/location.d.ts +1498 -0
  69. package/clients/location.js +18 -0
  70. package/clients/quicksight.d.ts +15 -10
  71. package/clients/rds.d.ts +41 -14
  72. package/clients/route53.d.ts +247 -1
  73. package/clients/route53resolver.d.ts +105 -8
  74. package/clients/servicecatalog.d.ts +122 -14
  75. package/clients/sqs.d.ts +23 -23
  76. package/clients/ssm.d.ts +534 -31
  77. package/clients/wellarchitected.d.ts +871 -0
  78. package/clients/wellarchitected.js +18 -0
  79. package/dist/aws-sdk-core-react-native.js +7 -2
  80. package/dist/aws-sdk-react-native.js +293 -24
  81. package/dist/aws-sdk.js +2709 -1190
  82. package/dist/aws-sdk.min.js +81 -81
  83. package/lib/config_service_placeholders.d.ts +14 -0
  84. package/lib/core.js +1 -1
  85. package/lib/util.js +5 -0
  86. package/package.json +1 -1
@@ -0,0 +1,1329 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2020-03-31",
5
+ "endpointPrefix": "wellarchitected",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceAbbreviation": "Well-Architected",
9
+ "serviceFullName": "AWS Well-Architected Tool",
10
+ "serviceId": "WellArchitected",
11
+ "signatureVersion": "v4",
12
+ "signingName": "wellarchitected",
13
+ "uid": "wellarchitected-2020-03-31"
14
+ },
15
+ "operations": {
16
+ "AssociateLenses": {
17
+ "http": {
18
+ "method": "PATCH",
19
+ "requestUri": "/workloads/{WorkloadId}/associateLenses"
20
+ },
21
+ "input": {
22
+ "type": "structure",
23
+ "required": [
24
+ "WorkloadId",
25
+ "LensAliases"
26
+ ],
27
+ "members": {
28
+ "WorkloadId": {
29
+ "location": "uri",
30
+ "locationName": "WorkloadId"
31
+ },
32
+ "LensAliases": {
33
+ "shape": "S3"
34
+ }
35
+ }
36
+ }
37
+ },
38
+ "CreateMilestone": {
39
+ "http": {
40
+ "requestUri": "/workloads/{WorkloadId}/milestones"
41
+ },
42
+ "input": {
43
+ "type": "structure",
44
+ "required": [
45
+ "WorkloadId",
46
+ "MilestoneName",
47
+ "ClientRequestToken"
48
+ ],
49
+ "members": {
50
+ "WorkloadId": {
51
+ "location": "uri",
52
+ "locationName": "WorkloadId"
53
+ },
54
+ "MilestoneName": {},
55
+ "ClientRequestToken": {
56
+ "idempotencyToken": true
57
+ }
58
+ }
59
+ },
60
+ "output": {
61
+ "type": "structure",
62
+ "members": {
63
+ "WorkloadId": {},
64
+ "MilestoneNumber": {
65
+ "type": "integer"
66
+ }
67
+ }
68
+ }
69
+ },
70
+ "CreateWorkload": {
71
+ "http": {
72
+ "requestUri": "/workloads"
73
+ },
74
+ "input": {
75
+ "type": "structure",
76
+ "required": [
77
+ "WorkloadName",
78
+ "Description",
79
+ "Environment",
80
+ "ReviewOwner",
81
+ "Lenses",
82
+ "ClientRequestToken"
83
+ ],
84
+ "members": {
85
+ "WorkloadName": {},
86
+ "Description": {},
87
+ "Environment": {},
88
+ "AccountIds": {
89
+ "shape": "Se"
90
+ },
91
+ "AwsRegions": {
92
+ "shape": "Sg"
93
+ },
94
+ "NonAwsRegions": {
95
+ "shape": "Si"
96
+ },
97
+ "PillarPriorities": {
98
+ "shape": "Sk"
99
+ },
100
+ "ArchitecturalDesign": {},
101
+ "ReviewOwner": {},
102
+ "IndustryType": {},
103
+ "Industry": {},
104
+ "Lenses": {
105
+ "shape": "Sq"
106
+ },
107
+ "Notes": {},
108
+ "ClientRequestToken": {
109
+ "idempotencyToken": true
110
+ }
111
+ }
112
+ },
113
+ "output": {
114
+ "type": "structure",
115
+ "members": {
116
+ "WorkloadId": {},
117
+ "WorkloadArn": {}
118
+ }
119
+ }
120
+ },
121
+ "CreateWorkloadShare": {
122
+ "http": {
123
+ "requestUri": "/workloads/{WorkloadId}/shares"
124
+ },
125
+ "input": {
126
+ "type": "structure",
127
+ "required": [
128
+ "WorkloadId",
129
+ "SharedWith",
130
+ "PermissionType",
131
+ "ClientRequestToken"
132
+ ],
133
+ "members": {
134
+ "WorkloadId": {
135
+ "location": "uri",
136
+ "locationName": "WorkloadId"
137
+ },
138
+ "SharedWith": {},
139
+ "PermissionType": {},
140
+ "ClientRequestToken": {
141
+ "idempotencyToken": true
142
+ }
143
+ }
144
+ },
145
+ "output": {
146
+ "type": "structure",
147
+ "members": {
148
+ "WorkloadId": {},
149
+ "ShareId": {}
150
+ }
151
+ }
152
+ },
153
+ "DeleteWorkload": {
154
+ "http": {
155
+ "method": "DELETE",
156
+ "requestUri": "/workloads/{WorkloadId}"
157
+ },
158
+ "input": {
159
+ "type": "structure",
160
+ "required": [
161
+ "WorkloadId",
162
+ "ClientRequestToken"
163
+ ],
164
+ "members": {
165
+ "WorkloadId": {
166
+ "location": "uri",
167
+ "locationName": "WorkloadId"
168
+ },
169
+ "ClientRequestToken": {
170
+ "idempotencyToken": true,
171
+ "location": "querystring",
172
+ "locationName": "ClientRequestToken"
173
+ }
174
+ }
175
+ }
176
+ },
177
+ "DeleteWorkloadShare": {
178
+ "http": {
179
+ "method": "DELETE",
180
+ "requestUri": "/workloads/{WorkloadId}/shares/{ShareId}"
181
+ },
182
+ "input": {
183
+ "type": "structure",
184
+ "required": [
185
+ "ShareId",
186
+ "WorkloadId",
187
+ "ClientRequestToken"
188
+ ],
189
+ "members": {
190
+ "ShareId": {
191
+ "location": "uri",
192
+ "locationName": "ShareId"
193
+ },
194
+ "WorkloadId": {
195
+ "location": "uri",
196
+ "locationName": "WorkloadId"
197
+ },
198
+ "ClientRequestToken": {
199
+ "idempotencyToken": true,
200
+ "location": "querystring",
201
+ "locationName": "ClientRequestToken"
202
+ }
203
+ }
204
+ }
205
+ },
206
+ "DisassociateLenses": {
207
+ "http": {
208
+ "method": "PATCH",
209
+ "requestUri": "/workloads/{WorkloadId}/disassociateLenses"
210
+ },
211
+ "input": {
212
+ "type": "structure",
213
+ "required": [
214
+ "WorkloadId",
215
+ "LensAliases"
216
+ ],
217
+ "members": {
218
+ "WorkloadId": {
219
+ "location": "uri",
220
+ "locationName": "WorkloadId"
221
+ },
222
+ "LensAliases": {
223
+ "shape": "S3"
224
+ }
225
+ }
226
+ }
227
+ },
228
+ "GetAnswer": {
229
+ "http": {
230
+ "method": "GET",
231
+ "requestUri": "/workloads/{WorkloadId}/lensReviews/{LensAlias}/answers/{QuestionId}"
232
+ },
233
+ "input": {
234
+ "type": "structure",
235
+ "required": [
236
+ "WorkloadId",
237
+ "LensAlias",
238
+ "QuestionId"
239
+ ],
240
+ "members": {
241
+ "WorkloadId": {
242
+ "location": "uri",
243
+ "locationName": "WorkloadId"
244
+ },
245
+ "LensAlias": {
246
+ "location": "uri",
247
+ "locationName": "LensAlias"
248
+ },
249
+ "QuestionId": {
250
+ "location": "uri",
251
+ "locationName": "QuestionId"
252
+ },
253
+ "MilestoneNumber": {
254
+ "location": "querystring",
255
+ "locationName": "MilestoneNumber",
256
+ "type": "integer"
257
+ }
258
+ }
259
+ },
260
+ "output": {
261
+ "type": "structure",
262
+ "members": {
263
+ "WorkloadId": {},
264
+ "MilestoneNumber": {
265
+ "type": "integer"
266
+ },
267
+ "LensAlias": {},
268
+ "Answer": {
269
+ "shape": "S15"
270
+ }
271
+ }
272
+ }
273
+ },
274
+ "GetLensReview": {
275
+ "http": {
276
+ "method": "GET",
277
+ "requestUri": "/workloads/{WorkloadId}/lensReviews/{LensAlias}"
278
+ },
279
+ "input": {
280
+ "type": "structure",
281
+ "required": [
282
+ "WorkloadId",
283
+ "LensAlias"
284
+ ],
285
+ "members": {
286
+ "WorkloadId": {
287
+ "location": "uri",
288
+ "locationName": "WorkloadId"
289
+ },
290
+ "LensAlias": {
291
+ "location": "uri",
292
+ "locationName": "LensAlias"
293
+ },
294
+ "MilestoneNumber": {
295
+ "location": "querystring",
296
+ "locationName": "MilestoneNumber",
297
+ "type": "integer"
298
+ }
299
+ }
300
+ },
301
+ "output": {
302
+ "type": "structure",
303
+ "members": {
304
+ "WorkloadId": {},
305
+ "MilestoneNumber": {
306
+ "type": "integer"
307
+ },
308
+ "LensReview": {
309
+ "shape": "S1k"
310
+ }
311
+ }
312
+ }
313
+ },
314
+ "GetLensReviewReport": {
315
+ "http": {
316
+ "method": "GET",
317
+ "requestUri": "/workloads/{WorkloadId}/lensReviews/{LensAlias}/report"
318
+ },
319
+ "input": {
320
+ "type": "structure",
321
+ "required": [
322
+ "WorkloadId",
323
+ "LensAlias"
324
+ ],
325
+ "members": {
326
+ "WorkloadId": {
327
+ "location": "uri",
328
+ "locationName": "WorkloadId"
329
+ },
330
+ "LensAlias": {
331
+ "location": "uri",
332
+ "locationName": "LensAlias"
333
+ },
334
+ "MilestoneNumber": {
335
+ "location": "querystring",
336
+ "locationName": "MilestoneNumber",
337
+ "type": "integer"
338
+ }
339
+ }
340
+ },
341
+ "output": {
342
+ "type": "structure",
343
+ "members": {
344
+ "WorkloadId": {},
345
+ "MilestoneNumber": {
346
+ "type": "integer"
347
+ },
348
+ "LensReviewReport": {
349
+ "type": "structure",
350
+ "members": {
351
+ "LensAlias": {},
352
+ "Base64String": {}
353
+ }
354
+ }
355
+ }
356
+ }
357
+ },
358
+ "GetLensVersionDifference": {
359
+ "http": {
360
+ "method": "GET",
361
+ "requestUri": "/lenses/{LensAlias}/versionDifference"
362
+ },
363
+ "input": {
364
+ "type": "structure",
365
+ "required": [
366
+ "LensAlias",
367
+ "BaseLensVersion"
368
+ ],
369
+ "members": {
370
+ "LensAlias": {
371
+ "location": "uri",
372
+ "locationName": "LensAlias"
373
+ },
374
+ "BaseLensVersion": {
375
+ "location": "querystring",
376
+ "locationName": "BaseLensVersion"
377
+ }
378
+ }
379
+ },
380
+ "output": {
381
+ "type": "structure",
382
+ "members": {
383
+ "LensAlias": {},
384
+ "BaseLensVersion": {},
385
+ "LatestLensVersion": {},
386
+ "VersionDifferences": {
387
+ "type": "structure",
388
+ "members": {
389
+ "PillarDifferences": {
390
+ "type": "list",
391
+ "member": {
392
+ "type": "structure",
393
+ "members": {
394
+ "PillarId": {},
395
+ "DifferenceStatus": {},
396
+ "QuestionDifferences": {
397
+ "type": "list",
398
+ "member": {
399
+ "type": "structure",
400
+ "members": {
401
+ "QuestionId": {},
402
+ "QuestionTitle": {},
403
+ "DifferenceStatus": {}
404
+ }
405
+ }
406
+ }
407
+ }
408
+ }
409
+ }
410
+ }
411
+ }
412
+ }
413
+ }
414
+ },
415
+ "GetMilestone": {
416
+ "http": {
417
+ "method": "GET",
418
+ "requestUri": "/workloads/{WorkloadId}/milestones/{MilestoneNumber}"
419
+ },
420
+ "input": {
421
+ "type": "structure",
422
+ "required": [
423
+ "WorkloadId",
424
+ "MilestoneNumber"
425
+ ],
426
+ "members": {
427
+ "WorkloadId": {
428
+ "location": "uri",
429
+ "locationName": "WorkloadId"
430
+ },
431
+ "MilestoneNumber": {
432
+ "location": "uri",
433
+ "locationName": "MilestoneNumber",
434
+ "type": "integer"
435
+ }
436
+ }
437
+ },
438
+ "output": {
439
+ "type": "structure",
440
+ "members": {
441
+ "WorkloadId": {},
442
+ "Milestone": {
443
+ "type": "structure",
444
+ "members": {
445
+ "MilestoneNumber": {
446
+ "type": "integer"
447
+ },
448
+ "MilestoneName": {},
449
+ "RecordedAt": {
450
+ "type": "timestamp"
451
+ },
452
+ "Workload": {
453
+ "shape": "S2a"
454
+ }
455
+ }
456
+ }
457
+ }
458
+ }
459
+ },
460
+ "GetWorkload": {
461
+ "http": {
462
+ "method": "GET",
463
+ "requestUri": "/workloads/{WorkloadId}"
464
+ },
465
+ "input": {
466
+ "type": "structure",
467
+ "required": [
468
+ "WorkloadId"
469
+ ],
470
+ "members": {
471
+ "WorkloadId": {
472
+ "location": "uri",
473
+ "locationName": "WorkloadId"
474
+ }
475
+ }
476
+ },
477
+ "output": {
478
+ "type": "structure",
479
+ "members": {
480
+ "Workload": {
481
+ "shape": "S2a"
482
+ }
483
+ }
484
+ }
485
+ },
486
+ "ListAnswers": {
487
+ "http": {
488
+ "method": "GET",
489
+ "requestUri": "/workloads/{WorkloadId}/lensReviews/{LensAlias}/answers"
490
+ },
491
+ "input": {
492
+ "type": "structure",
493
+ "required": [
494
+ "WorkloadId",
495
+ "LensAlias"
496
+ ],
497
+ "members": {
498
+ "WorkloadId": {
499
+ "location": "uri",
500
+ "locationName": "WorkloadId"
501
+ },
502
+ "LensAlias": {
503
+ "location": "uri",
504
+ "locationName": "LensAlias"
505
+ },
506
+ "PillarId": {
507
+ "location": "querystring",
508
+ "locationName": "PillarId"
509
+ },
510
+ "MilestoneNumber": {
511
+ "location": "querystring",
512
+ "locationName": "MilestoneNumber",
513
+ "type": "integer"
514
+ },
515
+ "NextToken": {
516
+ "location": "querystring",
517
+ "locationName": "NextToken"
518
+ },
519
+ "MaxResults": {
520
+ "location": "querystring",
521
+ "locationName": "MaxResults",
522
+ "type": "integer"
523
+ }
524
+ }
525
+ },
526
+ "output": {
527
+ "type": "structure",
528
+ "members": {
529
+ "WorkloadId": {},
530
+ "MilestoneNumber": {
531
+ "type": "integer"
532
+ },
533
+ "LensAlias": {},
534
+ "AnswerSummaries": {
535
+ "type": "list",
536
+ "member": {
537
+ "type": "structure",
538
+ "members": {
539
+ "QuestionId": {},
540
+ "PillarId": {},
541
+ "QuestionTitle": {},
542
+ "Choices": {
543
+ "shape": "S1a"
544
+ },
545
+ "SelectedChoices": {
546
+ "shape": "S1f"
547
+ },
548
+ "IsApplicable": {
549
+ "type": "boolean"
550
+ },
551
+ "Risk": {}
552
+ }
553
+ }
554
+ },
555
+ "NextToken": {}
556
+ }
557
+ }
558
+ },
559
+ "ListLensReviewImprovements": {
560
+ "http": {
561
+ "method": "GET",
562
+ "requestUri": "/workloads/{WorkloadId}/lensReviews/{LensAlias}/improvements"
563
+ },
564
+ "input": {
565
+ "type": "structure",
566
+ "required": [
567
+ "WorkloadId",
568
+ "LensAlias"
569
+ ],
570
+ "members": {
571
+ "WorkloadId": {
572
+ "location": "uri",
573
+ "locationName": "WorkloadId"
574
+ },
575
+ "LensAlias": {
576
+ "location": "uri",
577
+ "locationName": "LensAlias"
578
+ },
579
+ "PillarId": {
580
+ "location": "querystring",
581
+ "locationName": "PillarId"
582
+ },
583
+ "MilestoneNumber": {
584
+ "location": "querystring",
585
+ "locationName": "MilestoneNumber",
586
+ "type": "integer"
587
+ },
588
+ "NextToken": {
589
+ "location": "querystring",
590
+ "locationName": "NextToken"
591
+ },
592
+ "MaxResults": {
593
+ "location": "querystring",
594
+ "locationName": "MaxResults",
595
+ "type": "integer"
596
+ }
597
+ }
598
+ },
599
+ "output": {
600
+ "type": "structure",
601
+ "members": {
602
+ "WorkloadId": {},
603
+ "MilestoneNumber": {
604
+ "type": "integer"
605
+ },
606
+ "LensAlias": {},
607
+ "ImprovementSummaries": {
608
+ "type": "list",
609
+ "member": {
610
+ "type": "structure",
611
+ "members": {
612
+ "QuestionId": {},
613
+ "PillarId": {},
614
+ "QuestionTitle": {},
615
+ "Risk": {},
616
+ "ImprovementPlanUrl": {}
617
+ }
618
+ }
619
+ },
620
+ "NextToken": {}
621
+ }
622
+ }
623
+ },
624
+ "ListLensReviews": {
625
+ "http": {
626
+ "method": "GET",
627
+ "requestUri": "/workloads/{WorkloadId}/lensReviews"
628
+ },
629
+ "input": {
630
+ "type": "structure",
631
+ "required": [
632
+ "WorkloadId"
633
+ ],
634
+ "members": {
635
+ "WorkloadId": {
636
+ "location": "uri",
637
+ "locationName": "WorkloadId"
638
+ },
639
+ "MilestoneNumber": {
640
+ "location": "querystring",
641
+ "locationName": "MilestoneNumber",
642
+ "type": "integer"
643
+ },
644
+ "NextToken": {
645
+ "location": "querystring",
646
+ "locationName": "NextToken"
647
+ },
648
+ "MaxResults": {
649
+ "location": "querystring",
650
+ "locationName": "MaxResults",
651
+ "type": "integer"
652
+ }
653
+ }
654
+ },
655
+ "output": {
656
+ "type": "structure",
657
+ "members": {
658
+ "WorkloadId": {},
659
+ "MilestoneNumber": {
660
+ "type": "integer"
661
+ },
662
+ "LensReviewSummaries": {
663
+ "type": "list",
664
+ "member": {
665
+ "type": "structure",
666
+ "members": {
667
+ "LensAlias": {},
668
+ "LensVersion": {},
669
+ "LensName": {},
670
+ "LensStatus": {},
671
+ "UpdatedAt": {
672
+ "type": "timestamp"
673
+ },
674
+ "RiskCounts": {
675
+ "shape": "S1r"
676
+ }
677
+ }
678
+ }
679
+ },
680
+ "NextToken": {}
681
+ }
682
+ }
683
+ },
684
+ "ListLenses": {
685
+ "http": {
686
+ "method": "GET",
687
+ "requestUri": "/lenses"
688
+ },
689
+ "input": {
690
+ "type": "structure",
691
+ "members": {
692
+ "NextToken": {
693
+ "location": "querystring",
694
+ "locationName": "NextToken"
695
+ },
696
+ "MaxResults": {
697
+ "location": "querystring",
698
+ "locationName": "MaxResults",
699
+ "type": "integer"
700
+ }
701
+ }
702
+ },
703
+ "output": {
704
+ "type": "structure",
705
+ "members": {
706
+ "LensSummaries": {
707
+ "type": "list",
708
+ "member": {
709
+ "type": "structure",
710
+ "members": {
711
+ "LensAlias": {},
712
+ "LensVersion": {},
713
+ "LensName": {},
714
+ "Description": {}
715
+ }
716
+ }
717
+ },
718
+ "NextToken": {}
719
+ }
720
+ }
721
+ },
722
+ "ListMilestones": {
723
+ "http": {
724
+ "requestUri": "/workloads/{WorkloadId}/milestonesSummaries"
725
+ },
726
+ "input": {
727
+ "type": "structure",
728
+ "required": [
729
+ "WorkloadId"
730
+ ],
731
+ "members": {
732
+ "WorkloadId": {
733
+ "location": "uri",
734
+ "locationName": "WorkloadId"
735
+ },
736
+ "NextToken": {},
737
+ "MaxResults": {
738
+ "type": "integer"
739
+ }
740
+ }
741
+ },
742
+ "output": {
743
+ "type": "structure",
744
+ "members": {
745
+ "WorkloadId": {},
746
+ "MilestoneSummaries": {
747
+ "type": "list",
748
+ "member": {
749
+ "type": "structure",
750
+ "members": {
751
+ "MilestoneNumber": {
752
+ "type": "integer"
753
+ },
754
+ "MilestoneName": {},
755
+ "RecordedAt": {
756
+ "type": "timestamp"
757
+ },
758
+ "WorkloadSummary": {
759
+ "shape": "S34"
760
+ }
761
+ }
762
+ }
763
+ },
764
+ "NextToken": {}
765
+ }
766
+ }
767
+ },
768
+ "ListNotifications": {
769
+ "http": {
770
+ "requestUri": "/notifications"
771
+ },
772
+ "input": {
773
+ "type": "structure",
774
+ "members": {
775
+ "WorkloadId": {},
776
+ "NextToken": {},
777
+ "MaxResults": {
778
+ "type": "integer"
779
+ }
780
+ }
781
+ },
782
+ "output": {
783
+ "type": "structure",
784
+ "members": {
785
+ "NotificationSummaries": {
786
+ "type": "list",
787
+ "member": {
788
+ "type": "structure",
789
+ "members": {
790
+ "Type": {},
791
+ "LensUpgradeSummary": {
792
+ "type": "structure",
793
+ "members": {
794
+ "WorkloadId": {},
795
+ "WorkloadName": {},
796
+ "LensAlias": {},
797
+ "CurrentLensVersion": {},
798
+ "LatestLensVersion": {}
799
+ }
800
+ }
801
+ }
802
+ }
803
+ },
804
+ "NextToken": {}
805
+ }
806
+ }
807
+ },
808
+ "ListShareInvitations": {
809
+ "http": {
810
+ "method": "GET",
811
+ "requestUri": "/shareInvitations"
812
+ },
813
+ "input": {
814
+ "type": "structure",
815
+ "members": {
816
+ "WorkloadNamePrefix": {
817
+ "location": "querystring",
818
+ "locationName": "WorkloadNamePrefix"
819
+ },
820
+ "NextToken": {
821
+ "location": "querystring",
822
+ "locationName": "NextToken"
823
+ },
824
+ "MaxResults": {
825
+ "location": "querystring",
826
+ "locationName": "MaxResults",
827
+ "type": "integer"
828
+ }
829
+ }
830
+ },
831
+ "output": {
832
+ "type": "structure",
833
+ "members": {
834
+ "ShareInvitationSummaries": {
835
+ "type": "list",
836
+ "member": {
837
+ "type": "structure",
838
+ "members": {
839
+ "ShareInvitationId": {},
840
+ "SharedBy": {},
841
+ "SharedWith": {},
842
+ "PermissionType": {},
843
+ "WorkloadName": {},
844
+ "WorkloadId": {}
845
+ }
846
+ }
847
+ },
848
+ "NextToken": {}
849
+ }
850
+ }
851
+ },
852
+ "ListWorkloadShares": {
853
+ "http": {
854
+ "method": "GET",
855
+ "requestUri": "/workloads/{WorkloadId}/shares"
856
+ },
857
+ "input": {
858
+ "type": "structure",
859
+ "required": [
860
+ "WorkloadId"
861
+ ],
862
+ "members": {
863
+ "WorkloadId": {
864
+ "location": "uri",
865
+ "locationName": "WorkloadId"
866
+ },
867
+ "SharedWithPrefix": {
868
+ "location": "querystring",
869
+ "locationName": "SharedWithPrefix"
870
+ },
871
+ "NextToken": {
872
+ "location": "querystring",
873
+ "locationName": "NextToken"
874
+ },
875
+ "MaxResults": {
876
+ "location": "querystring",
877
+ "locationName": "MaxResults",
878
+ "type": "integer"
879
+ }
880
+ }
881
+ },
882
+ "output": {
883
+ "type": "structure",
884
+ "members": {
885
+ "WorkloadId": {},
886
+ "WorkloadShareSummaries": {
887
+ "type": "list",
888
+ "member": {
889
+ "type": "structure",
890
+ "members": {
891
+ "ShareId": {},
892
+ "SharedWith": {},
893
+ "PermissionType": {},
894
+ "Status": {}
895
+ }
896
+ }
897
+ },
898
+ "NextToken": {}
899
+ }
900
+ }
901
+ },
902
+ "ListWorkloads": {
903
+ "http": {
904
+ "requestUri": "/workloadsSummaries"
905
+ },
906
+ "input": {
907
+ "type": "structure",
908
+ "members": {
909
+ "WorkloadNamePrefix": {},
910
+ "NextToken": {},
911
+ "MaxResults": {
912
+ "type": "integer"
913
+ }
914
+ }
915
+ },
916
+ "output": {
917
+ "type": "structure",
918
+ "members": {
919
+ "WorkloadSummaries": {
920
+ "type": "list",
921
+ "member": {
922
+ "shape": "S34"
923
+ }
924
+ },
925
+ "NextToken": {}
926
+ }
927
+ }
928
+ },
929
+ "UpdateAnswer": {
930
+ "http": {
931
+ "method": "PATCH",
932
+ "requestUri": "/workloads/{WorkloadId}/lensReviews/{LensAlias}/answers/{QuestionId}"
933
+ },
934
+ "input": {
935
+ "type": "structure",
936
+ "required": [
937
+ "WorkloadId",
938
+ "LensAlias",
939
+ "QuestionId"
940
+ ],
941
+ "members": {
942
+ "WorkloadId": {
943
+ "location": "uri",
944
+ "locationName": "WorkloadId"
945
+ },
946
+ "LensAlias": {
947
+ "location": "uri",
948
+ "locationName": "LensAlias"
949
+ },
950
+ "QuestionId": {
951
+ "location": "uri",
952
+ "locationName": "QuestionId"
953
+ },
954
+ "SelectedChoices": {
955
+ "shape": "S1f"
956
+ },
957
+ "Notes": {},
958
+ "IsApplicable": {
959
+ "type": "boolean"
960
+ }
961
+ }
962
+ },
963
+ "output": {
964
+ "type": "structure",
965
+ "members": {
966
+ "WorkloadId": {},
967
+ "LensAlias": {},
968
+ "Answer": {
969
+ "shape": "S15"
970
+ }
971
+ }
972
+ }
973
+ },
974
+ "UpdateLensReview": {
975
+ "http": {
976
+ "method": "PATCH",
977
+ "requestUri": "/workloads/{WorkloadId}/lensReviews/{LensAlias}"
978
+ },
979
+ "input": {
980
+ "type": "structure",
981
+ "required": [
982
+ "WorkloadId",
983
+ "LensAlias"
984
+ ],
985
+ "members": {
986
+ "WorkloadId": {
987
+ "location": "uri",
988
+ "locationName": "WorkloadId"
989
+ },
990
+ "LensAlias": {
991
+ "location": "uri",
992
+ "locationName": "LensAlias"
993
+ },
994
+ "LensNotes": {},
995
+ "PillarNotes": {
996
+ "type": "map",
997
+ "key": {},
998
+ "value": {}
999
+ }
1000
+ }
1001
+ },
1002
+ "output": {
1003
+ "type": "structure",
1004
+ "members": {
1005
+ "WorkloadId": {},
1006
+ "LensReview": {
1007
+ "shape": "S1k"
1008
+ }
1009
+ }
1010
+ }
1011
+ },
1012
+ "UpdateShareInvitation": {
1013
+ "http": {
1014
+ "method": "PATCH",
1015
+ "requestUri": "/shareInvitations/{ShareInvitationId}"
1016
+ },
1017
+ "input": {
1018
+ "type": "structure",
1019
+ "required": [
1020
+ "ShareInvitationId",
1021
+ "ShareInvitationAction"
1022
+ ],
1023
+ "members": {
1024
+ "ShareInvitationId": {
1025
+ "location": "uri",
1026
+ "locationName": "ShareInvitationId"
1027
+ },
1028
+ "ShareInvitationAction": {}
1029
+ }
1030
+ },
1031
+ "output": {
1032
+ "type": "structure",
1033
+ "members": {
1034
+ "ShareInvitation": {
1035
+ "type": "structure",
1036
+ "members": {
1037
+ "ShareInvitationId": {},
1038
+ "WorkloadId": {}
1039
+ }
1040
+ }
1041
+ }
1042
+ }
1043
+ },
1044
+ "UpdateWorkload": {
1045
+ "http": {
1046
+ "method": "PATCH",
1047
+ "requestUri": "/workloads/{WorkloadId}"
1048
+ },
1049
+ "input": {
1050
+ "type": "structure",
1051
+ "required": [
1052
+ "WorkloadId"
1053
+ ],
1054
+ "members": {
1055
+ "WorkloadId": {
1056
+ "location": "uri",
1057
+ "locationName": "WorkloadId"
1058
+ },
1059
+ "WorkloadName": {},
1060
+ "Description": {},
1061
+ "Environment": {},
1062
+ "AccountIds": {
1063
+ "shape": "Se"
1064
+ },
1065
+ "AwsRegions": {
1066
+ "shape": "Sg"
1067
+ },
1068
+ "NonAwsRegions": {
1069
+ "shape": "Si"
1070
+ },
1071
+ "PillarPriorities": {
1072
+ "shape": "Sk"
1073
+ },
1074
+ "ArchitecturalDesign": {},
1075
+ "ReviewOwner": {},
1076
+ "IsReviewOwnerUpdateAcknowledged": {
1077
+ "type": "boolean"
1078
+ },
1079
+ "IndustryType": {},
1080
+ "Industry": {},
1081
+ "Notes": {},
1082
+ "ImprovementStatus": {}
1083
+ }
1084
+ },
1085
+ "output": {
1086
+ "type": "structure",
1087
+ "members": {
1088
+ "Workload": {
1089
+ "shape": "S2a"
1090
+ }
1091
+ }
1092
+ }
1093
+ },
1094
+ "UpdateWorkloadShare": {
1095
+ "http": {
1096
+ "method": "PATCH",
1097
+ "requestUri": "/workloads/{WorkloadId}/shares/{ShareId}"
1098
+ },
1099
+ "input": {
1100
+ "type": "structure",
1101
+ "required": [
1102
+ "ShareId",
1103
+ "WorkloadId",
1104
+ "PermissionType"
1105
+ ],
1106
+ "members": {
1107
+ "ShareId": {
1108
+ "location": "uri",
1109
+ "locationName": "ShareId"
1110
+ },
1111
+ "WorkloadId": {
1112
+ "location": "uri",
1113
+ "locationName": "WorkloadId"
1114
+ },
1115
+ "PermissionType": {}
1116
+ }
1117
+ },
1118
+ "output": {
1119
+ "type": "structure",
1120
+ "members": {
1121
+ "WorkloadId": {},
1122
+ "WorkloadShare": {
1123
+ "type": "structure",
1124
+ "members": {
1125
+ "ShareId": {},
1126
+ "SharedBy": {},
1127
+ "SharedWith": {},
1128
+ "PermissionType": {},
1129
+ "Status": {},
1130
+ "WorkloadName": {},
1131
+ "WorkloadId": {}
1132
+ }
1133
+ }
1134
+ }
1135
+ }
1136
+ },
1137
+ "UpgradeLensReview": {
1138
+ "http": {
1139
+ "method": "PUT",
1140
+ "requestUri": "/workloads/{WorkloadId}/lensReviews/{LensAlias}/upgrade"
1141
+ },
1142
+ "input": {
1143
+ "type": "structure",
1144
+ "required": [
1145
+ "WorkloadId",
1146
+ "LensAlias",
1147
+ "MilestoneName"
1148
+ ],
1149
+ "members": {
1150
+ "WorkloadId": {
1151
+ "location": "uri",
1152
+ "locationName": "WorkloadId"
1153
+ },
1154
+ "LensAlias": {
1155
+ "location": "uri",
1156
+ "locationName": "LensAlias"
1157
+ },
1158
+ "MilestoneName": {},
1159
+ "ClientRequestToken": {}
1160
+ }
1161
+ }
1162
+ }
1163
+ },
1164
+ "shapes": {
1165
+ "S3": {
1166
+ "type": "list",
1167
+ "member": {}
1168
+ },
1169
+ "Se": {
1170
+ "type": "list",
1171
+ "member": {}
1172
+ },
1173
+ "Sg": {
1174
+ "type": "list",
1175
+ "member": {}
1176
+ },
1177
+ "Si": {
1178
+ "type": "list",
1179
+ "member": {}
1180
+ },
1181
+ "Sk": {
1182
+ "type": "list",
1183
+ "member": {}
1184
+ },
1185
+ "Sq": {
1186
+ "type": "list",
1187
+ "member": {}
1188
+ },
1189
+ "S15": {
1190
+ "type": "structure",
1191
+ "members": {
1192
+ "QuestionId": {},
1193
+ "PillarId": {},
1194
+ "QuestionTitle": {},
1195
+ "QuestionDescription": {},
1196
+ "ImprovementPlanUrl": {},
1197
+ "HelpfulResourceUrl": {},
1198
+ "Choices": {
1199
+ "shape": "S1a"
1200
+ },
1201
+ "SelectedChoices": {
1202
+ "shape": "S1f"
1203
+ },
1204
+ "IsApplicable": {
1205
+ "type": "boolean"
1206
+ },
1207
+ "Risk": {},
1208
+ "Notes": {}
1209
+ }
1210
+ },
1211
+ "S1a": {
1212
+ "type": "list",
1213
+ "member": {
1214
+ "type": "structure",
1215
+ "members": {
1216
+ "ChoiceId": {},
1217
+ "Title": {},
1218
+ "Description": {}
1219
+ }
1220
+ }
1221
+ },
1222
+ "S1f": {
1223
+ "type": "list",
1224
+ "member": {}
1225
+ },
1226
+ "S1k": {
1227
+ "type": "structure",
1228
+ "members": {
1229
+ "LensAlias": {},
1230
+ "LensVersion": {},
1231
+ "LensName": {},
1232
+ "LensStatus": {},
1233
+ "PillarReviewSummaries": {
1234
+ "type": "list",
1235
+ "member": {
1236
+ "type": "structure",
1237
+ "members": {
1238
+ "PillarId": {},
1239
+ "PillarName": {},
1240
+ "Notes": {},
1241
+ "RiskCounts": {
1242
+ "shape": "S1r"
1243
+ }
1244
+ }
1245
+ }
1246
+ },
1247
+ "UpdatedAt": {
1248
+ "type": "timestamp"
1249
+ },
1250
+ "Notes": {},
1251
+ "RiskCounts": {
1252
+ "shape": "S1r"
1253
+ },
1254
+ "NextToken": {}
1255
+ }
1256
+ },
1257
+ "S1r": {
1258
+ "type": "map",
1259
+ "key": {},
1260
+ "value": {
1261
+ "type": "integer"
1262
+ }
1263
+ },
1264
+ "S2a": {
1265
+ "type": "structure",
1266
+ "members": {
1267
+ "WorkloadId": {},
1268
+ "WorkloadArn": {},
1269
+ "WorkloadName": {},
1270
+ "Description": {},
1271
+ "Environment": {},
1272
+ "UpdatedAt": {
1273
+ "type": "timestamp"
1274
+ },
1275
+ "AccountIds": {
1276
+ "shape": "Se"
1277
+ },
1278
+ "AwsRegions": {
1279
+ "shape": "Sg"
1280
+ },
1281
+ "NonAwsRegions": {
1282
+ "shape": "Si"
1283
+ },
1284
+ "ArchitecturalDesign": {},
1285
+ "ReviewOwner": {},
1286
+ "ReviewRestrictionDate": {
1287
+ "type": "timestamp"
1288
+ },
1289
+ "IsReviewOwnerUpdateAcknowledged": {
1290
+ "type": "boolean"
1291
+ },
1292
+ "IndustryType": {},
1293
+ "Industry": {},
1294
+ "Notes": {},
1295
+ "ImprovementStatus": {},
1296
+ "RiskCounts": {
1297
+ "shape": "S1r"
1298
+ },
1299
+ "PillarPriorities": {
1300
+ "shape": "Sk"
1301
+ },
1302
+ "Lenses": {
1303
+ "shape": "Sq"
1304
+ },
1305
+ "Owner": {},
1306
+ "ShareInvitationId": {}
1307
+ }
1308
+ },
1309
+ "S34": {
1310
+ "type": "structure",
1311
+ "members": {
1312
+ "WorkloadId": {},
1313
+ "WorkloadArn": {},
1314
+ "WorkloadName": {},
1315
+ "Owner": {},
1316
+ "UpdatedAt": {
1317
+ "type": "timestamp"
1318
+ },
1319
+ "Lenses": {
1320
+ "shape": "Sq"
1321
+ },
1322
+ "RiskCounts": {
1323
+ "shape": "S1r"
1324
+ },
1325
+ "ImprovementStatus": {}
1326
+ }
1327
+ }
1328
+ }
1329
+ }