fastly 8.5.0 → 8.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (133) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +17 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +15 -2
  5. data/docs/{RelationshipTlsDnsRecord.md → AsyncResponse.md} +3 -2
  6. data/docs/Billing.md +1 -2
  7. data/docs/BillingApi.md +2 -2
  8. data/docs/BillingBandwidth.md +11 -0
  9. data/docs/BillingBandwidthTiers.md +14 -0
  10. data/docs/{RelationshipTlsDnsRecords.md → BillingEstimateInvoiceId.md} +2 -2
  11. data/docs/BillingEstimateResponse.md +2 -2
  12. data/docs/{RelationshipTlsDnsRecordDnsRecord.md → BillingInvoiceId.md} +2 -2
  13. data/docs/BillingInvoicesApi.md +39 -6
  14. data/docs/BillingRegions.md +13 -0
  15. data/docs/BillingResponse.md +2 -2
  16. data/docs/BillingResponseLineItem.md +1 -1
  17. data/docs/BillingUsageMetricsApi.md +111 -0
  18. data/docs/CreateDashboardRequest.md +12 -0
  19. data/docs/Dashboard.md +17 -0
  20. data/docs/DashboardItem.md +15 -0
  21. data/docs/DashboardItemPropertyDataSource.md +11 -0
  22. data/docs/DashboardItemPropertyDataSourcePropertyConfig.md +10 -0
  23. data/docs/DashboardItemPropertyVisualization.md +11 -0
  24. data/docs/DashboardItemPropertyVisualizationPropertyConfig.md +12 -0
  25. data/docs/{LineItemDataReadOnlyInvoiceId.md → DashboardPropertyCreatedBy.md} +1 -1
  26. data/docs/DashboardPropertyUpdatedBy.md +9 -0
  27. data/docs/DomainInspectorMeasurements.md +1 -1
  28. data/docs/{InvoiceResponse.md → EomInvoiceResponse.md} +2 -2
  29. data/docs/GetServiceLevelUsageResponse.md +10 -0
  30. data/docs/GetServiceLevelUsageTypesResponse.md +10 -0
  31. data/docs/IncludedWithTlsConfiguration.md +10 -0
  32. data/docs/IncludedWithTlsConfigurationItem.md +12 -0
  33. data/docs/Invoice.md +1 -1
  34. data/docs/LineItemData.md +1 -1
  35. data/docs/ListDashboardsResponse.md +11 -0
  36. data/docs/{ListInvoicesResponse.md → ListEomInvoicesResponse.md} +1 -1
  37. data/docs/MtdInvoiceResponse.md +15 -0
  38. data/docs/Mtdinvoice.md +15 -0
  39. data/docs/Mtdlineitems.md +18 -0
  40. data/docs/ObservabilityCustomDashboardsApi.md +203 -0
  41. data/docs/RealtimeEntryAggregated.md +1 -0
  42. data/docs/RealtimeMeasurements.md +1 -0
  43. data/docs/RelationshipDefaultEcdsaTlsCertificate.md +10 -0
  44. data/docs/RelationshipDefaultEcdsaTlsCertificateDefaultEcdsaCertificate.md +10 -0
  45. data/docs/RelationshipDefaultEcdsaTlsCertificateDefaultEcdsaCertificateData.md +11 -0
  46. data/docs/RelationshipDefaultTlsCertificate.md +10 -0
  47. data/docs/RelationshipDefaultTlsCertificateDefaultCertificate.md +10 -0
  48. data/docs/RelationshipDefaultTlsCertificateDefaultCertificateData.md +11 -0
  49. data/docs/RelationshipTlsDnsRecordsRequest.md +10 -0
  50. data/docs/RelationshipTlsDnsRecordsRequestDnsRecords.md +10 -0
  51. data/docs/RelationshipTlsDnsRecordsRequestDnsRecordsData.md +11 -0
  52. data/docs/RelationshipTlsDnsRecordsResponse.md +10 -0
  53. data/docs/RelationshipTlsDnsRecordsResponseDnsRecords.md +10 -0
  54. data/docs/{RelationshipMemberTlsDnsRecord.md → RelationshipTlsDnsRecordsResponseDnsRecordsData.md} +1 -1
  55. data/docs/Results.md +1 -0
  56. data/docs/Serviceusagemetric.md +13 -0
  57. data/docs/Serviceusagemetrics.md +10 -0
  58. data/docs/ServiceusagemetricsData.md +16 -0
  59. data/docs/Serviceusagetype.md +11 -0
  60. data/docs/Serviceusagetypes.md +10 -0
  61. data/docs/TlsCertificateBlobResponse.md +10 -0
  62. data/docs/TlsCertificatesApi.md +38 -0
  63. data/docs/TlsDnsRecord.md +1 -2
  64. data/docs/UpdateDashboardRequest.md +12 -0
  65. data/docs/Values.md +1 -1
  66. data/lib/fastly/api/billing_api.rb +2 -2
  67. data/lib/fastly/api/billing_invoices_api.rb +64 -8
  68. data/lib/fastly/api/billing_usage_metrics_api.rb +213 -0
  69. data/lib/fastly/api/observability_custom_dashboards_api.rb +333 -0
  70. data/lib/fastly/api/tls_certificates_api.rb +63 -0
  71. data/lib/fastly/configuration.rb +54 -0
  72. data/lib/fastly/models/async_response.rb +225 -0
  73. data/lib/fastly/models/billing.rb +2 -11
  74. data/lib/fastly/models/billing_bandwidth.rb +227 -0
  75. data/lib/fastly/models/billing_bandwidth_tiers.rb +252 -0
  76. data/lib/fastly/models/{relationship_tls_dns_record.rb → billing_estimate_invoice_id.rb} +10 -10
  77. data/lib/fastly/models/billing_estimate_response.rb +12 -11
  78. data/lib/fastly/models/billing_invoice_id.rb +216 -0
  79. data/lib/fastly/models/billing_regions.rb +243 -0
  80. data/lib/fastly/models/billing_response.rb +12 -11
  81. data/lib/fastly/models/billing_response_line_item.rb +2 -1
  82. data/lib/fastly/models/create_dashboard_request.rb +245 -0
  83. data/lib/fastly/models/dashboard.rb +290 -0
  84. data/lib/fastly/models/dashboard_item.rb +368 -0
  85. data/lib/fastly/models/dashboard_item_property_data_source.rb +271 -0
  86. data/lib/fastly/models/dashboard_item_property_data_source_property_config.rb +244 -0
  87. data/lib/fastly/models/dashboard_item_property_visualization.rb +271 -0
  88. data/lib/fastly/models/dashboard_item_property_visualization_property_config.rb +303 -0
  89. data/lib/fastly/models/{line_item_data_read_only_invoice_id.rb → dashboard_property_created_by.rb} +4 -3
  90. data/lib/fastly/models/dashboard_property_updated_by.rb +208 -0
  91. data/lib/fastly/models/domain_inspector_measurements.rb +1 -1
  92. data/lib/fastly/models/{invoice_response.rb → eom_invoice_response.rb} +4 -4
  93. data/lib/fastly/models/get_service_level_usage_response.rb +223 -0
  94. data/lib/fastly/models/get_service_level_usage_types_response.rb +225 -0
  95. data/lib/fastly/models/included_with_tls_configuration.rb +218 -0
  96. data/lib/fastly/models/included_with_tls_configuration_item.rb +237 -0
  97. data/lib/fastly/models/invoice.rb +1 -1
  98. data/lib/fastly/models/invoicelineitems.rb +5 -5
  99. data/lib/fastly/models/line_item_data.rb +2 -1
  100. data/lib/fastly/models/list_dashboards_response.rb +229 -0
  101. data/lib/fastly/models/{list_invoices_response.rb → list_eom_invoices_response.rb} +3 -3
  102. data/lib/fastly/models/mtd_invoice_response.rb +275 -0
  103. data/lib/fastly/models/mtdinvoice.rb +268 -0
  104. data/lib/fastly/models/mtdlineitems.rb +297 -0
  105. data/lib/fastly/models/realtime_entry_aggregated.rb +14 -4
  106. data/lib/fastly/models/realtime_measurements.rb +14 -4
  107. data/lib/fastly/models/relationship_default_ecdsa_tls_certificate.rb +216 -0
  108. data/lib/fastly/models/relationship_default_ecdsa_tls_certificate_default_ecdsa_certificate.rb +216 -0
  109. data/lib/fastly/models/relationship_default_ecdsa_tls_certificate_default_ecdsa_certificate_data.rb +228 -0
  110. data/lib/fastly/models/relationship_default_tls_certificate.rb +216 -0
  111. data/lib/fastly/models/relationship_default_tls_certificate_default_certificate.rb +216 -0
  112. data/lib/fastly/models/relationship_default_tls_certificate_default_certificate_data.rb +228 -0
  113. data/lib/fastly/models/{relationship_tls_dns_records.rb → relationship_tls_dns_records_request.rb} +4 -4
  114. data/lib/fastly/models/relationship_tls_dns_records_request_dns_records.rb +218 -0
  115. data/lib/fastly/models/{relationship_member_tls_dns_record.rb → relationship_tls_dns_records_request_dns_records_data.rb} +3 -3
  116. data/lib/fastly/models/relationship_tls_dns_records_response.rb +216 -0
  117. data/lib/fastly/models/relationship_tls_dns_records_response_dns_records.rb +218 -0
  118. data/lib/fastly/models/relationship_tls_dns_records_response_dns_records_data.rb +227 -0
  119. data/lib/fastly/models/relationships_for_tls_configuration.rb +1 -1
  120. data/lib/fastly/models/results.rb +11 -1
  121. data/lib/fastly/models/serviceusagemetric.rb +246 -0
  122. data/lib/fastly/models/serviceusagemetrics.rb +216 -0
  123. data/lib/fastly/models/serviceusagemetrics_data.rb +276 -0
  124. data/lib/fastly/models/serviceusagetype.rb +227 -0
  125. data/lib/fastly/models/{relationship_tls_dns_record_dns_record.rb → serviceusagetypes.rb} +4 -4
  126. data/lib/fastly/models/tls_certificate_blob_response.rb +217 -0
  127. data/lib/fastly/models/tls_dns_record.rb +48 -12
  128. data/lib/fastly/models/update_dashboard_request.rb +240 -0
  129. data/lib/fastly/models/values.rb +1 -1
  130. data/lib/fastly/version.rb +1 -1
  131. data/lib/fastly.rb +46 -7
  132. data/sig.json +1 -1
  133. metadata +94 -16
