fastly 8.4.0 → 8.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (142) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +22 -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/BillingInvoicesApi.md +37 -4
  7. data/docs/BillingUsageMetricsApi.md +111 -0
  8. data/docs/ContentApi.md +1 -1
  9. data/docs/CreateDashboardRequest.md +12 -0
  10. data/docs/Dashboard.md +17 -0
  11. data/docs/DashboardItem.md +15 -0
  12. data/docs/DashboardItemPropertyDataSource.md +11 -0
  13. data/docs/DashboardItemPropertyDataSourcePropertyConfig.md +10 -0
  14. data/docs/DashboardItemPropertyVisualization.md +11 -0
  15. data/docs/DashboardItemPropertyVisualizationPropertyConfig.md +12 -0
  16. data/docs/{RelationshipTlsDnsRecords.md → DashboardPropertyCreatedBy.md} +1 -2
  17. data/docs/{RelationshipTlsDnsRecordDnsRecord.md → DashboardPropertyUpdatedBy.md} +1 -2
  18. data/docs/DomainInspectorMeasurements.md +1 -1
  19. data/docs/{InvoiceResponse.md → EomInvoiceResponse.md} +1 -1
  20. data/docs/GetServiceLevelUsageResponse.md +10 -0
  21. data/docs/GetServiceLevelUsageTypesResponse.md +10 -0
  22. data/docs/IncludedWithTlsConfiguration.md +10 -0
  23. data/docs/IncludedWithTlsConfigurationItem.md +12 -0
  24. data/docs/ListDashboardsResponse.md +11 -0
  25. data/docs/{ListInvoicesResponse.md → ListEomInvoicesResponse.md} +1 -1
  26. data/docs/LoggingKafkaAdditional.md +1 -1
  27. data/docs/LoggingKafkaApi.md +2 -2
  28. data/docs/LoggingKafkaResponse.md +1 -1
  29. data/docs/LoggingKafkaResponsePost.md +1 -1
  30. data/docs/LoggingLogentriesAdditional.md +1 -1
  31. data/docs/LoggingLogentriesApi.md +4 -4
  32. data/docs/LoggingLogentriesResponse.md +1 -1
  33. data/docs/LoggingSplunkAdditional.md +1 -1
  34. data/docs/LoggingSplunkApi.md +4 -4
  35. data/docs/LoggingSplunkResponse.md +1 -1
  36. data/docs/LoggingSyslogAdditional.md +1 -1
  37. data/docs/LoggingSyslogApi.md +4 -4
  38. data/docs/LoggingSyslogResponse.md +1 -1
  39. data/docs/{LoggingUseTls.md → LoggingUseTlsString.md} +1 -1
  40. data/docs/MtdInvoiceResponse.md +15 -0
  41. data/docs/Mtdinvoice.md +15 -0
  42. data/docs/Mtdlineitems.md +18 -0
  43. data/docs/ObservabilityCustomDashboardsApi.md +203 -0
  44. data/docs/RealtimeEntryAggregated.md +1 -0
  45. data/docs/RealtimeMeasurements.md +1 -0
  46. data/docs/RelationshipDefaultEcdsaTlsCertificate.md +10 -0
  47. data/docs/RelationshipDefaultEcdsaTlsCertificateDefaultEcdsaCertificate.md +10 -0
  48. data/docs/RelationshipDefaultEcdsaTlsCertificateDefaultEcdsaCertificateData.md +11 -0
  49. data/docs/RelationshipDefaultTlsCertificate.md +10 -0
  50. data/docs/RelationshipDefaultTlsCertificateDefaultCertificate.md +10 -0
  51. data/docs/RelationshipDefaultTlsCertificateDefaultCertificateData.md +11 -0
  52. data/docs/RelationshipTlsDnsRecordsRequest.md +10 -0
  53. data/docs/RelationshipTlsDnsRecordsRequestDnsRecords.md +10 -0
  54. data/docs/RelationshipTlsDnsRecordsRequestDnsRecordsData.md +11 -0
  55. data/docs/RelationshipTlsDnsRecordsResponse.md +10 -0
  56. data/docs/RelationshipTlsDnsRecordsResponseDnsRecords.md +10 -0
  57. data/docs/{RelationshipMemberTlsDnsRecord.md → RelationshipTlsDnsRecordsResponseDnsRecordsData.md} +1 -1
  58. data/docs/Results.md +1 -0
  59. data/docs/Serviceusagemetric.md +13 -0
  60. data/docs/Serviceusagemetrics.md +10 -0
  61. data/docs/ServiceusagemetricsData.md +16 -0
  62. data/docs/Serviceusagetype.md +11 -0
  63. data/docs/Serviceusagetypes.md +10 -0
  64. data/docs/TlsCertificateBlobResponse.md +10 -0
  65. data/docs/TlsCertificatesApi.md +38 -0
  66. data/docs/TlsDnsRecord.md +1 -2
  67. data/docs/UpdateDashboardRequest.md +12 -0
  68. data/docs/Values.md +1 -1
  69. data/lib/fastly/api/billing_invoices_api.rb +62 -6
  70. data/lib/fastly/api/billing_usage_metrics_api.rb +213 -0
  71. data/lib/fastly/api/content_api.rb +2 -2
  72. data/lib/fastly/api/logging_datadog_api.rb +2 -2
  73. data/lib/fastly/api/logging_kafka_api.rb +2 -2
  74. data/lib/fastly/api/logging_logentries_api.rb +4 -4
  75. data/lib/fastly/api/logging_splunk_api.rb +4 -4
  76. data/lib/fastly/api/logging_syslog_api.rb +4 -4
  77. data/lib/fastly/api/observability_custom_dashboards_api.rb +333 -0
  78. data/lib/fastly/api/tls_certificates_api.rb +63 -0
  79. data/lib/fastly/configuration.rb +54 -0
  80. data/lib/fastly/models/async_response.rb +225 -0
  81. data/lib/fastly/models/create_dashboard_request.rb +245 -0
  82. data/lib/fastly/models/dashboard.rb +290 -0
  83. data/lib/fastly/models/dashboard_item.rb +368 -0
  84. data/lib/fastly/models/dashboard_item_property_data_source.rb +271 -0
  85. data/lib/fastly/models/dashboard_item_property_data_source_property_config.rb +244 -0
  86. data/lib/fastly/models/dashboard_item_property_visualization.rb +271 -0
  87. data/lib/fastly/models/dashboard_item_property_visualization_property_config.rb +303 -0
  88. data/lib/fastly/models/dashboard_property_created_by.rb +208 -0
  89. data/lib/fastly/models/dashboard_property_updated_by.rb +208 -0
  90. data/lib/fastly/models/domain_inspector_measurements.rb +1 -1
  91. data/lib/fastly/models/{invoice_response.rb → eom_invoice_response.rb} +3 -3
  92. data/lib/fastly/models/get_service_level_usage_response.rb +223 -0
  93. data/lib/fastly/models/get_service_level_usage_types_response.rb +225 -0
  94. data/lib/fastly/models/included_with_tls_configuration.rb +218 -0
  95. data/lib/fastly/models/included_with_tls_configuration_item.rb +237 -0
  96. data/lib/fastly/models/invoicelineitems.rb +5 -5
  97. data/lib/fastly/models/list_dashboards_response.rb +229 -0
  98. data/lib/fastly/models/{list_invoices_response.rb → list_eom_invoices_response.rb} +3 -3
  99. data/lib/fastly/models/logging_datadog_additional.rb +2 -2
  100. data/lib/fastly/models/logging_datadog_response.rb +2 -2
  101. data/lib/fastly/models/logging_kafka_additional.rb +2 -2
  102. data/lib/fastly/models/logging_kafka_response.rb +2 -2
  103. data/lib/fastly/models/logging_kafka_response_post.rb +2 -2
  104. data/lib/fastly/models/logging_logentries_additional.rb +2 -2
  105. data/lib/fastly/models/logging_logentries_response.rb +2 -2
  106. data/lib/fastly/models/logging_splunk_additional.rb +2 -2
  107. data/lib/fastly/models/logging_splunk_response.rb +2 -2
  108. data/lib/fastly/models/logging_syslog_additional.rb +2 -2
  109. data/lib/fastly/models/logging_syslog_response.rb +2 -2
  110. data/lib/fastly/models/{logging_use_tls.rb → logging_use_tls_string.rb} +5 -5
  111. data/lib/fastly/models/mtd_invoice_response.rb +275 -0
  112. data/lib/fastly/models/mtdinvoice.rb +268 -0
  113. data/lib/fastly/models/mtdlineitems.rb +297 -0
  114. data/lib/fastly/models/realtime_entry_aggregated.rb +14 -4
  115. data/lib/fastly/models/realtime_measurements.rb +14 -4
  116. data/lib/fastly/models/relationship_default_ecdsa_tls_certificate.rb +216 -0
  117. data/lib/fastly/models/relationship_default_ecdsa_tls_certificate_default_ecdsa_certificate.rb +216 -0
  118. data/lib/fastly/models/relationship_default_ecdsa_tls_certificate_default_ecdsa_certificate_data.rb +228 -0
  119. data/lib/fastly/models/relationship_default_tls_certificate.rb +216 -0
  120. data/lib/fastly/models/relationship_default_tls_certificate_default_certificate.rb +216 -0
  121. data/lib/fastly/models/relationship_default_tls_certificate_default_certificate_data.rb +228 -0
  122. data/lib/fastly/models/{relationship_tls_dns_records.rb → relationship_tls_dns_records_request.rb} +4 -4
  123. data/lib/fastly/models/relationship_tls_dns_records_request_dns_records.rb +218 -0
  124. data/lib/fastly/models/{relationship_member_tls_dns_record.rb → relationship_tls_dns_records_request_dns_records_data.rb} +3 -3
  125. data/lib/fastly/models/relationship_tls_dns_records_response.rb +216 -0
  126. data/lib/fastly/models/relationship_tls_dns_records_response_dns_records.rb +218 -0
  127. data/lib/fastly/models/relationship_tls_dns_records_response_dns_records_data.rb +227 -0
  128. data/lib/fastly/models/relationships_for_tls_configuration.rb +1 -1
  129. data/lib/fastly/models/results.rb +11 -1
  130. data/lib/fastly/models/serviceusagemetric.rb +246 -0
  131. data/lib/fastly/models/{relationship_tls_dns_record.rb → serviceusagemetrics.rb} +10 -10
  132. data/lib/fastly/models/serviceusagemetrics_data.rb +276 -0
  133. data/lib/fastly/models/serviceusagetype.rb +227 -0
  134. data/lib/fastly/models/{relationship_tls_dns_record_dns_record.rb → serviceusagetypes.rb} +4 -4
  135. data/lib/fastly/models/tls_certificate_blob_response.rb +217 -0
  136. data/lib/fastly/models/tls_dns_record.rb +48 -12
  137. data/lib/fastly/models/update_dashboard_request.rb +240 -0
  138. data/lib/fastly/models/values.rb +1 -1
  139. data/lib/fastly/version.rb +1 -1
  140. data/lib/fastly.rb +42 -7
  141. data/sig.json +1 -1
  142. metadata +86 -16
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.4.0
4
+ version: 8.6.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-06-28 00:00:00.000000000 Z
11
+ date: 2024-08-05 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
@@ -99,6 +100,7 @@ files:
99
100
  - docs/BillingStatus.md
