fastly 15.0.0 → 15.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +22 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +10 -3
  5. data/docs/DdosProtectionEvent.md +2 -0
  6. data/docs/DdosProtectionEventAllOf.md +2 -0
  7. data/docs/DdosProtectionRequestEnableMode.md +10 -0
  8. data/docs/DomainInspectorHistoricalApi.md +1 -1
  9. data/docs/DomainResearchApi.md +103 -0
  10. data/docs/DomainResearchResponseBodyEnable.md +12 -0
  11. data/docs/DomainResearchResponseCustomer.md +10 -0
  12. data/docs/DomainResearchResponseLinks.md +10 -0
  13. data/docs/DomainResearchResponseLinksLinks.md +10 -0
  14. data/docs/DomainResearchResponseProduct.md +10 -0
  15. data/docs/DomainResearchResponseProductProduct.md +11 -0
  16. data/docs/IamV1RoleResponse.md +1 -0
  17. data/docs/InlineResponse20010.md +2 -1
  18. data/docs/InlineResponse20011.md +10 -0
  19. data/docs/InlineResponse2006.md +1 -2
  20. data/docs/InlineResponse2007.md +1 -1
  21. data/docs/InlineResponse2008.md +1 -1
  22. data/docs/InlineResponse2009.md +1 -1
  23. data/docs/KvStoreApi.md +43 -4
  24. data/docs/KvStoreDetails.md +2 -0
  25. data/docs/KvStoreItemApi.md +2 -2
  26. data/docs/{KvStoreRequestCreate.md → KvStoreRequestCreateOrUpdate.md} +1 -1
  27. data/docs/MetricsPlatformApi.md +75 -0
  28. data/docs/NgwafRequestEnable.md +1 -0
  29. data/docs/Offer.md +12 -0
  30. data/docs/OfferAllOf.md +12 -0
  31. data/docs/OriginInspectorHistoricalApi.md +1 -1
  32. data/docs/PlatformMetadata.md +14 -0
  33. data/docs/PlatformMetricsResponse.md +11 -0
  34. data/docs/PlatformValues.md +25 -0
  35. data/docs/ProductDdosProtectionApi.md +3 -1
  36. data/docs/ProductDomainResearchApi.md +115 -0
  37. data/docs/RealtimeEntryAggregated.md +4 -0
  38. data/docs/RealtimeMeasurements.md +4 -0
  39. data/docs/Results.md +4 -0
  40. data/docs/SecretStoreApi.md +2 -2
  41. data/docs/SecretStoreItemApi.md +2 -2
  42. data/docs/ServiceAuthorizationsApi.md +2 -2
  43. data/docs/Status.md +15 -0
  44. data/docs/StatusAllOf.md +15 -0
  45. data/docs/Suggestion.md +13 -0
  46. data/docs/SuggestionAllOf.md +13 -0
  47. data/lib/fastly/api/domain_inspector_historical_api.rb +1 -1
  48. data/lib/fastly/api/domain_research_api.rb +163 -0
  49. data/lib/fastly/api/kv_store_api.rb +74 -6
  50. data/lib/fastly/api/kv_store_item_api.rb +3 -3
  51. data/lib/fastly/api/metrics_platform_api.rb +134 -0
  52. data/lib/fastly/api/origin_inspector_historical_api.rb +1 -1
  53. data/lib/fastly/api/product_ddos_protection_api.rb +10 -3
  54. data/lib/fastly/api/product_domain_research_api.rb +186 -0
  55. data/lib/fastly/api/secret_store_api.rb +3 -3
  56. data/lib/fastly/api/secret_store_item_api.rb +3 -3
  57. data/lib/fastly/api/service_authorizations_api.rb +3 -3
  58. data/lib/fastly/configuration.rb +42 -0
  59. data/lib/fastly/models/ddos_protection_event.rb +21 -1
  60. data/lib/fastly/models/ddos_protection_event_all_of.rb +21 -1
  61. data/lib/fastly/models/ddos_protection_request_enable_mode.rb +251 -0
  62. data/lib/fastly/models/domain_research_response_body_enable.rb +243 -0
  63. data/lib/fastly/models/domain_research_response_customer.rb +216 -0
  64. data/lib/fastly/models/domain_research_response_links.rb +216 -0
  65. data/lib/fastly/models/domain_research_response_links_links.rb +217 -0
  66. data/lib/fastly/models/domain_research_response_product.rb +216 -0
  67. data/lib/fastly/models/domain_research_response_product_product.rb +227 -0
  68. data/lib/fastly/models/iam_v1_role_response.rb +10 -1
  69. data/lib/fastly/models/inline_response20010.rb +13 -4
  70. data/lib/fastly/models/inline_response20011.rb +218 -0
  71. data/lib/fastly/models/inline_response2006.rb +8 -17
  72. data/lib/fastly/models/inline_response2007.rb +1 -1
  73. data/lib/fastly/models/inline_response2008.rb +1 -1
  74. data/lib/fastly/models/inline_response2009.rb +1 -1
  75. data/lib/fastly/models/kv_store_details.rb +24 -4
  76. data/lib/fastly/models/{kv_store_request_create.rb → kv_store_request_create_or_update.rb} +3 -3
  77. data/lib/fastly/models/ngwaf_request_enable.rb +14 -4
  78. data/lib/fastly/models/offer.rb +245 -0
  79. data/lib/fastly/models/offer_all_of.rb +237 -0
  80. data/lib/fastly/models/platform_metadata.rb +258 -0
  81. data/lib/fastly/models/platform_metrics_response.rb +228 -0
  82. data/lib/fastly/models/platform_values.rb +368 -0
  83. data/lib/fastly/models/realtime_entry_aggregated.rb +44 -4
  84. data/lib/fastly/models/realtime_measurements.rb +44 -4
  85. data/lib/fastly/models/results.rb +41 -1
  86. data/lib/fastly/models/status.rb +276 -0
  87. data/lib/fastly/models/status_all_of.rb +268 -0
  88. data/lib/fastly/models/suggestion.rb +255 -0
  89. data/lib/fastly/models/suggestion_all_of.rb +247 -0
  90. data/lib/fastly/version.rb +1 -1
  91. data/lib/fastly.rb +21 -1
  92. data/sig.json +1 -1
  93. metadata +44 -4