data/lib/fastly.rb CHANGED
@@ -23,6 +23,7 @@ require 'fastly/models/acl_response'
23
23
  require 'fastly/models/acl_response_all_of'
24
24
  require 'fastly/models/apex_redirect'
25
25
  require 'fastly/models/apex_redirect_all_of'
26
+ require 'fastly/models/async_response'
26
27
  require 'fastly/models/automation_token'
27
28
  require 'fastly/models/automation_token_create_request'
28
29
  require 'fastly/models/automation_token_create_request_attributes'
@@ -45,9 +46,14 @@ require 'fastly/models/billing_address_response'
45
46
  require 'fastly/models/billing_address_response_data'
46
47
  require 'fastly/models/billing_address_verification_error_response'
47
48
  require 'fastly/models/billing_address_verification_error_response_errors'
49
+ require 'fastly/models/billing_bandwidth'
50
+ require 'fastly/models/billing_bandwidth_tiers'
51
+ require 'fastly/models/billing_estimate_invoice_id'
48
52
  require 'fastly/models/billing_estimate_lines'
49
53
  require 'fastly/models/billing_estimate_lines_line_items'
50
54
  require 'fastly/models/billing_estimate_response'
55
+ require 'fastly/models/billing_invoice_id'
56
+ require 'fastly/models/billing_regions'
51
57
  require 'fastly/models/billing_response'