100
101
  - docs/BillingTotal.md
101
102
  - docs/BillingTotalExtras.md
103
+ - docs/BillingUsageMetricsApi.md
102
104
  - docs/BulkUpdateAclEntriesRequest.md
103
105
  - docs/BulkUpdateAclEntry.md
104
106
  - docs/BulkUpdateAclEntryAllOf.md
@@ -130,11 +132,20 @@ files:
130
132
  - docs/ContactResponseAllOf.md
131
133
  - docs/Content.md
132
134
  - docs/ContentApi.md
135
+ - docs/CreateDashboardRequest.md
133
136
  - docs/CreateResponseObjectRequest.md
134
137
  - docs/Customer.md
135
138
  - docs/CustomerApi.md
136
139
  - docs/CustomerResponse.md
137
140
  - docs/CustomerResponseAllOf.md
141
+ - docs/Dashboard.md
142
+ - docs/DashboardItem.md
143
+ - docs/DashboardItemPropertyDataSource.md
144
+ - docs/DashboardItemPropertyDataSourcePropertyConfig.md
145
+ - docs/DashboardItemPropertyVisualization.md
146
+ - docs/DashboardItemPropertyVisualizationPropertyConfig.md
147
+ - docs/DashboardPropertyCreatedBy.md
148
+ - docs/DashboardPropertyUpdatedBy.md
138
149
  - docs/DefaultSettings.md