@@ -0,0 +1,247 @@
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 SuggestionAllOf
16
+ # The suggested domain, consisting of a subdomain and zone.
17
+ attr_accessor :domain
18
+
19
+ # The subdomain of the suggested domain.
20
+ attr_accessor :subdomain
21
+
22
+ # The zone of the suggested domain.
23
+ attr_accessor :zone
24
+
25
+ # If present, the path is to be appended to the domain to complete the suggestion.
26
+ attr_accessor :path
27
+
28
+ # Attribute mapping from ruby-style variable name to JSON key.
29
+ def self.attribute_map
30
+ {
31
+ :'domain' => :'domain',
32
+ :'subdomain' => :'subdomain',
33
+ :'zone' => :'zone',
34
+ :'path' => :'path'
35
+ }
36
+ end
37
+
38
+ # Returns all the JSON keys this model knows about
39
+ def self.acceptable_attributes
40
+ attribute_map.values
41
+ end
42
+
43
+ # Attribute type mapping.
44
+ def self.fastly_types
45
+ {
46
+ :'domain' => :'String',
47
+ :'subdomain' => :'String',
48
+ :'zone' => :'String',
49
+ :'path' => :'String'
50
+ }
51
+ end
52
+
53
+ # List of attributes with nullable: true
54
+ def self.fastly_nullable
55
+ Set.new([
56
+ ])
57
+ end
58
+
59
+ # Initializes the object
60
+ # @param [Hash] attributes Model attributes in the form of hash
61
+ def initialize(attributes = {})
62
+ if (!attributes.is_a?(Hash))
63
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Fastly::SuggestionAllOf` initialize method"
64
+ end
65
+
66
+ # check to see if the attribute exists and convert string to symbol for hash key
67
+ attributes = attributes.each_with_object({}) { |(k, v), h|
68
+ if (!self.class.attribute_map.key?(k.to_sym))
69
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Fastly::SuggestionAllOf`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
70
+ end
71
+ h[k.to_sym] = v
72
+ }
73
+
74
+ if attributes.key?(:'domain')
75
+ self.domain = attributes[:'domain']
76
+ end
77
+
78
+ if attributes.key?(:'subdomain')
79
+ self.subdomain = attributes[:'subdomain']
80
+ end
81
+
82
+ if attributes.key?(:'zone')
83
+ self.zone = attributes[:'zone']
84
+ end
85
+
86
+ if attributes.key?(:'path')
87
+ self.path = attributes[:'path']
88
+ end
89
+ end
90
+
91
+ # Show invalid properties with the reasons. Usually used together with valid?
92
+ # @return Array for valid properties with the reasons
93
+ def list_invalid_properties
94
+ invalid_properties = Array.new
95
+ invalid_properties
96
+ end
97
+
98
+ # Check to see if the all the properties in the model are valid
99
+ # @return true if the model is valid
100
+ def valid?
101
+ true
102
+ end
103
+
104
+ # Checks equality by comparing each attribute.
105
+ # @param [Object] Object to be compared
106
+ def ==(o)
107
+ return true if self.equal?(o)
108
+ self.class == o.class &&
109
+ domain == o.domain &&
110
+ subdomain == o.subdomain &&
111
+ zone == o.zone &&
112
+ path == o.path
113
+ end
114
+
115
+ # @see the `==` method
116
+ # @param [Object] Object to be compared
117
+ def eql?(o)
118
+ self == o
119
+ end
120
+
121
+ # Calculates hash code according to all attributes.
122
+ # @return [Integer] Hash code
123
+ def hash
124
+ [domain, subdomain, zone, path].hash
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 self.build_from_hash(attributes)
131
+ new.build_from_hash(attributes)
132
+ end
133
+
134
+ # Builds the object from hash
135
+ # @param [Hash] attributes Model attributes in the form of hash
136
+ # @return [Object] Returns the model itself
137
+ def build_from_hash(attributes)
138
+ return nil unless attributes.is_a?(Hash)
139
+ self.class.fastly_types.each_pair do |key, type|
140
+ if attributes[self.class.attribute_map[key]].nil? && self.class.fastly_nullable.include?(key)
141
+ self.send("#{key}=", nil)
142
+ elsif type =~ /\AArray<(.*)>/i
143
+ # check to ensure the input is an array given that the attribute
144
+ # is documented as an array but the input is not
145
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
146
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
147
+ end
148
+ elsif !attributes[self.class.attribute_map[key]].nil?
149
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
150
+ end
151
+ end
152
+
153
+ self
154
+ end
155
+
156
+ # Deserializes the data based on type
157
+ # @param string type Data type
158
+ # @param string value Value to be deserialized
159
+ # @return [Object] Deserialized data
160
+ def _deserialize(type, value)
161
+ case type.to_sym
162
+ when :Time
163
+ Time.parse(value)
164
+ when :Date
165
+ Date.parse(value)
166
+ when :String
167
+ value.to_s
168
+ when :Integer
169
+ value.to_i
170
+ when :Float
171
+ value.to_f
172
+ when :Boolean
173
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
174
+ true
175
+ else
176
+ false
177
+ end
178
+ when :Object
179
+ # generic object (usually a Hash), return directly
180
+ value
181
+ when /\AArray<(?<inner_type>.+)>\z/
182
+ inner_type = Regexp.last_match[:inner_type]
183
+ value.map { |v| _deserialize(inner_type, v) }
184
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
185
+ k_type = Regexp.last_match[:k_type]
186
+ v_type = Regexp.last_match[:v_type]
187
+ {}.tap do |hash|
188
+ value.each do |k, v|
189
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
190
+ end
191
+ end
192
+ else # model
193
+ # models (e.g. Pet) or oneOf
194
+ klass = Fastly.const_get(type)
195
+ klass.respond_to?(:fastly_one_of) ? klass.build(value) : klass.build_from_hash(value)
196
+ end
197
+ end
198
+
199
+ # Returns the string representation of the object
200
+ # @return [String] String presentation of the object
201
+ def to_s
202
+ to_hash.to_s
203
+ end
204
+
205
+ # to_body is an alias to to_hash (backward compatibility)
206
+ # @return [Hash] Returns the object in the form of hash
207
+ def to_body
208
+ to_hash
209
+ end
210
+
211
+ # Returns the object in the form of hash
212
+ # @return [Hash] Returns the object in the form of hash
213
+ def to_hash
214
+ hash = {}
215
+ self.class.attribute_map.each_pair do |attr, param|
216
+ value = self.send(attr)
217
+ if value.nil?
218
+ is_nullable = self.class.fastly_nullable.include?(attr)
219
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
220
+ end
221
+
222
+ hash[param] = _to_hash(value)
223
+ end
224
+ hash
225
+ end
226
+
227
+ # Outputs non-array value in the form of hash
228
+ # For object, use to_hash. Otherwise, just return the value
229
+ # @param [Object] value Any valid value
230
+ # @return [Hash] Returns the value in the form of hash
231
+ def _to_hash(value)
232
+ if value.is_a?(Array)
233
+ value.compact.map { |v| _to_hash(v) }
234
+ elsif value.is_a?(Hash)
235
+ {}.tap do |hash|
236
+ value.each { |k, v| hash[k] = _to_hash(v) }
237
+ end
238
+ elsif value.respond_to? :to_hash
239
+ value.to_hash
240
+ else
241
+ value
242
+ end
243
+ end
244
+
245
+ end
246
+
247
+ end
@@ -9,5 +9,5 @@ Contact: oss@fastly.com
9
9
  =end
