@@ -39,10 +39,18 @@ export class UsageBillableSummaryKeys {
39
39
* Response with properties for each aggregated usage type.
40
40
*/
41
41
"apmTraceSearchSum" ?: UsageBillableSummaryBody ;
42
+ /**
43
+ * Response with properties for each aggregated usage type.
44
+ */
45
+ "applicationSecurityFargateAverage" ?: UsageBillableSummaryBody ;
42
46
/**
43
47
* Response with properties for each aggregated usage type.
44
48
*/
45
49
"applicationSecurityHostSum" ?: UsageBillableSummaryBody ;
50
+ /**
51
+ * Response with properties for each aggregated usage type.
52
+ */
53
+ "applicationSecurityHostTop99" ?: UsageBillableSummaryBody ;
46
54
/**
47
55
* Response with properties for each aggregated usage type.
48
56
*/
@@ -67,6 +75,14 @@ export class UsageBillableSummaryKeys {
67
75
* Response with properties for each aggregated usage type.
68
76
*/
69
77
"ciTestingSum" ?: UsageBillableSummaryBody ;
78
+ /**
79
+ * Response with properties for each aggregated usage type.
80
+ */
81
+ "cloudCostManagementAverage" ?: UsageBillableSummaryBody ;
82
+ /**
83
+ * Response with properties for each aggregated usage type.
84
+ */
85
+ "cloudCostManagementSum" ?: UsageBillableSummaryBody ;
70
86
/**
71
87
* Response with properties for each aggregated usage type.
72
88
*/
@@ -191,6 +207,10 @@ export class UsageBillableSummaryKeys {
191
207
* Response with properties for each aggregated usage type.
192
208
*/
193
209
"lambdaFunctionSum" ?: UsageBillableSummaryBody ;
210
+ /**
211
+ * Response with properties for each aggregated usage type.
212
+ */
213
+ "logsForwardingSum" ?: UsageBillableSummaryBody ;
194
214
/**
195
215
* Response with properties for each aggregated usage type.
196
216
*/
@@ -299,6 +319,18 @@ export class UsageBillableSummaryKeys {
299
319
* Response with properties for each aggregated usage type.
300
320
*/
301
321
"sensitiveDataScannerSum" ?: UsageBillableSummaryBody ;
322
+ /**
323
+ * Response with properties for each aggregated usage type.
324
+ */
325
+ "serverlessApmSum" ?: UsageBillableSummaryBody ;
326
+ /**
327
+ * Response with properties for each aggregated usage type.
328
+ */
329
+ "serverlessInfraAverage" ?: UsageBillableSummaryBody ;
330
+ /**
331
+ * Response with properties for each aggregated usage type.
332
+ */
333
+ "serverlessInfraSum" ?: UsageBillableSummaryBody ;
302
334
/**
303
335
* Response with properties for each aggregated usage type.
304
336
*/
@@ -315,6 +347,10 @@ export class UsageBillableSummaryKeys {
315
347
* Response with properties for each aggregated usage type.
316
348
*/
317
349
"syntheticsApiTestsSum" ?: UsageBillableSummaryBody ;
350
+ /**
351
+ * Response with properties for each aggregated usage type.
352
+ */
353
+ "syntheticsAppTestingMaximum" ?: UsageBillableSummaryBody ;
318
354
/**
319
355
* Response with properties for each aggregated usage type.
320
356
*/
@@ -365,10 +401,18 @@ export class UsageBillableSummaryKeys {
365
401
baseName : "apm_trace_search_sum" ,
366
402
type : "UsageBillableSummaryBody" ,
367
403
} ,
404
+ applicationSecurityFargateAverage : {
405
+ baseName : "application_security_fargate_average" ,
406
+ type : "UsageBillableSummaryBody" ,
407
+ } ,
368
408
applicationSecurityHostSum : {
369
409
baseName : "application_security_host_sum" ,
370
410
type : "UsageBillableSummaryBody" ,
371
411
} ,
412
+ applicationSecurityHostTop99 : {
413
+ baseName : "application_security_host_top99" ,
414
+ type : "UsageBillableSummaryBody" ,
415
+ } ,
372
416
ciPipelineIndexedSpansSum : {
373
417
baseName : "ci_pipeline_indexed_spans_sum" ,
374
418
type : "UsageBillableSummaryBody" ,
@@ -393,6 +437,14 @@ export class UsageBillableSummaryKeys {
393
437
baseName : "ci_testing_sum" ,
394
438
type : "UsageBillableSummaryBody" ,
395
439
} ,
440
+ cloudCostManagementAverage : {
441
+ baseName : "cloud_cost_management_average" ,
442
+ type : "UsageBillableSummaryBody" ,
443
+ } ,
444
+ cloudCostManagementSum : {
445
+ baseName : "cloud_cost_management_sum" ,
446
+ type : "UsageBillableSummaryBody" ,
447
+ } ,
396
448
cspmContainerSum : {
397
449
baseName : "cspm_container_sum" ,
398
450
type : "UsageBillableSummaryBody" ,
@@ -517,6 +569,10 @@ export class UsageBillableSummaryKeys {
517
569
baseName : "lambda_function_sum" ,
518
570
type : "UsageBillableSummaryBody" ,
519
571
} ,
572
+ logsForwardingSum : {
573
+ baseName : "logs_forwarding_sum" ,
574
+ type : "UsageBillableSummaryBody" ,
575
+ } ,
520
576
logsIndexed15daySum : {
521
577
baseName : "logs_indexed_15day_sum" ,
522
578
type : "UsageBillableSummaryBody" ,
@@ -625,6 +681,18 @@ export class UsageBillableSummaryKeys {
625
681
baseName : "sensitive_data_scanner_sum" ,
626
682
type : "UsageBillableSummaryBody" ,
627
683
} ,
684
+ serverlessApmSum : {
685
+ baseName : "serverless_apm_sum" ,
686
+ type : "UsageBillableSummaryBody" ,
687
+ } ,
688
+ serverlessInfraAverage : {
689
+ baseName : "serverless_infra_average" ,
690
+ type : "UsageBillableSummaryBody" ,
691
+ } ,
692
+ serverlessInfraSum : {
693
+ baseName : "serverless_infra_sum" ,
694
+ type : "UsageBillableSummaryBody" ,
695
+ } ,
628
696
serverlessInvocationSum : {
629
697
baseName : "serverless_invocation_sum" ,
630
698
type : "UsageBillableSummaryBody" ,
@@ -641,6 +709,10 @@ export class UsageBillableSummaryKeys {
641
709
baseName : "synthetics_api_tests_sum" ,
642
710
type : "UsageBillableSummaryBody" ,
643
711
} ,
712
+ syntheticsAppTestingMaximum : {
713
+ baseName : "synthetics_app_testing_maximum" ,
714
+ type : "UsageBillableSummaryBody" ,
715
+ } ,
644
716
syntheticsBrowserChecksSum : {
645
717
baseName : "synthetics_browser_checks_sum" ,
646
718
type : "UsageBillableSummaryBody" ,
0 commit comments