139
150
  - docs/DefaultSettingsError.md
140
151
  - docs/DefaultSettingsResponse.md
@@ -172,6 +183,7 @@ files:
172
183
  - docs/EnabledProductResponseProduct.md
173
184
  - docs/EnabledProductResponseService.md
174
185
  - docs/EnabledProductsApi.md
186
+ - docs/EomInvoiceResponse.md
175
187
  - docs/Error.md
176
188
  - docs/ErrorResponseData.md
177
189
  - docs/Event.md
@@ -181,6 +193,8 @@ files:
181
193
  - docs/EventsApi.md
182
194
  - docs/EventsResponse.md
183
195
  - docs/GenericTokenError.md
196
+ - docs/GetServiceLevelUsageResponse.md
197
+ - docs/GetServiceLevelUsageTypesResponse.md
184
198
  - docs/Gzip.md
185
199
  - docs/GzipApi.md
186
200
  - docs/GzipResponse.md
@@ -236,6 +250,8 @@ files:
236
250
  - docs/IamUserGroupAllOf.md
237
251
  - docs/IamUserGroupsApi.md
238
252
  - docs/ImageOptimizerDefaultSettingsApi.md
253
+ - docs/IncludedWithTlsConfiguration.md
254
+ - docs/IncludedWithTlsConfigurationItem.md
239
255
  - docs/IncludedWithWafActiveRuleItem.md