10
10
 
11
11
  module Fastly
12
- VERSION = '15.0.0'
12
+ VERSION = '15.1.0'
13
13
  end
data/lib/fastly.rb CHANGED
@@ -149,6 +149,7 @@ require 'fastly/models/ddos_protection_invalid_request'
149
149
  require 'fastly/models/ddos_protection_not_authenticated'
150
150
  require 'fastly/models/ddos_protection_not_authorized'
151
151
  require 'fastly/models/ddos_protection_not_found'
152
+ require 'fastly/models/ddos_protection_request_enable_mode'
152
153
  require 'fastly/models/ddos_protection_request_update_configuration'
153
154
  require 'fastly/models/ddos_protection_response_body_get_all_services'
154
155
  require 'fastly/models/ddos_protection_response_configuration'
@@ -213,6 +214,12 @@ require 'fastly/models/domain_inspector_response_links_links'
213
214
  require 'fastly/models/domain_inspector_response_product'
214
215
  require 'fastly/models/domain_inspector_response_product_product'
215
216
  require 'fastly/models/domain_inspector_response_service'
217
+ require 'fastly/models/domain_research_response_body_enable'
218
+ require 'fastly/models/domain_research_response_customer'
219
+ require 'fastly/models/domain_research_response_links'
220
+ require 'fastly/models/domain_research_response_links_links'
221
+ require 'fastly/models/domain_research_response_product'
222
+ require 'fastly/models/domain_research_response_product_product'
216
223
  require 'fastly/models/domain_response'
