fastly 15.0.0 → 16.0.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +40 -1
- data/Gemfile.lock +3 -3
- data/README.md +32 -3
- data/docs/ApisecurityOperationsApi.md +465 -0
- data/docs/AutomationTokensApi.md +2 -2
- data/docs/Backend.md +1 -0
- data/docs/BackendApi.md +4 -0
- data/docs/BackendResponse.md +1 -0
- data/docs/DdosProtectionApi.md +4 -4
- data/docs/DdosProtectionEvent.md +2 -0
- data/docs/DdosProtectionEventAllOf.md +2 -0
- data/docs/DdosProtectionRequestEnableMode.md +10 -0
- data/docs/DiscoveredOperationBase.md +12 -0
- data/docs/DiscoveredOperationGet.md +15 -0
- data/docs/DiscoveredOperationGetExtra.md +12 -0
- data/docs/DmDomainsApi.md +2 -2
- data/docs/DomainInspectorHistoricalApi.md +1 -1
- data/docs/DomainInspectorMeasurements.md +63 -0
- data/docs/DomainOwnershipsApi.md +2 -2
- data/docs/DomainResearchApi.md +103 -0
- data/docs/DomainResearchResponseBodyEnable.md +12 -0
- data/docs/DomainResearchResponseCustomer.md +10 -0
- data/docs/DomainResearchResponseLinks.md +10 -0
- data/docs/DomainResearchResponseLinksLinks.md +10 -0
- data/docs/DomainResearchResponseProduct.md +10 -0
- data/docs/DomainResearchResponseProductProduct.md +11 -0
- data/docs/HistoricalApi.md +8 -0
- data/docs/HistoricalMeta.md +1 -0
- data/docs/IamV1RoleResponse.md +1 -0
- data/docs/InlineResponse2001.md +2 -1
- data/docs/InlineResponse20010.md +2 -1
- data/docs/InlineResponse20011.md +11 -0
- data/docs/InlineResponse20012.md +11 -0
- data/docs/InlineResponse20013.md +11 -0
- data/docs/InlineResponse20014.md +10 -0
- data/docs/InlineResponse2002.md +2 -2
- data/docs/InlineResponse2003.md +2 -2
- data/docs/InlineResponse2004.md +1 -2
- data/docs/InlineResponse2005.md +2 -1
- data/docs/InlineResponse2006.md +2 -2
- data/docs/InlineResponse2007.md +2 -2
- data/docs/InlineResponse2008.md +1 -2
- data/docs/InlineResponse2009.md +1 -2
- data/docs/InsightsApi.md +3 -3
- data/docs/KvStoreApi.md +43 -4
- data/docs/KvStoreDetails.md +2 -0
- data/docs/KvStoreItemApi.md +2 -2
- data/docs/{KvStoreRequestCreate.md → KvStoreRequestCreateOrUpdate.md} +1 -1
- data/docs/LogInsights.md +1 -1
- data/docs/Meta.md +11 -0
- data/docs/MetricsPlatformApi.md +75 -0
- data/docs/NgwafRequestEnable.md +1 -0
- data/docs/Offer.md +12 -0
- data/docs/OfferAllOf.md +12 -0
- data/docs/OperationBase.md +14 -0
- data/docs/OperationCreate.md +14 -0
- data/docs/OperationGet.md +18 -0
- data/docs/OperationGetExtra.md +13 -0
- data/docs/OperationUpdate.md +14 -0
- data/docs/OriginInspectorHistoricalApi.md +1 -1
- data/docs/PackageMetadata.md +2 -2
- data/docs/PlatformMetadata.md +14 -0
- data/docs/PlatformMetricsResponse.md +11 -0
- data/docs/PlatformValues.md +25 -0
- data/docs/ProductDdosProtectionApi.md +3 -1
- data/docs/ProductDomainResearchApi.md +115 -0
- data/docs/RealtimeEntryAggregated.md +25 -0
- data/docs/RealtimeMeasurements.md +25 -0
- data/docs/Results.md +25 -0
- data/docs/SecretStoreApi.md +2 -2
- data/docs/SecretStoreItemApi.md +2 -2
- data/docs/ServiceAuthorizationsApi.md +2 -2
- data/docs/Status.md +15 -0
- data/docs/StatusAllOf.md +15 -0
- data/docs/Suggestion.md +13 -0
- data/docs/SuggestionAllOf.md +13 -0
- data/docs/TagBase.md +11 -0
- data/docs/TagCreate.md +11 -0
- data/docs/TagGet.md +15 -0
- data/docs/TagGetExtra.md +13 -0
- data/docs/Values.md +63 -0
- data/lib/fastly/api/apisecurity_operations_api.rb +829 -0
- data/lib/fastly/api/automation_tokens_api.rb +3 -3
- data/lib/fastly/api/backend_api.rb +6 -0
- data/lib/fastly/api/ddos_protection_api.rb +6 -6
- data/lib/fastly/api/dm_domains_api.rb +3 -3
- data/lib/fastly/api/domain_inspector_historical_api.rb +1 -1
- data/lib/fastly/api/domain_ownerships_api.rb +3 -3
- data/lib/fastly/api/domain_research_api.rb +163 -0
- data/lib/fastly/api/historical_api.rb +12 -0
- data/lib/fastly/api/kv_store_api.rb +74 -6
- data/lib/fastly/api/kv_store_item_api.rb +3 -3
- data/lib/fastly/api/metrics_platform_api.rb +134 -0
- data/lib/fastly/api/origin_inspector_historical_api.rb +1 -1
- data/lib/fastly/api/product_ddos_protection_api.rb +10 -3
- data/lib/fastly/api/product_domain_research_api.rb +186 -0
- data/lib/fastly/api/secret_store_api.rb +3 -3
- data/lib/fastly/api/secret_store_item_api.rb +3 -3
- data/lib/fastly/api/service_authorizations_api.rb +3 -3
- data/lib/fastly/configuration.rb +108 -0
- data/lib/fastly/models/backend.rb +11 -1
- data/lib/fastly/models/backend_response.rb +11 -1
- data/lib/fastly/models/ddos_protection_event.rb +21 -1
- data/lib/fastly/models/ddos_protection_event_all_of.rb +21 -1
- data/lib/fastly/models/ddos_protection_request_enable_mode.rb +251 -0
- data/lib/fastly/models/discovered_operation_base.rb +271 -0
- data/lib/fastly/models/discovered_operation_get.rb +336 -0
- data/lib/fastly/models/discovered_operation_get_extra.rb +271 -0
- data/lib/fastly/models/domain_inspector_measurements.rb +634 -4
- data/lib/fastly/models/domain_research_response_body_enable.rb +243 -0
- data/lib/fastly/models/domain_research_response_customer.rb +216 -0
- data/lib/fastly/models/domain_research_response_links.rb +216 -0
- data/lib/fastly/models/domain_research_response_links_links.rb +217 -0
- data/lib/fastly/models/domain_research_response_product.rb +216 -0
- data/lib/fastly/models/domain_research_response_product_product.rb +227 -0
- data/lib/fastly/models/historical_meta.rb +13 -4
- data/lib/fastly/models/iam_v1_role_response.rb +10 -1
- data/lib/fastly/models/inline_response2001.rb +12 -3
- data/lib/fastly/models/inline_response20010.rb +13 -4
- data/lib/fastly/models/inline_response20011.rb +227 -0
- data/lib/fastly/models/inline_response20012.rb +227 -0
- data/lib/fastly/models/inline_response20013.rb +227 -0
- data/lib/fastly/models/inline_response20014.rb +218 -0
- data/lib/fastly/models/inline_response2002.rb +14 -13
- data/lib/fastly/models/inline_response2003.rb +14 -23
- data/lib/fastly/models/inline_response2004.rb +5 -15
- data/lib/fastly/models/inline_response2005.rb +18 -8
- data/lib/fastly/models/inline_response2006.rb +11 -1
- data/lib/fastly/models/inline_response2007.rb +4 -2
- data/lib/fastly/models/inline_response2008.rb +8 -18
- data/lib/fastly/models/inline_response2009.rb +8 -17
- data/lib/fastly/models/kv_store_details.rb +24 -4
- data/lib/fastly/models/{kv_store_request_create.rb → kv_store_request_create_or_update.rb} +3 -3
- data/lib/fastly/models/log_insights.rb +4 -2
- data/lib/fastly/models/meta.rb +266 -0
- data/lib/fastly/models/ngwaf_request_enable.rb +14 -4
- data/lib/fastly/models/offer.rb +245 -0
- data/lib/fastly/models/offer_all_of.rb +237 -0
- data/lib/fastly/models/operation_base.rb +308 -0
- data/lib/fastly/models/operation_create.rb +315 -0
- data/lib/fastly/models/operation_get.rb +381 -0
- data/lib/fastly/models/operation_get_extra.rb +257 -0
- data/lib/fastly/models/operation_update.rb +308 -0
- data/lib/fastly/models/package_metadata.rb +2 -2
- data/lib/fastly/models/platform_metadata.rb +258 -0
- data/lib/fastly/models/platform_metrics_response.rb +228 -0
- data/lib/fastly/models/platform_values.rb +368 -0
- data/lib/fastly/models/realtime_entry_aggregated.rb +254 -4
- data/lib/fastly/models/realtime_measurements.rb +254 -4
- data/lib/fastly/models/results.rb +251 -1
- data/lib/fastly/models/status.rb +276 -0
- data/lib/fastly/models/status_all_of.rb +268 -0
- data/lib/fastly/models/suggestion.rb +255 -0
- data/lib/fastly/models/suggestion_all_of.rb +247 -0
- data/lib/fastly/models/tag_base.rb +275 -0
- data/lib/fastly/models/tag_create.rb +282 -0
- data/lib/fastly/models/tag_get.rb +352 -0
- data/lib/fastly/models/tag_get_extra.rb +267 -0
- data/lib/fastly/models/values.rb +634 -4
- data/lib/fastly/version.rb +1 -1
- data/lib/fastly.rb +38 -1
- data/sig.json +1 -1
- metadata +78 -4
data/lib/fastly/version.rb
CHANGED
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'
|
|
@@ -196,6 +197,9 @@ require 'fastly/models/director'
|
|
|
196
197
|
require 'fastly/models/director_backend'
|
|
197
198
|
require 'fastly/models/director_backend_all_of'
|
|
198
199
|
require 'fastly/models/director_response'
|
|
200
|
+
require 'fastly/models/discovered_operation_base'
|
|
201
|
+
require 'fastly/models/discovered_operation_get'
|
|
202
|
+
require 'fastly/models/discovered_operation_get_extra'
|
|
199
203
|
require 'fastly/models/domain'
|
|
200
204
|
require 'fastly/models/domain_inspector'
|
|
201
205
|
require 'fastly/models/domain_inspector_entry'
|
|
@@ -213,6 +217,12 @@ require 'fastly/models/domain_inspector_response_links_links'
|
|
|
213
217
|
require 'fastly/models/domain_inspector_response_product'
|
|
214
218
|
require 'fastly/models/domain_inspector_response_product_product'
|
|
215
219
|
require 'fastly/models/domain_inspector_response_service'
|
|
220
|
+
require 'fastly/models/domain_research_response_body_enable'
|
|
221
|
+
require 'fastly/models/domain_research_response_customer'
|
|
222
|
+
require 'fastly/models/domain_research_response_links'
|
|
223
|
+
require 'fastly/models/domain_research_response_links_links'
|
|
224
|
+
require 'fastly/models/domain_research_response_product'
|
|
225
|
+
require 'fastly/models/domain_research_response_product_product'
|
|
216
226
|
require 'fastly/models/domain_response'
|
|
217
227
|
require 'fastly/models/environment'
|
|
218
228
|
require 'fastly/models/environment_name'
|
|
@@ -305,6 +315,10 @@ require 'fastly/models/inline_object1'
|
|
|
305
315
|
require 'fastly/models/inline_response200'
|
|
306
316
|
require 'fastly/models/inline_response2001'
|
|
307
317
|
require 'fastly/models/inline_response20010'
|
|
318
|
+
require 'fastly/models/inline_response20011'
|
|
319
|
+
require 'fastly/models/inline_response20012'
|
|
320
|
+
require 'fastly/models/inline_response20013'
|
|
321
|
+
require 'fastly/models/inline_response20014'
|
|
308
322
|
require 'fastly/models/inline_response2002'
|
|
309
323
|
require 'fastly/models/inline_response2003'
|
|
310
324
|
require 'fastly/models/inline_response2004'
|
|
@@ -331,7 +345,7 @@ require 'fastly/models/invoicelineitems'
|
|
|
331
345
|
require 'fastly/models/kv_store_batch_response'
|
|
332
346
|
require 'fastly/models/kv_store_batch_response_errors'
|
|
333
347
|
require 'fastly/models/kv_store_details'
|
|
334
|
-
require 'fastly/models/
|
|
348
|
+
require 'fastly/models/kv_store_request_create_or_update'
|
|
335
349
|
require 'fastly/models/kv_store_upsert_batch'
|
|
336
350
|
require 'fastly/models/list_attack_report'
|
|
337
351
|
require 'fastly/models/list_attack_report_meta'
|
|
@@ -440,6 +454,7 @@ require 'fastly/models/logging_syslog_additional'
|
|
|
440
454
|
require 'fastly/models/logging_syslog_response'
|
|
441
455
|
require 'fastly/models/logging_tls_common'
|
|
442
456
|
require 'fastly/models/logging_use_tls_string'
|
|
457
|
+
require 'fastly/models/meta'
|
|
443
458
|
require 'fastly/models/metadata'
|
|
444
459
|
require 'fastly/models/mtd_invoice_response'
|
|
445
460
|
require 'fastly/models/mtdinvoice'
|
|
@@ -476,6 +491,13 @@ require 'fastly/models/object_storage_response_links'
|
|
|
476
491
|
require 'fastly/models/object_storage_response_links_links'
|
|
477
492
|
require 'fastly/models/object_storage_response_product'
|
|
478
493
|
require 'fastly/models/object_storage_response_product_product'
|
|
494
|
+
require 'fastly/models/offer'
|
|
495
|
+
require 'fastly/models/offer_all_of'
|
|
496
|
+
require 'fastly/models/operation_base'
|
|
497
|
+
require 'fastly/models/operation_create'
|
|
498
|
+
require 'fastly/models/operation_get'
|
|
499
|
+
require 'fastly/models/operation_get_extra'
|
|
500
|
+
require 'fastly/models/operation_update'
|
|
479
501
|
require 'fastly/models/origin_inspector'
|
|
480
502
|
require 'fastly/models/origin_inspector_dimensions'
|
|
481
503
|
require 'fastly/models/origin_inspector_entry'
|
|
@@ -510,6 +532,9 @@ require 'fastly/models/platform_ddos_data_items'
|
|
|
510
532
|
require 'fastly/models/platform_ddos_entry'
|
|
511
533
|
require 'fastly/models/platform_ddos_response'
|
|
512
534
|
require 'fastly/models/platform_ddos_response_all_of'
|
|
535
|
+
require 'fastly/models/platform_metadata'
|
|
536
|
+
require 'fastly/models/platform_metrics_response'
|
|
537
|
+
require 'fastly/models/platform_values'
|
|
513
538
|
require 'fastly/models/pool_additional'
|
|
514
539
|
require 'fastly/models/pool_response'
|
|
515
540
|
require 'fastly/models/pool_response_all_of'
|
|
@@ -683,11 +708,19 @@ require 'fastly/models/star_data'
|
|
|
683
708
|
require 'fastly/models/star_response'
|
|
684
709
|
require 'fastly/models/star_response_all_of'
|
|
685
710
|
require 'fastly/models/stats'
|
|
711
|
+
require 'fastly/models/status'
|
|
712
|
+
require 'fastly/models/status_all_of'
|
|
686
713
|
require 'fastly/models/successful_response_as_object'
|
|
687
714
|
require 'fastly/models/successful_response_as_object_all_of'
|
|
688
715
|
require 'fastly/models/sudo_generic_token_error'
|
|
689
716
|
require 'fastly/models/sudo_request'
|
|
690
717
|
require 'fastly/models/sudo_response'
|
|
718
|
+
require 'fastly/models/suggestion'
|
|
719
|
+
require 'fastly/models/suggestion_all_of'
|
|
720
|
+
require 'fastly/models/tag_base'
|
|
721
|
+
require 'fastly/models/tag_create'
|
|
722
|
+
require 'fastly/models/tag_get'
|
|
723
|
+
require 'fastly/models/tag_get_extra'
|
|
691
724
|
require 'fastly/models/timeseries_get_response'
|
|
692
725
|
require 'fastly/models/timeseries_meta'
|
|
693
726
|
require 'fastly/models/timeseries_result'
|
|
@@ -844,6 +877,7 @@ require 'fastly/api/acl_api'
|
|
|
844
877
|
require 'fastly/api/acl_entry_api'
|
|
845
878
|
require 'fastly/api/acls_in_compute_api'
|
|
846
879
|
require 'fastly/api/apex_redirect_api'
|
|
880
|
+
require 'fastly/api/apisecurity_operations_api'
|
|
847
881
|
require 'fastly/api/automation_tokens_api'
|
|
848
882
|
require 'fastly/api/backend_api'
|
|
849
883
|
require 'fastly/api/billing_address_api'
|
|
@@ -869,6 +903,7 @@ require 'fastly/api/domain_api'
|
|
|
869
903
|
require 'fastly/api/domain_inspector_historical_api'
|
|
870
904
|
require 'fastly/api/domain_inspector_realtime_api'
|
|
871
905
|
require 'fastly/api/domain_ownerships_api'
|
|
906
|
+
require 'fastly/api/domain_research_api'
|
|
872
907
|
require 'fastly/api/events_api'
|
|
873
908
|
require 'fastly/api/gzip_api'
|
|
874
909
|
require 'fastly/api/header_api'
|
|
@@ -913,6 +948,7 @@ require 'fastly/api/logging_sftp_api'
|
|
|
913
948
|
require 'fastly/api/logging_splunk_api'
|
|
914
949
|
require 'fastly/api/logging_sumologic_api'
|
|
915
950
|
require 'fastly/api/logging_syslog_api'
|
|
951
|
+
require 'fastly/api/metrics_platform_api'
|
|
916
952
|
require 'fastly/api/mutual_authentication_api'
|
|
917
953
|
require 'fastly/api/ngwaf_reports_api'
|
|
918
954
|
require 'fastly/api/object_storage_access_keys_api'
|
|
@@ -930,6 +966,7 @@ require 'fastly/api/product_bot_management_api'
|
|
|
930
966
|
require 'fastly/api/product_brotli_compression_api'
|
|
931
967
|
require 'fastly/api/product_ddos_protection_api'
|
|
932
968
|
require 'fastly/api/product_domain_inspector_api'
|
|
969
|
+
require 'fastly/api/product_domain_research_api'
|
|
933
970
|
require 'fastly/api/product_fanout_api'
|
|
934
971
|
require 'fastly/api/product_image_optimizer_api'
|
|
935
972
|
require 'fastly/api/product_log_explorer_insights_api'
|
data/sig.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"G": "
|
|
1
|
+
{"G": "9cbe6734", "D": "f1f08971"}
|
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:
|
|
4
|
+
version: 16.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fastly
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -86,6 +86,7 @@ files:
|
|
|
86
86
|
- docs/ApiDiscoveryResponseProductProduct.md
|
|
87
87
|
- docs/ApiDiscoveryResponseService.md
|
|
88
88
|
- docs/ApiDiscoveryResponseServiceService.md
|
|
89
|
+
- docs/ApisecurityOperationsApi.md
|
|
89
90
|
- docs/AsyncResponse.md
|
|
90
91
|
- docs/AttackReport.md
|
|
91
92
|
- docs/AttackSignal.md
|
|
@@ -204,6 +205,7 @@ files:
|
|
|
204
205
|
- docs/DdosProtectionNotAuthenticated.md
|
|
205
206
|
- docs/DdosProtectionNotAuthorized.md
|
|
206
207
|
- docs/DdosProtectionNotFound.md
|
|
208
|
+
- docs/DdosProtectionRequestEnableMode.md
|
|
207
209
|
- docs/DdosProtectionRequestUpdateConfiguration.md
|
|
208
210
|
- docs/DdosProtectionResponseBodyGetAllServices.md
|
|
209
211
|
- docs/DdosProtectionResponseConfiguration.md
|
|
@@ -257,6 +259,9 @@ files:
|
|
|
257
259
|
- docs/DirectorBackendAllOf.md
|
|
258
260
|
- docs/DirectorBackendApi.md
|
|
259
261
|
- docs/DirectorResponse.md
|
|
262
|
+
- docs/DiscoveredOperationBase.md
|
|
263
|
+
- docs/DiscoveredOperationGet.md
|
|
264
|
+
- docs/DiscoveredOperationGetExtra.md
|
|
260
265
|
- docs/DmDomainsApi.md
|
|
261
266
|
- docs/Domain.md
|
|
262
267
|
- docs/DomainApi.md
|
|
@@ -279,6 +284,13 @@ files:
|
|
|
279
284
|
- docs/DomainInspectorResponseProductProduct.md
|
|
280
285
|
- docs/DomainInspectorResponseService.md
|
|
281
286
|
- docs/DomainOwnershipsApi.md
|
|
287
|
+
- docs/DomainResearchApi.md
|
|
288
|
+
- docs/DomainResearchResponseBodyEnable.md
|
|
289
|
+
- docs/DomainResearchResponseCustomer.md
|
|
290
|
+
- docs/DomainResearchResponseLinks.md
|
|
291
|
+
- docs/DomainResearchResponseLinksLinks.md
|
|
292
|
+
- docs/DomainResearchResponseProduct.md
|
|
293
|
+
- docs/DomainResearchResponseProductProduct.md
|
|
282
294
|
- docs/DomainResponse.md
|
|
283
295
|
- docs/Environment.md
|
|
284
296
|
- docs/EnvironmentName.md
|
|
@@ -382,6 +394,10 @@ files:
|
|
|
382
394
|
- docs/InlineResponse200.md
|
|
383
395
|
- docs/InlineResponse2001.md
|
|
384
396
|
- docs/InlineResponse20010.md
|
|
397
|
+
- docs/InlineResponse20011.md
|
|
398
|
+
- docs/InlineResponse20012.md
|
|
399
|
+
- docs/InlineResponse20013.md
|
|
400
|
+
- docs/InlineResponse20014.md
|
|
385
401
|
- docs/InlineResponse2002.md
|
|
386
402
|
- docs/InlineResponse2003.md
|
|
387
403
|
- docs/InlineResponse2004.md
|
|
@@ -412,7 +428,7 @@ files:
|
|
|
412
428
|
- docs/KvStoreBatchResponseErrors.md
|
|
413
429
|
- docs/KvStoreDetails.md
|
|
414
430
|
- docs/KvStoreItemApi.md
|
|
415
|
-
- docs/
|
|
431
|
+
- docs/KvStoreRequestCreateOrUpdate.md
|
|
416
432
|
- docs/KvStoreUpsertBatch.md
|
|
417
433
|
- docs/ListAttackReport.md
|
|
418
434
|
- docs/ListAttackReportMeta.md
|
|
@@ -550,7 +566,9 @@ files:
|
|
|
550
566
|
- docs/LoggingSyslogResponse.md
|
|
551
567
|
- docs/LoggingTlsCommon.md
|
|
552
568
|
- docs/LoggingUseTlsString.md
|
|
569
|
+
- docs/Meta.md
|
|
553
570
|
- docs/Metadata.md
|
|
571
|
+
- docs/MetricsPlatformApi.md
|
|
554
572
|
- docs/MtdInvoiceResponse.md
|
|
555
573
|
- docs/Mtdinvoice.md
|
|
556
574
|
- docs/Mtdlineitems.md
|
|
@@ -592,6 +610,13 @@ files:
|
|
|
592
610
|
- docs/ObservabilityAggregationsForLogsApi.md
|
|
593
611
|
- docs/ObservabilityCustomDashboardsApi.md
|
|
594
612
|
- docs/ObservabilityTimeseriesApi.md
|
|
613
|
+
- docs/Offer.md
|
|
614
|
+
- docs/OfferAllOf.md
|
|
615
|
+
- docs/OperationBase.md
|
|
616
|
+
- docs/OperationCreate.md
|
|
617
|
+
- docs/OperationGet.md
|
|
618
|
+
- docs/OperationGetExtra.md
|
|
619
|
+
- docs/OperationUpdate.md
|
|
595
620
|
- docs/OriginInspector.md
|
|
596
621
|
- docs/OriginInspectorDimensions.md
|
|
597
622
|
- docs/OriginInspectorEntry.md
|
|
@@ -629,6 +654,9 @@ files:
|
|
|
629
654
|
- docs/PlatformDdosEntry.md
|
|
630
655
|
- docs/PlatformDdosResponse.md
|
|
631
656
|
- docs/PlatformDdosResponseAllOf.md
|
|
657
|
+
- docs/PlatformMetadata.md
|
|
658
|
+
- docs/PlatformMetricsResponse.md
|
|
659
|
+
- docs/PlatformValues.md
|
|
632
660
|
- docs/PoolAdditional.md
|
|
633
661
|
- docs/PoolApi.md
|
|
634
662
|
- docs/PoolResponse.md
|
|
@@ -645,6 +673,7 @@ files:
|
|
|
645
673
|
- docs/ProductBrotliCompressionApi.md
|
|
646
674
|
- docs/ProductDdosProtectionApi.md
|
|
647
675
|
- docs/ProductDomainInspectorApi.md
|
|
676
|
+
- docs/ProductDomainResearchApi.md
|
|
648
677
|
- docs/ProductFanoutApi.md
|
|
649
678
|
- docs/ProductImageOptimizerApi.md
|
|
650
679
|
- docs/ProductLogExplorerInsightsApi.md
|
|
@@ -834,12 +863,20 @@ files:
|
|
|
834
863
|
- docs/StarResponseAllOf.md
|
|
835
864
|
- docs/Stats.md
|
|
836
865
|
- docs/StatsApi.md
|
|
866
|
+
- docs/Status.md
|
|
867
|
+
- docs/StatusAllOf.md
|
|
837
868
|
- docs/SuccessfulResponseAsObject.md
|
|
838
869
|
- docs/SuccessfulResponseAsObjectAllOf.md
|
|
839
870
|
- docs/SudoApi.md
|
|
840
871
|
- docs/SudoGenericTokenError.md
|
|
841
872
|
- docs/SudoRequest.md
|
|
842
873
|
- docs/SudoResponse.md
|
|
874
|
+
- docs/Suggestion.md
|
|
875
|
+
- docs/SuggestionAllOf.md
|
|
876
|
+
- docs/TagBase.md
|
|
877
|
+
- docs/TagCreate.md
|
|
878
|
+
- docs/TagGet.md
|
|
879
|
+
- docs/TagGetExtra.md
|
|
843
880
|
- docs/TimeseriesGetResponse.md
|
|
844
881
|
- docs/TimeseriesMeta.md
|
|
845
882
|
- docs/TimeseriesResult.md
|
|
@@ -1010,6 +1047,7 @@ files:
|
|
|
1010
1047
|
- lib/fastly/api/acl_entry_api.rb
|
|
1011
1048
|
- lib/fastly/api/acls_in_compute_api.rb
|
|
1012
1049
|
- lib/fastly/api/apex_redirect_api.rb
|
|
1050
|
+
- lib/fastly/api/apisecurity_operations_api.rb
|
|
1013
1051
|
- lib/fastly/api/automation_tokens_api.rb
|
|
1014
1052
|
- lib/fastly/api/backend_api.rb
|
|
1015
1053
|
- lib/fastly/api/billing_address_api.rb
|
|
@@ -1035,6 +1073,7 @@ files:
|
|
|
1035
1073
|
- lib/fastly/api/domain_inspector_historical_api.rb
|
|
1036
1074
|
- lib/fastly/api/domain_inspector_realtime_api.rb
|
|
1037
1075
|
- lib/fastly/api/domain_ownerships_api.rb
|
|
1076
|
+
- lib/fastly/api/domain_research_api.rb
|
|
1038
1077
|
- lib/fastly/api/events_api.rb
|
|
1039
1078
|
- lib/fastly/api/gzip_api.rb
|
|
1040
1079
|
- lib/fastly/api/header_api.rb
|
|
@@ -1079,6 +1118,7 @@ files:
|
|
|
1079
1118
|
- lib/fastly/api/logging_splunk_api.rb
|
|
1080
1119
|
- lib/fastly/api/logging_sumologic_api.rb
|
|
1081
1120
|
- lib/fastly/api/logging_syslog_api.rb
|
|
1121
|
+
- lib/fastly/api/metrics_platform_api.rb
|
|
1082
1122
|
- lib/fastly/api/mutual_authentication_api.rb
|
|
1083
1123
|
- lib/fastly/api/ngwaf_reports_api.rb
|
|
1084
1124
|
- lib/fastly/api/object_storage_access_keys_api.rb
|
|
@@ -1096,6 +1136,7 @@ files:
|
|
|
1096
1136
|
- lib/fastly/api/product_brotli_compression_api.rb
|
|
1097
1137
|
- lib/fastly/api/product_ddos_protection_api.rb
|
|
1098
1138
|
- lib/fastly/api/product_domain_inspector_api.rb
|
|
1139
|
+
- lib/fastly/api/product_domain_research_api.rb
|
|
1099
1140
|
- lib/fastly/api/product_fanout_api.rb
|
|
1100
1141
|
- lib/fastly/api/product_image_optimizer_api.rb
|
|
1101
1142
|
- lib/fastly/api/product_log_explorer_insights_api.rb
|
|
@@ -1272,6 +1313,7 @@ files:
|
|
|
1272
1313
|
- lib/fastly/models/ddos_protection_not_authenticated.rb
|
|
1273
1314
|
- lib/fastly/models/ddos_protection_not_authorized.rb
|
|
1274
1315
|
- lib/fastly/models/ddos_protection_not_found.rb
|
|
1316
|
+
- lib/fastly/models/ddos_protection_request_enable_mode.rb
|
|
1275
1317
|
- lib/fastly/models/ddos_protection_request_update_configuration.rb
|
|
1276
1318
|
- lib/fastly/models/ddos_protection_response_body_get_all_services.rb
|
|
1277
1319
|
- lib/fastly/models/ddos_protection_response_configuration.rb
|
|
@@ -1319,6 +1361,9 @@ files:
|
|
|
1319
1361
|
- lib/fastly/models/director_backend.rb
|
|
1320
1362
|
- lib/fastly/models/director_backend_all_of.rb
|
|
1321
1363
|
- lib/fastly/models/director_response.rb
|
|
1364
|
+
- lib/fastly/models/discovered_operation_base.rb
|
|
1365
|
+
- lib/fastly/models/discovered_operation_get.rb
|
|
1366
|
+
- lib/fastly/models/discovered_operation_get_extra.rb
|
|
1322
1367
|
- lib/fastly/models/domain.rb
|
|
1323
1368
|
- lib/fastly/models/domain_inspector.rb
|
|
1324
1369
|
- lib/fastly/models/domain_inspector_entry.rb
|
|
@@ -1336,6 +1381,12 @@ files:
|
|
|
1336
1381
|
- lib/fastly/models/domain_inspector_response_product.rb
|
|
1337
1382
|
- lib/fastly/models/domain_inspector_response_product_product.rb
|
|
1338
1383
|
- lib/fastly/models/domain_inspector_response_service.rb
|
|
1384
|
+
- lib/fastly/models/domain_research_response_body_enable.rb
|
|
1385
|
+
- lib/fastly/models/domain_research_response_customer.rb
|
|
1386
|
+
- lib/fastly/models/domain_research_response_links.rb
|
|
1387
|
+
- lib/fastly/models/domain_research_response_links_links.rb
|
|
1388
|
+
- lib/fastly/models/domain_research_response_product.rb
|
|
1389
|
+
- lib/fastly/models/domain_research_response_product_product.rb
|
|
1339
1390
|
- lib/fastly/models/domain_response.rb
|
|
1340
1391
|
- lib/fastly/models/environment.rb
|
|
1341
1392
|
- lib/fastly/models/environment_name.rb
|
|
@@ -1428,6 +1479,10 @@ files:
|
|
|
1428
1479
|
- lib/fastly/models/inline_response200.rb
|
|
1429
1480
|
- lib/fastly/models/inline_response2001.rb
|
|
1430
1481
|
- lib/fastly/models/inline_response20010.rb
|
|
1482
|
+
- lib/fastly/models/inline_response20011.rb
|
|
1483
|
+
- lib/fastly/models/inline_response20012.rb
|
|
1484
|
+
- lib/fastly/models/inline_response20013.rb
|
|
1485
|
+
- lib/fastly/models/inline_response20014.rb
|
|
1431
1486
|
- lib/fastly/models/inline_response2002.rb
|
|
1432
1487
|
- lib/fastly/models/inline_response2003.rb
|
|
1433
1488
|
- lib/fastly/models/inline_response2004.rb
|
|
@@ -1454,7 +1509,7 @@ files:
|
|
|
1454
1509
|
- lib/fastly/models/kv_store_batch_response.rb
|
|
1455
1510
|
- lib/fastly/models/kv_store_batch_response_errors.rb
|
|
1456
1511
|
- lib/fastly/models/kv_store_details.rb
|
|
1457
|
-
- lib/fastly/models/
|
|
1512
|
+
- lib/fastly/models/kv_store_request_create_or_update.rb
|
|
1458
1513
|
- lib/fastly/models/kv_store_upsert_batch.rb
|
|
1459
1514
|
- lib/fastly/models/list_attack_report.rb
|
|
1460
1515
|
- lib/fastly/models/list_attack_report_meta.rb
|
|
@@ -1563,6 +1618,7 @@ files:
|
|
|
1563
1618
|
- lib/fastly/models/logging_syslog_response.rb
|
|
1564
1619
|
- lib/fastly/models/logging_tls_common.rb
|
|
1565
1620
|
- lib/fastly/models/logging_use_tls_string.rb
|
|
1621
|
+
- lib/fastly/models/meta.rb
|
|
1566
1622
|
- lib/fastly/models/metadata.rb
|
|
1567
1623
|
- lib/fastly/models/mtd_invoice_response.rb
|
|
1568
1624
|
- lib/fastly/models/mtdinvoice.rb
|
|
@@ -1599,6 +1655,13 @@ files:
|
|
|
1599
1655
|
- lib/fastly/models/object_storage_response_links_links.rb
|
|
1600
1656
|
- lib/fastly/models/object_storage_response_product.rb
|
|
1601
1657
|
- lib/fastly/models/object_storage_response_product_product.rb
|
|
1658
|
+
- lib/fastly/models/offer.rb
|
|
1659
|
+
- lib/fastly/models/offer_all_of.rb
|
|
1660
|
+
- lib/fastly/models/operation_base.rb
|
|
1661
|
+
- lib/fastly/models/operation_create.rb
|
|
1662
|
+
- lib/fastly/models/operation_get.rb
|
|
1663
|
+
- lib/fastly/models/operation_get_extra.rb
|
|
1664
|
+
- lib/fastly/models/operation_update.rb
|
|
1602
1665
|
- lib/fastly/models/origin_inspector.rb
|
|
1603
1666
|
- lib/fastly/models/origin_inspector_dimensions.rb
|
|
1604
1667
|
- lib/fastly/models/origin_inspector_entry.rb
|
|
@@ -1633,6 +1696,9 @@ files:
|
|
|
1633
1696
|
- lib/fastly/models/platform_ddos_entry.rb
|
|
1634
1697
|
- lib/fastly/models/platform_ddos_response.rb
|
|
1635
1698
|
- lib/fastly/models/platform_ddos_response_all_of.rb
|
|
1699
|
+
- lib/fastly/models/platform_metadata.rb
|
|
1700
|
+
- lib/fastly/models/platform_metrics_response.rb
|
|
1701
|
+
- lib/fastly/models/platform_values.rb
|
|
1636
1702
|
- lib/fastly/models/pool_additional.rb
|
|
1637
1703
|
- lib/fastly/models/pool_response.rb
|
|
1638
1704
|
- lib/fastly/models/pool_response_all_of.rb
|
|
@@ -1806,11 +1872,19 @@ files:
|
|
|
1806
1872
|
- lib/fastly/models/star_response.rb
|
|
1807
1873
|
- lib/fastly/models/star_response_all_of.rb
|
|
1808
1874
|
- lib/fastly/models/stats.rb
|
|
1875
|
+
- lib/fastly/models/status.rb
|
|
1876
|
+
- lib/fastly/models/status_all_of.rb
|
|
1809
1877
|
- lib/fastly/models/successful_response_as_object.rb
|
|
1810
1878
|
- lib/fastly/models/successful_response_as_object_all_of.rb
|
|
1811
1879
|
- lib/fastly/models/sudo_generic_token_error.rb
|
|
1812
1880
|
- lib/fastly/models/sudo_request.rb
|
|
1813
1881
|
- lib/fastly/models/sudo_response.rb
|
|
1882
|
+
- lib/fastly/models/suggestion.rb
|
|
1883
|
+
- lib/fastly/models/suggestion_all_of.rb
|
|
1884
|
+
- lib/fastly/models/tag_base.rb
|
|
1885
|
+
- lib/fastly/models/tag_create.rb
|
|
1886
|
+
- lib/fastly/models/tag_get.rb
|
|
1887
|
+
- lib/fastly/models/tag_get_extra.rb
|
|
1814
1888
|
- lib/fastly/models/timeseries_get_response.rb
|
|
1815
1889
|
- lib/fastly/models/timeseries_meta.rb
|
|
1816
1890
|
- lib/fastly/models/timeseries_result.rb
|