240
256
  - docs/IncludedWithWafExclusionItem.md
241
257
  - docs/IncludedWithWafFirewallVersionItem.md
@@ -264,7 +280,6 @@ files:
264
280
  - docs/InvitationsResponse.md
265
281
  - docs/InvitationsResponseAllOf.md
266
282
  - docs/Invoice.md
267
- - docs/InvoiceResponse.md
268
283
  - docs/Invoicelineitems.md
269
284
  - docs/KvStoreApi.md
270
285
  - docs/KvStoreItemApi.md
@@ -286,7 +301,8 @@ files:
286
301
  - docs/LegacyWafUpdateStatusApi.md
287
302
  - docs/LineItemData.md
288
303
  - docs/LineItemDataReadOnlyInvoiceId.md
289
- - docs/ListInvoicesResponse.md
304
+ - docs/ListDashboardsResponse.md
305
+ - docs/ListEomInvoicesResponse.md
290
306
  - docs/Listinvoices.md
291
307
  - docs/LoggingAddressAndPort.md
292
308
  - docs/LoggingAzureblobAdditional.md
@@ -387,8 +403,11 @@ files:
387
403
  - docs/LoggingSyslogApi.md
388
404
  - docs/LoggingSyslogResponse.md
389
405
  - docs/LoggingTlsCommon.md
390
- - docs/LoggingUseTls.md
406
+ - docs/LoggingUseTlsString.md
391
407
  - docs/Metadata.md
408
+ - docs/MtdInvoiceResponse.md
409
+ - docs/Mtdinvoice.md
410
+ - docs/Mtdlineitems.md
392
411
  - docs/MutualAuthentication.md
393
412
  - docs/MutualAuthenticationApi.md
394
413
  - docs/MutualAuthenticationData.md