217
224
  require 'fastly/models/environment'
218
225
  require 'fastly/models/environment_name'
@@ -305,6 +312,7 @@ require 'fastly/models/inline_object1'
305
312
  require 'fastly/models/inline_response200'
306
313
  require 'fastly/models/inline_response2001'
307
314
  require 'fastly/models/inline_response20010'
315
+ require 'fastly/models/inline_response20011'
308
316
  require 'fastly/models/inline_response2002'
309
317
  require 'fastly/models/inline_response2003'
310
318
  require 'fastly/models/inline_response2004'
@@ -331,7 +339,7 @@ require 'fastly/models/invoicelineitems'
331
339
  require 'fastly/models/kv_store_batch_response'
332
340
  require 'fastly/models/kv_store_batch_response_errors'
333
341
  require 'fastly/models/kv_store_details'
334
- require 'fastly/models/kv_store_request_create'
342
+ require 'fastly/models/kv_store_request_create_or_update'
335
343
  require 'fastly/models/kv_store_upsert_batch'
336
344
  require 'fastly/models/list_attack_report'
337
345
  require 'fastly/models/list_attack_report_meta'
@@ -476,6 +484,8 @@ require 'fastly/models/object_storage_response_links'
476
484
  require 'fastly/models/object_storage_response_links_links'
