aws-sdk 2.1637.0 → 2.1638.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.
@@ -0,0 +1,975 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2024-04-15",
5
+ "endpointPrefix": "application-signals",
6
+ "protocol": "rest-json",
7
+ "protocols": [
8
+ "rest-json"
9
+ ],
10
+ "serviceFullName": "Amazon CloudWatch Application Signals",
11
+ "serviceId": "Application Signals",
12
+ "signatureVersion": "v4",
13
+ "signingName": "application-signals",
14
+ "uid": "application-signals-2024-04-15"
15
+ },
16
+ "operations": {
17
+ "BatchGetServiceLevelObjectiveBudgetReport": {
18
+ "http": {
19
+ "requestUri": "/budget-report",
20
+ "responseCode": 200
21
+ },
22
+ "input": {
23
+ "type": "structure",
24
+ "required": [
25
+ "Timestamp",
26
+ "SloIds"
27
+ ],
28
+ "members": {
29
+ "Timestamp": {
30
+ "type": "timestamp"
31
+ },
32
+ "SloIds": {
33
+ "type": "list",
34
+ "member": {}
35
+ }
36
+ }
37
+ },
38
+ "output": {
39
+ "type": "structure",
40
+ "required": [
41
+ "Timestamp",
42
+ "Reports",
43
+ "Errors"
44
+ ],
45
+ "members": {
46
+ "Timestamp": {
47
+ "type": "timestamp"
48
+ },
49
+ "Reports": {
50
+ "type": "list",
51
+ "member": {
52
+ "type": "structure",
53
+ "required": [
54
+ "Arn",
55
+ "Name",
56
+ "BudgetStatus"
57
+ ],
58
+ "members": {
59
+ "Arn": {},
60
+ "Name": {},
61
+ "BudgetStatus": {},
62
+ "Attainment": {
63
+ "type": "double"
64
+ },
65
+ "TotalBudgetSeconds": {
66
+ "type": "integer"
67
+ },
68
+ "BudgetSecondsRemaining": {
69
+ "type": "integer"
70
+ },
71
+ "Sli": {
72
+ "shape": "Se"
73
+ },
74
+ "Goal": {
75
+ "shape": "S15"
76
+ }
77
+ }
78
+ }
79
+ },
80
+ "Errors": {
81
+ "type": "list",
82
+ "member": {
83
+ "type": "structure",
84
+ "required": [
85
+ "Name",
86
+ "Arn",
87
+ "ErrorCode",
88
+ "ErrorMessage"
89
+ ],
90
+ "members": {
91
+ "Name": {},
92
+ "Arn": {},
93
+ "ErrorCode": {},
94
+ "ErrorMessage": {}
95
+ }
96
+ }
97
+ }
98
+ }
99
+ }
100
+ },
101
+ "CreateServiceLevelObjective": {
102
+ "http": {
103
+ "requestUri": "/slo",
104
+ "responseCode": 200
105
+ },
106
+ "input": {
107
+ "type": "structure",
108
+ "required": [
109
+ "Name",
110
+ "SliConfig"
111
+ ],
112
+ "members": {
113
+ "Name": {},
114
+ "Description": {},
115
+ "SliConfig": {
116
+ "shape": "S1k"
117
+ },
118
+ "Goal": {
119
+ "shape": "S15"
120
+ },
121
+ "Tags": {
122
+ "shape": "S1o"
123
+ }
124
+ }
125
+ },
126
+ "output": {
127
+ "type": "structure",
128
+ "required": [
129
+ "Slo"
130
+ ],
131
+ "members": {
132
+ "Slo": {
133
+ "shape": "S1t"
134
+ }
135
+ }
136
+ }
137
+ },
138
+ "DeleteServiceLevelObjective": {
139
+ "http": {
140
+ "method": "DELETE",
141
+ "requestUri": "/slo/{Id}",
142
+ "responseCode": 200
143
+ },
144
+ "input": {
145
+ "type": "structure",
146
+ "required": [
147
+ "Id"
148
+ ],
149
+ "members": {
150
+ "Id": {
151
+ "location": "uri",
152
+ "locationName": "Id"
153
+ }
154
+ }
155
+ },
156
+ "output": {
157
+ "type": "structure",
158
+ "members": {}
159
+ },
160
+ "idempotent": true
161
+ },
162
+ "GetService": {
163
+ "http": {
164
+ "requestUri": "/service",
165
+ "responseCode": 200
166
+ },
167
+ "input": {
168
+ "type": "structure",
169
+ "required": [
170
+ "StartTime",
171
+ "EndTime",
172
+ "KeyAttributes"
173
+ ],
174
+ "members": {
175
+ "StartTime": {
176
+ "location": "querystring",
177
+ "locationName": "StartTime",
178
+ "type": "timestamp"
179
+ },
180
+ "EndTime": {
181
+ "location": "querystring",
182
+ "locationName": "EndTime",
183
+ "type": "timestamp"
184
+ },
185
+ "KeyAttributes": {
186
+ "shape": "Sg"
187
+ }
188
+ }
189
+ },
190
+ "output": {
191
+ "type": "structure",
192
+ "required": [
193
+ "Service",
194
+ "StartTime",
195
+ "EndTime"
196
+ ],
197
+ "members": {
198
+ "Service": {
199
+ "type": "structure",
200
+ "required": [
201
+ "KeyAttributes",
202
+ "MetricReferences"
203
+ ],
204
+ "members": {
205
+ "KeyAttributes": {
206
+ "shape": "Sg"
207
+ },
208
+ "AttributeMaps": {
209
+ "shape": "S20"
210
+ },
211
+ "MetricReferences": {
212
+ "shape": "S22"
213
+ }
214
+ }
215
+ },
216
+ "StartTime": {
217
+ "type": "timestamp"
218
+ },
219
+ "EndTime": {
220
+ "type": "timestamp"
221
+ }
222
+ }
223
+ }
224
+ },
225
+ "GetServiceLevelObjective": {
226
+ "http": {
227
+ "method": "GET",
228
+ "requestUri": "/slo/{Id}",
229
+ "responseCode": 200
230
+ },
231
+ "input": {
232
+ "type": "structure",
233
+ "required": [
234
+ "Id"
235
+ ],
236
+ "members": {
237
+ "Id": {
238
+ "location": "uri",
239
+ "locationName": "Id"
240
+ }
241
+ }
242
+ },
243
+ "output": {
244
+ "type": "structure",
245
+ "required": [
246
+ "Slo"
247
+ ],
248
+ "members": {
249
+ "Slo": {
250
+ "shape": "S1t"
251
+ }
252
+ }
253
+ }
254
+ },
255
+ "ListServiceDependencies": {
256
+ "http": {
257
+ "requestUri": "/service-dependencies",
258
+ "responseCode": 200
259
+ },
260
+ "input": {
261
+ "type": "structure",
262
+ "required": [
263
+ "StartTime",
264
+ "EndTime",
265
+ "KeyAttributes"
266
+ ],
267
+ "members": {
268
+ "StartTime": {
269
+ "location": "querystring",
270
+ "locationName": "StartTime",
271
+ "type": "timestamp"
272
+ },
273
+ "EndTime": {
274
+ "location": "querystring",
275
+ "locationName": "EndTime",
276
+ "type": "timestamp"
277
+ },
278
+ "KeyAttributes": {
279
+ "shape": "Sg"
280
+ },
281
+ "MaxResults": {
282
+ "location": "querystring",
283
+ "locationName": "MaxResults",
284
+ "type": "integer"
285
+ },
286
+ "NextToken": {
287
+ "location": "querystring",
288
+ "locationName": "NextToken"
289
+ }
290
+ }
291
+ },
292
+ "output": {
293
+ "type": "structure",
294
+ "required": [
295
+ "StartTime",
296
+ "EndTime",
297
+ "ServiceDependencies"
298
+ ],
299
+ "members": {
300
+ "StartTime": {
301
+ "type": "timestamp"
302
+ },
303
+ "EndTime": {
304
+ "type": "timestamp"
305
+ },
306
+ "ServiceDependencies": {
307
+ "type": "list",
308
+ "member": {
309
+ "type": "structure",
310
+ "required": [
311
+ "OperationName",
312
+ "DependencyKeyAttributes",
313
+ "DependencyOperationName",
314
+ "MetricReferences"
315
+ ],
316
+ "members": {
317
+ "OperationName": {},
318
+ "DependencyKeyAttributes": {
319
+ "shape": "Sg"
320
+ },
321
+ "DependencyOperationName": {},
322
+ "MetricReferences": {
323
+ "shape": "S22"
324
+ }
325
+ }
326
+ }
327
+ },
328
+ "NextToken": {}
329
+ }
330
+ }
331
+ },
332
+ "ListServiceDependents": {
333
+ "http": {
334
+ "requestUri": "/service-dependents",
335
+ "responseCode": 200
336
+ },
337
+ "input": {
338
+ "type": "structure",
339
+ "required": [
340
+ "StartTime",
341
+ "EndTime",
342
+ "KeyAttributes"
343
+ ],
344
+ "members": {
345
+ "StartTime": {
346
+ "location": "querystring",
347
+ "locationName": "StartTime",
348
+ "type": "timestamp"
349
+ },
350
+ "EndTime": {
351
+ "location": "querystring",
352
+ "locationName": "EndTime",
353
+ "type": "timestamp"
354
+ },
355
+ "KeyAttributes": {
356
+ "shape": "Sg"
357
+ },
358
+ "MaxResults": {
359
+ "location": "querystring",
360
+ "locationName": "MaxResults",
361
+ "type": "integer"
362
+ },
363
+ "NextToken": {
364
+ "location": "querystring",
365
+ "locationName": "NextToken"
366
+ }
367
+ }
368
+ },
369
+ "output": {
370
+ "type": "structure",
371
+ "required": [
372
+ "StartTime",
373
+ "EndTime",
374
+ "ServiceDependents"
375
+ ],
376
+ "members": {
377
+ "StartTime": {
378
+ "type": "timestamp"
379
+ },
380
+ "EndTime": {
381
+ "type": "timestamp"
382
+ },
383
+ "ServiceDependents": {
384
+ "type": "list",
385
+ "member": {
386
+ "type": "structure",
387
+ "required": [
388
+ "DependentKeyAttributes",
389
+ "MetricReferences"
390
+ ],
391
+ "members": {
392
+ "OperationName": {},
393
+ "DependentKeyAttributes": {
394
+ "shape": "Sg"
395
+ },
396
+ "DependentOperationName": {},
397
+ "MetricReferences": {
398
+ "shape": "S22"
399
+ }
400
+ }
401
+ }
402
+ },
403
+ "NextToken": {}
404
+ }
405
+ }
406
+ },
407
+ "ListServiceLevelObjectives": {
408
+ "http": {
409
+ "requestUri": "/slos",
410
+ "responseCode": 200
411
+ },
412
+ "input": {
413
+ "type": "structure",
414
+ "members": {
415
+ "KeyAttributes": {
416
+ "shape": "Sg"
417
+ },
418
+ "OperationName": {
419
+ "location": "querystring",
420
+ "locationName": "OperationName"
421
+ },
422
+ "MaxResults": {
423
+ "location": "querystring",
424
+ "locationName": "MaxResults",
425
+ "type": "integer"
426
+ },
427
+ "NextToken": {
428
+ "location": "querystring",
429
+ "locationName": "NextToken"
430
+ }
431
+ }
432
+ },
433
+ "output": {
434
+ "type": "structure",
435
+ "members": {
436
+ "SloSummaries": {
437
+ "type": "list",
438
+ "member": {
439
+ "type": "structure",
440
+ "required": [
441
+ "Arn",
442
+ "Name"
443
+ ],
444
+ "members": {
445
+ "Arn": {},
446
+ "Name": {},
447
+ "KeyAttributes": {
448
+ "shape": "Sg"
449
+ },
450
+ "OperationName": {},
451
+ "CreatedTime": {
452
+ "type": "timestamp"
453
+ }
454
+ }
455
+ }
456
+ },
457
+ "NextToken": {}
458
+ }
459
+ }
460
+ },
461
+ "ListServiceOperations": {
462
+ "http": {
463
+ "requestUri": "/service-operations",
464
+ "responseCode": 200
465
+ },
466
+ "input": {
467
+ "type": "structure",
468
+ "required": [
469
+ "StartTime",
470
+ "EndTime",
471
+ "KeyAttributes"
472
+ ],
473
+ "members": {
474
+ "StartTime": {
475
+ "location": "querystring",
476
+ "locationName": "StartTime",
477
+ "type": "timestamp"
478
+ },
479
+ "EndTime": {
480
+ "location": "querystring",
481
+ "locationName": "EndTime",
482
+ "type": "timestamp"
483
+ },
484
+ "KeyAttributes": {
485
+ "shape": "Sg"
486
+ },
487
+ "MaxResults": {
488
+ "location": "querystring",
489
+ "locationName": "MaxResults",
490
+ "type": "integer"
491
+ },
492
+ "NextToken": {
493
+ "location": "querystring",
494
+ "locationName": "NextToken"
495
+ }
496
+ }
497
+ },
498
+ "output": {
499
+ "type": "structure",
500
+ "required": [
501
+ "StartTime",
502
+ "EndTime",
503
+ "ServiceOperations"
504
+ ],
505
+ "members": {
506
+ "StartTime": {
507
+ "type": "timestamp"
508
+ },
509
+ "EndTime": {
510
+ "type": "timestamp"
511
+ },
512
+ "ServiceOperations": {
513
+ "type": "list",
514
+ "member": {
515
+ "type": "structure",
516
+ "required": [
517
+ "Name",
518
+ "MetricReferences"
519
+ ],
520
+ "members": {
521
+ "Name": {},
522
+ "MetricReferences": {
523
+ "shape": "S22"
524
+ }
525
+ }
526
+ }
527
+ },
528
+ "NextToken": {}
529
+ }
530
+ }
531
+ },
532
+ "ListServices": {
533
+ "http": {
534
+ "method": "GET",
535
+ "requestUri": "/services",
536
+ "responseCode": 200
537
+ },
538
+ "input": {
539
+ "type": "structure",
540
+ "required": [
541
+ "StartTime",
542
+ "EndTime"
543
+ ],
544
+ "members": {
545
+ "StartTime": {
546
+ "location": "querystring",
547
+ "locationName": "StartTime",
548
+ "type": "timestamp"
549
+ },
550
+ "EndTime": {
551
+ "location": "querystring",
552
+ "locationName": "EndTime",
553
+ "type": "timestamp"
554
+ },
555
+ "MaxResults": {
556
+ "location": "querystring",
557
+ "locationName": "MaxResults",
558
+ "type": "integer"
559
+ },
560
+ "NextToken": {
561
+ "location": "querystring",
562
+ "locationName": "NextToken"
563
+ }
564
+ }
565
+ },
566
+ "output": {
567
+ "type": "structure",
568
+ "required": [
569
+ "StartTime",
570
+ "EndTime",
571
+ "ServiceSummaries"
572
+ ],
573
+ "members": {
574
+ "StartTime": {
575
+ "type": "timestamp"
576
+ },
577
+ "EndTime": {
578
+ "type": "timestamp"
579
+ },
580
+ "ServiceSummaries": {
581
+ "type": "list",
582
+ "member": {
583
+ "type": "structure",
584
+ "required": [
585
+ "KeyAttributes",
586
+ "MetricReferences"
587
+ ],
588
+ "members": {
589
+ "KeyAttributes": {
590
+ "shape": "Sg"
591
+ },
592
+ "AttributeMaps": {
593
+ "shape": "S20"
594
+ },
595
+ "MetricReferences": {
596
+ "shape": "S22"
597
+ }
598
+ }
599
+ }
600
+ },
601
+ "NextToken": {}
602
+ }
603
+ }
604
+ },
605
+ "ListTagsForResource": {
606
+ "http": {
607
+ "method": "GET",
608
+ "requestUri": "/tags",
609
+ "responseCode": 200
610
+ },
611
+ "input": {
612
+ "type": "structure",
613
+ "required": [
614
+ "ResourceArn"
615
+ ],
616
+ "members": {
617
+ "ResourceArn": {
618
+ "location": "querystring",
619
+ "locationName": "ResourceArn"
620
+ }
621
+ }
622
+ },
623
+ "output": {
624
+ "type": "structure",
625
+ "members": {
626
+ "Tags": {
627
+ "shape": "S1o"
628
+ }
629
+ }
630
+ }
631
+ },
632
+ "StartDiscovery": {
633
+ "http": {
634
+ "requestUri": "/start-discovery",
635
+ "responseCode": 200
636
+ },
637
+ "input": {
638
+ "type": "structure",
639
+ "members": {}
640
+ },
641
+ "output": {
642
+ "type": "structure",
643
+ "members": {}
644
+ }
645
+ },
646
+ "TagResource": {
647
+ "http": {
648
+ "requestUri": "/tag-resource",
649
+ "responseCode": 200
650
+ },
651
+ "input": {
652
+ "type": "structure",
653
+ "required": [
654
+ "ResourceArn",
655
+ "Tags"
656
+ ],
657
+ "members": {
658
+ "ResourceArn": {},
659
+ "Tags": {
660
+ "shape": "S1o"
661
+ }
662
+ }
663
+ },
664
+ "output": {
665
+ "type": "structure",
666
+ "members": {}
667
+ }
668
+ },
669
+ "UntagResource": {
670
+ "http": {
671
+ "requestUri": "/untag-resource",
672
+ "responseCode": 200
673
+ },
674
+ "input": {
675
+ "type": "structure",
676
+ "required": [
677
+ "ResourceArn",
678
+ "TagKeys"
679
+ ],
680
+ "members": {
681
+ "ResourceArn": {},
682
+ "TagKeys": {
683
+ "type": "list",
684
+ "member": {}
685
+ }
686
+ }
687
+ },
688
+ "output": {
689
+ "type": "structure",
690
+ "members": {}
691
+ }
692
+ },
693
+ "UpdateServiceLevelObjective": {
694
+ "http": {
695
+ "method": "PATCH",
696
+ "requestUri": "/slo/{Id}",
697
+ "responseCode": 200
698
+ },
699
+ "input": {
700
+ "type": "structure",
701
+ "required": [
702
+ "Id"
703
+ ],
704
+ "members": {
705
+ "Id": {
706
+ "location": "uri",
707
+ "locationName": "Id"
708
+ },
709
+ "Description": {},
710
+ "SliConfig": {
711
+ "shape": "S1k"
712
+ },
713
+ "Goal": {
714
+ "shape": "S15"
715
+ }
716
+ }
717
+ },
718
+ "output": {
719
+ "type": "structure",
720
+ "required": [
721
+ "Slo"
722
+ ],
723
+ "members": {
724
+ "Slo": {
725
+ "shape": "S1t"
726
+ }
727
+ }
728
+ }
729
+ }
730
+ },
731
+ "shapes": {
732
+ "Se": {
733
+ "type": "structure",
734
+ "required": [
735
+ "SliMetric",
736
+ "MetricThreshold",
737
+ "ComparisonOperator"
738
+ ],
739
+ "members": {
740
+ "SliMetric": {
741
+ "type": "structure",
742
+ "required": [
743
+ "MetricDataQueries"
744
+ ],
745
+ "members": {
746
+ "KeyAttributes": {
747
+ "shape": "Sg"
748
+ },
749
+ "OperationName": {},
750
+ "MetricType": {},
751
+ "MetricDataQueries": {
752
+ "shape": "Sl"
753
+ }
754
+ }
755
+ },
756
+ "MetricThreshold": {
757
+ "type": "double"
758
+ },
759
+ "ComparisonOperator": {}
760
+ }
761
+ },
762
+ "Sg": {
763
+ "type": "map",
764
+ "key": {},
765
+ "value": {}
766
+ },
767
+ "Sl": {
768
+ "type": "list",
769
+ "member": {
770
+ "type": "structure",
771
+ "required": [
772
+ "Id"
773
+ ],
774
+ "members": {
775
+ "Id": {},
776
+ "MetricStat": {
777
+ "type": "structure",
778
+ "required": [
779
+ "Metric",
780
+ "Period",
781
+ "Stat"
782
+ ],
783
+ "members": {
784
+ "Metric": {
785
+ "type": "structure",
786
+ "members": {
787
+ "Namespace": {},
788
+ "MetricName": {},
789
+ "Dimensions": {
790
+ "shape": "Ss"
791
+ }
792
+ }
793
+ },
794
+ "Period": {
795
+ "type": "integer"
796
+ },
797
+ "Stat": {},
798
+ "Unit": {}
799
+ }
800
+ },
801
+ "Expression": {},
802
+ "Label": {},
803
+ "ReturnData": {
804
+ "type": "boolean"
805
+ },
806
+ "Period": {
807
+ "type": "integer"
808
+ },
809
+ "AccountId": {}
810
+ }
811
+ }
812
+ },
813
+ "Ss": {
814
+ "type": "list",
815
+ "member": {
816
+ "type": "structure",
817
+ "required": [
818
+ "Name",
819
+ "Value"
820
+ ],
821
+ "members": {
822
+ "Name": {},
823
+ "Value": {}
824
+ }
825
+ }
826
+ },
827
+ "S15": {
828
+ "type": "structure",
829
+ "members": {
830
+ "Interval": {
831
+ "type": "structure",
832
+ "members": {
833
+ "RollingInterval": {
834
+ "type": "structure",
835
+ "required": [
836
+ "DurationUnit",
837
+ "Duration"
838
+ ],
839
+ "members": {
840
+ "DurationUnit": {},
841
+ "Duration": {
842
+ "type": "integer"
843
+ }
844
+ }
845
+ },
846
+ "CalendarInterval": {
847
+ "type": "structure",
848
+ "required": [
849
+ "StartTime",
850
+ "DurationUnit",
851
+ "Duration"
852
+ ],
853
+ "members": {
854
+ "StartTime": {
855
+ "type": "timestamp"
856
+ },
857
+ "DurationUnit": {},
858
+ "Duration": {
859
+ "type": "integer"
860
+ }
861
+ }
862
+ }
863
+ },
864
+ "union": true
865
+ },
866
+ "AttainmentGoal": {
867
+ "type": "double"
868
+ },
869
+ "WarningThreshold": {
870
+ "type": "double"
871
+ }
872
+ }
873
+ },
874
+ "S1k": {
875
+ "type": "structure",
876
+ "required": [
877
+ "SliMetricConfig",
878
+ "MetricThreshold",
879
+ "ComparisonOperator"
880
+ ],
881
+ "members": {
882
+ "SliMetricConfig": {
883
+ "type": "structure",
884
+ "members": {
885
+ "KeyAttributes": {
886
+ "shape": "Sg"
887
+ },
888
+ "OperationName": {},
889
+ "MetricType": {},
890
+ "Statistic": {},
891
+ "PeriodSeconds": {
892
+ "type": "integer"
893
+ },
894
+ "MetricDataQueries": {
895
+ "shape": "Sl"
896
+ }
897
+ }
898
+ },
899
+ "MetricThreshold": {
900
+ "type": "double"
901
+ },
902
+ "ComparisonOperator": {}
903
+ }
904
+ },
905
+ "S1o": {
906
+ "type": "list",
907
+ "member": {
908
+ "type": "structure",
909
+ "required": [
910
+ "Key",
911
+ "Value"
912
+ ],
913
+ "members": {
914
+ "Key": {},
915
+ "Value": {}
916
+ }
917
+ }
918
+ },
919
+ "S1t": {
920
+ "type": "structure",
921
+ "required": [
922
+ "Arn",
923
+ "Name",
924
+ "CreatedTime",
925
+ "LastUpdatedTime",
926
+ "Sli",
927
+ "Goal"
928
+ ],
929
+ "members": {
930
+ "Arn": {},
931
+ "Name": {},
932
+ "Description": {},
933
+ "CreatedTime": {
934
+ "type": "timestamp"
935
+ },
936
+ "LastUpdatedTime": {
937
+ "type": "timestamp"
938
+ },
939
+ "Sli": {
940
+ "shape": "Se"
941
+ },
942
+ "Goal": {
943
+ "shape": "S15"
944
+ }
945
+ }
946
+ },
947
+ "S20": {
948
+ "type": "list",
949
+ "member": {
950
+ "type": "map",
951
+ "key": {},
952
+ "value": {}
953
+ }
954
+ },
955
+ "S22": {
956
+ "type": "list",
957
+ "member": {
958
+ "type": "structure",
959
+ "required": [
960
+ "Namespace",
961
+ "MetricType",
962
+ "MetricName"
963
+ ],
964
+ "members": {
965
+ "Namespace": {},
966
+ "MetricType": {},
967
+ "Dimensions": {
968
+ "shape": "Ss"
969
+ },
970
+ "MetricName": {}
971
+ }
972
+ }
973
+ }
974
+ }
975
+ }