@@ -400,6 +419,7 @@ files:
400
419
  - docs/MutualAuthenticationResponseDataAllOf.md
401
420
  - docs/MutualAuthenticationsResponse.md
402
421
  - docs/MutualAuthenticationsResponseAllOf.md
422
+ - docs/ObservabilityCustomDashboardsApi.md
403
423
  - docs/OriginInspector.md
404
424
  - docs/OriginInspectorDimensions.md
405
425
  - docs/OriginInspectorEntry.md
@@ -466,6 +486,12 @@ files:
466
486
  - docs/RelationshipCommonName.md
467
487
  - docs/RelationshipCustomer.md
468
488
  - docs/RelationshipCustomerCustomer.md
489
+ - docs/RelationshipDefaultEcdsaTlsCertificate.md
490
+ - docs/RelationshipDefaultEcdsaTlsCertificateDefaultEcdsaCertificate.md
491
+ - docs/RelationshipDefaultEcdsaTlsCertificateDefaultEcdsaCertificateData.md
492
+ - docs/RelationshipDefaultTlsCertificate.md
493
+ - docs/RelationshipDefaultTlsCertificateDefaultCertificate.md
494
+ - docs/RelationshipDefaultTlsCertificateDefaultCertificateData.md
469
495
  - docs/RelationshipMemberCustomer.md
470
496
  - docs/RelationshipMemberMutualAuthentication.md
471
497
  - docs/RelationshipMemberService.md
@@ -474,7 +500,6 @@ files:
474
500
  - docs/RelationshipMemberTlsBulkCertificate.md
475
501
  - docs/RelationshipMemberTlsCertificate.md
476
502
  - docs/RelationshipMemberTlsConfiguration.md
477
- - docs/RelationshipMemberTlsDnsRecord.md
478
503
  - docs/RelationshipMemberTlsDomain.md
479
504
  - docs/RelationshipMemberTlsPrivateKey.md
480
505
  - docs/RelationshipMemberTlsSubscription.md
@@ -510,9 +535,12 @@ files:
510
535
  - docs/RelationshipTlsConfigurationTlsConfiguration.md
511
536
  - docs/RelationshipTlsConfigurations.md
512
537
  - docs/RelationshipTlsConfigurationsTlsConfigurations.md
513
- - docs/RelationshipTlsDnsRecord.md
514
- - docs/RelationshipTlsDnsRecordDnsRecord.md
515
- - docs/RelationshipTlsDnsRecords.md
538
+ - docs/RelationshipTlsDnsRecordsRequest.md
539
+ - docs/RelationshipTlsDnsRecordsRequestDnsRecords.md
540
+ - docs/RelationshipTlsDnsRecordsRequestDnsRecordsData.md
541
+ - docs/RelationshipTlsDnsRecordsResponse.md
542
+ - docs/RelationshipTlsDnsRecordsResponseDnsRecords.md
543
+ - docs/RelationshipTlsDnsRecordsResponseDnsRecordsData.md
516
544
  - docs/RelationshipTlsDomain.md
517
545
  - docs/RelationshipTlsDomainTlsDomain.md
518
546
  - docs/RelationshipTlsDomains.md
@@ -620,6 +648,11 @@ files:
620
648
  - docs/ServiceResponseAllOf.md
621
649
  - docs/ServiceVersionDetail.md
622
650
  - docs/ServiceVersionDetailOrNull.md
651
+ - docs/Serviceusagemetric.md
652
+ - docs/Serviceusagemetrics.md
653
+ - docs/ServiceusagemetricsData.md
654
+ - docs/Serviceusagetype.md
655
+ - docs/Serviceusagetypes.md
623
656
  - docs/Settings.md
624
657
  - docs/SettingsApi.md
625
658
  - docs/SettingsResponse.md
@@ -670,6 +703,7 @@ files:
670
703
  - docs/TlsBulkCertificatesResponse.md
671
704
  - docs/TlsBulkCertificatesResponseAllOf.md
672
705
  - docs/TlsCertificate.md
706
+ - docs/TlsCertificateBlobResponse.md
673
707
  - docs/TlsCertificateData.md