52
58
  require 'fastly/models/billing_response_item_items_data'
53
59
  require 'fastly/models/billing_response_line_item'
@@ -79,10 +85,19 @@ require 'fastly/models/contact'
79
85
  require 'fastly/models/contact_response'
80
86
  require 'fastly/models/contact_response_all_of'
81
87
  require 'fastly/models/content'
88
+ require 'fastly/models/create_dashboard_request'
82
89
  require 'fastly/models/create_response_object_request'
83
90
  require 'fastly/models/customer'
84
91
  require 'fastly/models/customer_response'
85
92
  require 'fastly/models/customer_response_all_of'
93
+ require 'fastly/models/dashboard'
94
+ require 'fastly/models/dashboard_item'
95
+ require 'fastly/models/dashboard_item_property_data_source'
96
+ require 'fastly/models/dashboard_item_property_data_source_property_config'
97
+ require 'fastly/models/dashboard_item_property_visualization'
98
+ require 'fastly/models/dashboard_item_property_visualization_property_config'
99
+ require 'fastly/models/dashboard_property_created_by'
100
+ require 'fastly/models/dashboard_property_updated_by'
86
101
  require 'fastly/models/default_settings'
87
102
  require 'fastly/models/default_settings_error'
88
103
  require 'fastly/models/default_settings_response'
@@ -109,6 +124,7 @@ require 'fastly/models/enabled_product_response'
109
124
  require 'fastly/models/enabled_product_response_links'
110
125
  require 'fastly/models/enabled_product_response_product'
111
126
  require 'fastly/models/enabled_product_response_service'
127
+ require 'fastly/models/eom_invoice_response'
112
128
  require 'fastly/models/error'
113
129
  require 'fastly/models/error_response_data'
114
130
  require 'fastly/models/event'
@@ -117,6 +133,8 @@ require 'fastly/models/event_data'
117
133
  require 'fastly/models/event_response'
118
134
  require 'fastly/models/events_response'
119
135
  require 'fastly/models/generic_token_error'
136
+ require 'fastly/models/get_service_level_usage_response'
137
+ require 'fastly/models/get_service_level_usage_types_response'
120
138
  require 'fastly/models/gzip'
121
139
  require 'fastly/models/gzip_response'
122
140
  require 'fastly/models/header'
@@ -162,6 +180,8 @@ require 'fastly/models/iam_service_group'
162
180
  require 'fastly/models/iam_service_group_all_of'
163
181
  require 'fastly/models/iam_user_group'
164
182
  require 'fastly/models/iam_user_group_all_of'
183
+ require 'fastly/models/included_with_tls_configuration'
184
+ require 'fastly/models/included_with_tls_configuration_item'
165
185
  require 'fastly/models/included_with_waf_active_rule_item'
166
186
  require 'fastly/models/included_with_waf_exclusion_item'
167
187
  require 'fastly/models/included_with_waf_firewall_version_item'
@@ -189,7 +209,6 @@ require 'fastly/models/invitation_response_data_all_of'
189
209
  require 'fastly/models/invitations_response'
190
210
  require 'fastly/models/invitations_response_all_of'
191
211
  require 'fastly/models/invoice'
192
- require 'fastly/models/invoice_response'
193
212
  require 'fastly/models/invoicelineitems'
194
213
  require 'fastly/models/legacy_waf_configuration_set'
195
214
  require 'fastly/models/legacy_waf_firewall'
@@ -200,8 +219,8 @@ require 'fastly/models/legacy_waf_ruleset'
200
219
  require 'fastly/models/legacy_waf_tag'
201
220
  require 'fastly/models/legacy_waf_update_status'
202
221
  require 'fastly/models/line_item_data'
203
- require 'fastly/models/line_item_data_read_only_invoice_id'
204
- require 'fastly/models/list_invoices_response'
222
+ require 'fastly/models/list_dashboards_response'
223
+ require 'fastly/models/list_eom_invoices_response'
205
224
  require 'fastly/models/listinvoices'
206
225
  require 'fastly/models/logging_address_and_port'
207
226
  require 'fastly/models/logging_azureblob_additional'
@@ -277,6 +296,9 @@ require 'fastly/models/logging_syslog_response'
277
296
  require 'fastly/models/logging_tls_common'
278
297
  require 'fastly/models/logging_use_tls_string'
279
298
  require 'fastly/models/metadata'
299
+ require 'fastly/models/mtd_invoice_response'
300
+ require 'fastly/models/mtdinvoice'
301
+ require 'fastly/models/mtdlineitems'
280
302
  require 'fastly/models/mutual_authentication'
281
303
  require 'fastly/models/mutual_authentication_data'
282
304
  require 'fastly/models/mutual_authentication_data_attributes'
@@ -343,6 +365,12 @@ require 'fastly/models/recorded_timestamp'
343
365
  require 'fastly/models/relationship_common_name'
344
366
  require 'fastly/models/relationship_customer'
345
367
  require 'fastly/models/relationship_customer_customer'