477
485
  require 'fastly/models/object_storage_response_product'
478
486
  require 'fastly/models/object_storage_response_product_product'
487
+ require 'fastly/models/offer'
488
+ require 'fastly/models/offer_all_of'
479
489
  require 'fastly/models/origin_inspector'
480
490
  require 'fastly/models/origin_inspector_dimensions'
481
491
  require 'fastly/models/origin_inspector_entry'
@@ -510,6 +520,9 @@ require 'fastly/models/platform_ddos_data_items'
510
520
  require 'fastly/models/platform_ddos_entry'
511
521
  require 'fastly/models/platform_ddos_response'
512
522
  require 'fastly/models/platform_ddos_response_all_of'
523
+ require 'fastly/models/platform_metadata'
524
+ require 'fastly/models/platform_metrics_response'
525
+ require 'fastly/models/platform_values'
513
526
  require 'fastly/models/pool_additional'
514
527
  require 'fastly/models/pool_response'
515
528
  require 'fastly/models/pool_response_all_of'
@@ -683,11 +696,15 @@ require 'fastly/models/star_data'
683
696
  require 'fastly/models/star_response'
684
697
  require 'fastly/models/star_response_all_of'
685
698
  require 'fastly/models/stats'
699
+ require 'fastly/models/status'
700
+ require 'fastly/models/status_all_of'
686
701
  require 'fastly/models/successful_response_as_object'
687
702
  require 'fastly/models/successful_response_as_object_all_of'
688
703
  require 'fastly/models/sudo_generic_token_error'
689
704
  require 'fastly/models/sudo_request'
690
705
  require 'fastly/models/sudo_response'
706
+ require 'fastly/models/suggestion'
707
+ require 'fastly/models/suggestion_all_of'
691
708
  require 'fastly/models/timeseries_get_response'
692
709
  require 'fastly/models/timeseries_meta'
693
710
  require 'fastly/models/timeseries_result'
@@ -869,6 +886,7 @@ require 'fastly/api/domain_api'
869
886
  require 'fastly/api/domain_inspector_historical_api'
870
887
  require 'fastly/api/domain_inspector_realtime_api'
871
888
  require 'fastly/api/domain_ownerships_api'
889
+ require 'fastly/api/domain_research_api'
872
890
  require 'fastly/api/events_api'
873
891
  require 'fastly/api/gzip_api'
874
892
  require 'fastly/api/header_api'
@@ -913,6 +931,7 @@ require 'fastly/api/logging_sftp_api'
913
931
  require 'fastly/api/logging_splunk_api'
914
932
  require 'fastly/api/logging_sumologic_api'
915
933
  require 'fastly/api/logging_syslog_api'
934
+ require 'fastly/api/metrics_platform_api'
916
935
  require 'fastly/api/mutual_authentication_api'
917
936
  require 'fastly/api/ngwaf_reports_api'
918
937
  require 'fastly/api/object_storage_access_keys_api'
@@ -930,6 +949,7 @@ require 'fastly/api/product_bot_management_api'
930
949
  require 'fastly/api/product_brotli_compression_api'
931
950
  require 'fastly/api/product_ddos_protection_api'
932
951
  require 'fastly/api/product_domain_inspector_api'
952
+ require 'fastly/api/product_domain_research_api'
933
953
  require 'fastly/api/product_fanout_api'
934
954
  require 'fastly/api/product_image_optimizer_api'