674
708
  - docs/TlsCertificateDataAttributes.md
675
709
  - docs/TlsCertificateResponse.md
@@ -764,6 +798,7 @@ files:
764
798
  - docs/TypeWafTag.md
765
799
  - docs/UpdateBillingAddressRequest.md
766
800
  - docs/UpdateBillingAddressRequestData.md
801
+ - docs/UpdateDashboardRequest.md
767
802
  - docs/User.md
768
803
  - docs/UserApi.md
769
804
  - docs/UserResponse.md
@@ -869,6 +904,7 @@ files:
869
904
  - lib/fastly/api/billing_address_api.rb
870
905
  - lib/fastly/api/billing_api.rb
871
906
  - lib/fastly/api/billing_invoices_api.rb
907
+ - lib/fastly/api/billing_usage_metrics_api.rb
872
908
  - lib/fastly/api/cache_settings_api.rb
873
909
  - lib/fastly/api/condition_api.rb
874
910
  - lib/fastly/api/config_store_api.rb
@@ -937,6 +973,7 @@ files:
937
973
  - lib/fastly/api/logging_sumologic_api.rb
938
974
  - lib/fastly/api/logging_syslog_api.rb
939
975
  - lib/fastly/api/mutual_authentication_api.rb
976
+ - lib/fastly/api/observability_custom_dashboards_api.rb
940
977
  - lib/fastly/api/origin_inspector_historical_api.rb
941
978
  - lib/fastly/api/origin_inspector_realtime_api.rb
942
979
  - lib/fastly/api/package_api.rb
@@ -992,6 +1029,7 @@ files:
992
1029
  - lib/fastly/models/acl_response_all_of.rb
993
1030
  - lib/fastly/models/apex_redirect.rb
994
1031
  - lib/fastly/models/apex_redirect_all_of.rb
1032
+ - lib/fastly/models/async_response.rb
995
1033
  - lib/fastly/models/automation_token.rb
996
1034
  - lib/fastly/models/automation_token_create_request.rb
997
1035
  - lib/fastly/models/automation_token_create_request_attributes.rb
@@ -1048,10 +1086,19 @@ files:
1048
1086
  - lib/fastly/models/contact_response.rb
1049
1087
  - lib/fastly/models/contact_response_all_of.rb
1050
1088
  - lib/fastly/models/content.rb
1089
+ - lib/fastly/models/create_dashboard_request.rb
1051
1090
  - lib/fastly/models/create_response_object_request.rb
1052
1091
  - lib/fastly/models/customer.rb
1053
1092
  - lib/fastly/models/customer_response.rb
1054
1093
  - lib/fastly/models/customer_response_all_of.rb
1094
+ - lib/fastly/models/dashboard.rb
1095
+ - lib/fastly/models/dashboard_item.rb
1096
+ - lib/fastly/models/dashboard_item_property_data_source.rb
1097
+ - lib/fastly/models/dashboard_item_property_data_source_property_config.rb
1098
+ - lib/fastly/models/dashboard_item_property_visualization.rb
1099
+ - lib/fastly/models/dashboard_item_property_visualization_property_config.rb
1100
+ - lib/fastly/models/dashboard_property_created_by.rb
1101
+ - lib/fastly/models/dashboard_property_updated_by.rb
1055
1102
  - lib/fastly/models/default_settings.rb
1056
1103
  - lib/fastly/models/default_settings_error.rb
1057
1104
  - lib/fastly/models/default_settings_response.rb
@@ -1078,6 +1125,7 @@ files:
1078
1125
  - lib/fastly/models/enabled_product_response_links.rb
1079
1126
  - lib/fastly/models/enabled_product_response_product.rb
1080
1127
  - lib/fastly/models/enabled_product_response_service.rb
1128
+ - lib/fastly/models/eom_invoice_response.rb
1081
1129
  - lib/fastly/models/error.rb
1082
1130
  - lib/fastly/models/error_response_data.rb
1083
1131
  - lib/fastly/models/event.rb