368
+ require 'fastly/models/relationship_default_ecdsa_tls_certificate'
369
+ require 'fastly/models/relationship_default_ecdsa_tls_certificate_default_ecdsa_certificate'
370
+ require 'fastly/models/relationship_default_ecdsa_tls_certificate_default_ecdsa_certificate_data'
371
+ require 'fastly/models/relationship_default_tls_certificate'
372
+ require 'fastly/models/relationship_default_tls_certificate_default_certificate'
373
+ require 'fastly/models/relationship_default_tls_certificate_default_certificate_data'
346
374
  require 'fastly/models/relationship_member_customer'
347
375
  require 'fastly/models/relationship_member_mutual_authentication'
348
376
  require 'fastly/models/relationship_member_service'
@@ -351,7 +379,6 @@ require 'fastly/models/relationship_member_tls_activation'
351
379
  require 'fastly/models/relationship_member_tls_bulk_certificate'
352
380
  require 'fastly/models/relationship_member_tls_certificate'
353
381
  require 'fastly/models/relationship_member_tls_configuration'
354
- require 'fastly/models/relationship_member_tls_dns_record'
355
382
  require 'fastly/models/relationship_member_tls_domain'
356
383
  require 'fastly/models/relationship_member_tls_private_key'
357
384
  require 'fastly/models/relationship_member_tls_subscription'
@@ -387,9 +414,12 @@ require 'fastly/models/relationship_tls_configuration_for_tls_subscription'
387
414
  require 'fastly/models/relationship_tls_configuration_tls_configuration'
388
415
  require 'fastly/models/relationship_tls_configurations'
389
416
  require 'fastly/models/relationship_tls_configurations_tls_configurations'
390
- require 'fastly/models/relationship_tls_dns_record'
391
- require 'fastly/models/relationship_tls_dns_record_dns_record'
392
- require 'fastly/models/relationship_tls_dns_records'
417
+ require 'fastly/models/relationship_tls_dns_records_request'
418
+ require 'fastly/models/relationship_tls_dns_records_request_dns_records'
419
+ require 'fastly/models/relationship_tls_dns_records_request_dns_records_data'
420
+ require 'fastly/models/relationship_tls_dns_records_response'
421
+ require 'fastly/models/relationship_tls_dns_records_response_dns_records'
422
+ require 'fastly/models/relationship_tls_dns_records_response_dns_records_data'
393
423
  require 'fastly/models/relationship_tls_domain'
394
424
  require 'fastly/models/relationship_tls_domain_tls_domain'
395
425
  require 'fastly/models/relationship_tls_domains'
@@ -489,6 +519,11 @@ require 'fastly/models/service_response'
489
519
  require 'fastly/models/service_response_all_of'
490
520
  require 'fastly/models/service_version_detail'
491
521
  require 'fastly/models/service_version_detail_or_null'
522
+ require 'fastly/models/serviceusagemetric'
523
+ require 'fastly/models/serviceusagemetrics'
524
+ require 'fastly/models/serviceusagemetrics_data'
525
+ require 'fastly/models/serviceusagetype'
526
+ require 'fastly/models/serviceusagetypes'
492
527
  require 'fastly/models/settings'
493
528
  require 'fastly/models/settings_response'
494
529
  require 'fastly/models/signing_key'
@@ -532,6 +567,7 @@ require 'fastly/models/tls_bulk_certificate_response_data_all_of'
532
567
  require 'fastly/models/tls_bulk_certificates_response'
533
568
  require 'fastly/models/tls_bulk_certificates_response_all_of'
534
569
  require 'fastly/models/tls_certificate'
570
+ require 'fastly/models/tls_certificate_blob_response'
535
571
  require 'fastly/models/tls_certificate_data'
536
572
  require 'fastly/models/tls_certificate_data_attributes'
537
573
  require 'fastly/models/tls_certificate_response'
@@ -619,6 +655,7 @@ require 'fastly/models/type_waf_rule_revision'
619
655
  require 'fastly/models/type_waf_tag'
620
656
  require 'fastly/models/update_billing_address_request'
621
657
  require 'fastly/models/update_billing_address_request_data'
658
+ require 'fastly/models/update_dashboard_request'
622
659
  require 'fastly/models/user'
623
660
  require 'fastly/models/user_response'
624
661
  require 'fastly/models/user_response_read_only'
@@ -712,6 +749,7 @@ require 'fastly/api/backend_api'
712
749
  require 'fastly/api/billing_api'
713
750
  require 'fastly/api/billing_address_api'
714
751
  require 'fastly/api/billing_invoices_api'
752
+ require 'fastly/api/billing_usage_metrics_api'
715
753
  require 'fastly/api/cache_settings_api'
716
754
  require 'fastly/api/condition_api'
717
755
  require 'fastly/api/config_store_api'
@@ -780,6 +818,7 @@ require 'fastly/api/logging_splunk_api'
780
818
  require 'fastly/api/logging_sumologic_api'
781
819
  require 'fastly/api/logging_syslog_api'
782
820
  require 'fastly/api/mutual_authentication_api'
821
+ require 'fastly/api/observability_custom_dashboards_api'
783
822
  require 'fastly/api/origin_inspector_historical_api'
784
823
  require 'fastly/api/origin_inspector_realtime_api'
785
824
  require 'fastly/api/package_api'
data/sig.json CHANGED
@@ -1 +1 @@
1
- {"G": "5a2ccc65", "D": "f9e684d4"}
1
+ {"G": "01161630", "D": "80b361d0"}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastly
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.5.0
4
+ version: 8.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fastly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-01 00:00:00.000000000 Z
11
+ date: 2024-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -63,6 +63,7 @@ files:
63
63
  - docs/ApexRedirect.md
64
64
  - docs/ApexRedirectAllOf.md
65
65
  - docs/ApexRedirectApi.md
66
+ - docs/AsyncResponse.md
66
67
  - docs/AutomationToken.md