935
955
  require 'fastly/api/product_log_explorer_insights_api'
data/sig.json CHANGED
@@ -1 +1 @@
1
- {"G": "6ebb4bfe", "D": "db064767"}
1
+ {"G": "bc5e590d", "D": "0d6bf445"}
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: 15.0.0
4
+ version: 15.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fastly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-10-31 00:00:00.000000000 Z
11
+ date: 2025-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -204,6 +204,7 @@ files:
204
204
  - docs/DdosProtectionNotAuthenticated.md
205
205
  - docs/DdosProtectionNotAuthorized.md
206
206
  - docs/DdosProtectionNotFound.md
207
+ - docs/DdosProtectionRequestEnableMode.md
207
208
  - docs/DdosProtectionRequestUpdateConfiguration.md
208
209
  - docs/DdosProtectionResponseBodyGetAllServices.md
209
210
  - docs/DdosProtectionResponseConfiguration.md
@@ -279,6 +280,13 @@ files:
279
280
  - docs/DomainInspectorResponseProductProduct.md
280
281
  - docs/DomainInspectorResponseService.md
281
282
  - docs/DomainOwnershipsApi.md
283
+ - docs/DomainResearchApi.md
284
+ - docs/DomainResearchResponseBodyEnable.md
285
+ - docs/DomainResearchResponseCustomer.md
286
+ - docs/DomainResearchResponseLinks.md
287
+ - docs/DomainResearchResponseLinksLinks.md
288
+ - docs/DomainResearchResponseProduct.md
289
+ - docs/DomainResearchResponseProductProduct.md
282
290
  - docs/DomainResponse.md
283
291
  - docs/Environment.md
284
292
  - docs/EnvironmentName.md
@@ -382,6 +390,7 @@ files:
382
390
  - docs/InlineResponse200.md
383
391
  - docs/InlineResponse2001.md
384
392
  - docs/InlineResponse20010.md
393
+ - docs/InlineResponse20011.md
385
394
  - docs/InlineResponse2002.md
386
395
  - docs/InlineResponse2003.md
387
396
  - docs/InlineResponse2004.md
@@ -412,7 +421,7 @@ files:
412
421
  - docs/KvStoreBatchResponseErrors.md
413
422
  - docs/KvStoreDetails.md
414
423
  - docs/KvStoreItemApi.md
415
- - docs/KvStoreRequestCreate.md
424
+ - docs/KvStoreRequestCreateOrUpdate.md
416
425
  - docs/KvStoreUpsertBatch.md
417
426
  - docs/ListAttackReport.md
418
427
  - docs/ListAttackReportMeta.md
@@ -551,6 +560,7 @@ files:
551
560
  - docs/LoggingTlsCommon.md
552
561
  - docs/LoggingUseTlsString.md
553
562
  - docs/Metadata.md
563
+ - docs/MetricsPlatformApi.md
554
564
  - docs/MtdInvoiceResponse.md
555
565
  - docs/Mtdinvoice.md
556
566
  - docs/Mtdlineitems.md
@@ -592,6 +602,8 @@ files:
592
602
  - docs/ObservabilityAggregationsForLogsApi.md
593
603
  - docs/ObservabilityCustomDashboardsApi.md
594
604
  - docs/ObservabilityTimeseriesApi.md
605
+ - docs/Offer.md
606
+ - docs/OfferAllOf.md
595
607
  - docs/OriginInspector.md
596
608
  - docs/OriginInspectorDimensions.md
597
609
  - docs/OriginInspectorEntry.md
@@ -629,6 +641,9 @@ files:
629
641
  - docs/PlatformDdosEntry.md
630
642
  - docs/PlatformDdosResponse.md
631
643
  - docs/PlatformDdosResponseAllOf.md
644
+ - docs/PlatformMetadata.md
645
+ - docs/PlatformMetricsResponse.md
646
+ - docs/PlatformValues.md
632
647
  - docs/PoolAdditional.md
633
648
  - docs/PoolApi.md
634
649
  - docs/PoolResponse.md