@@ -1086,6 +1134,8 @@ files:
1086
1134
  - lib/fastly/models/event_response.rb
1087
1135
  - lib/fastly/models/events_response.rb
1088
1136
  - lib/fastly/models/generic_token_error.rb
1137
+ - lib/fastly/models/get_service_level_usage_response.rb
1138
+ - lib/fastly/models/get_service_level_usage_types_response.rb
1089
1139
  - lib/fastly/models/gzip.rb
1090
1140
  - lib/fastly/models/gzip_response.rb
1091
1141
  - lib/fastly/models/header.rb
@@ -1131,6 +1181,8 @@ files:
1131
1181
  - lib/fastly/models/iam_service_group_all_of.rb
1132
1182
  - lib/fastly/models/iam_user_group.rb
1133
1183
  - lib/fastly/models/iam_user_group_all_of.rb
1184
+ - lib/fastly/models/included_with_tls_configuration.rb
1185
+ - lib/fastly/models/included_with_tls_configuration_item.rb
1134
1186
  - lib/fastly/models/included_with_waf_active_rule_item.rb
1135
1187
  - lib/fastly/models/included_with_waf_exclusion_item.rb
1136
1188
  - lib/fastly/models/included_with_waf_firewall_version_item.rb
@@ -1158,7 +1210,6 @@ files:
1158
1210
  - lib/fastly/models/invitations_response.rb
1159
1211
  - lib/fastly/models/invitations_response_all_of.rb
1160
1212
  - lib/fastly/models/invoice.rb
1161
- - lib/fastly/models/invoice_response.rb
1162
1213
  - lib/fastly/models/invoicelineitems.rb
1163
1214
  - lib/fastly/models/legacy_waf_configuration_set.rb
1164
1215
  - lib/fastly/models/legacy_waf_firewall.rb
@@ -1170,7 +1221,8 @@ files:
1170
1221
  - lib/fastly/models/legacy_waf_update_status.rb
1171
1222
  - lib/fastly/models/line_item_data.rb
1172
1223
  - lib/fastly/models/line_item_data_read_only_invoice_id.rb
1173
- - lib/fastly/models/list_invoices_response.rb
1224
+ - lib/fastly/models/list_dashboards_response.rb
1225
+ - lib/fastly/models/list_eom_invoices_response.rb
1174
1226
  - lib/fastly/models/listinvoices.rb
1175
1227
  - lib/fastly/models/logging_address_and_port.rb
1176
1228
  - lib/fastly/models/logging_azureblob_additional.rb
@@ -1244,8 +1296,11 @@ files:
1244
1296
  - lib/fastly/models/logging_syslog_additional.rb
1245
1297
  - lib/fastly/models/logging_syslog_response.rb
1246
1298
  - lib/fastly/models/logging_tls_common.rb
1247
- - lib/fastly/models/logging_use_tls.rb
1299
+ - lib/fastly/models/logging_use_tls_string.rb
1248
1300
  - lib/fastly/models/metadata.rb
1301
+ - lib/fastly/models/mtd_invoice_response.rb
1302
+ - lib/fastly/models/mtdinvoice.rb
1303
+ - lib/fastly/models/mtdlineitems.rb
1249
1304
  - lib/fastly/models/mutual_authentication.rb
1250
1305
  - lib/fastly/models/mutual_authentication_data.rb
1251
1306
  - lib/fastly/models/mutual_authentication_data_attributes.rb
@@ -1312,6 +1367,12 @@ files:
1312
1367
  - lib/fastly/models/relationship_common_name.rb
1313
1368
  - lib/fastly/models/relationship_customer.rb
1314
1369
  - lib/fastly/models/relationship_customer_customer.rb
1370
+ - lib/fastly/models/relationship_default_ecdsa_tls_certificate.rb
1371
+ - lib/fastly/models/relationship_default_ecdsa_tls_certificate_default_ecdsa_certificate.rb
1372
+ - lib/fastly/models/relationship_default_ecdsa_tls_certificate_default_ecdsa_certificate_data.rb
1373
+ - lib/fastly/models/relationship_default_tls_certificate.rb
1374
+ - lib/fastly/models/relationship_default_tls_certificate_default_certificate.rb
1375
+ - lib/fastly/models/relationship_default_tls_certificate_default_certificate_data.rb
1315
1376
  - lib/fastly/models/relationship_member_customer.rb
