-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfuncs.yaml
758 lines (758 loc) · 53 KB
/
funcs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
functions:
- blueapi.admin.v1.Admin/CreateCloudWatchMetricsStream
- blueapi.admin.v1.Admin/CreateCloudWatchMetricsStream, runtime.WithHTTPPathPattern(/admin/v1/aws/xacct/cwms
- blueapi.admin.v1.Admin/CreateDefaultCostAccess
- blueapi.admin.v1.Admin/CreateDefaultCostAccess, runtime.WithHTTPPathPattern(/admin/v1/aws/xacct/dca
- blueapi.admin.v1.Admin/CreateDefaultNotificationChannel
- blueapi.admin.v1.Admin/CreateDefaultNotificationChannel, runtime.WithHTTPPathPattern(/admin/v1/notification/default
- blueapi.admin.v1.Admin/CreateNotification
- blueapi.admin.v1.Admin/CreateNotification, runtime.WithHTTPPathPattern(/admin/v1/notifications
- blueapi.admin.v1.Admin/CreateNotificationChannel
- blueapi.admin.v1.Admin/CreateNotificationChannel, runtime.WithHTTPPathPattern(/admin/v1/notification/channels
- blueapi.admin.v1.Admin/CreateProformaCur
- blueapi.admin.v1.Admin/CreateProformaCur, runtime.WithHTTPPathPattern(/admin/v1/aws/reports/proforma
- blueapi.admin.v1.Admin/DeleteDefaultCostAccess
- blueapi.admin.v1.Admin/DeleteDefaultCostAccess, runtime.WithHTTPPathPattern(/admin/v1/aws/xacct/dca/{target}
- blueapi.admin.v1.Admin/DeleteNotification
- blueapi.admin.v1.Admin/DeleteNotification, runtime.WithHTTPPathPattern(/admin/v1/notifications/{id}
- blueapi.admin.v1.Admin/DeleteNotificationChannel
- blueapi.admin.v1.Admin/DeleteNotificationChannel, runtime.WithHTTPPathPattern(/admin/v1/notification/channels/{id}
- blueapi.admin.v1.Admin/ExportAuditLogs
- blueapi.admin.v1.Admin/ExportAuditLogs, runtime.WithHTTPPathPattern(/admin/v1/auditlogs
- blueapi.admin.v1.Admin/GetAccountGroup
- blueapi.admin.v1.Admin/GetAccountGroup, runtime.WithHTTPPathPattern(/admin/v1/acctgroups/{id}
- blueapi.admin.v1.Admin/GetCloudWatchMetricsStreamTemplateUrl
- blueapi.admin.v1.Admin/GetCloudWatchMetricsStreamTemplateUrl, runtime.WithHTTPPathPattern(/admin/v1/aws/xacct/cwms
- blueapi.admin.v1.Admin/GetDefaultCostAccess
- blueapi.admin.v1.Admin/GetDefaultCostAccess, runtime.WithHTTPPathPattern(/admin/v1/aws/xacct/dca/{target}
- blueapi.admin.v1.Admin/GetDefaultCostAccessTemplateUrl
- blueapi.admin.v1.Admin/GetDefaultCostAccessTemplateUrl, runtime.WithHTTPPathPattern(/admin/v1/aws/xacct/dca
- blueapi.admin.v1.Admin/GetMSPDefaultMeta
- blueapi.admin.v1.Admin/GetMSPDefaultMeta, runtime.WithHTTPPathPattern(/admin/v1/defaultmeta/{mspId}
- blueapi.admin.v1.Admin/GetNotification
- blueapi.admin.v1.Admin/GetNotification, runtime.WithHTTPPathPattern(/admin/v1/notifications/{id}
- blueapi.admin.v1.Admin/GetNotificationChannel
- blueapi.admin.v1.Admin/GetNotificationChannel, runtime.WithHTTPPathPattern(/admin/v1/notification/channels/{id}
- blueapi.admin.v1.Admin/GetNotificationSettings
- blueapi.admin.v1.Admin/GetNotificationSettings, runtime.WithHTTPPathPattern(/admin/v1/notification/settings
- blueapi.admin.v1.Admin/GetWaveFeatures
- blueapi.admin.v1.Admin/GetWaveFeatures, runtime.WithHTTPPathPattern(/admin/v1/wavefeatures
- blueapi.admin.v1.Admin/ListAccountGroups
- blueapi.admin.v1.Admin/ListAccountGroups, runtime.WithHTTPPathPattern(/admin/v1/acctgroups
- blueapi.admin.v1.Admin/ListDefaultCostAccess
- blueapi.admin.v1.Admin/ListDefaultCostAccess, runtime.WithHTTPPathPattern(/admin/v1/aws/xacct/dca/all
- blueapi.admin.v1.Admin/ListNotificationChannels
- blueapi.admin.v1.Admin/ListNotificationChannels, runtime.WithHTTPPathPattern(/admin/v1/notification/channels
- blueapi.admin.v1.Admin/ListNotifications
- blueapi.admin.v1.Admin/ListNotifications, runtime.WithHTTPPathPattern(/admin/v1/notifications
- blueapi.admin.v1.Admin/SaveNotificationSettings
- blueapi.admin.v1.Admin/SaveNotificationSettings, runtime.WithHTTPPathPattern(/admin/v1/notification/settings
- blueapi.admin.v1.Admin/UpdateDefaultCostAccess
- blueapi.admin.v1.Admin/UpdateDefaultCostAccess, runtime.WithHTTPPathPattern(/admin/v1/aws/xacct/dca/{target}
- blueapi.admin.v1.Admin/UpdateMSPDefaultMeta
- blueapi.admin.v1.Admin/UpdateMSPDefaultMeta, runtime.WithHTTPPathPattern(/admin/v1/defaultmeta
- blueapi.admin.v1.Admin/UpdateNotification
- blueapi.admin.v1.Admin/UpdateNotification, runtime.WithHTTPPathPattern(/admin/v1/notifications/{id}
- blueapi.admin.v1.Admin/UpdateNotificationChannel
- blueapi.admin.v1.Admin/UpdateNotificationChannel, runtime.WithHTTPPathPattern(/admin/v1/notification/channels/{id}
- blueapi.admin.v1.Admin/UpdateWaveFeatureSetting
- blueapi.admin.v1.Admin/UpdateWaveFeatureSetting, runtime.WithHTTPPathPattern(/admin/v1/wavefeatures
- blueapi.billing.v1.Billing/CreateAccessGroup
- blueapi.billing.v1.Billing/CreateAccessGroup, runtime.WithHTTPPathPattern(/v1/accessgroups
- blueapi.billing.v1.Billing/CreateAccountInvoiceServiceDiscounts
- blueapi.billing.v1.Billing/CreateAccountInvoiceServiceDiscounts, runtime.WithHTTPPathPattern(/v1/servicediscounts/{groupId}/account
- blueapi.billing.v1.Billing/CreateAdjustmentConfig
- blueapi.billing.v1.Billing/CreateAdjustmentConfig, runtime.WithHTTPPathPattern(/v1/adjustmentconfig/{vendor}
- blueapi.billing.v1.Billing/CreateBillingGroup
- blueapi.billing.v1.Billing/CreateBillingGroup, runtime.WithHTTPPathPattern(/v1/billinggroups
- blueapi.billing.v1.Billing/CreateCustomField
- blueapi.billing.v1.Billing/CreateCustomField, runtime.WithHTTPPathPattern(/v1/customfield
- blueapi.billing.v1.Billing/CreateCustomizedBillingService
- blueapi.billing.v1.Billing/CreateCustomizedBillingService, runtime.WithHTTPPathPattern(/v1/customizedbillingservices
- blueapi.billing.v1.Billing/CreateFreeFormat
- blueapi.billing.v1.Billing/CreateFreeFormat, runtime.WithHTTPPathPattern(/v1/freeformat
- blueapi.billing.v1.Billing/CreateInvoice
- blueapi.billing.v1.Billing/CreateInvoice, runtime.WithHTTPPathPattern(/v1/invoice/{date}
- blueapi.billing.v1.Billing/CreateInvoiceServiceDiscounts
- blueapi.billing.v1.Billing/CreateInvoiceServiceDiscounts, runtime.WithHTTPPathPattern(/v1/servicediscounts
- blueapi.billing.v1.Billing/CreateReseller
- blueapi.billing.v1.Billing/CreateReseller, runtime.WithHTTPPathPattern(/v1/resellers
- blueapi.billing.v1.Billing/DeleteAccessGroup
- blueapi.billing.v1.Billing/DeleteAccessGroup, runtime.WithHTTPPathPattern(/v1/accessgroups/{id}
- blueapi.billing.v1.Billing/DeleteAccountInvoiceServiceDiscounts
- blueapi.billing.v1.Billing/DeleteAccountInvoiceServiceDiscounts, runtime.WithHTTPPathPattern(/v1/servicediscounts/{groupId}/account
- blueapi.billing.v1.Billing/DeleteAdjustmentConfig
- blueapi.billing.v1.Billing/DeleteAdjustmentConfig, runtime.WithHTTPPathPattern(/v1/adjustmentconfig/{vendor}
- blueapi.billing.v1.Billing/DeleteCustomField
- blueapi.billing.v1.Billing/DeleteCustomField, runtime.WithHTTPPathPattern(/v1/customfield/{id}
- blueapi.billing.v1.Billing/DeleteCustomizedBillingService
- blueapi.billing.v1.Billing/DeleteCustomizedBillingService, runtime.WithHTTPPathPattern(/v1/customizedbillingservices/{id}
- blueapi.billing.v1.Billing/DeleteCustomizedBillingServiceBillingGroup
- blueapi.billing.v1.Billing/DeleteCustomizedBillingServiceBillingGroup, runtime.WithHTTPPathPattern(/v1/customizedbillingservices/billinggroup/{groupId}/{vendor}
- blueapi.billing.v1.Billing/DeleteFreeFormat
- blueapi.billing.v1.Billing/DeleteFreeFormat, runtime.WithHTTPPathPattern(/v1/freeformat/{groupId}
- blueapi.billing.v1.Billing/DeleteInvoiceServiceDiscounts
- blueapi.billing.v1.Billing/DeleteInvoiceServiceDiscounts, runtime.WithHTTPPathPattern(/v1/servicediscounts/{id}
- blueapi.billing.v1.Billing/DeleteReseller
- blueapi.billing.v1.Billing/DeleteReseller, runtime.WithHTTPPathPattern(/v1/resellers/{id}
- blueapi.billing.v1.Billing/ExportAccountInvoiceServiceDiscounts
- blueapi.billing.v1.Billing/ExportAccountInvoiceServiceDiscounts, runtime.WithHTTPPathPattern(/v1/servicediscounts/account
- blueapi.billing.v1.Billing/ExportBillingGroupCsv
- blueapi.billing.v1.Billing/ExportBillingGroupCsv, runtime.WithHTTPPathPattern(/v1/exportcsv/billing-group
- blueapi.billing.v1.Billing/ExportBillingGroupInvoiceServiceDiscounts
- blueapi.billing.v1.Billing/ExportBillingGroupInvoiceServiceDiscounts, runtime.WithHTTPPathPattern(/v1/servicediscounts/billinggroup
- blueapi.billing.v1.Billing/ExportInvoiceFile
- blueapi.billing.v1.Billing/ExportInvoiceFile, runtime.WithHTTPPathPattern(/v1/invoice/{date}
- blueapi.billing.v1.Billing/ExportInvoiceSettingCsv
- blueapi.billing.v1.Billing/ExportInvoiceSettingCsv, runtime.WithHTTPPathPattern(/v1/exportcsv/invoice-setting
- blueapi.billing.v1.Billing/ExportServiceDiscounts
- blueapi.billing.v1.Billing/ExportServiceDiscounts, runtime.WithHTTPPathPattern(/v1/servicediscounts
- blueapi.billing.v1.Billing/GetAccessGroup
- blueapi.billing.v1.Billing/GetAccessGroup, runtime.WithHTTPPathPattern(/v1/accessgroups/{accessGroupId}
- blueapi.billing.v1.Billing/GetAdjustmentConfig
- blueapi.billing.v1.Billing/GetAdjustmentConfig, runtime.WithHTTPPathPattern(/v1/adjustmentconfig/{vendor}
- blueapi.billing.v1.Billing/GetBillingGroup
- blueapi.billing.v1.Billing/GetBillingGroup, runtime.WithHTTPPathPattern(/v1/billinggroups/{billingInternalId}
- blueapi.billing.v1.Billing/GetBillingGroupInvoiceServiceDiscounts
- blueapi.billing.v1.Billing/GetBillingGroupInvoiceServiceDiscounts, runtime.WithHTTPPathPattern(/v1/servicediscounts/{groupId}/billinggroup
- blueapi.billing.v1.Billing/GetBillingSetting
- blueapi.billing.v1.Billing/GetBillingSetting, runtime.WithHTTPPathPattern(/v1/settings
- blueapi.billing.v1.Billing/GetCustomizedBillingService
- blueapi.billing.v1.Billing/GetCustomizedBillingService, runtime.WithHTTPPathPattern(/v1/customizedbillingservices/{id}
- blueapi.billing.v1.Billing/GetCustomizedBillingServiceBillingGroup
- blueapi.billing.v1.Billing/GetCustomizedBillingServiceBillingGroup, runtime.WithHTTPPathPattern(/v1/customizedbillingservices/billinggroup/{groupId}/{vendor}
- blueapi.billing.v1.Billing/GetFreeFormat
- blueapi.billing.v1.Billing/GetFreeFormat, runtime.WithHTTPPathPattern(/v1/freeformat/{groupId}
- blueapi.billing.v1.Billing/GetInvoice
- blueapi.billing.v1.Billing/GetInvoice, runtime.WithHTTPPathPattern(/v1/invoice/{date}
- blueapi.billing.v1.Billing/GetInvoiceServiceDiscounts
- blueapi.billing.v1.Billing/GetInvoiceServiceDiscounts, runtime.WithHTTPPathPattern(/v1/servicediscounts/{id}
- blueapi.billing.v1.Billing/GetInvoiceStatus
- blueapi.billing.v1.Billing/GetInvoiceStatus, runtime.WithHTTPPathPattern(/v1/invoice/status/{id}
- blueapi.billing.v1.Billing/GetReseller
- blueapi.billing.v1.Billing/GetReseller, runtime.WithHTTPPathPattern(/v1/resellers/{id}
- blueapi.billing.v1.Billing/GetTags
- blueapi.billing.v1.Billing/GetTags, runtime.WithHTTPPathPattern(/v1/tags
- blueapi.billing.v1.Billing/GetTagsAddingSetting
- blueapi.billing.v1.Billing/GetTagsAddingSetting, runtime.WithHTTPPathPattern(/v1/{vendor}/tagsaddingsetting/{groupId}
- blueapi.billing.v1.Billing/ListAbcBillingGroupAccounts
- blueapi.billing.v1.Billing/ListAbcBillingGroupAccounts, runtime.WithHTTPPathPattern(/v1/billinggroups/billingconductor/{payerId}/accounts
- blueapi.billing.v1.Billing/ListAbcBillingGroups
- blueapi.billing.v1.Billing/ListAbcBillingGroups, runtime.WithHTTPPathPattern(/v1/billinggroups/billingconductor/{id}
- blueapi.billing.v1.Billing/ListAccessGroups
- blueapi.billing.v1.Billing/ListAccessGroups, runtime.WithHTTPPathPattern(/v1/accessgroups
- blueapi.billing.v1.Billing/ListAccountInvoiceServiceDiscounts
- blueapi.billing.v1.Billing/ListAccountInvoiceServiceDiscounts, runtime.WithHTTPPathPattern(/v1/servicediscounts/{groupId}/account
- blueapi.billing.v1.Billing/ListAccountResources
- blueapi.billing.v1.Billing/ListAccountResources, runtime.WithHTTPPathPattern(/v1/resources/accounts/{vendor}
- blueapi.billing.v1.Billing/ListAwsDailyRunHistory
- blueapi.billing.v1.Billing/ListAwsDailyRunHistory, runtime.WithHTTPPathPattern(/v1/aws/dailyrunhistory
- blueapi.billing.v1.Billing/ListBillingGroups
- blueapi.billing.v1.Billing/ListBillingGroups, runtime.WithHTTPPathPattern(/v1/billinggroups
- blueapi.billing.v1.Billing/ListCustomField
- blueapi.billing.v1.Billing/ListCustomField, runtime.WithHTTPPathPattern(/v1/customfield
- blueapi.billing.v1.Billing/ListExchangeRates
- blueapi.billing.v1.Billing/ListExchangeRates, runtime.WithHTTPPathPattern(/v1/{vendor}/exchangerate/{month}
- blueapi.billing.v1.Billing/ListInvoice
- blueapi.billing.v1.Billing/ListInvoice, runtime.WithHTTPPathPattern(/v1/invoice
- blueapi.billing.v1.Billing/ListInvoiceServiceDiscounts
- blueapi.billing.v1.Billing/ListInvoiceServiceDiscounts, runtime.WithHTTPPathPattern(/v1/servicediscounts
- blueapi.billing.v1.Billing/ListInvoiceStatus
- blueapi.billing.v1.Billing/ListInvoiceStatus, runtime.WithHTTPPathPattern(/v1/invoice/status/{date}
- blueapi.billing.v1.Billing/ListInvoiceTemplate
- blueapi.billing.v1.Billing/ListInvoiceTemplate, runtime.WithHTTPPathPattern(/v1/invoice/template
- blueapi.billing.v1.Billing/ListResellers
- blueapi.billing.v1.Billing/ListResellers, runtime.WithHTTPPathPattern(/v1/resellers
- blueapi.billing.v1.Billing/ListUsageCostsDrift
- blueapi.billing.v1.Billing/ListUsageCostsDrift, runtime.WithHTTPPathPattern(/v1/{vendor}/usagecostsdrift
- blueapi.billing.v1.Billing/ReadCustomizedBillingServices
- blueapi.billing.v1.Billing/ReadCustomizedBillingServices, runtime.WithHTTPPathPattern(/v1/customizedbillingservices
- blueapi.billing.v1.Billing/ReadInvoiceAdjustments
- blueapi.billing.v1.Billing/ReadInvoiceAdjustments, runtime.WithHTTPPathPattern(/v1/{vendor}/invoiceadjustments
- blueapi.billing.v1.Billing/ReadServiceDiscountsServices
- blueapi.billing.v1.Billing/ReadServiceDiscountsServices, runtime.WithHTTPPathPattern(/v1/servicediscounts/{vendor}/services
- blueapi.billing.v1.Billing/ReadUntaggedGroups
- blueapi.billing.v1.Billing/ReadUntaggedGroups, runtime.WithHTTPPathPattern(/v1/{vendor}/untaggedgroups
- blueapi.billing.v1.Billing/RemoveAccountInvoiceServiceDiscounts
- blueapi.billing.v1.Billing/RemoveAccountInvoiceServiceDiscounts, runtime.WithHTTPPathPattern(/v1/servicediscounts/{groupId}/account
- blueapi.billing.v1.Billing/SetCustomizedBillingServiceBillingGroup
- blueapi.billing.v1.Billing/SetCustomizedBillingServiceBillingGroup, runtime.WithHTTPPathPattern(/v1/customizedbillingservices/billinggroup/{groupId}/{vendor}
- blueapi.billing.v1.Billing/UpdateAccessGroup
- blueapi.billing.v1.Billing/UpdateAccessGroup, runtime.WithHTTPPathPattern(/v1/accessgroups/{id}
- blueapi.billing.v1.Billing/UpdateAccountInvoiceServiceDiscounts
- blueapi.billing.v1.Billing/UpdateAccountInvoiceServiceDiscounts, runtime.WithHTTPPathPattern(/v1/servicediscounts/{groupId}/account
- blueapi.billing.v1.Billing/UpdateAdjustmentConfig
- blueapi.billing.v1.Billing/UpdateAdjustmentConfig, runtime.WithHTTPPathPattern(/v1/adjustmentconfig/{vendor}
- blueapi.billing.v1.Billing/UpdateBillingGroupInvoiceTemplate
- blueapi.billing.v1.Billing/UpdateBillingGroupInvoiceTemplate, runtime.WithHTTPPathPattern(/v1/billinggroups/{id}/invoicetemplate
- blueapi.billing.v1.Billing/UpdateCustomField
- blueapi.billing.v1.Billing/UpdateCustomField, runtime.WithHTTPPathPattern(/v1/customfield/{id}
- blueapi.billing.v1.Billing/UpdateCustomizedBillingService
- blueapi.billing.v1.Billing/UpdateCustomizedBillingService, runtime.WithHTTPPathPattern(/v1/customizedbillingservices/{id}
- blueapi.billing.v1.Billing/UpdateInvoicePreviews
- blueapi.billing.v1.Billing/UpdateInvoicePreviews, runtime.WithHTTPPathPattern(/v1/invoice/{date}
- blueapi.billing.v1.Billing/UpdateInvoiceServiceDiscounts
- blueapi.billing.v1.Billing/UpdateInvoiceServiceDiscounts, runtime.WithHTTPPathPattern(/v1/servicediscounts/{id}
- blueapi.billing.v1.Billing/UpdateReseller
- blueapi.billing.v1.Billing/UpdateReseller, runtime.WithHTTPPathPattern(/v1/resellers/{id}
- blueapi.billing.v1.Billing/UpdateTagsAddingSetting
- blueapi.billing.v1.Billing/UpdateTagsAddingSetting, runtime.WithHTTPPathPattern(/v1/{vendor}/tagsaddingsetting/{groupId}
- blueapi.cost.v1.Cost/CalculateCosts
- blueapi.cost.v1.Cost/CalculateCosts, runtime.WithHTTPPathPattern(/v1/{vendor}/costs
- blueapi.cost.v1.Cost/CheckAccountsBelongToMsp
- blueapi.cost.v1.Cost/CheckAccountsBelongToMsp, runtime.WithHTTPPathPattern(/v1/{vendor}/accounts/customers/accounts
- blueapi.cost.v1.Cost/CreateAccount
- blueapi.cost.v1.Cost/CreateAccount, runtime.WithHTTPPathPattern(/v1/{vendor}/accounts
- blueapi.cost.v1.Cost/CreateAccountBudget
- blueapi.cost.v1.Cost/CreateAccountBudget, runtime.WithHTTPPathPattern(/v1/{vendor}/budget/{level}/{id}
- blueapi.cost.v1.Cost/CreateAccountBudgetAlerts
- blueapi.cost.v1.Cost/CreateAccountBudgetAlerts, runtime.WithHTTPPathPattern(/v1/{vendor}/alerts/{id}
- blueapi.cost.v1.Cost/CreateBudgetAlerts
- blueapi.cost.v1.Cost/CreateBudgetAlerts, runtime.WithHTTPPathPattern(/v1/alerts
- blueapi.cost.v1.Cost/CreateCalculationsSchedule
- blueapi.cost.v1.Cost/CreateCalculationsSchedule, runtime.WithHTTPPathPattern(/v1/{vendor}/calculations/schedules
- blueapi.cost.v1.Cost/CreateCalculatorCostModifier
- blueapi.cost.v1.Cost/CreateCalculatorCostModifier, runtime.WithHTTPPathPattern(/v1/{vendor}/calculator/config/costmods
- blueapi.cost.v1.Cost/CreateCostFilters
- blueapi.cost.v1.Cost/CreateCostFilters, runtime.WithHTTPPathPattern(/v1/{vendor}/costfilters
- blueapi.cost.v1.Cost/CreatePayerAccount
- blueapi.cost.v1.Cost/CreatePayerAccount, runtime.WithHTTPPathPattern(/v1/{vendor}/payers
- blueapi.cost.v1.Cost/DeleteAccount
- blueapi.cost.v1.Cost/DeleteAccount, runtime.WithHTTPPathPattern(/v1/{vendor}/accounts/{id}
- blueapi.cost.v1.Cost/DeleteAccountBudget
- blueapi.cost.v1.Cost/DeleteAccountBudget, runtime.WithHTTPPathPattern(/v1/{vendor}/budget/{budgetId}
- blueapi.cost.v1.Cost/DeleteAccountBudgetAlerts
- blueapi.cost.v1.Cost/DeleteAccountBudgetAlerts, runtime.WithHTTPPathPattern(/v1/{vendor}/alerts/{id}
- blueapi.cost.v1.Cost/DeleteBudgetAlerts
- blueapi.cost.v1.Cost/DeleteBudgetAlerts, runtime.WithHTTPPathPattern(/v1/alerts/{id}
- blueapi.cost.v1.Cost/DeleteCalculationsSchedule
- blueapi.cost.v1.Cost/DeleteCalculationsSchedule, runtime.WithHTTPPathPattern(/v1/{vendor}/calculations/schedules/{id}
- blueapi.cost.v1.Cost/DeleteCalculatorCostModifier
- blueapi.cost.v1.Cost/DeleteCalculatorCostModifier, runtime.WithHTTPPathPattern(/v1/{vendor}/calculator/config/costmods/{id}
- blueapi.cost.v1.Cost/DeleteCostFilters
- blueapi.cost.v1.Cost/DeleteCostFilters, runtime.WithHTTPPathPattern(/v1/{vendor}/costfilters/{filterId}
- blueapi.cost.v1.Cost/DeletePayerAccount
- blueapi.cost.v1.Cost/DeletePayerAccount, runtime.WithHTTPPathPattern(/v1/{vendor}/payers/{id}
- blueapi.cost.v1.Cost/ExportCostFiltersFile
- blueapi.cost.v1.Cost/ExportCostFiltersFile, runtime.WithHTTPPathPattern(/v1/{vendor}/costfilters/{filterId}
- blueapi.cost.v1.Cost/GetAccount
- blueapi.cost.v1.Cost/GetAccount, runtime.WithHTTPPathPattern(/v1/{vendor}/accounts/{id}
- blueapi.cost.v1.Cost/GetAccountBudget
- blueapi.cost.v1.Cost/GetAccountBudget, runtime.WithHTTPPathPattern(/v1/{vendor}/budget/{level}/{id}
- blueapi.cost.v1.Cost/GetAccountBudgetAlerts
- blueapi.cost.v1.Cost/GetAccountBudgetAlerts, runtime.WithHTTPPathPattern(/v1/{vendor}/alerts/{id}
- blueapi.cost.v1.Cost/GetBreakevenPoint
- blueapi.cost.v1.Cost/GetBreakevenPoint, runtime.WithHTTPPathPattern(/v1/{vendor}/bep/{orgId}
- blueapi.cost.v1.Cost/GetBudgetAlerts
- blueapi.cost.v1.Cost/GetBudgetAlerts, runtime.WithHTTPPathPattern(/v1/alerts/{id}
- blueapi.cost.v1.Cost/GetCalculatorConfig
- blueapi.cost.v1.Cost/GetCalculatorConfig, runtime.WithHTTPPathPattern(/v1/{vendor}/calculator/config
- blueapi.cost.v1.Cost/GetCostAttributes
- blueapi.cost.v1.Cost/GetCostAttributes, runtime.WithHTTPPathPattern(/v1/{vendor}/costattrs
- blueapi.cost.v1.Cost/GetCostReduction
- blueapi.cost.v1.Cost/GetCostReduction, runtime.WithHTTPPathPattern(/v1/{vendor}/reduction/{orgId}
- blueapi.cost.v1.Cost/GetCoverageOndemand
- blueapi.cost.v1.Cost/GetCoverageOndemand, runtime.WithHTTPPathPattern(/v1/{vendor}/coverage/ondemand/{orgId}
- blueapi.cost.v1.Cost/GetCoverageOptions
- blueapi.cost.v1.Cost/GetCoverageOptions, runtime.WithHTTPPathPattern(/v1/{vendor}/coverage/options/{orgId}
- blueapi.cost.v1.Cost/GetForecasts
- blueapi.cost.v1.Cost/GetForecasts, runtime.WithHTTPPathPattern(/v1/{vendor}/forecasts
- blueapi.cost.v1.Cost/GetMonthOnMonthCostForecast
- blueapi.cost.v1.Cost/GetMonthOnMonthCostForecast, runtime.WithHTTPPathPattern(/v1/{vendor}/forecasts/month-on-month/{level}/{id}
- blueapi.cost.v1.Cost/GetMonthToDateCostForecast
- blueapi.cost.v1.Cost/GetMonthToDateCostForecast, runtime.WithHTTPPathPattern(/v1/{vendor}/forecasts/month-to-date/{level}/{id}
- blueapi.cost.v1.Cost/GetMonthlyCostForecast
- blueapi.cost.v1.Cost/GetMonthlyCostForecast, runtime.WithHTTPPathPattern(/v1/{vendor}/forecasts/monthly/{level}/{id}
- blueapi.cost.v1.Cost/GetPayerAccount
- blueapi.cost.v1.Cost/GetPayerAccount, runtime.WithHTTPPathPattern(/v1/{vendor}/payers/{id}
- blueapi.cost.v1.Cost/GetPayerAccountImportHistory
- blueapi.cost.v1.Cost/GetPayerAccountImportHistory, runtime.WithHTTPPathPattern(/v1/{vendor}/payers/{id}/importhistory
- blueapi.cost.v1.Cost/GetPayerProformaReports
- blueapi.cost.v1.Cost/GetPayerProformaReports, runtime.WithHTTPPathPattern(/v1/{vendor}/payers/{id}/proforma
- blueapi.cost.v1.Cost/GetRecommendations
- blueapi.cost.v1.Cost/GetRecommendations, runtime.WithHTTPPathPattern(/v1/{vendor}/recommendations/{orgId}
- blueapi.cost.v1.Cost/GetUtilization
- blueapi.cost.v1.Cost/GetUtilization, runtime.WithHTTPPathPattern(/v1/{vendor}/utilization/{orgId}
- blueapi.cost.v1.Cost/ImportCurFiles
- blueapi.cost.v1.Cost/ImportCurFiles, runtime.WithHTTPPathPattern(/v1/aws/cur
- blueapi.cost.v1.Cost/ListAccounts
- blueapi.cost.v1.Cost/ListAccounts, runtime.WithHTTPPathPattern(/v1/{vendor}/accounts
- blueapi.cost.v1.Cost/ListAccounts, runtime.WithHTTPPathPattern(/v1/{vendor}/accounts/groups/{groupId}
- blueapi.cost.v1.Cost/ListCalculationsHistory
- blueapi.cost.v1.Cost/ListCalculationsHistory, runtime.WithHTTPPathPattern(/v1/{vendor}/calculations/history
- blueapi.cost.v1.Cost/ListCalculationsSchedules
- blueapi.cost.v1.Cost/ListCalculationsSchedules, runtime.WithHTTPPathPattern(/v1/{vendor}/calculations/schedules
- blueapi.cost.v1.Cost/ListCalculatorCostModifiers
- blueapi.cost.v1.Cost/ListCalculatorCostModifiers, runtime.WithHTTPPathPattern(/v1/{vendor}/calculator/config/costmods
- blueapi.cost.v1.Cost/ListCalculatorRunningAccounts
- blueapi.cost.v1.Cost/ListCalculatorRunningAccounts, runtime.WithHTTPPathPattern(/v1/{vendor}/calculator/running
- blueapi.cost.v1.Cost/ListCostFilters
- blueapi.cost.v1.Cost/ListCostFilters, runtime.WithHTTPPathPattern(/v1/{vendor}/costfilters
- blueapi.cost.v1.Cost/ListPayerAccounts
- blueapi.cost.v1.Cost/ListPayerAccounts, runtime.WithHTTPPathPattern(/v1/{vendor}/payers
- blueapi.cost.v1.Cost/ListTags
- blueapi.cost.v1.Cost/ListTags, runtime.WithHTTPPathPattern(/v1/{vendor}/tags
- blueapi.cost.v1.Cost/ListTags, runtime.WithHTTPPathPattern(/v1/{vendor}/tags/groups/{groupId}
- blueapi.cost.v1.Cost/ReadAccountOriginalResources
- blueapi.cost.v1.Cost/ReadAccountOriginalResources, runtime.WithHTTPPathPattern(/v1/{vendor}/aors
- blueapi.cost.v1.Cost/ReadAdjustments
- blueapi.cost.v1.Cost/ReadAdjustments, runtime.WithHTTPPathPattern(/v1/{vendor}/adjustments
- blueapi.cost.v1.Cost/ReadBudgetAlerts
- blueapi.cost.v1.Cost/ReadBudgetAlerts, runtime.WithHTTPPathPattern(/v1/alerts
- blueapi.cost.v1.Cost/ReadCostAttributes
- blueapi.cost.v1.Cost/ReadCostAttributes, runtime.WithHTTPPathPattern(/v1/{vendor}/costattrs
- blueapi.cost.v1.Cost/ReadCosts
- blueapi.cost.v1.Cost/ReadCosts, runtime.WithHTTPPathPattern(/v1/{vendor}/costs
- blueapi.cost.v1.Cost/ReadInvoiceCosts
- blueapi.cost.v1.Cost/ReadInvoiceCosts, runtime.WithHTTPPathPattern(/v1/invoicecosts
- blueapi.cost.v1.Cost/ReadInvoiceGroupCosts
- blueapi.cost.v1.Cost/ReadInvoiceGroupCosts, runtime.WithHTTPPathPattern(/v1/invoicegroupcosts
- blueapi.cost.v1.Cost/ReadInvoiceIds
- blueapi.cost.v1.Cost/ReadInvoiceIds, runtime.WithHTTPPathPattern(/v1/{vendor}/invoiceids
- blueapi.cost.v1.Cost/ReadInvoiceOverViews
- blueapi.cost.v1.Cost/ReadInvoiceOverViews, runtime.WithHTTPPathPattern(/v1/invoiceoverviews
- blueapi.cost.v1.Cost/ReadNonTagCosts
- blueapi.cost.v1.Cost/ReadNonTagCosts, runtime.WithHTTPPathPattern(/v1/{vendor}/nontagcosts
- blueapi.cost.v1.Cost/ReadTagCosts
- blueapi.cost.v1.Cost/ReadTagCosts, runtime.WithHTTPPathPattern(/v1/{vendor}/tagcosts
- blueapi.cost.v1.Cost/RegisterPayerAccount
- blueapi.cost.v1.Cost/RegisterPayerAccount, runtime.WithHTTPPathPattern(/v1/{vendor}/payers/basicdetails
- blueapi.cost.v1.Cost/UpdateAccount
- blueapi.cost.v1.Cost/UpdateAccount, runtime.WithHTTPPathPattern(/v1/{vendor}/accounts/{id}
- blueapi.cost.v1.Cost/UpdateAccountBudget
- blueapi.cost.v1.Cost/UpdateAccountBudget, runtime.WithHTTPPathPattern(/v1/{vendor}/budget/{budgetId}
- blueapi.cost.v1.Cost/UpdateAccountBudgetAlerts
- blueapi.cost.v1.Cost/UpdateAccountBudgetAlerts, runtime.WithHTTPPathPattern(/v1/{vendor}/alerts/{id}
- blueapi.cost.v1.Cost/UpdateBudgetAlerts
- blueapi.cost.v1.Cost/UpdateBudgetAlerts, runtime.WithHTTPPathPattern(/v1/alerts/{id}
- blueapi.cost.v1.Cost/UpdateCostFilters
- blueapi.cost.v1.Cost/UpdateCostFilters, runtime.WithHTTPPathPattern(/v1/{vendor}/costfilters/{filterId}
- blueapi.cover.v1.Cover/ActivateUser
- blueapi.cover.v1.Cover/ActivateUser, runtime.WithHTTPPathPattern(/v1/members/activate
- blueapi.cover.v1.Cover/AddBillingAccount
- blueapi.cover.v1.Cover/AddBillingAccount, runtime.WithHTTPPathPattern(/v1/billingacct
- blueapi.cover.v1.Cover/AddFavorite
- blueapi.cover.v1.Cover/AddFavorite, runtime.WithHTTPPathPattern(/v1/views/favorite/add
- blueapi.cover.v1.Cover/AddInfotoMarketplace
- blueapi.cover.v1.Cover/AddInfotoMarketplace, runtime.WithHTTPPathPattern(/v1/marketplace/info
- blueapi.cover.v1.Cover/AddMpnSetting
- blueapi.cover.v1.Cover/AddMpnSetting, runtime.WithHTTPPathPattern(/v1/azure/credentials/mpn
- blueapi.cover.v1.Cover/AddPartnerCenterCredentials
- blueapi.cover.v1.Cover/AddPartnerCenterCredentials, runtime.WithHTTPPathPattern(/v1/azure/credentials/partnercenter
- blueapi.cover.v1.Cover/AddSideMenuFavorite
- blueapi.cover.v1.Cover/AddSideMenuFavorite, runtime.WithHTTPPathPattern(/v1/views/{viewId}/sidemenufavorite
- blueapi.cover.v1.Cover/AssignCostGroupMember
- blueapi.cover.v1.Cover/AssignCostGroupMember, runtime.WithHTTPPathPattern(/v1/costgroups/{costGroupId}/member/add
- blueapi.cover.v1.Cover/AssignPayer
- blueapi.cover.v1.Cover/AssignPayer, runtime.WithHTTPPathPattern(/v1/{vendor}/payers
- blueapi.cover.v1.Cover/CreateAccountAccess
- blueapi.cover.v1.Cover/CreateAccountAccess, runtime.WithHTTPPathPattern(/v1/aws/acctaccess
- blueapi.cover.v1.Cover/CreateAccountAccessCur
- blueapi.cover.v1.Cover/CreateAccountAccessCur, runtime.WithHTTPPathPattern(/v1/aws/acctaccess/cur
- blueapi.cover.v1.Cover/CreateAccountAccessStackset
- blueapi.cover.v1.Cover/CreateAccountAccessStackset, runtime.WithHTTPPathPattern(/v1/aws/acctaccess/stackset
- blueapi.cover.v1.Cover/CreateAlert
- blueapi.cover.v1.Cover/CreateAlert, runtime.WithHTTPPathPattern(/v1/alerts/cost
- blueapi.cover.v1.Cover/CreateAllocator
- blueapi.cover.v1.Cover/CreateAllocator, runtime.WithHTTPPathPattern(/v1/allocators
- blueapi.cover.v1.Cover/CreateAnomalyAlert
- blueapi.cover.v1.Cover/CreateAnomalyAlert, runtime.WithHTTPPathPattern(/v1/alerts/anomaly
- blueapi.cover.v1.Cover/CreateBudget
- blueapi.cover.v1.Cover/CreateBudget, runtime.WithHTTPPathPattern(/v1/budget
- blueapi.cover.v1.Cover/CreateChannel
- blueapi.cover.v1.Cover/CreateChannel, runtime.WithHTTPPathPattern(/v1/channels
- blueapi.cover.v1.Cover/CreateCostGroup
- blueapi.cover.v1.Cover/CreateCostGroup, runtime.WithHTTPPathPattern(/v1/costgroups
- blueapi.cover.v1.Cover/CreateDiscountExpirationAlert
- blueapi.cover.v1.Cover/CreateDiscountExpirationAlert, runtime.WithHTTPPathPattern(/v1/alerts/expire/discount
- blueapi.cover.v1.Cover/CreateMember
- blueapi.cover.v1.Cover/CreateMember, runtime.WithHTTPPathPattern(/v1/members
- blueapi.cover.v1.Cover/CreateProfiling
- blueapi.cover.v1.Cover/CreateProfiling, runtime.WithHTTPPathPattern(/v1/members/profile
- blueapi.cover.v1.Cover/CreateUnitType
- blueapi.cover.v1.Cover/CreateUnitType, runtime.WithHTTPPathPattern(/v1/unitcost
- blueapi.cover.v1.Cover/CreateView
- blueapi.cover.v1.Cover/CreateView, runtime.WithHTTPPathPattern(/v1/views
- blueapi.cover.v1.Cover/DeleteAccountAccess
- blueapi.cover.v1.Cover/DeleteAccountAccess, runtime.WithHTTPPathPattern(/v1/acctaccess/{target}
- blueapi.cover.v1.Cover/DeleteAlert
- blueapi.cover.v1.Cover/DeleteAlert, runtime.WithHTTPPathPattern(/v1/alerts/cost/{id}
- blueapi.cover.v1.Cover/DeleteAllocator
- blueapi.cover.v1.Cover/DeleteAllocator, runtime.WithHTTPPathPattern(/v1/allocators/{id}
- blueapi.cover.v1.Cover/DeleteAnomalyAlert
- blueapi.cover.v1.Cover/DeleteAnomalyAlert, runtime.WithHTTPPathPattern(/v1/alerts/anomaly/{id}
- blueapi.cover.v1.Cover/DeleteBudget
- blueapi.cover.v1.Cover/DeleteBudget, runtime.WithHTTPPathPattern(/v1/budget/{id}
- blueapi.cover.v1.Cover/DeleteChannel
- blueapi.cover.v1.Cover/DeleteChannel, runtime.WithHTTPPathPattern(/v1/channels/{id}
- blueapi.cover.v1.Cover/DeleteCostGroup
- blueapi.cover.v1.Cover/DeleteCostGroup, runtime.WithHTTPPathPattern(/v1/costgroups/{costGroupId}
- blueapi.cover.v1.Cover/DeleteDataAccess
- blueapi.cover.v1.Cover/DeleteDataAccess, runtime.WithHTTPPathPattern(/v1/account/{target}
- blueapi.cover.v1.Cover/DeleteDiscountExpirationAlert
- blueapi.cover.v1.Cover/DeleteDiscountExpirationAlert, runtime.WithHTTPPathPattern(/v1/alerts/expire/discount/{id}
- blueapi.cover.v1.Cover/DeleteMember
- blueapi.cover.v1.Cover/DeleteMember, runtime.WithHTTPPathPattern(/v1/members/{userId}
- blueapi.cover.v1.Cover/DeleteUnitType
- blueapi.cover.v1.Cover/DeleteUnitType, runtime.WithHTTPPathPattern(/v1/unitcost/{id}
- blueapi.cover.v1.Cover/DeleteView
- blueapi.cover.v1.Cover/DeleteView, runtime.WithHTTPPathPattern(/v1/views/{viewId}
- blueapi.cover.v1.Cover/ExecuteOptimization
- blueapi.cover.v1.Cover/ExecuteOptimization, runtime.WithHTTPPathPattern(/v1/recommendations/execute
- blueapi.cover.v1.Cover/GetAccountAccess
- blueapi.cover.v1.Cover/GetAccountAccess, runtime.WithHTTPPathPattern(/v1/aws/acctaccess/{target}
- blueapi.cover.v1.Cover/GetAccountAccessTemplateUrl
- blueapi.cover.v1.Cover/GetAccountAccessTemplateUrl, runtime.WithHTTPPathPattern(/v1/aws/acctaccess
- blueapi.cover.v1.Cover/GetAccounts
- blueapi.cover.v1.Cover/GetAccounts, runtime.WithHTTPPathPattern(/v1/{vendor}/accounts/{costGroupId}
- blueapi.cover.v1.Cover/GetAlertDetails
- blueapi.cover.v1.Cover/GetAlertDetails, runtime.WithHTTPPathPattern(/v1/alerts/cost/{id}
- blueapi.cover.v1.Cover/GetAlerts
- blueapi.cover.v1.Cover/GetAlerts, runtime.WithHTTPPathPattern(/v1/alerts/cost
- blueapi.cover.v1.Cover/GetAllocationAttributes
- blueapi.cover.v1.Cover/GetAllocationAttributes, runtime.WithHTTPPathPattern(/v1/allocators/attribute
- blueapi.cover.v1.Cover/GetAnomalyAlert
- blueapi.cover.v1.Cover/GetAnomalyAlert, runtime.WithHTTPPathPattern(/v1/alerts/anomaly/{id}
- blueapi.cover.v1.Cover/GetAnomalyinCostGroup
- blueapi.cover.v1.Cover/GetAnomalyinCostGroup, runtime.WithHTTPPathPattern(/v1/anomaly
- blueapi.cover.v1.Cover/GetAssetsSummary
- blueapi.cover.v1.Cover/GetAssetsSummary, runtime.WithHTTPPathPattern(/v1/assets/summary/{costGroupId}
- blueapi.cover.v1.Cover/GetBudget
- blueapi.cover.v1.Cover/GetBudget, runtime.WithHTTPPathPattern(/v1/budget/{id}
- blueapi.cover.v1.Cover/GetCategories
- blueapi.cover.v1.Cover/GetCategories, runtime.WithHTTPPathPattern(/v1/categories
- blueapi.cover.v1.Cover/GetChannelDetails
- blueapi.cover.v1.Cover/GetChannelDetails, runtime.WithHTTPPathPattern(/v1/channels/{id}
- blueapi.cover.v1.Cover/GetChannels
- blueapi.cover.v1.Cover/GetChannels, runtime.WithHTTPPathPattern(/v1/channels
- blueapi.cover.v1.Cover/GetCostGroupAllocation
- blueapi.cover.v1.Cover/GetCostGroupAllocation, runtime.WithHTTPPathPattern(/v1/allocations
- blueapi.cover.v1.Cover/GetCostGroupAttribute
- blueapi.cover.v1.Cover/GetCostGroupAttribute, runtime.WithHTTPPathPattern(/v1/attributes
- blueapi.cover.v1.Cover/GetCostGroupDetails
- blueapi.cover.v1.Cover/GetCostGroupDetails, runtime.WithHTTPPathPattern(/v1/costgroups/{costGroupId}
- blueapi.cover.v1.Cover/GetCostGroupFee
- blueapi.cover.v1.Cover/GetCostGroupFee, runtime.WithHTTPPathPattern(/v1/allocations/fees
- blueapi.cover.v1.Cover/GetCostGroups
- blueapi.cover.v1.Cover/GetCostGroups, runtime.WithHTTPPathPattern(/v1/costgroups
- blueapi.cover.v1.Cover/GetCostUsage
- blueapi.cover.v1.Cover/GetCostUsage, runtime.WithHTTPPathPattern(/v1/costusage
- blueapi.cover.v1.Cover/GetCurrentView
- blueapi.cover.v1.Cover/GetCurrentView, runtime.WithHTTPPathPattern(/v1/views/{viewId}
- blueapi.cover.v1.Cover/GetCustomerSubscriptionStatus
- blueapi.cover.v1.Cover/GetCustomerSubscriptionStatus, runtime.WithHTTPPathPattern(/v1/billing/status
- blueapi.cover.v1.Cover/GetDataAccess
- blueapi.cover.v1.Cover/GetDataAccess, runtime.WithHTTPPathPattern(/v1/account/{target}
- blueapi.cover.v1.Cover/GetDiscountExpirationAlert
- blueapi.cover.v1.Cover/GetDiscountExpirationAlert, runtime.WithHTTPPathPattern(/v1/alerts/expire/discount/{id}
- blueapi.cover.v1.Cover/GetDiscountRecommendations
- blueapi.cover.v1.Cover/GetDiscountRecommendations, runtime.WithHTTPPathPattern(/v1/discount
- blueapi.cover.v1.Cover/GetExecutionStatus
- blueapi.cover.v1.Cover/GetExecutionStatus, runtime.WithHTTPPathPattern(/v1/recommendations/execute/status
- blueapi.cover.v1.Cover/GetFavoriteViews
- blueapi.cover.v1.Cover/GetFavoriteViews, runtime.WithHTTPPathPattern(/v1/views/favorites
- blueapi.cover.v1.Cover/GetMemberCostGroup
- blueapi.cover.v1.Cover/GetMemberCostGroup, runtime.WithHTTPPathPattern(/v1/members/{userId}/costgroup
- blueapi.cover.v1.Cover/GetMemberDetails
- blueapi.cover.v1.Cover/GetMemberDetails, runtime.WithHTTPPathPattern(/v1/members/{userId}
- blueapi.cover.v1.Cover/GetMembers
- blueapi.cover.v1.Cover/GetMembers, runtime.WithHTTPPathPattern(/v1/members
- blueapi.cover.v1.Cover/GetOrgFiscalMonth
- blueapi.cover.v1.Cover/GetOrgFiscalMonth, runtime.WithHTTPPathPattern(/v1/reports/fiscalmonth
- blueapi.cover.v1.Cover/GetOrgUpdateCurrency
- blueapi.cover.v1.Cover/GetOrgUpdateCurrency, runtime.WithHTTPPathPattern(/v1/organizations/currency
- blueapi.cover.v1.Cover/GetPayers
- blueapi.cover.v1.Cover/GetPayers, runtime.WithHTTPPathPattern(/v1/{vendor}/payers
- blueapi.cover.v1.Cover/GetRecommendation
- blueapi.cover.v1.Cover/GetRecommendation, runtime.WithHTTPPathPattern(/v1/recommendations/optimization/{id}
- blueapi.cover.v1.Cover/GetRecommendationV2
- blueapi.cover.v1.Cover/GetRecommendationV2, runtime.WithHTTPPathPattern(/v1/recommendations/details/{id}
- blueapi.cover.v1.Cover/GetRegions
- blueapi.cover.v1.Cover/GetRegions, runtime.WithHTTPPathPattern(/v1/{vendor}/regions/{costGroupId}
- blueapi.cover.v1.Cover/GetReportSummary
- blueapi.cover.v1.Cover/GetReportSummary, runtime.WithHTTPPathPattern(/v1/reports/insight/summary/{costGroupId}
- blueapi.cover.v1.Cover/GetRightSizingRecommendation
- blueapi.cover.v1.Cover/GetRightSizingRecommendation, runtime.WithHTTPPathPattern(/v1/rightsizingrecommendation/{costGroupId}
- blueapi.cover.v1.Cover/GetServices
- blueapi.cover.v1.Cover/GetServices, runtime.WithHTTPPathPattern(/v1/{vendor}/services/{costGroupId}
- blueapi.cover.v1.Cover/GetTags
- blueapi.cover.v1.Cover/GetTags, runtime.WithHTTPPathPattern(/v1/{vendor}/tags/{costGroupId}
- blueapi.cover.v1.Cover/GetUnitType
- blueapi.cover.v1.Cover/GetUnitType, runtime.WithHTTPPathPattern(/v1/unitcost/{id}
- blueapi.cover.v1.Cover/GetUserDetails
- blueapi.cover.v1.Cover/GetUserDetails, runtime.WithHTTPPathPattern(/v1/me
- blueapi.cover.v1.Cover/GetUserProfile
- blueapi.cover.v1.Cover/GetUserProfile, runtime.WithHTTPPathPattern(/v1/members/profile/{email}
- blueapi.cover.v1.Cover/GetViews
- blueapi.cover.v1.Cover/GetViews, runtime.WithHTTPPathPattern(/v1/views
- blueapi.cover.v1.Cover/InviteMember
- blueapi.cover.v1.Cover/InviteMember, runtime.WithHTTPPathPattern(/v1/members/invite
- blueapi.cover.v1.Cover/ListAccountAccess
- blueapi.cover.v1.Cover/ListAccountAccess, runtime.WithHTTPPathPattern(/v1/aws/acctaccess/all
- blueapi.cover.v1.Cover/ListAccountUsage
- blueapi.cover.v1.Cover/ListAccountUsage, runtime.WithHTTPPathPattern(/v1/allocations/accountusage/all
- blueapi.cover.v1.Cover/ListAllocators
- blueapi.cover.v1.Cover/ListAllocators, runtime.WithHTTPPathPattern(/v1/allocators
- blueapi.cover.v1.Cover/ListAnomalyAlert
- blueapi.cover.v1.Cover/ListAnomalyAlert, runtime.WithHTTPPathPattern(/v1/alerts/anomaly/all
- blueapi.cover.v1.Cover/ListAssets
- blueapi.cover.v1.Cover/ListAssets, runtime.WithHTTPPathPattern(/v1/assets
- blueapi.cover.v1.Cover/ListBudgets
- blueapi.cover.v1.Cover/ListBudgets, runtime.WithHTTPPathPattern(/v1/budget
- blueapi.cover.v1.Cover/ListDataAccess
- blueapi.cover.v1.Cover/ListDataAccess, runtime.WithHTTPPathPattern(/v1/account/all
- blueapi.cover.v1.Cover/ListDiscountExpirationAlert
- blueapi.cover.v1.Cover/ListDiscountExpirationAlert, runtime.WithHTTPPathPattern(/v1/alerts/expire/discount/all
- blueapi.cover.v1.Cover/ListExchangeRates
- blueapi.cover.v1.Cover/ListExchangeRates, runtime.WithHTTPPathPattern(/v1/organizations/rates
- blueapi.cover.v1.Cover/ListFees
- blueapi.cover.v1.Cover/ListFees, runtime.WithHTTPPathPattern(/v1/allocations/fees/all
- blueapi.cover.v1.Cover/ListRecommendations
- blueapi.cover.v1.Cover/ListRecommendations, runtime.WithHTTPPathPattern(/v1/recommendations/optimization
- blueapi.cover.v1.Cover/ListRecommendationsV2
- blueapi.cover.v1.Cover/ListRecommendationsV2, runtime.WithHTTPPathPattern(/v1/recommendations/all
- blueapi.cover.v1.Cover/ListSavings
- blueapi.cover.v1.Cover/ListSavings, runtime.WithHTTPPathPattern(/v1/allocations/savings/all
- blueapi.cover.v1.Cover/ListUnitTypes
- blueapi.cover.v1.Cover/ListUnitTypes, runtime.WithHTTPPathPattern(/v1/unitcost
- blueapi.cover.v1.Cover/MarkAsExecuted
- blueapi.cover.v1.Cover/MarkAsExecuted, runtime.WithHTTPPathPattern(/v1/recommendations/optimization/executed
- blueapi.cover.v1.Cover/ModifyResourceType
- blueapi.cover.v1.Cover/ModifyResourceType, runtime.WithHTTPPathPattern(/v1/{vendor}/resource/modify
- blueapi.cover.v1.Cover/OnboardOrg
- blueapi.cover.v1.Cover/OnboardOrg, runtime.WithHTTPPathPattern(/v1/members/onboard
- blueapi.cover.v1.Cover/OptimizationHistory
- blueapi.cover.v1.Cover/OptimizationHistory, runtime.WithHTTPPathPattern(/v1/recommendations/optimization/history
- blueapi.cover.v1.Cover/ProcessAuth0User
- blueapi.cover.v1.Cover/ProcessAuth0User, runtime.WithHTTPPathPattern(/v1/members/auth0
- blueapi.cover.v1.Cover/ProxyCreateCompletion
- blueapi.cover.v1.Cover/ProxyCreateCompletion, runtime.WithHTTPPathPattern(/v1/x/pcc
- blueapi.cover.v1.Cover/PublishView
- blueapi.cover.v1.Cover/PublishView, runtime.WithHTTPPathPattern(/v1/views/publish
- blueapi.cover.v1.Cover/RegisterAccount
- blueapi.cover.v1.Cover/RegisterAccount, runtime.WithHTTPPathPattern(/v1/{vendor}/account
- blueapi.cover.v1.Cover/RegisterDataAccess
- blueapi.cover.v1.Cover/RegisterDataAccess, runtime.WithHTTPPathPattern(/v1/account
- blueapi.cover.v1.Cover/RegisterNewUser
- blueapi.cover.v1.Cover/RegisterNewUser, runtime.WithHTTPPathPattern(/v1/members/register
- blueapi.cover.v1.Cover/RemoveCostGroupMember
- blueapi.cover.v1.Cover/RemoveCostGroupMember, runtime.WithHTTPPathPattern(/v1/costgroups/{costGroupId}/member/remove
- blueapi.cover.v1.Cover/RemoveFavorite
- blueapi.cover.v1.Cover/RemoveFavorite, runtime.WithHTTPPathPattern(/v1/views/favorite/remove
- blueapi.cover.v1.Cover/RemoveSideMenuFavorite
- blueapi.cover.v1.Cover/RemoveSideMenuFavorite, runtime.WithHTTPPathPattern(/v1/views/{viewId}/sidemenuunfavorite
- blueapi.cover.v1.Cover/ResetPassword
- blueapi.cover.v1.Cover/ResetPassword, runtime.WithHTTPPathPattern(/v1/members/resetpassword
- blueapi.cover.v1.Cover/ResetUserPassword
- blueapi.cover.v1.Cover/ResetUserPassword, runtime.WithHTTPPathPattern(/v1/me/password
- blueapi.cover.v1.Cover/ResolveAWSMarketplaceTokenForOnboarding
- blueapi.cover.v1.Cover/ResolveAWSMarketplaceTokenForOnboarding, runtime.WithHTTPPathPattern(/v1/members/aws/subscription
- blueapi.cover.v1.Cover/ResolveCostGroupCombinations
- blueapi.cover.v1.Cover/ResolveCostGroupCombinations, runtime.WithHTTPPathPattern(/v1/costgroups/resolve/{costGroupId}
- blueapi.cover.v1.Cover/RestoreAccountUsage
- blueapi.cover.v1.Cover/RestoreAccountUsage, runtime.WithHTTPPathPattern(/v1/allocations/accountusage/restore
- blueapi.cover.v1.Cover/RestoreFee
- blueapi.cover.v1.Cover/RestoreFee, runtime.WithHTTPPathPattern(/v1/allocations/fees/restore
- blueapi.cover.v1.Cover/RestoreSavings
- blueapi.cover.v1.Cover/RestoreSavings, runtime.WithHTTPPathPattern(/v1/allocations/savings/restore
- blueapi.cover.v1.Cover/SetCostGroupAnomalyOptions
- blueapi.cover.v1.Cover/SetCostGroupAnomalyOptions, runtime.WithHTTPPathPattern(/v1/costgroups/{costGroupId}/anomaly
- blueapi.cover.v1.Cover/SetCostGroupEventIndicator
- blueapi.cover.v1.Cover/SetCostGroupEventIndicator, runtime.WithHTTPPathPattern(/v1/costgroups/{costGroupId}/eventIndicator
- blueapi.cover.v1.Cover/SetOrgFiscalMonth
- blueapi.cover.v1.Cover/SetOrgFiscalMonth, runtime.WithHTTPPathPattern(/v1/reports/fiscalmonth
- blueapi.cover.v1.Cover/SetOrgUpdateCurrency
- blueapi.cover.v1.Cover/SetOrgUpdateCurrency, runtime.WithHTTPPathPattern(/v1/organizations/currency
- blueapi.cover.v1.Cover/SimulateAccountUsage
- blueapi.cover.v1.Cover/SimulateAccountUsage, runtime.WithHTTPPathPattern(/v1/allocations/accountusage/simulate
- blueapi.cover.v1.Cover/SimulateFeeAllocator
- blueapi.cover.v1.Cover/SimulateFeeAllocator, runtime.WithHTTPPathPattern(/v1/allocations/fees/simulate
- blueapi.cover.v1.Cover/SimulateSavings
- blueapi.cover.v1.Cover/SimulateSavings, runtime.WithHTTPPathPattern(/v1/allocations/savings/simulate
- blueapi.cover.v1.Cover/TerminateResource
- blueapi.cover.v1.Cover/TerminateResource, runtime.WithHTTPPathPattern(/v1/{vendor}/resource/terminate
- blueapi.cover.v1.Cover/TransferOrganization
- blueapi.cover.v1.Cover/TransferOrganization, runtime.WithHTTPPathPattern(/v1/organizations/transfer/{target}
- blueapi.cover.v1.Cover/UndoExecutedRecommendation
- blueapi.cover.v1.Cover/UndoExecutedRecommendation, runtime.WithHTTPPathPattern(/v1/recommendations/optimization/undo
- blueapi.cover.v1.Cover/UpdateAccountAccess
- blueapi.cover.v1.Cover/UpdateAccountAccess, runtime.WithHTTPPathPattern(/v1/aws/acctaccess/{target}
- blueapi.cover.v1.Cover/UpdateAlertDetails
- blueapi.cover.v1.Cover/UpdateAlertDetails, runtime.WithHTTPPathPattern(/v1/alerts/cost/{id}
- blueapi.cover.v1.Cover/UpdateAllocator
- blueapi.cover.v1.Cover/UpdateAllocator, runtime.WithHTTPPathPattern(/v1/allocators/{id}
- blueapi.cover.v1.Cover/UpdateAnomalyAlert
- blueapi.cover.v1.Cover/UpdateAnomalyAlert, runtime.WithHTTPPathPattern(/v1/alerts/anomaly/{id}
- blueapi.cover.v1.Cover/UpdateBudget
- blueapi.cover.v1.Cover/UpdateBudget, runtime.WithHTTPPathPattern(/v1/budget/{id}
- blueapi.cover.v1.Cover/UpdateChannelDetails
- blueapi.cover.v1.Cover/UpdateChannelDetails, runtime.WithHTTPPathPattern(/v1/channels/{id}
- blueapi.cover.v1.Cover/UpdateCostGroupColorTheme
- blueapi.cover.v1.Cover/UpdateCostGroupColorTheme, runtime.WithHTTPPathPattern(/v1/costgroups/{costGroupId}/colortheme
- blueapi.cover.v1.Cover/UpdateCostGroupCombinations
- blueapi.cover.v1.Cover/UpdateCostGroupCombinations, runtime.WithHTTPPathPattern(/v1/costgroups/{costGroupId}/combinations
- blueapi.cover.v1.Cover/UpdateCostGroupCreationUI
- blueapi.cover.v1.Cover/UpdateCostGroupCreationUI, runtime.WithHTTPPathPattern(/v1/me/costgroupcreation
- blueapi.cover.v1.Cover/UpdateCostGroupDescription
- blueapi.cover.v1.Cover/UpdateCostGroupDescription, runtime.WithHTTPPathPattern(/v1/costgroups/{costGroupId}/description
- blueapi.cover.v1.Cover/UpdateCostGroupIcon
- blueapi.cover.v1.Cover/UpdateCostGroupIcon, runtime.WithHTTPPathPattern(/v1/costgroups/{costGroupId}/icon
- blueapi.cover.v1.Cover/UpdateCostGroupImage
- blueapi.cover.v1.Cover/UpdateCostGroupImage, runtime.WithHTTPPathPattern(/v1/costgroups/{costGroupId}/image
- blueapi.cover.v1.Cover/UpdateCostGroupName
- blueapi.cover.v1.Cover/UpdateCostGroupName, runtime.WithHTTPPathPattern(/v1/costgroups/{costGroupId}/name
- blueapi.cover.v1.Cover/UpdateDataAccess
- blueapi.cover.v1.Cover/UpdateDataAccess, runtime.WithHTTPPathPattern(/v1/account/{target}
- blueapi.cover.v1.Cover/UpdateDiscountExpirationAlert
- blueapi.cover.v1.Cover/UpdateDiscountExpirationAlert, runtime.WithHTTPPathPattern(/v1/alerts/expire/discount/{id}
- blueapi.cover.v1.Cover/UpdateMemberPermission
- blueapi.cover.v1.Cover/UpdateMemberPermission, runtime.WithHTTPPathPattern(/v1/members/{userId}/isadmin
- blueapi.cover.v1.Cover/UpdateSideMenuState
- blueapi.cover.v1.Cover/UpdateSideMenuState, runtime.WithHTTPPathPattern(/v1/views/{viewId}/sidemenustate
- blueapi.cover.v1.Cover/UpdateUnitType
- blueapi.cover.v1.Cover/UpdateUnitType, runtime.WithHTTPPathPattern(/v1/unitcost/{id}
- blueapi.cover.v1.Cover/UpdateUserAppTheme
- blueapi.cover.v1.Cover/UpdateUserAppTheme, runtime.WithHTTPPathPattern(/v1/me/apptheme
- blueapi.cover.v1.Cover/UpdateUserAttributes
- blueapi.cover.v1.Cover/UpdateUserAttributes, runtime.WithHTTPPathPattern(/v1/me/attributes
- blueapi.cover.v1.Cover/UpdateUserAvatar
- blueapi.cover.v1.Cover/UpdateUserAvatar, runtime.WithHTTPPathPattern(/v1/me/avatar
- blueapi.cover.v1.Cover/UpdateUserColorTheme
- blueapi.cover.v1.Cover/UpdateUserColorTheme, runtime.WithHTTPPathPattern(/v1/me/colortheme
- blueapi.cover.v1.Cover/UpdateUserEmail
- blueapi.cover.v1.Cover/UpdateUserEmail, runtime.WithHTTPPathPattern(/v1/me/email
- blueapi.cover.v1.Cover/UpdateUserIcon
- blueapi.cover.v1.Cover/UpdateUserIcon, runtime.WithHTTPPathPattern(/v1/me/icon
- blueapi.cover.v1.Cover/UpdateUserLocale
- blueapi.cover.v1.Cover/UpdateUserLocale, runtime.WithHTTPPathPattern(/v1/me/locale
- blueapi.cover.v1.Cover/UpdateUserMainView
- blueapi.cover.v1.Cover/UpdateUserMainView, runtime.WithHTTPPathPattern(/v1/me/mainview
- blueapi.cover.v1.Cover/UpdateUserName
- blueapi.cover.v1.Cover/UpdateUserName, runtime.WithHTTPPathPattern(/v1/me/name
- blueapi.cover.v1.Cover/UpdateUserProfile
- blueapi.cover.v1.Cover/UpdateUserProfile, runtime.WithHTTPPathPattern(/v1/members/profile/{email}
- blueapi.cover.v1.Cover/UpdateUserTimezone
- blueapi.cover.v1.Cover/UpdateUserTimezone, runtime.WithHTTPPathPattern(/v1/me/timezone
- blueapi.cover.v1.Cover/UpdateView
- blueapi.cover.v1.Cover/UpdateView, runtime.WithHTTPPathPattern(/v1/views/{viewId}
- blueapi.cover.v1.Cover/UpdateViewColorTheme
- blueapi.cover.v1.Cover/UpdateViewColorTheme, runtime.WithHTTPPathPattern(/v1/views/{viewId}/colortheme
- blueapi.cover.v1.Cover/UpdateViewCurrency
- blueapi.cover.v1.Cover/UpdateViewCurrency, runtime.WithHTTPPathPattern(/v1/views/{viewId}/currency
- blueapi.cover.v1.Cover/UpdateViewLayout
- blueapi.cover.v1.Cover/UpdateViewLayout, runtime.WithHTTPPathPattern(/v1/views/layout/{viewId}
- blueapi.cover.v1.Cover/UpdateViewWidget
- blueapi.cover.v1.Cover/UpdateViewWidget, runtime.WithHTTPPathPattern(/v1/views/layout/{viewId}/{widgetId}
- blueapi.cover.v1.Cover/UploadChargeCode
- blueapi.cover.v1.Cover/UploadChargeCode, runtime.WithHTTPPathPattern(/v1/chargecode/upload
- blueapi.cover.v1.Cover/VerifyAPIAccess
- blueapi.cover.v1.Cover/VerifyAPIAccess, runtime.WithHTTPPathPattern(/v1/apiaccess/verify
- blueapi.iam.v1.Iam/CreateApiClient
- blueapi.iam.v1.Iam/CreateApiClient, runtime.WithHTTPPathPattern(/iam/v1/apiclients
- blueapi.iam.v1.Iam/CreateGroupRootUser
- blueapi.iam.v1.Iam/CreateGroupRootUser, runtime.WithHTTPPathPattern(/iam/v1/grouprootusers
- blueapi.iam.v1.Iam/CreateIdentityProvider
- blueapi.iam.v1.Iam/CreateIdentityProvider, runtime.WithHTTPPathPattern(/iam/v1/idps
- blueapi.iam.v1.Iam/CreateIpFilter
- blueapi.iam.v1.Iam/CreateIpFilter, runtime.WithHTTPPathPattern(/iam/v1/ipfilters
- blueapi.iam.v1.Iam/CreatePartnerToken
- blueapi.iam.v1.Iam/CreatePartnerToken, runtime.WithHTTPPathPattern(/iam/v1/partners/{id}/token
- blueapi.iam.v1.Iam/CreateRole
- blueapi.iam.v1.Iam/CreateRole, runtime.WithHTTPPathPattern(/iam/v1/roles
- blueapi.iam.v1.Iam/CreateUser
- blueapi.iam.v1.Iam/CreateUser, runtime.WithHTTPPathPattern(/iam/v1/users
- blueapi.iam.v1.Iam/CreateUserRoleMapping
- blueapi.iam.v1.Iam/CreateUserRoleMapping, runtime.WithHTTPPathPattern(/iam/v1/userroles
- blueapi.iam.v1.Iam/DeleteApiClient
- blueapi.iam.v1.Iam/DeleteApiClient, runtime.WithHTTPPathPattern(/iam/v1/apiclients/{id}
- blueapi.iam.v1.Iam/DeleteGroupRootUser
- blueapi.iam.v1.Iam/DeleteGroupRootUser, runtime.WithHTTPPathPattern(/iam/v1/grouprootusers/{id}
- blueapi.iam.v1.Iam/DeleteIdentityProvider
- blueapi.iam.v1.Iam/DeleteIdentityProvider, runtime.WithHTTPPathPattern(/iam/v1/idps/{id}
- blueapi.iam.v1.Iam/DeleteIpFilter
- blueapi.iam.v1.Iam/DeleteIpFilter, runtime.WithHTTPPathPattern(/iam/v1/ipfilters/{id}
- blueapi.iam.v1.Iam/DeleteRole
- blueapi.iam.v1.Iam/DeleteRole, runtime.WithHTTPPathPattern(/iam/v1/roles/{namespace}/{name}
- blueapi.iam.v1.Iam/DeleteUser
- blueapi.iam.v1.Iam/DeleteUser, runtime.WithHTTPPathPattern(/iam/v1/users/{id}
- blueapi.iam.v1.Iam/GetFeatureFlags
- blueapi.iam.v1.Iam/GetFeatureFlags, runtime.WithHTTPPathPattern(/iam/v1/grouprootusers/{id}/features
- blueapi.iam.v1.Iam/GetGroupRootUser
- blueapi.iam.v1.Iam/GetGroupRootUser, runtime.WithHTTPPathPattern(/iam/v1/grouprootusers/{id}
- blueapi.iam.v1.Iam/GetMFAUsers
- blueapi.iam.v1.Iam/GetMFAUsers, runtime.WithHTTPPathPattern(/iam/v1/mfausers
- blueapi.iam.v1.Iam/GetSubUserMetadata
- blueapi.iam.v1.Iam/GetSubUserMetadata, runtime.WithHTTPPathPattern(/iam/v1/metadata/{id}
- blueapi.iam.v1.Iam/GetUser
- blueapi.iam.v1.Iam/GetUser, runtime.WithHTTPPathPattern(/iam/v1/users/{id}
- blueapi.iam.v1.Iam/ListApiClients
- blueapi.iam.v1.Iam/ListApiClients, runtime.WithHTTPPathPattern(/iam/v1/apiclients
- blueapi.iam.v1.Iam/ListGroupRootUsers
- blueapi.iam.v1.Iam/ListGroupRootUsers, runtime.WithHTTPPathPattern(/iam/v1/grouprootusers
- blueapi.iam.v1.Iam/ListIdentityProviders
- blueapi.iam.v1.Iam/ListIdentityProviders, runtime.WithHTTPPathPattern(/iam/v1/idps
- blueapi.iam.v1.Iam/ListIpFilters
- blueapi.iam.v1.Iam/ListIpFilters, runtime.WithHTTPPathPattern(/iam/v1/ipfilters
- blueapi.iam.v1.Iam/ListPermissions
- blueapi.iam.v1.Iam/ListPermissions, runtime.WithHTTPPathPattern(/iam/v1/permissions
- blueapi.iam.v1.Iam/ListRoles
- blueapi.iam.v1.Iam/ListRoles, runtime.WithHTTPPathPattern(/iam/v1/roles
- blueapi.iam.v1.Iam/ListUserRoleMappings
- blueapi.iam.v1.Iam/ListUserRoleMappings, runtime.WithHTTPPathPattern(/iam/v1/userroles
- blueapi.iam.v1.Iam/ListUsers
- blueapi.iam.v1.Iam/ListUsers, runtime.WithHTTPPathPattern(/iam/v1/users
- blueapi.iam.v1.Iam/RefreshPartnerToken
- blueapi.iam.v1.Iam/RefreshPartnerToken, runtime.WithHTTPPathPattern(/iam/v1/partners/{id}/token
- blueapi.iam.v1.Iam/UpdateFeatureFlags
- blueapi.iam.v1.Iam/UpdateFeatureFlags, runtime.WithHTTPPathPattern(/iam/v1/grouprootusers/{id}/features
- blueapi.iam.v1.Iam/UpdateRole
- blueapi.iam.v1.Iam/UpdateRole, runtime.WithHTTPPathPattern(/iam/v1/roles/{namespace}/{name}
- blueapi.iam.v1.Iam/UpdateUserRoleMapping
- blueapi.iam.v1.Iam/UpdateUserRoleMapping, runtime.WithHTTPPathPattern(/iam/v1/userroles
- blueapi.iam.v1.Iam/ValidateResetPasswordLinkAndChangePassword
- blueapi.iam.v1.Iam/ValidateResetPasswordLinkAndChangePassword, runtime.WithHTTPPathPattern(/iam/v1/password
- blueapi.iam.v1.Iam/VerifyUserForResetPassword
- blueapi.iam.v1.Iam/VerifyUserForResetPassword, runtime.WithHTTPPathPattern(/iam/v1/{user}/password
- blueapi.iam.v1.Iam/WhoAmI
- blueapi.iam.v1.Iam/WhoAmI, runtime.WithHTTPPathPattern(/iam/v1/whoami
- blueapi.invoice.v1.Invoice/ExportInvoiceFile
- blueapi.invoice.v1.Invoice/GetInvoice
- blueapi.kvstore.v1.KvStore/Delete
- blueapi.kvstore.v1.KvStore/Delete, runtime.WithHTTPPathPattern(/v1/keys/{key}
- blueapi.kvstore.v1.KvStore/Read
- blueapi.kvstore.v1.KvStore/Read, runtime.WithHTTPPathPattern(/v1/keys/{key}
- blueapi.kvstore.v1.KvStore/Scan
- blueapi.kvstore.v1.KvStore/Scan, runtime.WithHTTPPathPattern(/v1/keys
- blueapi.kvstore.v1.KvStore/Write
- blueapi.kvstore.v1.KvStore/Write, runtime.WithHTTPPathPattern(/v1
- blueapi.operations.v1.Operations/CancelOperation
- blueapi.operations.v1.Operations/CancelOperation, runtime.WithHTTPPathPattern(/ops/v1/{name}
- blueapi.operations.v1.Operations/DeleteOperation
- blueapi.operations.v1.Operations/DeleteOperation, runtime.WithHTTPPathPattern(/ops/v1/{name}
- blueapi.operations.v1.Operations/GetOperation
- blueapi.operations.v1.Operations/GetOperation, runtime.WithHTTPPathPattern(/ops/v1/{name}
- blueapi.operations.v1.Operations/ListOperations
- blueapi.operations.v1.Operations/ListOperations, runtime.WithHTTPPathPattern(/ops/v1
- blueapi.operations.v1.Operations/WaitOperation
- blueapi.org.v1.Organization/CreateOrg
- blueapi.org.v1.Organization/CreateOrg, runtime.WithHTTPPathPattern(/org/v1
- blueapi.org.v1.Organization/DeleteOrg
- blueapi.org.v1.Organization/DeleteOrg, runtime.WithHTTPPathPattern(/org/v1
- blueapi.org.v1.Organization/GetOrg
- blueapi.org.v1.Organization/GetOrg, runtime.WithHTTPPathPattern(/org/v1
- blueapi.org.v1.Organization/SendVerification
- blueapi.org.v1.Organization/SendVerification, runtime.WithHTTPPathPattern(/org/v1
- blueapi.org.v1.Organization/UpdateMetadata
- blueapi.org.v1.Organization/UpdateMetadata, runtime.WithHTTPPathPattern(/org/v1/metadata
- blueapi.org.v1.Organization/UpdatePassword
- blueapi.org.v1.Organization/UpdatePassword, runtime.WithHTTPPathPattern(/org/v1/passwd
- blueapi.org.v1.Organization/VerifyOrg
- blueapi.org.v1.Organization/VerifyOrg, runtime.WithHTTPPathPattern(/org/v1
- blueapi.preferences.v1.Preferences/GetPreferences
- blueapi.preferences.v1.Preferences/GetPreferences, runtime.WithHTTPPathPattern(/prefs/v1
- blueapi.pricing.v1.Pricing/GetInfo
- blueapi.pricing.v1.Pricing/GetInfo, runtime.WithHTTPPathPattern(/v0/info
- blueapi.pricing.v1.Pricing/GetPricing
- blueapi.pricing.v1.Pricing/GetPricing, runtime.WithHTTPPathPattern(/v0/{vendor}/pricing
- blueapi.pricing.v1.Pricing/GetSupportedServices
- blueapi.pricing.v1.Pricing/GetSupportedServices, runtime.WithHTTPPathPattern(/v0/{vendor}/services