fastly 14.0.0 → 15.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 +23 -0
- data/Gemfile.lock +1 -1
- data/README.md +13 -11
- data/docs/ApiDiscoveryResponseBodyGetAllServices.md +13 -0
- data/docs/ApiDiscoveryResponseCustomer.md +10 -0
- data/docs/ApiDiscoveryResponseCustomerCustomer.md +11 -0
- data/docs/ApiDiscoveryResponseEnable.md +12 -0
- data/docs/ApiDiscoveryResponseEnabledServices.md +10 -0
- data/docs/ApiDiscoveryResponseLinks.md +10 -0
- data/docs/ApiDiscoveryResponseLinksGetAllServices.md +10 -0
- data/docs/ApiDiscoveryResponseLinksGetAllServicesLinks.md +10 -0
- data/docs/ApiDiscoveryResponseLinksLinks.md +10 -0
- data/docs/ApiDiscoveryResponseProduct.md +10 -0
- data/docs/ApiDiscoveryResponseProductProduct.md +11 -0
- data/docs/ApiDiscoveryResponseService.md +10 -0
- data/docs/{BotManagementResponseServiceService.md → ApiDiscoveryResponseServiceService.md} +1 -1
- data/docs/BotManagementResponseBodyEnable.md +1 -1
- data/docs/BotManagementResponseService.md +1 -1
- data/docs/BrotliCompressionResponseBodyEnable.md +1 -1
- data/docs/BrotliCompressionResponseService.md +1 -1
- data/docs/DdosProtectionApi.md +2 -0
- data/docs/DdosProtectionResponseConfigure.md +1 -1
- data/docs/DdosProtectionResponseEnable.md +1 -1
- data/docs/DdosProtectionResponseService.md +1 -1
- data/docs/DdosProtectionRuleWithStats.md +23 -0
- data/docs/DdosProtectionRuleWithStatsAllOf.md +10 -0
- data/docs/DdosProtectionTrafficStats.md +1 -0
- data/docs/DdosProtectionTrafficStatsAllOf.md +1 -0
- data/docs/DmDomainsApi.md +220 -0
- data/docs/DomainInspectorResponseBodyEnable.md +1 -1
- data/docs/DomainInspectorResponseService.md +1 -1
- data/docs/DomainOwnershipsApi.md +2 -2
- data/docs/FanoutResponseBodyEnable.md +1 -1
- data/docs/FanoutResponseService.md +1 -1
- data/docs/Healthcheck.md +1 -1
- data/docs/HealthcheckApi.md +4 -4
- data/docs/HealthcheckResponse.md +1 -1
- data/docs/IamRolesApi.md +23 -253
- data/docs/IamV1RoleListResponse.md +12 -0
- data/docs/IamV1RoleResponse.md +13 -0
- data/docs/ImageOptimizerResponseBodyEnable.md +1 -1
- data/docs/ImageOptimizerResponseService.md +1 -1
- data/docs/InlineResponse20010.md +10 -0
- data/docs/InlineResponse2003.md +2 -2
- data/docs/InlineResponse2004.md +2 -1
- data/docs/InlineResponse2005.md +1 -2
- data/docs/InlineResponse2006.md +1 -1
- data/docs/InlineResponse2007.md +1 -1
- data/docs/InlineResponse2008.md +1 -1
- data/docs/InlineResponse2009.md +2 -1
- data/docs/InvitationDataAttributes.md +1 -0
- data/docs/KvStoreApi.md +2 -2
- data/docs/KvStoreItemApi.md +2 -2
- data/docs/LogExplorerInsightsResponseBodyEnable.md +1 -1
- data/docs/LogExplorerInsightsResponseService.md +1 -1
- data/docs/LoggingHttpsAdditional.md +1 -0
- data/docs/LoggingHttpsApi.md +4 -0
- data/docs/LoggingHttpsResponse.md +1 -0
- data/docs/NgwafResponseConfigure.md +1 -1
- data/docs/NgwafResponseEnable.md +1 -1
- data/docs/NgwafResponseService.md +1 -1
- data/docs/OriginInspectorResponseBodyEnable.md +1 -1
- data/docs/OriginInspectorResponseService.md +1 -1
- data/docs/ProductApiDiscoveryApi.md +163 -0
- data/docs/RealtimeEntryAggregated.md +1 -0
- data/docs/RealtimeMeasurements.md +1 -0
- data/docs/RequestBodyForCreate.md +12 -0
- data/docs/RequestBodyForUpdate.md +11 -0
- data/docs/Results.md +1 -0
- data/docs/SchemasUserResponse.md +1 -0
- data/docs/SecretStoreApi.md +2 -2
- data/docs/SecretStoreItemApi.md +2 -2
- data/docs/ServiceAuthorizationsApi.md +2 -2
- data/docs/SuccessfulResponseAsObject.md +17 -0
- data/docs/SuccessfulResponseAsObjectAllOf.md +15 -0
- data/docs/User.md +1 -0
- data/docs/UserApi.md +4 -0
- data/docs/UserResponse.md +1 -0
- data/docs/WebsocketsResponseBodyEnable.md +1 -1
- data/docs/WebsocketsResponseService.md +1 -1
- data/lib/fastly/api/ddos_protection_api.rb +3 -0
- data/lib/fastly/api/dm_domains_api.rb +362 -0
- data/lib/fastly/api/domain_ownerships_api.rb +3 -3
- data/lib/fastly/api/healthcheck_api.rb +20 -4
- data/lib/fastly/api/iam_roles_api.rb +43 -435
- data/lib/fastly/api/kv_store_api.rb +3 -3
- data/lib/fastly/api/kv_store_item_api.rb +3 -3
- data/lib/fastly/api/logging_https_api.rb +6 -0
- data/lib/fastly/api/product_api_discovery_api.rb +263 -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/api/user_api.rb +6 -0
- data/lib/fastly/configuration.rb +56 -38
- data/lib/fastly/models/api_discovery_response_body_get_all_services.rb +256 -0
- data/lib/fastly/models/api_discovery_response_customer.rb +216 -0
- data/lib/fastly/models/api_discovery_response_customer_customer.rb +227 -0
- data/lib/fastly/models/api_discovery_response_enable.rb +243 -0
- data/lib/fastly/models/api_discovery_response_enabled_services.rb +219 -0
- data/lib/fastly/models/api_discovery_response_links.rb +216 -0
- data/lib/fastly/models/api_discovery_response_links_get_all_services.rb +216 -0
- data/lib/fastly/models/api_discovery_response_links_get_all_services_links.rb +217 -0
- data/lib/fastly/models/api_discovery_response_links_links.rb +217 -0
- data/lib/fastly/models/api_discovery_response_product.rb +216 -0
- data/lib/fastly/models/api_discovery_response_product_product.rb +227 -0
- data/lib/fastly/models/api_discovery_response_service.rb +216 -0
- data/lib/fastly/models/{bot_management_response_service_service.rb → api_discovery_response_service_service.rb} +3 -3
- data/lib/fastly/models/bot_management_response_body_enable.rb +1 -1
- data/lib/fastly/models/bot_management_response_service.rb +1 -1
- data/lib/fastly/models/brotli_compression_response_body_enable.rb +1 -1
- data/lib/fastly/models/brotli_compression_response_service.rb +1 -1
- data/lib/fastly/models/ddos_protection_response_configure.rb +1 -1
- data/lib/fastly/models/ddos_protection_response_enable.rb +1 -1
- data/lib/fastly/models/ddos_protection_response_service.rb +1 -1
- data/lib/fastly/models/ddos_protection_rule_with_stats.rb +365 -0
- data/lib/fastly/models/ddos_protection_rule_with_stats_all_of.rb +216 -0
- data/lib/fastly/models/ddos_protection_traffic_stats.rb +20 -4
- data/lib/fastly/models/ddos_protection_traffic_stats_all_of.rb +20 -4
- data/lib/fastly/models/domain_inspector_response_body_enable.rb +1 -1
- data/lib/fastly/models/domain_inspector_response_service.rb +1 -1
- data/lib/fastly/models/fanout_response_body_enable.rb +1 -1
- data/lib/fastly/models/fanout_response_service.rb +1 -1
- data/lib/fastly/models/healthcheck.rb +25 -1
- data/lib/fastly/models/healthcheck_response.rb +25 -1
- data/lib/fastly/models/iam_v1_role_list_response.rb +240 -0
- data/lib/fastly/models/{iam_role_all_of.rb → iam_v1_role_response.rb} +14 -34
- data/lib/fastly/models/image_optimizer_response_body_enable.rb +1 -1
- data/lib/fastly/models/image_optimizer_response_service.rb +1 -1
- data/lib/fastly/models/inline_response20010.rb +218 -0
- data/lib/fastly/models/inline_response2003.rb +11 -1
- data/lib/fastly/models/inline_response2004.rb +20 -8
- data/lib/fastly/models/inline_response2005.rb +8 -18
- data/lib/fastly/models/inline_response2006.rb +1 -1
- data/lib/fastly/models/inline_response2007.rb +1 -1
- data/lib/fastly/models/inline_response2008.rb +1 -1
- data/lib/fastly/models/inline_response2009.rb +13 -4
- data/lib/fastly/models/invitation_data_attributes.rb +12 -1
- data/lib/fastly/models/log_explorer_insights_response_body_enable.rb +1 -1
- data/lib/fastly/models/log_explorer_insights_response_service.rb +1 -1
- data/lib/fastly/models/logging_https_additional.rb +16 -4
- data/lib/fastly/models/logging_https_response.rb +13 -1
- data/lib/fastly/models/ngwaf_response_configure.rb +1 -1
- data/lib/fastly/models/ngwaf_response_enable.rb +1 -1
- data/lib/fastly/models/ngwaf_response_service.rb +1 -1
- data/lib/fastly/models/origin_inspector_response_body_enable.rb +1 -1
- data/lib/fastly/models/origin_inspector_response_service.rb +1 -1
- data/lib/fastly/models/realtime_entry_aggregated.rb +14 -4
- data/lib/fastly/models/realtime_measurements.rb +14 -4
- data/lib/fastly/models/request_body_for_create.rb +244 -0
- data/lib/fastly/models/request_body_for_update.rb +229 -0
- data/lib/fastly/models/results.rb +11 -1
- data/lib/fastly/models/role_user.rb +2 -0
- data/lib/fastly/models/schemas_user_response.rb +13 -1
- data/lib/fastly/models/{iam_role.rb → successful_response_as_object.rb} +37 -35
- data/lib/fastly/models/successful_response_as_object_all_of.rb +268 -0
- data/lib/fastly/models/user.rb +13 -1
- data/lib/fastly/models/user_response.rb +13 -1
- data/lib/fastly/models/websockets_response_body_enable.rb +1 -1
- data/lib/fastly/models/websockets_response_service.rb +1 -1
- data/lib/fastly/version.rb +1 -1
- data/lib/fastly.rb +24 -3
- data/sig.json +1 -1
- metadata +50 -8
- data/docs/IamRole.md +0 -17
- data/docs/IamRoleAllOf.md +0 -15
|
@@ -37,7 +37,7 @@ module Fastly
|
|
|
37
37
|
def self.fastly_types
|
|
38
38
|
{
|
|
39
39
|
:'product' => :'WebsocketsResponseProductProduct',
|
|
40
|
-
:'service' => :'
|
|
40
|
+
:'service' => :'ApiDiscoveryResponseServiceService',
|
|
41
41
|
:'_links' => :'WebsocketsResponseLinksLinks'
|
|
42
42
|
}
|
|
43
43
|
end
|
data/lib/fastly/version.rb
CHANGED
data/lib/fastly.rb
CHANGED
|
@@ -32,6 +32,19 @@ require 'fastly/models/ai_accelerator_response_product'
|
|
|
32
32
|
require 'fastly/models/ai_accelerator_response_product_product'
|
|
33
33
|
require 'fastly/models/apex_redirect'
|
|
34
34
|
require 'fastly/models/apex_redirect_all_of'
|
|
35
|
+
require 'fastly/models/api_discovery_response_body_get_all_services'
|
|
36
|
+
require 'fastly/models/api_discovery_response_customer'
|
|
37
|
+
require 'fastly/models/api_discovery_response_customer_customer'
|
|
38
|
+
require 'fastly/models/api_discovery_response_enable'
|
|
39
|
+
require 'fastly/models/api_discovery_response_enabled_services'
|
|
40
|
+
require 'fastly/models/api_discovery_response_links'
|
|
41
|
+
require 'fastly/models/api_discovery_response_links_get_all_services'
|
|
42
|
+
require 'fastly/models/api_discovery_response_links_get_all_services_links'
|
|
43
|
+
require 'fastly/models/api_discovery_response_links_links'
|
|
44
|
+
require 'fastly/models/api_discovery_response_product'
|
|
45
|
+
require 'fastly/models/api_discovery_response_product_product'
|
|
46
|
+
require 'fastly/models/api_discovery_response_service'
|
|
47
|
+
require 'fastly/models/api_discovery_response_service_service'
|
|
35
48
|
require 'fastly/models/async_response'
|
|
36
49
|
require 'fastly/models/attack_report'
|
|
37
50
|
require 'fastly/models/attack_signal'
|
|
@@ -67,7 +80,6 @@ require 'fastly/models/bot_management_response_links_links'
|
|
|
67
80
|
require 'fastly/models/bot_management_response_product'
|
|
68
81
|
require 'fastly/models/bot_management_response_product_product'
|
|
69
82
|
require 'fastly/models/bot_management_response_service'
|
|
70
|
-
require 'fastly/models/bot_management_response_service_service'
|
|
71
83
|
require 'fastly/models/brotli_compression_response_body_enable'
|
|
72
84
|
require 'fastly/models/brotli_compression_response_body_get_all_services'
|
|
73
85
|
require 'fastly/models/brotli_compression_response_customer'
|
|
@@ -155,6 +167,8 @@ require 'fastly/models/ddos_protection_response_service'
|
|
|
155
167
|
require 'fastly/models/ddos_protection_rule'
|
|
156
168
|
require 'fastly/models/ddos_protection_rule_all_of'
|
|
157
169
|
require 'fastly/models/ddos_protection_rule_patch'
|
|
170
|
+
require 'fastly/models/ddos_protection_rule_with_stats'
|
|
171
|
+
require 'fastly/models/ddos_protection_rule_with_stats_all_of'
|
|
158
172
|
require 'fastly/models/ddos_protection_traffic_stats'
|
|
159
173
|
require 'fastly/models/ddos_protection_traffic_stats_all_of'
|
|
160
174
|
require 'fastly/models/default_settings'
|
|
@@ -267,12 +281,12 @@ require 'fastly/models/http3_all_of'
|
|
|
267
281
|
require 'fastly/models/http_response_format'
|
|
268
282
|
require 'fastly/models/http_stream_format'
|
|
269
283
|
require 'fastly/models/iam_permission'
|
|
270
|
-
require 'fastly/models/iam_role'
|
|
271
|
-
require 'fastly/models/iam_role_all_of'
|
|
272
284
|
require 'fastly/models/iam_service_group'
|
|
273
285
|
require 'fastly/models/iam_service_group_all_of'
|
|
274
286
|
require 'fastly/models/iam_user_group'
|
|
275
287
|
require 'fastly/models/iam_user_group_all_of'
|
|
288
|
+
require 'fastly/models/iam_v1_role_list_response'
|
|
289
|
+
require 'fastly/models/iam_v1_role_response'
|
|
276
290
|
require 'fastly/models/image_optimizer_response_body_enable'
|
|
277
291
|
require 'fastly/models/image_optimizer_response_body_get_all_services'
|
|
278
292
|
require 'fastly/models/image_optimizer_response_customer'
|
|
@@ -290,6 +304,7 @@ require 'fastly/models/inline_object'
|
|
|
290
304
|
require 'fastly/models/inline_object1'
|
|
291
305
|
require 'fastly/models/inline_response200'
|
|
292
306
|
require 'fastly/models/inline_response2001'
|
|
307
|
+
require 'fastly/models/inline_response20010'
|
|
293
308
|
require 'fastly/models/inline_response2002'
|
|
294
309
|
require 'fastly/models/inline_response2003'
|
|
295
310
|
require 'fastly/models/inline_response2004'
|
|
@@ -594,6 +609,8 @@ require 'fastly/models/relationships_for_tls_configuration'
|
|
|
594
609
|
require 'fastly/models/relationships_for_tls_domain'
|
|
595
610
|
require 'fastly/models/relationships_for_tls_private_key'
|
|
596
611
|
require 'fastly/models/relationships_for_tls_subscription'
|
|
612
|
+
require 'fastly/models/request_body_for_create'
|
|
613
|
+
require 'fastly/models/request_body_for_update'
|
|
597
614
|
require 'fastly/models/request_settings_additional'
|
|
598
615
|
require 'fastly/models/request_settings_response'
|
|
599
616
|
require 'fastly/models/request_settings_response_all_of'
|
|
@@ -666,6 +683,8 @@ require 'fastly/models/star_data'
|
|
|
666
683
|
require 'fastly/models/star_response'
|
|
667
684
|
require 'fastly/models/star_response_all_of'
|
|
668
685
|
require 'fastly/models/stats'
|
|
686
|
+
require 'fastly/models/successful_response_as_object'
|
|
687
|
+
require 'fastly/models/successful_response_as_object_all_of'
|
|
669
688
|
require 'fastly/models/sudo_generic_token_error'
|
|
670
689
|
require 'fastly/models/sudo_request'
|
|
671
690
|
require 'fastly/models/sudo_response'
|
|
@@ -845,6 +864,7 @@ require 'fastly/api/dictionary_item_api'
|
|
|
845
864
|
require 'fastly/api/diff_api'
|
|
846
865
|
require 'fastly/api/director_api'
|
|
847
866
|
require 'fastly/api/director_backend_api'
|
|
867
|
+
require 'fastly/api/dm_domains_api'
|
|
848
868
|
require 'fastly/api/domain_api'
|
|
849
869
|
require 'fastly/api/domain_inspector_historical_api'
|
|
850
870
|
require 'fastly/api/domain_inspector_realtime_api'
|
|
@@ -905,6 +925,7 @@ require 'fastly/api/package_api'
|
|
|
905
925
|
require 'fastly/api/pool_api'
|
|
906
926
|
require 'fastly/api/pop_api'
|
|
907
927
|
require 'fastly/api/product_ai_accelerator_api'
|
|
928
|
+
require 'fastly/api/product_api_discovery_api'
|
|
908
929
|
require 'fastly/api/product_bot_management_api'
|
|
909
930
|
require 'fastly/api/product_brotli_compression_api'
|
|
910
931
|
require 'fastly/api/product_ddos_protection_api'
|
data/sig.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"G": "
|
|
1
|
+
{"G": "6ebb4bfe", "D": "db064767"}
|
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: 15.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: 2025-
|
|
11
|
+
date: 2025-10-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -73,6 +73,19 @@ files:
|
|
|
73
73
|
- docs/ApexRedirect.md
|
|
74
74
|
- docs/ApexRedirectAllOf.md
|
|
75
75
|
- docs/ApexRedirectApi.md
|
|
76
|
+
- docs/ApiDiscoveryResponseBodyGetAllServices.md
|
|
77
|
+
- docs/ApiDiscoveryResponseCustomer.md
|
|
78
|
+
- docs/ApiDiscoveryResponseCustomerCustomer.md
|
|
79
|
+
- docs/ApiDiscoveryResponseEnable.md
|
|
80
|
+
- docs/ApiDiscoveryResponseEnabledServices.md
|
|
81
|
+
- docs/ApiDiscoveryResponseLinks.md
|
|
82
|
+
- docs/ApiDiscoveryResponseLinksGetAllServices.md
|
|
83
|
+
- docs/ApiDiscoveryResponseLinksGetAllServicesLinks.md
|
|
84
|
+
- docs/ApiDiscoveryResponseLinksLinks.md
|
|
85
|
+
- docs/ApiDiscoveryResponseProduct.md
|
|
86
|
+
- docs/ApiDiscoveryResponseProductProduct.md
|
|
87
|
+
- docs/ApiDiscoveryResponseService.md
|
|
88
|
+
- docs/ApiDiscoveryResponseServiceService.md
|
|
76
89
|
- docs/AsyncResponse.md
|
|
77
90
|
- docs/AttackReport.md
|
|
78
91
|
- docs/AttackSignal.md
|
|
@@ -113,7 +126,6 @@ files:
|
|
|
113
126
|
- docs/BotManagementResponseProduct.md
|
|
114
127
|
- docs/BotManagementResponseProductProduct.md
|
|
115
128
|
- docs/BotManagementResponseService.md
|
|
116
|
-
- docs/BotManagementResponseServiceService.md
|
|
117
129
|
- docs/BrotliCompressionResponseBodyEnable.md
|
|
118
130
|
- docs/BrotliCompressionResponseBodyGetAllServices.md
|
|
119
131
|
- docs/BrotliCompressionResponseCustomer.md
|
|
@@ -210,6 +222,8 @@ files:
|
|
|
210
222
|
- docs/DdosProtectionRule.md
|
|
211
223
|
- docs/DdosProtectionRuleAllOf.md
|
|
212
224
|
- docs/DdosProtectionRulePatch.md
|
|
225
|
+
- docs/DdosProtectionRuleWithStats.md
|
|
226
|
+
- docs/DdosProtectionRuleWithStatsAllOf.md
|
|
213
227
|
- docs/DdosProtectionTrafficStats.md
|
|
214
228
|
- docs/DdosProtectionTrafficStatsAllOf.md
|
|
215
229
|
- docs/DefaultSettings.md
|
|
@@ -243,6 +257,7 @@ files:
|
|
|
243
257
|
- docs/DirectorBackendAllOf.md
|
|
244
258
|
- docs/DirectorBackendApi.md
|
|
245
259
|
- docs/DirectorResponse.md
|
|
260
|
+
- docs/DmDomainsApi.md
|
|
246
261
|
- docs/Domain.md
|
|
247
262
|
- docs/DomainApi.md
|
|
248
263
|
- docs/DomainInspector.md
|
|
@@ -339,8 +354,6 @@ files:
|
|
|
339
354
|
- docs/HttpStreamFormat.md
|
|
340
355
|
- docs/IamPermission.md
|
|
341
356
|
- docs/IamPermissionsApi.md
|
|
342
|
-
- docs/IamRole.md
|
|
343
|
-
- docs/IamRoleAllOf.md
|
|
344
357
|
- docs/IamRolesApi.md
|
|
345
358
|
- docs/IamServiceGroup.md
|
|
346
359
|
- docs/IamServiceGroupAllOf.md
|
|
@@ -348,6 +361,8 @@ files:
|
|
|
348
361
|
- docs/IamUserGroup.md
|
|
349
362
|
- docs/IamUserGroupAllOf.md
|
|
350
363
|
- docs/IamUserGroupsApi.md
|
|
364
|
+
- docs/IamV1RoleListResponse.md
|
|
365
|
+
- docs/IamV1RoleResponse.md
|
|
351
366
|
- docs/ImageOptimizerDefaultSettingsApi.md
|
|
352
367
|
- docs/ImageOptimizerResponseBodyEnable.md
|
|
353
368
|
- docs/ImageOptimizerResponseBodyGetAllServices.md
|
|
@@ -366,6 +381,7 @@ files:
|
|
|
366
381
|
- docs/InlineObject1.md
|
|
367
382
|
- docs/InlineResponse200.md
|
|
368
383
|
- docs/InlineResponse2001.md
|
|
384
|
+
- docs/InlineResponse20010.md
|
|
369
385
|
- docs/InlineResponse2002.md
|
|
370
386
|
- docs/InlineResponse2003.md
|
|
371
387
|
- docs/InlineResponse2004.md
|
|
@@ -624,6 +640,7 @@ files:
|
|
|
624
640
|
- docs/PopApi.md
|
|
625
641
|
- docs/PopCoordinates.md
|
|
626
642
|
- docs/ProductAiAcceleratorApi.md
|
|
643
|
+
- docs/ProductApiDiscoveryApi.md
|
|
627
644
|
- docs/ProductBotManagementApi.md
|
|
628
645
|
- docs/ProductBrotliCompressionApi.md
|
|
629
646
|
- docs/ProductDdosProtectionApi.md
|
|
@@ -731,6 +748,8 @@ files:
|
|
|
731
748
|
- docs/RelationshipsForTlsDomain.md
|
|
732
749
|
- docs/RelationshipsForTlsPrivateKey.md
|
|
733
750
|
- docs/RelationshipsForTlsSubscription.md
|
|
751
|
+
- docs/RequestBodyForCreate.md
|
|
752
|
+
- docs/RequestBodyForUpdate.md
|
|
734
753
|
- docs/RequestSettingsAdditional.md
|
|
735
754
|
- docs/RequestSettingsApi.md
|
|
736
755
|
- docs/RequestSettingsResponse.md
|
|
@@ -815,6 +834,8 @@ files:
|
|
|
815
834
|
- docs/StarResponseAllOf.md
|
|
816
835
|
- docs/Stats.md
|
|
817
836
|
- docs/StatsApi.md
|
|
837
|
+
- docs/SuccessfulResponseAsObject.md
|
|
838
|
+
- docs/SuccessfulResponseAsObjectAllOf.md
|
|
818
839
|
- docs/SudoApi.md
|
|
819
840
|
- docs/SudoGenericTokenError.md
|
|
820
841
|
- docs/SudoRequest.md
|
|
@@ -1009,6 +1030,7 @@ files:
|
|
|
1009
1030
|
- lib/fastly/api/diff_api.rb
|
|
1010
1031
|
- lib/fastly/api/director_api.rb
|
|
1011
1032
|
- lib/fastly/api/director_backend_api.rb
|
|
1033
|
+
- lib/fastly/api/dm_domains_api.rb
|
|
1012
1034
|
- lib/fastly/api/domain_api.rb
|
|
1013
1035
|
- lib/fastly/api/domain_inspector_historical_api.rb
|
|
1014
1036
|
- lib/fastly/api/domain_inspector_realtime_api.rb
|
|
@@ -1069,6 +1091,7 @@ files:
|
|
|
1069
1091
|
- lib/fastly/api/pool_api.rb
|
|
1070
1092
|
- lib/fastly/api/pop_api.rb
|
|
1071
1093
|
- lib/fastly/api/product_ai_accelerator_api.rb
|
|
1094
|
+
- lib/fastly/api/product_api_discovery_api.rb
|
|
1072
1095
|
- lib/fastly/api/product_bot_management_api.rb
|
|
1073
1096
|
- lib/fastly/api/product_brotli_compression_api.rb
|
|
1074
1097
|
- lib/fastly/api/product_ddos_protection_api.rb
|
|
@@ -1132,6 +1155,19 @@ files:
|
|
|
1132
1155
|
- lib/fastly/models/ai_accelerator_response_product_product.rb
|
|
1133
1156
|
- lib/fastly/models/apex_redirect.rb
|
|
1134
1157
|
- lib/fastly/models/apex_redirect_all_of.rb
|
|
1158
|
+
- lib/fastly/models/api_discovery_response_body_get_all_services.rb
|
|
1159
|
+
- lib/fastly/models/api_discovery_response_customer.rb
|
|
1160
|
+
- lib/fastly/models/api_discovery_response_customer_customer.rb
|
|
1161
|
+
- lib/fastly/models/api_discovery_response_enable.rb
|
|
1162
|
+
- lib/fastly/models/api_discovery_response_enabled_services.rb
|
|
1163
|
+
- lib/fastly/models/api_discovery_response_links.rb
|
|
1164
|
+
- lib/fastly/models/api_discovery_response_links_get_all_services.rb
|
|
1165
|
+
- lib/fastly/models/api_discovery_response_links_get_all_services_links.rb
|
|
1166
|
+
- lib/fastly/models/api_discovery_response_links_links.rb
|
|
1167
|
+
- lib/fastly/models/api_discovery_response_product.rb
|
|
1168
|
+
- lib/fastly/models/api_discovery_response_product_product.rb
|
|
1169
|
+
- lib/fastly/models/api_discovery_response_service.rb
|
|
1170
|
+
- lib/fastly/models/api_discovery_response_service_service.rb
|
|
1135
1171
|
- lib/fastly/models/async_response.rb
|
|
1136
1172
|
- lib/fastly/models/attack_report.rb
|
|
1137
1173
|
- lib/fastly/models/attack_signal.rb
|
|
@@ -1167,7 +1203,6 @@ files:
|
|
|
1167
1203
|
- lib/fastly/models/bot_management_response_product.rb
|
|
1168
1204
|
- lib/fastly/models/bot_management_response_product_product.rb
|
|
1169
1205
|
- lib/fastly/models/bot_management_response_service.rb
|
|
1170
|
-
- lib/fastly/models/bot_management_response_service_service.rb
|
|
1171
1206
|
- lib/fastly/models/brotli_compression_response_body_enable.rb
|
|
1172
1207
|
- lib/fastly/models/brotli_compression_response_body_get_all_services.rb
|
|
1173
1208
|
- lib/fastly/models/brotli_compression_response_customer.rb
|
|
@@ -1255,6 +1290,8 @@ files:
|
|
|
1255
1290
|
- lib/fastly/models/ddos_protection_rule.rb
|
|
1256
1291
|
- lib/fastly/models/ddos_protection_rule_all_of.rb
|
|
1257
1292
|
- lib/fastly/models/ddos_protection_rule_patch.rb
|
|
1293
|
+
- lib/fastly/models/ddos_protection_rule_with_stats.rb
|
|
1294
|
+
- lib/fastly/models/ddos_protection_rule_with_stats_all_of.rb
|
|
1258
1295
|
- lib/fastly/models/ddos_protection_traffic_stats.rb
|
|
1259
1296
|
- lib/fastly/models/ddos_protection_traffic_stats_all_of.rb
|
|
1260
1297
|
- lib/fastly/models/default_settings.rb
|
|
@@ -1367,12 +1404,12 @@ files:
|
|
|
1367
1404
|
- lib/fastly/models/http_response_format.rb
|
|
1368
1405
|
- lib/fastly/models/http_stream_format.rb
|
|
1369
1406
|
- lib/fastly/models/iam_permission.rb
|
|
1370
|
-
- lib/fastly/models/iam_role.rb
|
|
1371
|
-
- lib/fastly/models/iam_role_all_of.rb
|
|
1372
1407
|
- lib/fastly/models/iam_service_group.rb
|
|
1373
1408
|
- lib/fastly/models/iam_service_group_all_of.rb
|
|
1374
1409
|
- lib/fastly/models/iam_user_group.rb
|
|
1375
1410
|
- lib/fastly/models/iam_user_group_all_of.rb
|
|
1411
|
+
- lib/fastly/models/iam_v1_role_list_response.rb
|
|
1412
|
+
- lib/fastly/models/iam_v1_role_response.rb
|
|
1376
1413
|
- lib/fastly/models/image_optimizer_response_body_enable.rb
|
|
1377
1414
|
- lib/fastly/models/image_optimizer_response_body_get_all_services.rb
|
|
1378
1415
|
- lib/fastly/models/image_optimizer_response_customer.rb
|
|
@@ -1390,6 +1427,7 @@ files:
|
|
|
1390
1427
|
- lib/fastly/models/inline_object1.rb
|
|
1391
1428
|
- lib/fastly/models/inline_response200.rb
|
|
1392
1429
|
- lib/fastly/models/inline_response2001.rb
|
|
1430
|
+
- lib/fastly/models/inline_response20010.rb
|
|
1393
1431
|
- lib/fastly/models/inline_response2002.rb
|
|
1394
1432
|
- lib/fastly/models/inline_response2003.rb
|
|
1395
1433
|
- lib/fastly/models/inline_response2004.rb
|
|
@@ -1694,6 +1732,8 @@ files:
|
|
|
1694
1732
|
- lib/fastly/models/relationships_for_tls_domain.rb
|
|
1695
1733
|
- lib/fastly/models/relationships_for_tls_private_key.rb
|
|
1696
1734
|
- lib/fastly/models/relationships_for_tls_subscription.rb
|
|
1735
|
+
- lib/fastly/models/request_body_for_create.rb
|
|
1736
|
+
- lib/fastly/models/request_body_for_update.rb
|
|
1697
1737
|
- lib/fastly/models/request_settings_additional.rb
|
|
1698
1738
|
- lib/fastly/models/request_settings_response.rb
|
|
1699
1739
|
- lib/fastly/models/request_settings_response_all_of.rb
|
|
@@ -1766,6 +1806,8 @@ files:
|
|
|
1766
1806
|
- lib/fastly/models/star_response.rb
|
|
1767
1807
|
- lib/fastly/models/star_response_all_of.rb
|
|
1768
1808
|
- lib/fastly/models/stats.rb
|
|
1809
|
+
- lib/fastly/models/successful_response_as_object.rb
|
|
1810
|
+
- lib/fastly/models/successful_response_as_object_all_of.rb
|
|
1769
1811
|
- lib/fastly/models/sudo_generic_token_error.rb
|
|
1770
1812
|
- lib/fastly/models/sudo_request.rb
|
|
1771
1813
|
- lib/fastly/models/sudo_response.rb
|
data/docs/IamRole.md
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# Fastly::IamRole
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
| Name | Type | Description | Notes |
|
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **created_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
|
|
8
|
-
| **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
|
|
9
|
-
| **id** | **String** | Alphanumeric string identifying the role. | [optional] |
|
|
10
|
-
| **object** | **String** | The type of the object. | [optional] |
|
|
11
|
-
| **name** | **String** | Name of the role. | [optional] |
|
|
12
|
-
| **description** | **String** | Description of the role. | [optional] |
|
|
13
|
-
| **custom** | **Boolean** | This attribute is set to `true` if the role is managed by the customer. It is set to `false` if the role was created by Fastly. | [optional] |
|
|
14
|
-
| **permissions_count** | **Integer** | Number of permissions assigned to the role. | [optional] |
|
|
15
|
-
|
|
16
|
-
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
17
|
-
|
data/docs/IamRoleAllOf.md
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# Fastly::IamRoleAllOf
|
|
2
|
-
|
|
3
|
-
## Properties
|
|
4
|
-
|
|
5
|
-
| Name | Type | Description | Notes |
|
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **id** | **String** | Alphanumeric string identifying the role. | [optional] |
|
|
8
|
-
| **object** | **String** | The type of the object. | [optional] |
|
|
9
|
-
| **name** | **String** | Name of the role. | [optional] |
|
|
10
|
-
| **description** | **String** | Description of the role. | [optional] |
|
|
11
|
-
| **custom** | **Boolean** | This attribute is set to `true` if the role is managed by the customer. It is set to `false` if the role was created by Fastly. | [optional] |
|
|
12
|
-
| **permissions_count** | **Integer** | Number of permissions assigned to the role. | [optional] |
|
|
13
|
-
|
|
14
|
-
[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|
|
15
|
-
|