67
68
  - docs/AutomationTokenCreateRequest.md
68
69
  - docs/AutomationTokenCreateRequestAttributes.md
@@ -89,16 +90,22 @@ files:
89
90
  - docs/BillingAddressVerificationErrorResponse.md
90
91
  - docs/BillingAddressVerificationErrorResponseErrors.md
91
92
  - docs/BillingApi.md
93
+ - docs/BillingBandwidth.md
94
+ - docs/BillingBandwidthTiers.md
95
+ - docs/BillingEstimateInvoiceId.md
92
96
  - docs/BillingEstimateLines.md
93
97
  - docs/BillingEstimateLinesLineItems.md
94
98
  - docs/BillingEstimateResponse.md
99
+ - docs/BillingInvoiceId.md
95
100
  - docs/BillingInvoicesApi.md
101
+ - docs/BillingRegions.md
96
102
  - docs/BillingResponse.md
97
103
  - docs/BillingResponseItemItemsData.md
98
104
  - docs/BillingResponseLineItem.md
99
105
  - docs/BillingStatus.md
100
106
  - docs/BillingTotal.md
101
107
  - docs/BillingTotalExtras.md
108
+ - docs/BillingUsageMetricsApi.md
102
109
  - docs/BulkUpdateAclEntriesRequest.md
103
110
  - docs/BulkUpdateAclEntry.md
104
111
  - docs/BulkUpdateAclEntryAllOf.md
@@ -130,11 +137,20 @@ files:
130
137
  - docs/ContactResponseAllOf.md
131
138
  - docs/Content.md
132
139
  - docs/ContentApi.md
140
+ - docs/CreateDashboardRequest.md
133
141
  - docs/CreateResponseObjectRequest.md
134
142
  - docs/Customer.md
135
143
  - docs/CustomerApi.md
136
144
  - docs/CustomerResponse.md
137
145
  - docs/CustomerResponseAllOf.md
146
+ - docs/Dashboard.md
147
+ - docs/DashboardItem.md
148
+ - docs/DashboardItemPropertyDataSource.md
149
+ - docs/DashboardItemPropertyDataSourcePropertyConfig.md
150
+ - docs/DashboardItemPropertyVisualization.md
151
+ - docs/DashboardItemPropertyVisualizationPropertyConfig.md
152
+ - docs/DashboardPropertyCreatedBy.md
153
+ - docs/DashboardPropertyUpdatedBy.md
138
154
  - docs/DefaultSettings.md
139
155
  - docs/DefaultSettingsError.md
140
156
  - docs/DefaultSettingsResponse.md
@@ -172,6 +188,7 @@ files:
172
188
  - docs/EnabledProductResponseProduct.md
173
189
  - docs/EnabledProductResponseService.md
174
190
  - docs/EnabledProductsApi.md
191
+ - docs/EomInvoiceResponse.md
175
192
  - docs/Error.md
176
193
  - docs/ErrorResponseData.md
177
194
  - docs/Event.md
@@ -181,6 +198,8 @@ files:
181
198
  - docs/EventsApi.md
182
199
  - docs/EventsResponse.md
183
200
  - docs/GenericTokenError.md
201
+ - docs/GetServiceLevelUsageResponse.md
202
+ - docs/GetServiceLevelUsageTypesResponse.md
184
203
  - docs/Gzip.md
185
204
  - docs/GzipApi.md
186
205
  - docs/GzipResponse.md
@@ -236,6 +255,8 @@ files:
236
255
  - docs/IamUserGroupAllOf.md
237
256
  - docs/IamUserGroupsApi.md
238
257
  - docs/ImageOptimizerDefaultSettingsApi.md
258
+ - docs/IncludedWithTlsConfiguration.md
259
+ - docs/IncludedWithTlsConfigurationItem.md
239
260
  - docs/IncludedWithWafActiveRuleItem.md
240
261
  - docs/IncludedWithWafExclusionItem.md
241
262
  - docs/IncludedWithWafFirewallVersionItem.md
@@ -264,7 +285,6 @@ files:
264
285
  - docs/InvitationsResponse.md
265
286
  - docs/InvitationsResponseAllOf.md
266
287
  - docs/Invoice.md
267
- - docs/InvoiceResponse.md
268
288
  - docs/Invoicelineitems.md
269
289
  - docs/KvStoreApi.md
270
290
  - docs/KvStoreItemApi.md
@@ -285,8 +305,8 @@ files:
285
305
  - docs/LegacyWafUpdateStatus.md
286
306
  - docs/LegacyWafUpdateStatusApi.md
287
307
  - docs/LineItemData.md
288
- - docs/LineItemDataReadOnlyInvoiceId.md
289
- - docs/ListInvoicesResponse.md
308
+ - docs/ListDashboardsResponse.md
309
+ - docs/ListEomInvoicesResponse.md
290
310
  - docs/Listinvoices.md
291
311
  - docs/LoggingAddressAndPort.md
292
312
  - docs/LoggingAzureblobAdditional.md
@@ -389,6 +409,9 @@ files:
389
409
  - docs/LoggingTlsCommon.md
390
410
  - docs/LoggingUseTlsString.md
391
411
  - docs/Metadata.md
412
+ - docs/MtdInvoiceResponse.md
413
+ - docs/Mtdinvoice.md
414
+ - docs/Mtdlineitems.md
392
415
  - docs/MutualAuthentication.md
393
416
  - docs/MutualAuthenticationApi.md
394
417
  - docs/MutualAuthenticationData.md
@@ -400,6 +423,7 @@ files:
400
423
  - docs/MutualAuthenticationResponseDataAllOf.md
401
424
  - docs/MutualAuthenticationsResponse.md
402
425
  - docs/MutualAuthenticationsResponseAllOf.md