1316
1377
  - lib/fastly/models/relationship_member_mutual_authentication.rb
1317
1378
  - lib/fastly/models/relationship_member_service.rb
@@ -1320,7 +1381,6 @@ files:
1320
1381
  - lib/fastly/models/relationship_member_tls_bulk_certificate.rb
1321
1382
  - lib/fastly/models/relationship_member_tls_certificate.rb
1322
1383
  - lib/fastly/models/relationship_member_tls_configuration.rb
1323
- - lib/fastly/models/relationship_member_tls_dns_record.rb
1324
1384
  - lib/fastly/models/relationship_member_tls_domain.rb
1325
1385
  - lib/fastly/models/relationship_member_tls_private_key.rb
1326
1386
  - lib/fastly/models/relationship_member_tls_subscription.rb
@@ -1356,9 +1416,12 @@ files:
1356
1416
  - lib/fastly/models/relationship_tls_configuration_tls_configuration.rb
1357
1417
  - lib/fastly/models/relationship_tls_configurations.rb
1358
1418
  - 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
1419
+ - lib/fastly/models/relationship_tls_dns_records_request.rb
1420
+ - lib/fastly/models/relationship_tls_dns_records_request_dns_records.rb
1421
+ - lib/fastly/models/relationship_tls_dns_records_request_dns_records_data.rb
1422
+ - lib/fastly/models/relationship_tls_dns_records_response.rb
1423
+ - lib/fastly/models/relationship_tls_dns_records_response_dns_records.rb
1424
+ - lib/fastly/models/relationship_tls_dns_records_response_dns_records_data.rb
1362
1425
  - lib/fastly/models/relationship_tls_domain.rb
1363
1426
  - lib/fastly/models/relationship_tls_domain_tls_domain.rb
1364
1427
  - lib/fastly/models/relationship_tls_domains.rb
@@ -1458,6 +1521,11 @@ files:
1458
1521
  - lib/fastly/models/service_response_all_of.rb
1459
1522
  - lib/fastly/models/service_version_detail.rb
1460
1523
  - lib/fastly/models/service_version_detail_or_null.rb
1524
+ - lib/fastly/models/serviceusagemetric.rb
1525
+ - lib/fastly/models/serviceusagemetrics.rb
1526
+ - lib/fastly/models/serviceusagemetrics_data.rb
1527
+ - lib/fastly/models/serviceusagetype.rb
1528
+ - lib/fastly/models/serviceusagetypes.rb
1461
1529
  - lib/fastly/models/settings.rb
1462
1530
  - lib/fastly/models/settings_response.rb
1463
1531
  - lib/fastly/models/signing_key.rb
@@ -1501,6 +1569,7 @@ files:
1501
1569
  - lib/fastly/models/tls_bulk_certificates_response.rb
1502
1570
  - lib/fastly/models/tls_bulk_certificates_response_all_of.rb
1503
1571
  - lib/fastly/models/tls_certificate.rb
1572
+ - lib/fastly/models/tls_certificate_blob_response.rb
1504
1573
  - lib/fastly/models/tls_certificate_data.rb
1505
1574
  - lib/fastly/models/tls_certificate_data_attributes.rb
1506
1575
  - lib/fastly/models/tls_certificate_response.rb
@@ -1588,6 +1657,7 @@ files:
1588
1657
  - lib/fastly/models/type_waf_tag.rb
1589
1658
  - lib/fastly/models/update_billing_address_request.rb
1590
1659
  - lib/fastly/models/update_billing_address_request_data.rb
1660
+ - lib/fastly/models/update_dashboard_request.rb
1591
1661
  - lib/fastly/models/user.rb
1592
1662
  - lib/fastly/models/user_response.rb
1593
1663
  - lib/fastly/models/user_response_read_only.rb