@@ -645,6 +660,7 @@ files:
645
660
  - docs/ProductBrotliCompressionApi.md
646
661
  - docs/ProductDdosProtectionApi.md
647
662
  - docs/ProductDomainInspectorApi.md
663
+ - docs/ProductDomainResearchApi.md
648
664
  - docs/ProductFanoutApi.md
649
665
  - docs/ProductImageOptimizerApi.md
650
666
  - docs/ProductLogExplorerInsightsApi.md
@@ -834,12 +850,16 @@ files:
834
850
  - docs/StarResponseAllOf.md
835
851
  - docs/Stats.md
836
852
  - docs/StatsApi.md
853
+ - docs/Status.md
854
+ - docs/StatusAllOf.md
837
855
  - docs/SuccessfulResponseAsObject.md
838
856
  - docs/SuccessfulResponseAsObjectAllOf.md
839
857
  - docs/SudoApi.md
840
858
  - docs/SudoGenericTokenError.md
841
859
  - docs/SudoRequest.md
842
860
  - docs/SudoResponse.md
861
+ - docs/Suggestion.md
862
+ - docs/SuggestionAllOf.md
843
863
  - docs/TimeseriesGetResponse.md
844
864
  - docs/TimeseriesMeta.md
845
865
  - docs/TimeseriesResult.md
@@ -1035,6 +1055,7 @@ files:
1035
1055
  - lib/fastly/api/domain_inspector_historical_api.rb
1036
1056
  - lib/fastly/api/domain_inspector_realtime_api.rb
1037
1057
  - lib/fastly/api/domain_ownerships_api.rb
1058
+ - lib/fastly/api/domain_research_api.rb
1038
1059
  - lib/fastly/api/events_api.rb
1039
1060
  - lib/fastly/api/gzip_api.rb
1040
1061
  - lib/fastly/api/header_api.rb
@@ -1079,6 +1100,7 @@ files:
1079
1100
  - lib/fastly/api/logging_splunk_api.rb
1080
1101
  - lib/fastly/api/logging_sumologic_api.rb
1081
1102
  - lib/fastly/api/logging_syslog_api.rb
1103
+ - lib/fastly/api/metrics_platform_api.rb
1082
1104
  - lib/fastly/api/mutual_authentication_api.rb
1083
1105
  - lib/fastly/api/ngwaf_reports_api.rb
1084
1106
  - lib/fastly/api/object_storage_access_keys_api.rb
@@ -1096,6 +1118,7 @@ files:
1096
1118
  - lib/fastly/api/product_brotli_compression_api.rb
1097
1119
  - lib/fastly/api/product_ddos_protection_api.rb
1098
1120
  - lib/fastly/api/product_domain_inspector_api.rb
1121
+ - lib/fastly/api/product_domain_research_api.rb
1099
1122
  - lib/fastly/api/product_fanout_api.rb
1100
1123
  - lib/fastly/api/product_image_optimizer_api.rb
1101
1124
  - lib/fastly/api/product_log_explorer_insights_api.rb
@@ -1272,6 +1295,7 @@ files:
1272
1295
  - lib/fastly/models/ddos_protection_not_authenticated.rb
1273
1296
  - lib/fastly/models/ddos_protection_not_authorized.rb
1274
1297
  - lib/fastly/models/ddos_protection_not_found.rb
1298
+ - lib/fastly/models/ddos_protection_request_enable_mode.rb
1275
1299
  - lib/fastly/models/ddos_protection_request_update_configuration.rb
1276
1300
  - lib/fastly/models/ddos_protection_response_body_get_all_services.rb
1277
1301
  - lib/fastly/models/ddos_protection_response_configuration.rb
@@ -1336,6 +1360,12 @@ files:
1336
1360
  - lib/fastly/models/domain_inspector_response_product.rb
1337
1361
  - lib/fastly/models/domain_inspector_response_product_product.rb
1338
1362
  - lib/fastly/models/domain_inspector_response_service.rb