426
+ - docs/ObservabilityCustomDashboardsApi.md
403
427
  - docs/OriginInspector.md
404
428
  - docs/OriginInspectorDimensions.md
405
429
  - docs/OriginInspectorEntry.md
@@ -466,6 +490,12 @@ files:
466
490
  - docs/RelationshipCommonName.md
467
491
  - docs/RelationshipCustomer.md
468
492
  - docs/RelationshipCustomerCustomer.md
493
+ - docs/RelationshipDefaultEcdsaTlsCertificate.md
494
+ - docs/RelationshipDefaultEcdsaTlsCertificateDefaultEcdsaCertificate.md
495
+ - docs/RelationshipDefaultEcdsaTlsCertificateDefaultEcdsaCertificateData.md
496
+ - docs/RelationshipDefaultTlsCertificate.md
497
+ - docs/RelationshipDefaultTlsCertificateDefaultCertificate.md
498
+ - docs/RelationshipDefaultTlsCertificateDefaultCertificateData.md
469
499
  - docs/RelationshipMemberCustomer.md
470
500
  - docs/RelationshipMemberMutualAuthentication.md
471
501
  - docs/RelationshipMemberService.md
@@ -474,7 +504,6 @@ files:
474
504
  - docs/RelationshipMemberTlsBulkCertificate.md
475
505
  - docs/RelationshipMemberTlsCertificate.md
476
506
  - docs/RelationshipMemberTlsConfiguration.md
477
- - docs/RelationshipMemberTlsDnsRecord.md
478
507
  - docs/RelationshipMemberTlsDomain.md
479
508
  - docs/RelationshipMemberTlsPrivateKey.md
480
509
  - docs/RelationshipMemberTlsSubscription.md
@@ -510,9 +539,12 @@ files:
510
539
  - docs/RelationshipTlsConfigurationTlsConfiguration.md
511
540
  - docs/RelationshipTlsConfigurations.md
512
541
  - docs/RelationshipTlsConfigurationsTlsConfigurations.md
513
- - docs/RelationshipTlsDnsRecord.md
514
- - docs/RelationshipTlsDnsRecordDnsRecord.md
515
- - docs/RelationshipTlsDnsRecords.md
542
+ - docs/RelationshipTlsDnsRecordsRequest.md
543
+ - docs/RelationshipTlsDnsRecordsRequestDnsRecords.md
544
+ - docs/RelationshipTlsDnsRecordsRequestDnsRecordsData.md
545
+ - docs/RelationshipTlsDnsRecordsResponse.md
546
+ - docs/RelationshipTlsDnsRecordsResponseDnsRecords.md
547
+ - docs/RelationshipTlsDnsRecordsResponseDnsRecordsData.md
516
548
  - docs/RelationshipTlsDomain.md
517
549
  - docs/RelationshipTlsDomainTlsDomain.md
518
550
  - docs/RelationshipTlsDomains.md
@@ -620,6 +652,11 @@ files:
620
652
  - docs/ServiceResponseAllOf.md
621
653
  - docs/ServiceVersionDetail.md
622
654
  - docs/ServiceVersionDetailOrNull.md
655
+ - docs/Serviceusagemetric.md
656
+ - docs/Serviceusagemetrics.md
657
+ - docs/ServiceusagemetricsData.md
658
+ - docs/Serviceusagetype.md
659
+ - docs/Serviceusagetypes.md
623
660
  - docs/Settings.md
624
661
  - docs/SettingsApi.md
625
662
  - docs/SettingsResponse.md
@@ -670,6 +707,7 @@ files:
670
707
  - docs/TlsBulkCertificatesResponse.md
671
708
  - docs/TlsBulkCertificatesResponseAllOf.md
672
709
  - docs/TlsCertificate.md
710
+ - docs/TlsCertificateBlobResponse.md
673
711
  - docs/TlsCertificateData.md
674
712
  - docs/TlsCertificateDataAttributes.md
675
713
  - docs/TlsCertificateResponse.md
@@ -764,6 +802,7 @@ files:
764
802
  - docs/TypeWafTag.md
765
803
  - docs/UpdateBillingAddressRequest.md
766
804
  - docs/UpdateBillingAddressRequestData.md
805
+ - docs/UpdateDashboardRequest.md
767
806
  - docs/User.md
768
807
  - docs/UserApi.md
769
808
  - docs/UserResponse.md
@@ -869,6 +908,7 @@ files:
869
908
  - lib/fastly/api/billing_address_api.rb
870
909
  - lib/fastly/api/billing_api.rb
871
910
  - lib/fastly/api/billing_invoices_api.rb
911
+ - lib/fastly/api/billing_usage_metrics_api.rb
872
912
  - lib/fastly/api/cache_settings_api.rb
873
913
  - lib/fastly/api/condition_api.rb
874
914
  - lib/fastly/api/config_store_api.rb
@@ -937,6 +977,7 @@ files:
937
977
  - lib/fastly/api/logging_sumologic_api.rb
938
978
  - lib/fastly/api/logging_syslog_api.rb
939
979
  - lib/fastly/api/mutual_authentication_api.rb
980
+ - lib/fastly/api/observability_custom_dashboards_api.rb
940
981
  - lib/fastly/api/origin_inspector_historical_api.rb
941
982
  - lib/fastly/api/origin_inspector_realtime_api.rb
942
983
  - lib/fastly/api/package_api.rb
@@ -992,6 +1033,7 @@ files:
992
1033
  - lib/fastly/models/acl_response_all_of.rb
993
1034
  - lib/fastly/models/apex_redirect.rb
994
1035
  - lib/fastly/models/apex_redirect_all_of.rb
