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
@@ -0,0 +1,240 @@
1
+ =begin
2
+ #Fastly API
3
+
4
+ #Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/)
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+ Contact: oss@fastly.com
8
+
9
+ =end
10
+
11
+ require 'date'
12
+ require 'time'
13
+
14
+ module Fastly
15
+ class UpdateDashboardRequest
16
+ # A human-readable name
17
+ attr_accessor :name
18
+
19
+ # A short description of the dashboard
20
+ attr_accessor :description
21
+
22
+ # A list of [dashboard items](#dashboard-item).
23
+ attr_accessor :items
24
+
25
+ # Attribute mapping from ruby-style variable name to JSON key.
26
+ def self.attribute_map
27
+ {
28
+ :'name' => :'name',
29
+ :'description' => :'description',
30
+ :'items' => :'items'
31
+ }
32
+ end
33
+
34
+ # Returns all the JSON keys this model knows about
35
+ def self.acceptable_attributes
36
+ attribute_map.values
37
+ end
38
+
39
+ # Attribute type mapping.
40
+ def self.fastly_types
41
+ {
42
+ :'name' => :'String',
43
+ :'description' => :'String',
44
+ :'items' => :'Array<DashboardItem>'
45
+ }
46
+ end
47
+
48
+ # List of attributes with nullable: true
49
+ def self.fastly_nullable
50
+ Set.new([
51
+ :'items'
52
+ ])
53
+ end
54
+
55
+ # Initializes the object
56
+ # @param [Hash] attributes Model attributes in the form of hash
57
+ def initialize(attributes = {})
58
+ if (!attributes.is_a?(Hash))
59
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Fastly::UpdateDashboardRequest` initialize method"
60
+ end
61
+
62
+ # check to see if the attribute exists and convert string to symbol for hash key
63
+ attributes = attributes.each_with_object({}) { |(k, v), h|
64
+ if (!self.class.attribute_map.key?(k.to_sym))
65
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Fastly::UpdateDashboardRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
66
+ end
67
+ h[k.to_sym] = v
68
+ }
69
+
70
+ if attributes.key?(:'name')
71
+ self.name = attributes[:'name']
72
+ end
73
+
74
+ if attributes.key?(:'description')
75
+ self.description = attributes[:'description']
76
+ end
77
+
78
+ if attributes.key?(:'items')
79
+ if (value = attributes[:'items']).is_a?(Array)
80
+ self.items = value
81
+ end
82
+ end
83
+ end
84
+
85
+ # Show invalid properties with the reasons. Usually used together with valid?
86
+ # @return Array for valid properties with the reasons
87
+ def list_invalid_properties
88
+ invalid_properties = Array.new
89
+ invalid_properties
90
+ end
91
+
92
+ # Check to see if the all the properties in the model are valid
93
+ # @return true if the model is valid
94
+ def valid?
95
+ true
96
+ end
97
+
98
+ # Checks equality by comparing each attribute.
99
+ # @param [Object] Object to be compared
100
+ def ==(o)
101
+ return true if self.equal?(o)
102
+ self.class == o.class &&
103
+ name == o.name &&
104
+ description == o.description &&
105
+ items == o.items
106
+ end
107
+
108
+ # @see the `==` method
109
+ # @param [Object] Object to be compared
110
+ def eql?(o)
111
+ self == o
112
+ end
113
+
114
+ # Calculates hash code according to all attributes.
115
+ # @return [Integer] Hash code
116
+ def hash
117
+ [name, description, items].hash
118
+ end
119
+
120
+ # Builds the object from hash
121
+ # @param [Hash] attributes Model attributes in the form of hash
122
+ # @return [Object] Returns the model itself
123
+ def self.build_from_hash(attributes)
124
+ new.build_from_hash(attributes)
125
+ end
126
+
127
+ # Builds the object from hash
128
+ # @param [Hash] attributes Model attributes in the form of hash
129
+ # @return [Object] Returns the model itself
130
+ def build_from_hash(attributes)
131
+ return nil unless attributes.is_a?(Hash)
132
+ self.class.fastly_types.each_pair do |key, type|
133
+ if attributes[self.class.attribute_map[key]].nil? && self.class.fastly_nullable.include?(key)
134
+ self.send("#{key}=", nil)
135
+ elsif type =~ /\AArray<(.*)>/i
136
+ # check to ensure the input is an array given that the attribute
137
+ # is documented as an array but the input is not
138
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
139
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
140
+ end
141
+ elsif !attributes[self.class.attribute_map[key]].nil?
142
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
143
+ end
144
+ end
145
+
146
+ self
147
+ end
148
+
149
+ # Deserializes the data based on type
150
+ # @param string type Data type
151
+ # @param string value Value to be deserialized
152
+ # @return [Object] Deserialized data
153
+ def _deserialize(type, value)
154
+ case type.to_sym
155
+ when :Time
156
+ Time.parse(value)
157
+ when :Date
158
+ Date.parse(value)
159
+ when :String
160
+ value.to_s
161
+ when :Integer
162
+ value.to_i
163
+ when :Float
164
+ value.to_f
165
+ when :Boolean
166
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
167
+ true
168
+ else
169
+ false
170
+ end
171
+ when :Object
172
+ # generic object (usually a Hash), return directly
173
+ value
174
+ when /\AArray<(?<inner_type>.+)>\z/
175
+ inner_type = Regexp.last_match[:inner_type]
176
+ value.map { |v| _deserialize(inner_type, v) }
177
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
178
+ k_type = Regexp.last_match[:k_type]
179
+ v_type = Regexp.last_match[:v_type]
180
+ {}.tap do |hash|
181
+ value.each do |k, v|
182
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
183
+ end
184
+ end
185
+ else # model
186
+ # models (e.g. Pet) or oneOf
187
+ klass = Fastly.const_get(type)
188
+ klass.respond_to?(:fastly_one_of) ? klass.build(value) : klass.build_from_hash(value)
189
+ end
190
+ end
191
+
192
+ # Returns the string representation of the object
193
+ # @return [String] String presentation of the object
194
+ def to_s
195
+ to_hash.to_s
196
+ end
197
+
198
+ # to_body is an alias to to_hash (backward compatibility)
199
+ # @return [Hash] Returns the object in the form of hash
200
+ def to_body
201
+ to_hash
202
+ end
203
+
204
+ # Returns the object in the form of hash
205
+ # @return [Hash] Returns the object in the form of hash
206
+ def to_hash
207
+ hash = {}
208
+ self.class.attribute_map.each_pair do |attr, param|
209
+ value = self.send(attr)
210
+ if value.nil?
211
+ is_nullable = self.class.fastly_nullable.include?(attr)
212
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
213
+ end
214
+
215
+ hash[param] = _to_hash(value)
216
+ end
217
+ hash
218
+ end
219
+
220
+ # Outputs non-array value in the form of hash
221
+ # For object, use to_hash. Otherwise, just return the value
222
+ # @param [Object] value Any valid value
223
+ # @return [Hash] Returns the value in the form of hash
224
+ def _to_hash(value)
225
+ if value.is_a?(Array)
226
+ value.compact.map { |v| _to_hash(v) }
227
+ elsif value.is_a?(Hash)
228
+ {}.tap do |hash|
229
+ value.each { |k, v| hash[k] = _to_hash(v) }
230
+ end
231
+ elsif value.respond_to? :to_hash
232
+ value.to_hash
233
+ else
234
+ value
235
+ end
236
+ end
237
+
238
+ end
239
+
240
+ end
@@ -128,7 +128,7 @@ module Fastly
128
128
  # Ratio of cache hits to cache misses at the edge, between 0 and 1 (`edge_hit_requests` / (`edge_hit_requests` + `edge_miss_requests`)).
129
129
  attr_accessor :edge_hit_ratio
130
130
 
131
- # Ratio of response bytes delivered from the edge compared to what is delivered from origin, between 0 and 1. (`edge_resp_body_bytes` + `edge_resp_header_bytes`) / (`origin_fetch_resp_body_bytes` + `origin_fetch_resp_header_bytes` + `edge_resp_body_bytes` + `edge_resp_header_bytes`).
131
+ # Origin Offload measures the ratio of bytes served to end users that were cached by Fastly, over the bytes served to end users, between 0 and 1. ((`edge_resp_body_bytes` + `edge_resp_header_bytes`) - (`origin_fetch_resp_body_bytes` + `origin_fetch_resp_header_bytes`)) / (`edge_resp_body_bytes` + `edge_resp_header_bytes`). Previously, Origin Offload used a different formula. [Learn more](https://www.fastly.com/documentation/reference/changes/2024/06/add-origin_offload-metric).
132
132
  attr_accessor :origin_offload
133
133
 
134
134
  # Number of responses received from origin with status code 200 (Success).
@@ -9,5 +9,5 @@ Contact: oss@fastly.com
9
9
  =end
10
10
 
11
11
  module Fastly
12
- VERSION = '8.4.0'
12
+ VERSION = '8.6.0'
13
13
  end
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'
@@ -79,10 +80,19 @@ require 'fastly/models/contact'
79
80
  require 'fastly/models/contact_response'
80
81
  require 'fastly/models/contact_response_all_of'
81
82
  require 'fastly/models/content'
83
+ require 'fastly/models/create_dashboard_request'
82
84
  require 'fastly/models/create_response_object_request'
83
85
  require 'fastly/models/customer'
84
86
  require 'fastly/models/customer_response'
85
87
  require 'fastly/models/customer_response_all_of'
88
+ require 'fastly/models/dashboard'
89
+ require 'fastly/models/dashboard_item'
90
+ require 'fastly/models/dashboard_item_property_data_source'
91
+ require 'fastly/models/dashboard_item_property_data_source_property_config'
92
+ require 'fastly/models/dashboard_item_property_visualization'
93
+ require 'fastly/models/dashboard_item_property_visualization_property_config'
94
+ require 'fastly/models/dashboard_property_created_by'
95
+ require 'fastly/models/dashboard_property_updated_by'
86
96
  require 'fastly/models/default_settings'
87
97
  require 'fastly/models/default_settings_error'
88
98
  require 'fastly/models/default_settings_response'
@@ -109,6 +119,7 @@ require 'fastly/models/enabled_product_response'
109
119
  require 'fastly/models/enabled_product_response_links'
110
120
  require 'fastly/models/enabled_product_response_product'
111
121
  require 'fastly/models/enabled_product_response_service'
122
+ require 'fastly/models/eom_invoice_response'
112
123
  require 'fastly/models/error'
113
124
  require 'fastly/models/error_response_data'
114
125
  require 'fastly/models/event'
@@ -117,6 +128,8 @@ require 'fastly/models/event_data'
117
128
  require 'fastly/models/event_response'
118
129
  require 'fastly/models/events_response'
119
130
  require 'fastly/models/generic_token_error'
131
+ require 'fastly/models/get_service_level_usage_response'
132
+ require 'fastly/models/get_service_level_usage_types_response'
120
133
  require 'fastly/models/gzip'
121
134
  require 'fastly/models/gzip_response'
122
135
  require 'fastly/models/header'
@@ -162,6 +175,8 @@ require 'fastly/models/iam_service_group'
162
175
  require 'fastly/models/iam_service_group_all_of'
163
176
  require 'fastly/models/iam_user_group'
164
177
  require 'fastly/models/iam_user_group_all_of'
178
+ require 'fastly/models/included_with_tls_configuration'
179
+ require 'fastly/models/included_with_tls_configuration_item'
165
180
  require 'fastly/models/included_with_waf_active_rule_item'
166
181
  require 'fastly/models/included_with_waf_exclusion_item'
167
182
  require 'fastly/models/included_with_waf_firewall_version_item'
@@ -189,7 +204,6 @@ require 'fastly/models/invitation_response_data_all_of'
189
204
  require 'fastly/models/invitations_response'
190
205
  require 'fastly/models/invitations_response_all_of'
191
206
  require 'fastly/models/invoice'
192
- require 'fastly/models/invoice_response'
193
207
  require 'fastly/models/invoicelineitems'
194
208
  require 'fastly/models/legacy_waf_configuration_set'
195
209
  require 'fastly/models/legacy_waf_firewall'
@@ -201,7 +215,8 @@ require 'fastly/models/legacy_waf_tag'
201
215
  require 'fastly/models/legacy_waf_update_status'
202
216
  require 'fastly/models/line_item_data'
203
217
  require 'fastly/models/line_item_data_read_only_invoice_id'
204
- require 'fastly/models/list_invoices_response'
218
+ require 'fastly/models/list_dashboards_response'
219
+ require 'fastly/models/list_eom_invoices_response'
205
220
  require 'fastly/models/listinvoices'
206
221
  require 'fastly/models/logging_address_and_port'
207
222
  require 'fastly/models/logging_azureblob_additional'
@@ -275,8 +290,11 @@ require 'fastly/models/logging_sumologic_response'
275
290
  require 'fastly/models/logging_syslog_additional'
276
291
  require 'fastly/models/logging_syslog_response'
277
292
  require 'fastly/models/logging_tls_common'
278
- require 'fastly/models/logging_use_tls'
293
+ require 'fastly/models/logging_use_tls_string'
279
294
  require 'fastly/models/metadata'
295
+ require 'fastly/models/mtd_invoice_response'
296
+ require 'fastly/models/mtdinvoice'
297
+ require 'fastly/models/mtdlineitems'
280
298
  require 'fastly/models/mutual_authentication'
281
299
  require 'fastly/models/mutual_authentication_data'
282
300
  require 'fastly/models/mutual_authentication_data_attributes'
@@ -343,6 +361,12 @@ require 'fastly/models/recorded_timestamp'
343
361
  require 'fastly/models/relationship_common_name'
344
362
  require 'fastly/models/relationship_customer'
345
363
  require 'fastly/models/relationship_customer_customer'
364
+ require 'fastly/models/relationship_default_ecdsa_tls_certificate'
365
+ require 'fastly/models/relationship_default_ecdsa_tls_certificate_default_ecdsa_certificate'
366
+ require 'fastly/models/relationship_default_ecdsa_tls_certificate_default_ecdsa_certificate_data'
367
+ require 'fastly/models/relationship_default_tls_certificate'
368
+ require 'fastly/models/relationship_default_tls_certificate_default_certificate'
369
+ require 'fastly/models/relationship_default_tls_certificate_default_certificate_data'
346
370
  require 'fastly/models/relationship_member_customer'
347
371
  require 'fastly/models/relationship_member_mutual_authentication'
348
372
  require 'fastly/models/relationship_member_service'
@@ -351,7 +375,6 @@ require 'fastly/models/relationship_member_tls_activation'
351
375
  require 'fastly/models/relationship_member_tls_bulk_certificate'
352
376
  require 'fastly/models/relationship_member_tls_certificate'
353
377
  require 'fastly/models/relationship_member_tls_configuration'
354
- require 'fastly/models/relationship_member_tls_dns_record'
355
378
  require 'fastly/models/relationship_member_tls_domain'
356
379
  require 'fastly/models/relationship_member_tls_private_key'
357
380
  require 'fastly/models/relationship_member_tls_subscription'
@@ -387,9 +410,12 @@ require 'fastly/models/relationship_tls_configuration_for_tls_subscription'
387
410
  require 'fastly/models/relationship_tls_configuration_tls_configuration'
388
411
  require 'fastly/models/relationship_tls_configurations'
389
412
  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'
413
+ require 'fastly/models/relationship_tls_dns_records_request'
414
+ require 'fastly/models/relationship_tls_dns_records_request_dns_records'
415
+ require 'fastly/models/relationship_tls_dns_records_request_dns_records_data'
416
+ require 'fastly/models/relationship_tls_dns_records_response'
417
+ require 'fastly/models/relationship_tls_dns_records_response_dns_records'
418
+ require 'fastly/models/relationship_tls_dns_records_response_dns_records_data'
393
419
  require 'fastly/models/relationship_tls_domain'
394
420
  require 'fastly/models/relationship_tls_domain_tls_domain'
395
421
  require 'fastly/models/relationship_tls_domains'
@@ -489,6 +515,11 @@ require 'fastly/models/service_response'
489
515
  require 'fastly/models/service_response_all_of'
490
516
  require 'fastly/models/service_version_detail'
491
517
  require 'fastly/models/service_version_detail_or_null'
518
+ require 'fastly/models/serviceusagemetric'
519
+ require 'fastly/models/serviceusagemetrics'
520
+ require 'fastly/models/serviceusagemetrics_data'
521
+ require 'fastly/models/serviceusagetype'
522
+ require 'fastly/models/serviceusagetypes'
492
523
  require 'fastly/models/settings'
493
524
  require 'fastly/models/settings_response'
494
525
  require 'fastly/models/signing_key'
@@ -532,6 +563,7 @@ require 'fastly/models/tls_bulk_certificate_response_data_all_of'
532
563
  require 'fastly/models/tls_bulk_certificates_response'
533
564
  require 'fastly/models/tls_bulk_certificates_response_all_of'
534
565
  require 'fastly/models/tls_certificate'
566
+ require 'fastly/models/tls_certificate_blob_response'
535
567
  require 'fastly/models/tls_certificate_data'
536
568
  require 'fastly/models/tls_certificate_data_attributes'
537
569
  require 'fastly/models/tls_certificate_response'
@@ -619,6 +651,7 @@ require 'fastly/models/type_waf_rule_revision'
619
651
  require 'fastly/models/type_waf_tag'
620
652
  require 'fastly/models/update_billing_address_request'
621
653
  require 'fastly/models/update_billing_address_request_data'
654
+ require 'fastly/models/update_dashboard_request'
622
655
  require 'fastly/models/user'
623
656
  require 'fastly/models/user_response'
624
657
  require 'fastly/models/user_response_read_only'
@@ -712,6 +745,7 @@ require 'fastly/api/backend_api'
712
745
  require 'fastly/api/billing_api'
713
746
  require 'fastly/api/billing_address_api'
714
747
  require 'fastly/api/billing_invoices_api'
748
+ require 'fastly/api/billing_usage_metrics_api'
715
749
  require 'fastly/api/cache_settings_api'
716
750
  require 'fastly/api/condition_api'
717
751
  require 'fastly/api/config_store_api'
@@ -780,6 +814,7 @@ require 'fastly/api/logging_splunk_api'
780
814
  require 'fastly/api/logging_sumologic_api'
781
815
  require 'fastly/api/logging_syslog_api'
782
816
  require 'fastly/api/mutual_authentication_api'
817
+ require 'fastly/api/observability_custom_dashboards_api'
783
818
  require 'fastly/api/origin_inspector_historical_api'
784
819
  require 'fastly/api/origin_inspector_realtime_api'
785
820
  require 'fastly/api/package_api'
data/sig.json CHANGED
@@ -1 +1 @@
1
- {"G": "5a2ccc65", "D": "ec7f026b"}
1
+ {"G": "01161630", "D": "e05af2db"}