1363
+ - lib/fastly/models/domain_research_response_body_enable.rb
1364
+ - lib/fastly/models/domain_research_response_customer.rb
1365
+ - lib/fastly/models/domain_research_response_links.rb
1366
+ - lib/fastly/models/domain_research_response_links_links.rb
1367
+ - lib/fastly/models/domain_research_response_product.rb
1368
+ - lib/fastly/models/domain_research_response_product_product.rb
1339
1369
  - lib/fastly/models/domain_response.rb
1340
1370
  - lib/fastly/models/environment.rb
1341
1371
  - lib/fastly/models/environment_name.rb
@@ -1428,6 +1458,7 @@ files:
1428
1458
  - lib/fastly/models/inline_response200.rb
1429
1459
  - lib/fastly/models/inline_response2001.rb
1430
1460
  - lib/fastly/models/inline_response20010.rb
1461
+ - lib/fastly/models/inline_response20011.rb
1431
1462
  - lib/fastly/models/inline_response2002.rb
1432
1463
  - lib/fastly/models/inline_response2003.rb
1433
1464
  - lib/fastly/models/inline_response2004.rb
@@ -1454,7 +1485,7 @@ files:
1454
1485
  - lib/fastly/models/kv_store_batch_response.rb
1455
1486
  - lib/fastly/models/kv_store_batch_response_errors.rb
1456
1487
  - lib/fastly/models/kv_store_details.rb
1457
- - lib/fastly/models/kv_store_request_create.rb
1488
+ - lib/fastly/models/kv_store_request_create_or_update.rb
1458
1489
  - lib/fastly/models/kv_store_upsert_batch.rb
1459
1490
  - lib/fastly/models/list_attack_report.rb
1460
1491
  - lib/fastly/models/list_attack_report_meta.rb
@@ -1599,6 +1630,8 @@ files:
1599
1630
  - lib/fastly/models/object_storage_response_links_links.rb
1600
1631
  - lib/fastly/models/object_storage_response_product.rb
1601
1632
  - lib/fastly/models/object_storage_response_product_product.rb
1633
+ - lib/fastly/models/offer.rb
1634
+ - lib/fastly/models/offer_all_of.rb
1602
1635
  - lib/fastly/models/origin_inspector.rb
1603
1636
  - lib/fastly/models/origin_inspector_dimensions.rb
1604
1637
  - lib/fastly/models/origin_inspector_entry.rb
@@ -1633,6 +1666,9 @@ files:
1633
1666
  - lib/fastly/models/platform_ddos_entry.rb
1634
1667
  - lib/fastly/models/platform_ddos_response.rb
1635
1668
  - lib/fastly/models/platform_ddos_response_all_of.rb
1669
+ - lib/fastly/models/platform_metadata.rb
1670
+ - lib/fastly/models/platform_metrics_response.rb
1671
+ - lib/fastly/models/platform_values.rb
1636
1672
  - lib/fastly/models/pool_additional.rb
1637
1673
  - lib/fastly/models/pool_response.rb
1638
1674
  - lib/fastly/models/pool_response_all_of.rb
@@ -1806,11 +1842,15 @@ files:
1806
1842
  - lib/fastly/models/star_response.rb
1807
1843
  - lib/fastly/models/star_response_all_of.rb
1808
1844
  - lib/fastly/models/stats.rb
1845
+ - lib/fastly/models/status.rb
1846
+ - lib/fastly/models/status_all_of.rb
1809
1847
  - lib/fastly/models/successful_response_as_object.rb
1810
1848
  - lib/fastly/models/successful_response_as_object_all_of.rb
1811
1849
  - lib/fastly/models/sudo_generic_token_error.rb
1812
1850
  - lib/fastly/models/sudo_request.rb
1813
1851
  - lib/fastly/models/sudo_response.rb
1852
+ - lib/fastly/models/suggestion.rb
1853
+ - lib/fastly/models/suggestion_all_of.rb
1814
1854
  - lib/fastly/models/timeseries_get_response.rb
1815
1855
  - lib/fastly/models/timeseries_meta.rb
1816
1856
  - lib/fastly/models/timeseries_result.rb