1036
+ - lib/fastly/models/async_response.rb
995
1037
  - lib/fastly/models/automation_token.rb
996
1038
  - lib/fastly/models/automation_token_create_request.rb
997
1039
  - lib/fastly/models/automation_token_create_request_attributes.rb
@@ -1014,9 +1056,14 @@ files:
1014
1056
  - lib/fastly/models/billing_address_response_data.rb
1015
1057
  - lib/fastly/models/billing_address_verification_error_response.rb
1016
1058
  - lib/fastly/models/billing_address_verification_error_response_errors.rb
1059
+ - lib/fastly/models/billing_bandwidth.rb
1060
+ - lib/fastly/models/billing_bandwidth_tiers.rb
1061
+ - lib/fastly/models/billing_estimate_invoice_id.rb
1017
1062
  - lib/fastly/models/billing_estimate_lines.rb
1018
1063
  - lib/fastly/models/billing_estimate_lines_line_items.rb
1019
1064
  - lib/fastly/models/billing_estimate_response.rb
1065
+ - lib/fastly/models/billing_invoice_id.rb
1066
+ - lib/fastly/models/billing_regions.rb
1020
1067
  - lib/fastly/models/billing_response.rb
1021
1068
  - lib/fastly/models/billing_response_item_items_data.rb
1022
1069
  - lib/fastly/models/billing_response_line_item.rb
@@ -1048,10 +1095,19 @@ files:
1048
1095
  - lib/fastly/models/contact_response.rb
1049
1096
  - lib/fastly/models/contact_response_all_of.rb
1050
1097
  - lib/fastly/models/content.rb
1098
+ - lib/fastly/models/create_dashboard_request.rb
1051
1099
  - lib/fastly/models/create_response_object_request.rb
1052
1100
  - lib/fastly/models/customer.rb
1053
1101
  - lib/fastly/models/customer_response.rb
1054
1102
  - lib/fastly/models/customer_response_all_of.rb
1103
+ - lib/fastly/models/dashboard.rb
1104
+ - lib/fastly/models/dashboard_item.rb
1105
+ - lib/fastly/models/dashboard_item_property_data_source.rb
1106
+ - lib/fastly/models/dashboard_item_property_data_source_property_config.rb
1107
+ - lib/fastly/models/dashboard_item_property_visualization.rb
1108
+ - lib/fastly/models/dashboard_item_property_visualization_property_config.rb
1109
+ - lib/fastly/models/dashboard_property_created_by.rb
1110
+ - lib/fastly/models/dashboard_property_updated_by.rb
1055
1111
  - lib/fastly/models/default_settings.rb
1056
1112
  - lib/fastly/models/default_settings_error.rb
1057
1113
  - lib/fastly/models/default_settings_response.rb
@@ -1078,6 +1134,7 @@ files:
1078
1134
  - lib/fastly/models/enabled_product_response_links.rb
1079
1135
  - lib/fastly/models/enabled_product_response_product.rb
1080
1136
  - lib/fastly/models/enabled_product_response_service.rb
1137
+ - lib/fastly/models/eom_invoice_response.rb
1081
1138
  - lib/fastly/models/error.rb
1082
1139
  - lib/fastly/models/error_response_data.rb
1083
1140
  - lib/fastly/models/event.rb
@@ -1086,6 +1143,8 @@ files:
1086
1143
  - lib/fastly/models/event_response.rb
1087
1144
  - lib/fastly/models/events_response.rb
1088
1145
  - lib/fastly/models/generic_token_error.rb
1146
+ - lib/fastly/models/get_service_level_usage_response.rb
1147
+ - lib/fastly/models/get_service_level_usage_types_response.rb
1089
1148
  - lib/fastly/models/gzip.rb
1090
1149
  - lib/fastly/models/gzip_response.rb
1091
1150
  - lib/fastly/models/header.rb
@@ -1131,6 +1190,8 @@ files:
1131
1190
  - lib/fastly/models/iam_service_group_all_of.rb
1132
1191
  - lib/fastly/models/iam_user_group.rb
1133
1192
  - lib/fastly/models/iam_user_group_all_of.rb
1193
+ - lib/fastly/models/included_with_tls_configuration.rb
1194
+ - lib/fastly/models/included_with_tls_configuration_item.rb
1134
1195
  - lib/fastly/models/included_with_waf_active_rule_item.rb
1135
1196
  - lib/fastly/models/included_with_waf_exclusion_item.rb
1136
1197
  - lib/fastly/models/included_with_waf_firewall_version_item.rb
@@ -1158,7 +1219,6 @@ files:
1158
1219
  - lib/fastly/models/invitations_response.rb
1159
1220
  - lib/fastly/models/invitations_response_all_of.rb
1160
1221
  - lib/fastly/models/invoice.rb
1161
- - lib/fastly/models/invoice_response.rb
1162
1222
  - lib/fastly/models/invoicelineitems.rb
1163
1223
  - lib/fastly/models/legacy_waf_configuration_set.rb
1164
1224
  - lib/fastly/models/legacy_waf_firewall.rb
@@ -1169,8 +1229,8 @@ files:
1169
1229
  - lib/fastly/models/legacy_waf_tag.rb
1170
1230
  - lib/fastly/models/legacy_waf_update_status.rb
1171
1231
  - lib/fastly/models/line_item_data.rb
1172
- - lib/fastly/models/line_item_data_read_only_invoice_id.rb
1173
- - lib/fastly/models/list_invoices_response.rb
1232
+ - lib/fastly/models/list_dashboards_response.rb
1233
+ - lib/fastly/models/list_eom_invoices_response.rb
1174
1234
  - lib/fastly/models/listinvoices.rb
1175
1235
  - lib/fastly/models/logging_address_and_port.rb
1176
1236
  - lib/fastly/models/logging_azureblob_additional.rb
@@ -1246,6 +1306,9 @@ files:
1246
1306
  - lib/fastly/models/logging_tls_common.rb
1247
1307
  - lib/fastly/models/logging_use_tls_string.rb
1248
1308
  - lib/fastly/models/metadata.rb
1309
+ - lib/fastly/models/mtd_invoice_response.rb
1310
+ - lib/fastly/models/mtdinvoice.rb
1311
+ - lib/fastly/models/mtdlineitems.rb
1249
1312
  - lib/fastly/models/mutual_authentication.rb
1250
1313
  - lib/fastly/models/mutual_authentication_data.rb
1251
1314
  - lib/fastly/models/mutual_authentication_data_attributes.rb
@@ -1312,6 +1375,12 @@ files:
1312
1375
  - lib/fastly/models/relationship_common_name.rb
1313
1376
  - lib/fastly/models/relationship_customer.rb
1314
1377
  - lib/fastly/models/relationship_customer_customer.rb
1378
+ - lib/fastly/models/relationship_default_ecdsa_tls_certificate.rb
1379
+ - lib/fastly/models/relationship_default_ecdsa_tls_certificate_default_ecdsa_certificate.rb
1380
+ - lib/fastly/models/relationship_default_ecdsa_tls_certificate_default_ecdsa_certificate_data.rb
1381
+ - lib/fastly/models/relationship_default_tls_certificate.rb
1382
+ - lib/fastly/models/relationship_default_tls_certificate_default_certificate.rb
1383
+ - lib/fastly/models/relationship_default_tls_certificate_default_certificate_data.rb
1315
1384
  - lib/fastly/models/relationship_member_customer.rb
1316
1385
  - lib/fastly/models/relationship_member_mutual_authentication.rb
1317
1386
  - lib/fastly/models/relationship_member_service.rb
@@ -1320,7 +1389,6 @@ files:
1320
1389
  - lib/fastly/models/relationship_member_tls_bulk_certificate.rb
1321
1390
  - lib/fastly/models/relationship_member_tls_certificate.rb
1322
1391
  - lib/fastly/models/relationship_member_tls_configuration.rb
1323
- - lib/fastly/models/relationship_member_tls_dns_record.rb
1324
1392
  - lib/fastly/models/relationship_member_tls_domain.rb
1325
1393
  - lib/fastly/models/relationship_member_tls_private_key.rb
1326
1394
  - lib/fastly/models/relationship_member_tls_subscription.rb
@@ -1356,9 +1424,12 @@ files:
1356
1424
  - lib/fastly/models/relationship_tls_configuration_tls_configuration.rb
1357
1425
  - lib/fastly/models/relationship_tls_configurations.rb
1358
1426
  - lib/fastly/models/relationship_tls_configurations_tls_configurations.rb
1359
- - lib/fastly/models/relationship_tls_dns_record.rb
1360
- - lib/fastly/models/relationship_tls_dns_record_dns_record.rb
1361
- - lib/fastly/models/relationship_tls_dns_records.rb
1427
+ - lib/fastly/models/relationship_tls_dns_records_request.rb
1428
+ - lib/fastly/models/relationship_tls_dns_records_request_dns_records.rb
1429
+ - lib/fastly/models/relationship_tls_dns_records_request_dns_records_data.rb
1430
+ - lib/fastly/models/relationship_tls_dns_records_response.rb
1431
+ - lib/fastly/models/relationship_tls_dns_records_response_dns_records.rb
1432
+ - lib/fastly/models/relationship_tls_dns_records_response_dns_records_data.rb
1362
1433
  - lib/fastly/models/relationship_tls_domain.rb
1363
1434
  - lib/fastly/models/relationship_tls_domain_tls_domain.rb
1364
1435
  - lib/fastly/models/relationship_tls_domains.rb
@@ -1458,6 +1529,11 @@ files:
1458
1529
  - lib/fastly/models/service_response_all_of.rb
1459
1530
  - lib/fastly/models/service_version_detail.rb
1460
1531
  - lib/fastly/models/service_version_detail_or_null.rb
1532
+ - lib/fastly/models/serviceusagemetric.rb
1533
+ - lib/fastly/models/serviceusagemetrics.rb
1534
+ - lib/fastly/models/serviceusagemetrics_data.rb
1535
+ - lib/fastly/models/serviceusagetype.rb
1536
+ - lib/fastly/models/serviceusagetypes.rb
1461
1537
  - lib/fastly/models/settings.rb
1462
1538
  - lib/fastly/models/settings_response.rb
1463
1539
  - lib/fastly/models/signing_key.rb
@@ -1501,6 +1577,7 @@ files:
1501
1577
  - lib/fastly/models/tls_bulk_certificates_response.rb
1502
1578
  - lib/fastly/models/tls_bulk_certificates_response_all_of.rb
1503
1579
  - lib/fastly/models/tls_certificate.rb
1580
+ - lib/fastly/models/tls_certificate_blob_response.rb
1504
1581
  - lib/fastly/models/tls_certificate_data.rb
1505
1582
  - lib/fastly/models/tls_certificate_data_attributes.rb
1506
1583
  - lib/fastly/models/tls_certificate_response.rb
@@ -1588,6 +1665,7 @@ files:
1588
1665
  - lib/fastly/models/type_waf_tag.rb
1589
1666
  - lib/fastly/models/update_billing_address_request.rb
1590
1667
  - lib/fastly/models/update_billing_address_request_data.rb
1668
+ - lib/fastly/models/update_dashboard_request.rb
1591
1669
  - lib/fastly/models/user.rb
1592
1670
  - lib/fastly/models/user_response.rb
1593
1671
  - lib/fastly/models/user_response_read_only.rb