fastly 5.3.1 → 6.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 +55 -0
- data/Gemfile.lock +1 -1
- data/README.md +85 -63
- data/docs/AclEntry.md +1 -1
- data/docs/AclEntryApi.md +176 -0
- data/docs/AclEntryResponse.md +1 -1
- data/docs/ApexRedirectApi.md +56 -0
- data/docs/BulkUpdateAclEntry.md +1 -1
- data/docs/ClientKey.md +12 -0
- data/docs/ContactApi.md +50 -0
- data/docs/Content.md +2 -2
- data/docs/ContentApi.md +52 -0
- data/docs/DirectorApi.md +42 -0
- data/docs/DomainInspector.md +12 -0
- data/docs/DomainInspectorEntry.md +11 -0
- data/docs/DomainInspectorEntryDimensions.md +12 -0
- data/docs/DomainInspectorHistoricalApi.md +72 -0
- data/docs/DomainInspectorMeasurements.md +71 -0
- data/docs/DomainInspectorRealtimeApi.md +132 -0
- data/docs/DomainInspectorRealtimeEntry.md +12 -0
- data/docs/EventAttributes.md +1 -1
- data/docs/{EventsResponseAllOf.md → EventData.md} +1 -1
- data/docs/HistoricalDomains.md +13 -0
- data/docs/HistoricalDomainsData.md +11 -0
- data/docs/HistoricalDomainsMeta.md +18 -0
- data/docs/HistoricalDomainsMetaFilters.md +12 -0
- data/docs/HistoricalDomainsResponse.md +13 -0
- data/docs/HistoricalDomainsResponseAllOf.md +10 -0
- data/docs/{HistoricalFieldResultsAttributesAllOf.md → HistoricalFieldResultsAttributesAdditional.md} +1 -1
- data/docs/HistoricalOriginsResponse.md +13 -0
- data/docs/HistoricalOriginsResponseAllOf.md +10 -0
- data/docs/IamRolesApi.md +157 -0
- data/docs/IamServiceGroupsApi.md +157 -0
- data/docs/IamUserGroupsApi.md +315 -0
- data/docs/InlineResponse2005.md +11 -0
- data/docs/InlineResponse2006.md +11 -0
- data/docs/InlineResponse2007.md +10 -0
- data/docs/InlineResponse400.md +10 -0
- data/docs/LegacyWafConfigurationSet.md +11 -0
- data/docs/LegacyWafConfigurationSetsApi.md +125 -0
- data/docs/LegacyWafFirewall.md +18 -0
- data/docs/LegacyWafFirewallApi.md +352 -0
- data/docs/LegacyWafOwasp.md +38 -0
- data/docs/LegacyWafOwaspApi.md +138 -0
- data/docs/LegacyWafRule.md +14 -0
- data/docs/LegacyWafRuleApi.md +184 -0
- data/docs/LegacyWafRuleStatus.md +12 -0
- data/docs/LegacyWafRuleStatusApi.md +202 -0
- data/docs/LegacyWafRuleset.md +11 -0
- data/docs/LegacyWafRulesetApi.md +136 -0
- data/docs/LegacyWafTag.md +10 -0
- data/docs/LegacyWafTagApi.md +58 -0
- data/docs/LegacyWafUpdateStatus.md +15 -0
- data/docs/LegacyWafUpdateStatusApi.md +102 -0
- data/docs/LoggingKafkaApi.md +42 -0
- data/docs/LoggingKinesisApi.md +42 -0
- data/docs/OriginInspector.md +12 -0
- data/docs/OriginInspectorDimensions.md +12 -0
- data/docs/OriginInspectorEntry.md +11 -0
- data/docs/OriginInspectorHistorical.md +13 -0
- data/docs/OriginInspectorHistoricalApi.md +72 -0
- data/docs/OriginInspectorHistoricalData.md +11 -0
- data/docs/OriginInspectorHistoricalMeta.md +18 -0
- data/docs/OriginInspectorHistoricalMetaFilters.md +12 -0
- data/docs/OriginInspectorMeasurements.md +161 -0
- data/docs/OriginInspectorRealtimeApi.md +132 -0
- data/docs/OriginInspectorRealtimeEntry.md +12 -0
- data/docs/OriginInspectorRealtimeEntryRecorded.md +9 -0
- data/docs/OriginInspectorSubsequentRequestTimestamp.md +9 -0
- data/docs/OriginInspectorValues.md +161 -0
- data/docs/PaginationCursorMeta.md +11 -0
- data/docs/ReadOnlyServiceId.md +9 -0
- data/docs/ReadOnlyVersion.md +9 -0
- data/docs/RealtimeEntry.md +2 -2
- data/docs/RealtimeEntryAggregated.md +227 -0
- data/docs/RealtimeEntryRecorded.md +9 -0
- data/docs/RealtimeMeasurements.md +1 -1
- data/docs/RecordedTimestamp.md +9 -0
- data/docs/RequestSettingsApi.md +40 -0
- data/docs/ResponseObjectApi.md +82 -0
- data/docs/Secret.md +12 -0
- data/docs/SecretResponse.md +13 -0
- data/docs/SecretStore.md +10 -0
- data/docs/SecretStoreApi.md +233 -0
- data/docs/SecretStoreItemApi.md +255 -0
- data/docs/SecretStoreResponse.md +12 -0
- data/docs/ServiceAuthorizationsApi.md +76 -0
- data/docs/SigningKey.md +10 -0
- data/docs/SnippetApi.md +42 -0
- data/docs/SubsequentRequestTimestamp.md +9 -0
- data/docs/SudoApi.md +52 -0
- data/docs/SudoGenericTokenError.md +10 -0
- data/docs/SudoRequest.md +12 -0
- data/docs/SudoResponse.md +10 -0
- data/docs/TokensApi.md +70 -0
- data/docs/Values.md +71 -0
- data/docs/WafActiveRulesApi.md +41 -0
- data/lib/fastly/api/acl_entry_api.rb +332 -0
- data/lib/fastly/api/apex_redirect_api.rb +111 -0
- data/lib/fastly/api/contact_api.rb +90 -0
- data/lib/fastly/api/content_api.rb +79 -0
- data/lib/fastly/api/director_api.rb +82 -0
- data/lib/fastly/api/domain_inspector_historical_api.rb +125 -0
- data/lib/fastly/api/domain_inspector_realtime_api.rb +223 -0
- data/lib/fastly/api/iam_roles_api.rb +271 -0
- data/lib/fastly/api/iam_service_groups_api.rb +271 -0
- data/lib/fastly/api/iam_user_groups_api.rb +547 -0
- data/lib/fastly/api/legacy_waf_configuration_sets_api.rb +209 -0
- data/lib/fastly/api/legacy_waf_firewall_api.rb +627 -0
- data/lib/fastly/api/legacy_waf_owasp_api.rb +244 -0
- data/lib/fastly/api/legacy_waf_rule_api.rb +307 -0
- data/lib/fastly/api/legacy_waf_rule_status_api.rb +366 -0
- data/lib/fastly/api/legacy_waf_ruleset_api.rb +237 -0
- data/lib/fastly/api/legacy_waf_tag_api.rb +96 -0
- data/lib/fastly/api/legacy_waf_update_status_api.rb +184 -0
- data/lib/fastly/api/logging_kafka_api.rb +82 -0
- data/lib/fastly/api/logging_kinesis_api.rb +82 -0
- data/lib/fastly/api/origin_inspector_historical_api.rb +125 -0
- data/lib/fastly/api/origin_inspector_realtime_api.rb +223 -0
- data/lib/fastly/api/request_settings_api.rb +75 -0
- data/lib/fastly/api/response_object_api.rb +157 -0
- data/lib/fastly/api/secret_store_api.rb +381 -0
- data/lib/fastly/api/secret_store_item_api.rb +437 -0
- data/lib/fastly/api/service_authorizations_api.rb +126 -0
- data/lib/fastly/api/snippet_api.rb +82 -0
- data/lib/fastly/api/sudo_api.rb +83 -0
- data/lib/fastly/api/tokens_api.rb +122 -0
- data/lib/fastly/api/waf_active_rules_api.rb +75 -0
- data/lib/fastly/configuration.rb +504 -0
- data/lib/fastly/models/acl_entry.rb +1 -1
- data/lib/fastly/models/acl_entry_response.rb +1 -1
- data/lib/fastly/models/bulk_update_acl_entry.rb +1 -1
- data/lib/fastly/models/client_key.rb +239 -0
- data/lib/fastly/models/content.rb +8 -4
- data/lib/fastly/models/domain.rb +1 -0
- data/lib/fastly/models/domain_inspector.rb +238 -0
- data/lib/fastly/models/domain_inspector_entry.rb +228 -0
- data/lib/fastly/models/domain_inspector_entry_dimensions.rb +238 -0
- data/lib/fastly/models/domain_inspector_measurements.rb +828 -0
- data/lib/fastly/models/domain_inspector_realtime_entry.rb +241 -0
- data/lib/fastly/models/event_attributes.rb +4 -2
- data/lib/fastly/models/{events_response_all_of.rb → event_data.rb} +3 -3
- data/lib/fastly/models/events_response.rb +1 -1
- data/lib/fastly/models/historical_domains.rb +249 -0
- data/lib/fastly/models/historical_domains_data.rb +228 -0
- data/lib/fastly/models/historical_domains_meta.rb +297 -0
- data/lib/fastly/models/historical_domains_meta_filters.rb +235 -0
- data/lib/fastly/models/historical_domains_response.rb +257 -0
- data/lib/fastly/models/historical_domains_response_all_of.rb +219 -0
- data/lib/fastly/models/historical_field_results_attributes.rb +1 -1
- data/lib/fastly/models/{historical_field_results_attributes_all_of.rb → historical_field_results_attributes_additional.rb} +3 -3
- data/lib/fastly/models/historical_origins_response.rb +257 -0
- data/lib/fastly/models/historical_origins_response_all_of.rb +219 -0
- data/lib/fastly/models/inline_response2005.rb +227 -0
- data/lib/fastly/models/inline_response2006.rb +227 -0
- data/lib/fastly/models/inline_response2007.rb +218 -0
- data/lib/fastly/models/inline_response400.rb +250 -0
- data/lib/fastly/models/legacy_waf_configuration_set.rb +227 -0
- data/lib/fastly/models/legacy_waf_firewall.rb +297 -0
- data/lib/fastly/models/legacy_waf_owasp.rb +527 -0
- data/lib/fastly/models/legacy_waf_rule.rb +257 -0
- data/lib/fastly/models/legacy_waf_rule_status.rb +237 -0
- data/lib/fastly/models/legacy_waf_ruleset.rb +227 -0
- data/lib/fastly/models/legacy_waf_tag.rb +217 -0
- data/lib/fastly/models/legacy_waf_update_status.rb +267 -0
- data/lib/fastly/models/origin_inspector.rb +238 -0
- data/lib/fastly/models/origin_inspector_dimensions.rb +238 -0
- data/lib/fastly/models/origin_inspector_entry.rb +228 -0
- data/lib/fastly/models/origin_inspector_historical.rb +249 -0
- data/lib/fastly/models/origin_inspector_historical_data.rb +225 -0
- data/lib/fastly/models/origin_inspector_historical_meta.rb +297 -0
- data/lib/fastly/models/origin_inspector_historical_meta_filters.rb +235 -0
- data/lib/fastly/models/origin_inspector_measurements.rb +1728 -0
- data/lib/fastly/models/origin_inspector_realtime_entry.rb +241 -0
- data/lib/fastly/models/origin_inspector_realtime_entry_recorded.rb +208 -0
- data/lib/fastly/models/origin_inspector_subsequent_request_timestamp.rb +208 -0
- data/lib/fastly/models/origin_inspector_values.rb +1728 -0
- data/lib/fastly/models/pagination_cursor_meta.rb +227 -0
- data/lib/fastly/models/read_only_service_id.rb +207 -0
- data/lib/fastly/models/read_only_version.rb +207 -0
- data/lib/fastly/models/realtime_entry.rb +2 -7
- data/lib/fastly/models/realtime_entry_aggregated.rb +2397 -0
- data/lib/fastly/models/realtime_entry_recorded.rb +208 -0
- data/lib/fastly/models/realtime_measurements.rb +4 -2
- data/lib/fastly/models/recorded_timestamp.rb +208 -0
- data/lib/fastly/models/secret.rb +238 -0
- data/lib/fastly/models/secret_response.rb +249 -0
- data/lib/fastly/models/secret_store.rb +217 -0
- data/lib/fastly/models/secret_store_response.rb +238 -0
- data/lib/fastly/models/signing_key.rb +218 -0
- data/lib/fastly/models/subsequent_request_timestamp.rb +208 -0
- data/lib/fastly/models/sudo_generic_token_error.rb +216 -0
- data/lib/fastly/models/sudo_request.rb +244 -0
- data/lib/fastly/models/sudo_response.rb +217 -0
- data/lib/fastly/models/values.rb +828 -0
- data/lib/fastly/version.rb +1 -1
- data/lib/fastly.rb +72 -2
- data/sig.json +1 -1
- metadata +146 -6
data/lib/fastly/version.rb
CHANGED
data/lib/fastly.rb
CHANGED
|
@@ -66,6 +66,7 @@ require 'fastly/models/bulk_update_dictionary_list_request'
|
|
|
66
66
|
require 'fastly/models/bulk_waf_active_rules'
|
|
67
67
|
require 'fastly/models/cache_setting'
|
|
68
68
|
require 'fastly/models/cache_setting_response'
|
|
69
|
+
require 'fastly/models/client_key'
|
|
69
70
|
require 'fastly/models/condition'
|
|
70
71
|
require 'fastly/models/condition_response'
|
|
71
72
|
require 'fastly/models/config_store'
|
|
@@ -96,6 +97,11 @@ require 'fastly/models/director_backend_all_of'
|
|
|
96
97
|
require 'fastly/models/director_response'
|
|
97
98
|
require 'fastly/models/domain'
|
|
98
99
|
require 'fastly/models/domain_check_item'
|
|
100
|
+
require 'fastly/models/domain_inspector'
|
|
101
|
+
require 'fastly/models/domain_inspector_entry'
|
|
102
|
+
require 'fastly/models/domain_inspector_entry_dimensions'
|
|
103
|
+
require 'fastly/models/domain_inspector_measurements'
|
|
104
|
+
require 'fastly/models/domain_inspector_realtime_entry'
|
|
99
105
|
require 'fastly/models/domain_response'
|
|
100
106
|
require 'fastly/models/enabled_product_response'
|
|
101
107
|
require 'fastly/models/enabled_product_response_links'
|
|
@@ -104,9 +110,9 @@ require 'fastly/models/enabled_product_response_service'
|
|
|
104
110
|
require 'fastly/models/error_response'
|
|
105
111
|
require 'fastly/models/event'
|
|
106
112
|
require 'fastly/models/event_attributes'
|
|
113
|
+
require 'fastly/models/event_data'
|
|
107
114
|
require 'fastly/models/event_response'
|
|
108
115
|
require 'fastly/models/events_response'
|
|
109
|
-
require 'fastly/models/events_response_all_of'
|
|
110
116
|
require 'fastly/models/generic_token_error'
|
|
111
117
|
require 'fastly/models/gzip'
|
|
112
118
|
require 'fastly/models/gzip_response'
|
|
@@ -117,13 +123,21 @@ require 'fastly/models/healthcheck_response'
|
|
|
117
123
|
require 'fastly/models/historical'
|
|
118
124
|
require 'fastly/models/historical_aggregate_response'
|
|
119
125
|
require 'fastly/models/historical_aggregate_response_all_of'
|
|
126
|
+
require 'fastly/models/historical_domains'
|
|
127
|
+
require 'fastly/models/historical_domains_data'
|
|
128
|
+
require 'fastly/models/historical_domains_meta'
|
|
129
|
+
require 'fastly/models/historical_domains_meta_filters'
|
|
130
|
+
require 'fastly/models/historical_domains_response'
|
|
131
|
+
require 'fastly/models/historical_domains_response_all_of'
|
|
120
132
|
require 'fastly/models/historical_field_aggregate_response'
|
|
121
133
|
require 'fastly/models/historical_field_aggregate_response_all_of'
|
|
122
134
|
require 'fastly/models/historical_field_response'
|
|
123
135
|
require 'fastly/models/historical_field_response_data_field'
|
|
124
136
|
require 'fastly/models/historical_field_results_attributes'
|
|
125
|
-
require 'fastly/models/
|
|
137
|
+
require 'fastly/models/historical_field_results_attributes_additional'
|
|
126
138
|
require 'fastly/models/historical_meta'
|
|
139
|
+
require 'fastly/models/historical_origins_response'
|
|
140
|
+
require 'fastly/models/historical_origins_response_all_of'
|
|
127
141
|
require 'fastly/models/historical_regions_response'
|
|
128
142
|
require 'fastly/models/historical_regions_response_all_of'
|
|
129
143
|
require 'fastly/models/historical_response'
|
|
@@ -160,6 +174,10 @@ require 'fastly/models/inline_response2003'
|
|
|
160
174
|
require 'fastly/models/inline_response2003_meta'
|
|
161
175
|
require 'fastly/models/inline_response2004'
|
|
162
176
|
require 'fastly/models/inline_response2004_meta'
|
|
177
|
+
require 'fastly/models/inline_response2005'
|
|
178
|
+
require 'fastly/models/inline_response2006'
|
|
179
|
+
require 'fastly/models/inline_response2007'
|
|
180
|
+
require 'fastly/models/inline_response400'
|
|
163
181
|
require 'fastly/models/invitation'
|
|
164
182
|
require 'fastly/models/invitation_data'
|
|
165
183
|
require 'fastly/models/invitation_data_attributes'
|
|
@@ -169,6 +187,14 @@ require 'fastly/models/invitation_response_data'
|
|
|
169
187
|
require 'fastly/models/invitation_response_data_all_of'
|
|
170
188
|
require 'fastly/models/invitations_response'
|
|
171
189
|
require 'fastly/models/invitations_response_all_of'
|
|
190
|
+
require 'fastly/models/legacy_waf_configuration_set'
|
|
191
|
+
require 'fastly/models/legacy_waf_firewall'
|
|
192
|
+
require 'fastly/models/legacy_waf_owasp'
|
|
193
|
+
require 'fastly/models/legacy_waf_rule'
|
|
194
|
+
require 'fastly/models/legacy_waf_rule_status'
|
|
195
|
+
require 'fastly/models/legacy_waf_ruleset'
|
|
196
|
+
require 'fastly/models/legacy_waf_tag'
|
|
197
|
+
require 'fastly/models/legacy_waf_update_status'
|
|
172
198
|
require 'fastly/models/logging_address_and_port'
|
|
173
199
|
require 'fastly/models/logging_azureblob'
|
|
174
200
|
require 'fastly/models/logging_azureblob_all_of'
|
|
@@ -265,11 +291,24 @@ require 'fastly/models/mutual_authentication_response_data'
|
|
|
265
291
|
require 'fastly/models/mutual_authentication_response_data_all_of'
|
|
266
292
|
require 'fastly/models/mutual_authentications_response'
|
|
267
293
|
require 'fastly/models/mutual_authentications_response_all_of'
|
|
294
|
+
require 'fastly/models/origin_inspector'
|
|
295
|
+
require 'fastly/models/origin_inspector_dimensions'
|
|
296
|
+
require 'fastly/models/origin_inspector_entry'
|
|
297
|
+
require 'fastly/models/origin_inspector_historical'
|
|
298
|
+
require 'fastly/models/origin_inspector_historical_data'
|
|
299
|
+
require 'fastly/models/origin_inspector_historical_meta'
|
|
300
|
+
require 'fastly/models/origin_inspector_historical_meta_filters'
|
|
301
|
+
require 'fastly/models/origin_inspector_measurements'
|
|
302
|
+
require 'fastly/models/origin_inspector_realtime_entry'
|
|
303
|
+
require 'fastly/models/origin_inspector_realtime_entry_recorded'
|
|
304
|
+
require 'fastly/models/origin_inspector_subsequent_request_timestamp'
|
|
305
|
+
require 'fastly/models/origin_inspector_values'
|
|
268
306
|
require 'fastly/models/package'
|
|
269
307
|
require 'fastly/models/package_metadata'
|
|
270
308
|
require 'fastly/models/package_response'
|
|
271
309
|
require 'fastly/models/package_response_all_of'
|
|
272
310
|
require 'fastly/models/pagination'
|
|
311
|
+
require 'fastly/models/pagination_cursor_meta'
|
|
273
312
|
require 'fastly/models/pagination_links'
|
|
274
313
|
require 'fastly/models/pagination_meta'
|
|
275
314
|
require 'fastly/models/permission'
|
|
@@ -291,10 +330,15 @@ require 'fastly/models/rate_limiter_response_all_of'
|
|
|
291
330
|
require 'fastly/models/read_only_customer_id'
|
|
292
331
|
require 'fastly/models/read_only_id'
|
|
293
332
|
require 'fastly/models/read_only_id_service'
|
|
333
|
+
require 'fastly/models/read_only_service_id'
|
|
294
334
|
require 'fastly/models/read_only_user_id'
|
|
335
|
+
require 'fastly/models/read_only_version'
|
|
295
336
|
require 'fastly/models/realtime'
|
|
296
337
|
require 'fastly/models/realtime_entry'
|
|
338
|
+
require 'fastly/models/realtime_entry_aggregated'
|
|
339
|
+
require 'fastly/models/realtime_entry_recorded'
|
|
297
340
|
require 'fastly/models/realtime_measurements'
|
|
341
|
+
require 'fastly/models/recorded_timestamp'
|
|
298
342
|
require 'fastly/models/relationship_common_name'
|
|
299
343
|
require 'fastly/models/relationship_customer'
|
|
300
344
|
require 'fastly/models/relationship_customer_customer'
|
|
@@ -403,6 +447,10 @@ require 'fastly/models/schemas_version'
|
|
|
403
447
|
require 'fastly/models/schemas_version_response'
|
|
404
448
|
require 'fastly/models/schemas_waf_firewall_version'
|
|
405
449
|
require 'fastly/models/schemas_waf_firewall_version_data'
|
|
450
|
+
require 'fastly/models/secret'
|
|
451
|
+
require 'fastly/models/secret_response'
|
|
452
|
+
require 'fastly/models/secret_store'
|
|
453
|
+
require 'fastly/models/secret_store_response'
|
|
406
454
|
require 'fastly/models/server'
|
|
407
455
|
require 'fastly/models/server_response'
|
|
408
456
|
require 'fastly/models/server_response_all_of'
|
|
@@ -438,6 +486,7 @@ require 'fastly/models/service_version_detail'
|
|
|
438
486
|
require 'fastly/models/service_version_detail_or_null'
|
|
439
487
|
require 'fastly/models/settings'
|
|
440
488
|
require 'fastly/models/settings_response'
|
|
489
|
+
require 'fastly/models/signing_key'
|
|
441
490
|
require 'fastly/models/snippet'
|
|
442
491
|
require 'fastly/models/snippet_response'
|
|
443
492
|
require 'fastly/models/snippet_response_all_of'
|
|
@@ -448,6 +497,10 @@ require 'fastly/models/star_response_all_of'
|
|
|
448
497
|
require 'fastly/models/stats'
|
|
449
498
|
require 'fastly/models/store'
|
|
450
499
|
require 'fastly/models/store_response'
|
|
500
|
+
require 'fastly/models/subsequent_request_timestamp'
|
|
501
|
+
require 'fastly/models/sudo_generic_token_error'
|
|
502
|
+
require 'fastly/models/sudo_request'
|
|
503
|
+
require 'fastly/models/sudo_response'
|
|
451
504
|
require 'fastly/models/timestamps'
|
|
452
505
|
require 'fastly/models/timestamps_no_delete'
|
|
453
506
|
require 'fastly/models/tls_activation'
|
|
@@ -553,6 +606,7 @@ require 'fastly/models/validator_result'
|
|
|
553
606
|
require 'fastly/models/validator_result_data'
|
|
554
607
|
require 'fastly/models/validator_result_data_attributes'
|
|
555
608
|
require 'fastly/models/validator_result_data_attributes_messages'
|
|
609
|
+
require 'fastly/models/values'
|
|
556
610
|
require 'fastly/models/vcl'
|
|
557
611
|
require 'fastly/models/vcl_diff'
|
|
558
612
|
require 'fastly/models/vcl_response'
|
|
@@ -641,6 +695,7 @@ require 'fastly/api/condition_api'
|
|
|
641
695
|
require 'fastly/api/config_store_api'
|
|
642
696
|
require 'fastly/api/config_store_item_api'
|
|
643
697
|
require 'fastly/api/contact_api'
|
|
698
|
+
require 'fastly/api/content_api'
|
|
644
699
|
require 'fastly/api/customer_api'
|
|
645
700
|
require 'fastly/api/dictionary_api'
|
|
646
701
|
require 'fastly/api/dictionary_info_api'
|
|
@@ -649,6 +704,8 @@ require 'fastly/api/diff_api'
|
|
|
649
704
|
require 'fastly/api/director_api'
|
|
650
705
|
require 'fastly/api/director_backend_api'
|
|
651
706
|
require 'fastly/api/domain_api'
|
|
707
|
+
require 'fastly/api/domain_inspector_historical_api'
|
|
708
|
+
require 'fastly/api/domain_inspector_realtime_api'
|
|
652
709
|
require 'fastly/api/domain_ownerships_api'
|
|
653
710
|
require 'fastly/api/enabled_products_api'
|
|
654
711
|
require 'fastly/api/events_api'
|
|
@@ -664,6 +721,14 @@ require 'fastly/api/iam_user_groups_api'
|
|
|
664
721
|
require 'fastly/api/invitations_api'
|
|
665
722
|
require 'fastly/api/kv_store_api'
|
|
666
723
|
require 'fastly/api/kv_store_item_api'
|
|
724
|
+
require 'fastly/api/legacy_waf_configuration_sets_api'
|
|
725
|
+
require 'fastly/api/legacy_waf_firewall_api'
|
|
726
|
+
require 'fastly/api/legacy_waf_owasp_api'
|
|
727
|
+
require 'fastly/api/legacy_waf_rule_api'
|
|
728
|
+
require 'fastly/api/legacy_waf_rule_status_api'
|
|
729
|
+
require 'fastly/api/legacy_waf_ruleset_api'
|
|
730
|
+
require 'fastly/api/legacy_waf_tag_api'
|
|
731
|
+
require 'fastly/api/legacy_waf_update_status_api'
|
|
667
732
|
require 'fastly/api/logging_azureblob_api'
|
|
668
733
|
require 'fastly/api/logging_bigquery_api'
|
|
669
734
|
require 'fastly/api/logging_cloudfiles_api'
|
|
@@ -691,6 +756,8 @@ require 'fastly/api/logging_splunk_api'
|
|
|
691
756
|
require 'fastly/api/logging_sumologic_api'
|
|
692
757
|
require 'fastly/api/logging_syslog_api'
|
|
693
758
|
require 'fastly/api/mutual_authentication_api'
|
|
759
|
+
require 'fastly/api/origin_inspector_historical_api'
|
|
760
|
+
require 'fastly/api/origin_inspector_realtime_api'
|
|
694
761
|
require 'fastly/api/package_api'
|
|
695
762
|
require 'fastly/api/pool_api'
|
|
696
763
|
require 'fastly/api/pop_api'
|
|
@@ -702,6 +769,8 @@ require 'fastly/api/realtime_api'
|
|
|
702
769
|
require 'fastly/api/request_settings_api'
|
|
703
770
|
require 'fastly/api/resource_api'
|
|
704
771
|
require 'fastly/api/response_object_api'
|
|
772
|
+
require 'fastly/api/secret_store_api'
|
|
773
|
+
require 'fastly/api/secret_store_item_api'
|
|
705
774
|
require 'fastly/api/server_api'
|
|
706
775
|
require 'fastly/api/service_api'
|
|
707
776
|
require 'fastly/api/service_authorizations_api'
|
|
@@ -709,6 +778,7 @@ require 'fastly/api/settings_api'
|
|
|
709
778
|
require 'fastly/api/snippet_api'
|
|
710
779
|
require 'fastly/api/star_api'
|
|
711
780
|
require 'fastly/api/stats_api'
|
|
781
|
+
require 'fastly/api/sudo_api'
|
|
712
782
|
require 'fastly/api/tls_activations_api'
|
|
713
783
|
require 'fastly/api/tls_bulk_certificates_api'
|
|
714
784
|
require 'fastly/api/tls_certificates_api'
|
data/sig.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"G": "
|
|
1
|
+
{"G": "4b5c526d", "D": "37a4f474"}
|
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: 6.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: 2023-07-
|
|
11
|
+
date: 2023-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -111,6 +111,7 @@ files:
|
|
|
111
111
|
- docs/CacheSetting.md
|
|
112
112
|
- docs/CacheSettingResponse.md
|
|
113
113
|
- docs/CacheSettingsApi.md
|
|
114
|
+
- docs/ClientKey.md
|
|
114
115
|
- docs/Condition.md
|
|
115
116
|
- docs/ConditionApi.md
|
|
116
117
|
- docs/ConditionResponse.md
|
|
@@ -128,6 +129,7 @@ files:
|
|
|
128
129
|
- docs/ContactResponse.md
|
|
129
130
|
- docs/ContactResponseAllOf.md
|
|
130
131
|
- docs/Content.md
|
|
132
|
+
- docs/ContentApi.md
|
|
131
133
|
- docs/Customer.md
|
|
132
134
|
- docs/CustomerApi.md
|
|
133
135
|
- docs/CustomerResponse.md
|
|
@@ -153,6 +155,13 @@ files:
|
|
|
153
155
|
- docs/Domain.md
|
|
154
156
|
- docs/DomainApi.md
|
|
155
157
|
- docs/DomainCheckItem.md
|
|
158
|
+
- docs/DomainInspector.md
|
|
159
|
+
- docs/DomainInspectorEntry.md
|
|
160
|
+
- docs/DomainInspectorEntryDimensions.md
|
|
161
|
+
- docs/DomainInspectorHistoricalApi.md
|
|
162
|
+
- docs/DomainInspectorMeasurements.md
|
|
163
|
+
- docs/DomainInspectorRealtimeApi.md
|
|
164
|
+
- docs/DomainInspectorRealtimeEntry.md
|
|
156
165
|
- docs/DomainOwnershipsApi.md
|
|
157
166
|
- docs/DomainResponse.md
|
|
158
167
|
- docs/EnabledProductResponse.md
|
|
@@ -163,10 +172,10 @@ files:
|
|
|
163
172
|
- docs/ErrorResponse.md
|
|
164
173
|
- docs/Event.md
|
|
165
174
|
- docs/EventAttributes.md
|
|
175
|
+
- docs/EventData.md
|
|
166
176
|
- docs/EventResponse.md
|
|
167
177
|
- docs/EventsApi.md
|
|
168
178
|
- docs/EventsResponse.md
|
|
169
|
-
- docs/EventsResponseAllOf.md
|
|
170
179
|
- docs/GenericTokenError.md
|
|
171
180
|
- docs/Gzip.md
|
|
172
181
|
- docs/GzipApi.md
|
|
@@ -181,13 +190,21 @@ files:
|
|
|
181
190
|
- docs/HistoricalAggregateResponse.md
|
|
182
191
|
- docs/HistoricalAggregateResponseAllOf.md
|
|
183
192
|
- docs/HistoricalApi.md
|
|
193
|
+
- docs/HistoricalDomains.md
|
|
194
|
+
- docs/HistoricalDomainsData.md
|
|
195
|
+
- docs/HistoricalDomainsMeta.md
|
|
196
|
+
- docs/HistoricalDomainsMetaFilters.md
|
|
197
|
+
- docs/HistoricalDomainsResponse.md
|
|
198
|
+
- docs/HistoricalDomainsResponseAllOf.md
|
|
184
199
|
- docs/HistoricalFieldAggregateResponse.md
|
|
185
200
|
- docs/HistoricalFieldAggregateResponseAllOf.md
|
|
186
201
|
- docs/HistoricalFieldResponse.md
|
|
187
202
|
- docs/HistoricalFieldResponseDataField.md
|
|
188
203
|
- docs/HistoricalFieldResultsAttributes.md
|
|
189
|
-
- docs/
|
|
204
|
+
- docs/HistoricalFieldResultsAttributesAdditional.md
|
|
190
205
|
- docs/HistoricalMeta.md
|
|
206
|
+
- docs/HistoricalOriginsResponse.md
|
|
207
|
+
- docs/HistoricalOriginsResponseAllOf.md
|
|
191
208
|
- docs/HistoricalRegionsResponse.md
|
|
192
209
|
- docs/HistoricalRegionsResponseAllOf.md
|
|
193
210
|
- docs/HistoricalResponse.md
|
|
@@ -229,6 +246,10 @@ files:
|
|
|
229
246
|
- docs/InlineResponse2003Meta.md
|
|
230
247
|
- docs/InlineResponse2004.md
|
|
231
248
|
- docs/InlineResponse2004Meta.md
|
|
249
|
+
- docs/InlineResponse2005.md
|
|
250
|
+
- docs/InlineResponse2006.md
|
|
251
|
+
- docs/InlineResponse2007.md
|
|
252
|
+
- docs/InlineResponse400.md
|
|
232
253
|
- docs/Invitation.md
|
|
233
254
|
- docs/InvitationData.md
|
|
234
255
|
- docs/InvitationDataAttributes.md
|
|
@@ -241,6 +262,22 @@ files:
|
|
|
241
262
|
- docs/InvitationsResponseAllOf.md
|
|
242
263
|
- docs/KvStoreApi.md
|
|
243
264
|
- docs/KvStoreItemApi.md
|
|
265
|
+
- docs/LegacyWafConfigurationSet.md
|
|
266
|
+
- docs/LegacyWafConfigurationSetsApi.md
|
|
267
|
+
- docs/LegacyWafFirewall.md
|
|
268
|
+
- docs/LegacyWafFirewallApi.md
|
|
269
|
+
- docs/LegacyWafOwasp.md
|
|
270
|
+
- docs/LegacyWafOwaspApi.md
|
|
271
|
+
- docs/LegacyWafRule.md
|
|
272
|
+
- docs/LegacyWafRuleApi.md
|
|
273
|
+
- docs/LegacyWafRuleStatus.md
|
|
274
|
+
- docs/LegacyWafRuleStatusApi.md
|
|
275
|
+
- docs/LegacyWafRuleset.md
|
|
276
|
+
- docs/LegacyWafRulesetApi.md
|
|
277
|
+
- docs/LegacyWafTag.md
|
|
278
|
+
- docs/LegacyWafTagApi.md
|
|
279
|
+
- docs/LegacyWafUpdateStatus.md
|
|
280
|
+
- docs/LegacyWafUpdateStatusApi.md
|
|
244
281
|
- docs/LoggingAddressAndPort.md
|
|
245
282
|
- docs/LoggingAzureblob.md
|
|
246
283
|
- docs/LoggingAzureblobAllOf.md
|
|
@@ -364,12 +401,27 @@ files:
|
|
|
364
401
|
- docs/MutualAuthenticationResponseDataAllOf.md
|
|
365
402
|
- docs/MutualAuthenticationsResponse.md
|
|
366
403
|
- docs/MutualAuthenticationsResponseAllOf.md
|
|
404
|
+
- docs/OriginInspector.md
|
|
405
|
+
- docs/OriginInspectorDimensions.md
|
|
406
|
+
- docs/OriginInspectorEntry.md
|
|
407
|
+
- docs/OriginInspectorHistorical.md
|
|
408
|
+
- docs/OriginInspectorHistoricalApi.md
|
|
409
|
+
- docs/OriginInspectorHistoricalData.md
|
|
410
|
+
- docs/OriginInspectorHistoricalMeta.md
|
|
411
|
+
- docs/OriginInspectorHistoricalMetaFilters.md
|
|
412
|
+
- docs/OriginInspectorMeasurements.md
|
|
413
|
+
- docs/OriginInspectorRealtimeApi.md
|
|
414
|
+
- docs/OriginInspectorRealtimeEntry.md
|
|
415
|
+
- docs/OriginInspectorRealtimeEntryRecorded.md
|
|
416
|
+
- docs/OriginInspectorSubsequentRequestTimestamp.md
|
|
417
|
+
- docs/OriginInspectorValues.md
|
|
367
418
|
- docs/Package.md
|
|
368
419
|
- docs/PackageApi.md
|
|
369
420
|
- docs/PackageMetadata.md
|
|
370
421
|
- docs/PackageResponse.md
|
|
371
422
|
- docs/PackageResponseAllOf.md
|
|
372
423
|
- docs/Pagination.md
|
|
424
|
+
- docs/PaginationCursorMeta.md
|
|
373
425
|
- docs/PaginationLinks.md
|
|
374
426
|
- docs/PaginationMeta.md
|
|
375
427
|
- docs/Permission.md
|
|
@@ -397,11 +449,16 @@ files:
|
|
|
397
449
|
- docs/ReadOnlyCustomerId.md
|
|
398
450
|
- docs/ReadOnlyId.md
|
|
399
451
|
- docs/ReadOnlyIdService.md
|
|
452
|
+
- docs/ReadOnlyServiceId.md
|
|
400
453
|
- docs/ReadOnlyUserId.md
|
|
454
|
+
- docs/ReadOnlyVersion.md
|
|
401
455
|
- docs/Realtime.md
|
|
402
456
|
- docs/RealtimeApi.md
|
|
403
457
|
- docs/RealtimeEntry.md
|
|
458
|
+
- docs/RealtimeEntryAggregated.md
|
|
459
|
+
- docs/RealtimeEntryRecorded.md
|
|
404
460
|
- docs/RealtimeMeasurements.md
|
|
461
|
+
- docs/RecordedTimestamp.md
|
|
405
462
|
- docs/RelationshipCommonName.md
|
|
406
463
|
- docs/RelationshipCustomer.md
|
|
407
464
|
- docs/RelationshipCustomerCustomer.md
|
|
@@ -513,6 +570,12 @@ files:
|
|
|
513
570
|
- docs/SchemasVersionResponse.md
|
|
514
571
|
- docs/SchemasWafFirewallVersion.md
|
|
515
572
|
- docs/SchemasWafFirewallVersionData.md
|
|
573
|
+
- docs/Secret.md
|
|
574
|
+
- docs/SecretResponse.md
|
|
575
|
+
- docs/SecretStore.md
|
|
576
|
+
- docs/SecretStoreApi.md
|
|
577
|
+
- docs/SecretStoreItemApi.md
|
|
578
|
+
- docs/SecretStoreResponse.md
|
|
516
579
|
- docs/Server.md
|
|
517
580
|
- docs/ServerApi.md
|
|
518
581
|
- docs/ServerResponse.md
|
|
@@ -552,6 +615,7 @@ files:
|
|
|
552
615
|
- docs/Settings.md
|
|
553
616
|
- docs/SettingsApi.md
|
|
554
617
|
- docs/SettingsResponse.md
|
|
618
|
+
- docs/SigningKey.md
|
|
555
619
|
- docs/Snippet.md
|
|
556
620
|
- docs/SnippetApi.md
|
|
557
621
|
- docs/SnippetResponse.md
|
|
@@ -565,6 +629,11 @@ files:
|
|
|
565
629
|
- docs/StatsApi.md
|
|
566
630
|
- docs/Store.md
|
|
567
631
|
- docs/StoreResponse.md
|
|
632
|
+
- docs/SubsequentRequestTimestamp.md
|
|
633
|
+
- docs/SudoApi.md
|
|
634
|
+
- docs/SudoGenericTokenError.md
|
|
635
|
+
- docs/SudoRequest.md
|
|
636
|
+
- docs/SudoResponse.md
|
|
568
637
|
- docs/Timestamps.md
|
|
569
638
|
- docs/TimestampsNoDelete.md
|
|
570
639
|
- docs/TlsActivation.md
|
|
@@ -679,6 +748,7 @@ files:
|
|
|
679
748
|
- docs/ValidatorResultData.md
|
|
680
749
|
- docs/ValidatorResultDataAttributes.md
|
|
681
750
|
- docs/ValidatorResultDataAttributesMessages.md
|
|
751
|
+
- docs/Values.md
|
|
682
752
|
- docs/Vcl.md
|
|
683
753
|
- docs/VclApi.md
|
|
684
754
|
- docs/VclDiff.md
|
|
@@ -777,6 +847,7 @@ files:
|
|
|
777
847
|
- lib/fastly/api/config_store_api.rb
|
|
778
848
|
- lib/fastly/api/config_store_item_api.rb
|
|
779
849
|
- lib/fastly/api/contact_api.rb
|
|
850
|
+
- lib/fastly/api/content_api.rb
|
|
780
851
|
- lib/fastly/api/customer_api.rb
|
|
781
852
|
- lib/fastly/api/dictionary_api.rb
|
|
782
853
|
- lib/fastly/api/dictionary_info_api.rb
|
|
@@ -785,6 +856,8 @@ files:
|
|
|
785
856
|
- lib/fastly/api/director_api.rb
|
|
786
857
|
- lib/fastly/api/director_backend_api.rb
|
|
787
858
|
- lib/fastly/api/domain_api.rb
|
|
859
|
+
- lib/fastly/api/domain_inspector_historical_api.rb
|
|
860
|
+
- lib/fastly/api/domain_inspector_realtime_api.rb
|
|
788
861
|
- lib/fastly/api/domain_ownerships_api.rb
|
|
789
862
|
- lib/fastly/api/enabled_products_api.rb
|
|
790
863
|
- lib/fastly/api/events_api.rb
|
|
@@ -800,6 +873,14 @@ files:
|
|
|
800
873
|
- lib/fastly/api/invitations_api.rb
|
|
801
874
|
- lib/fastly/api/kv_store_api.rb
|
|
802
875
|
- lib/fastly/api/kv_store_item_api.rb
|
|
876
|
+
- lib/fastly/api/legacy_waf_configuration_sets_api.rb
|
|
877
|
+
- lib/fastly/api/legacy_waf_firewall_api.rb
|
|
878
|
+
- lib/fastly/api/legacy_waf_owasp_api.rb
|
|
879
|
+
- lib/fastly/api/legacy_waf_rule_api.rb
|
|
880
|
+
- lib/fastly/api/legacy_waf_rule_status_api.rb
|
|
881
|
+
- lib/fastly/api/legacy_waf_ruleset_api.rb
|
|
882
|
+
- lib/fastly/api/legacy_waf_tag_api.rb
|
|
883
|
+
- lib/fastly/api/legacy_waf_update_status_api.rb
|
|
803
884
|
- lib/fastly/api/logging_azureblob_api.rb
|
|
804
885
|
- lib/fastly/api/logging_bigquery_api.rb
|
|
805
886
|
- lib/fastly/api/logging_cloudfiles_api.rb
|
|
@@ -827,6 +908,8 @@ files:
|
|
|
827
908
|
- lib/fastly/api/logging_sumologic_api.rb
|
|
828
909
|
- lib/fastly/api/logging_syslog_api.rb
|
|
829
910
|
- lib/fastly/api/mutual_authentication_api.rb
|
|
911
|
+
- lib/fastly/api/origin_inspector_historical_api.rb
|
|
912
|
+
- lib/fastly/api/origin_inspector_realtime_api.rb
|
|
830
913
|
- lib/fastly/api/package_api.rb
|
|
831
914
|
- lib/fastly/api/pool_api.rb
|
|
832
915
|
- lib/fastly/api/pop_api.rb
|
|
@@ -838,6 +921,8 @@ files:
|
|
|
838
921
|
- lib/fastly/api/request_settings_api.rb
|
|
839
922
|
- lib/fastly/api/resource_api.rb
|
|
840
923
|
- lib/fastly/api/response_object_api.rb
|
|
924
|
+
- lib/fastly/api/secret_store_api.rb
|
|
925
|
+
- lib/fastly/api/secret_store_item_api.rb
|
|
841
926
|
- lib/fastly/api/server_api.rb
|
|
842
927
|
- lib/fastly/api/service_api.rb
|
|
843
928
|
- lib/fastly/api/service_authorizations_api.rb
|
|
@@ -845,6 +930,7 @@ files:
|
|
|
845
930
|
- lib/fastly/api/snippet_api.rb
|
|
846
931
|
- lib/fastly/api/star_api.rb
|
|
847
932
|
- lib/fastly/api/stats_api.rb
|
|
933
|
+
- lib/fastly/api/sudo_api.rb
|
|
848
934
|
- lib/fastly/api/tls_activations_api.rb
|
|
849
935
|
- lib/fastly/api/tls_bulk_certificates_api.rb
|
|
850
936
|
- lib/fastly/api/tls_certificates_api.rb
|
|
@@ -918,6 +1004,7 @@ files:
|
|
|
918
1004
|
- lib/fastly/models/bulk_waf_active_rules.rb
|
|
919
1005
|
- lib/fastly/models/cache_setting.rb
|
|
920
1006
|
- lib/fastly/models/cache_setting_response.rb
|
|
1007
|
+
- lib/fastly/models/client_key.rb
|
|
921
1008
|
- lib/fastly/models/condition.rb
|
|
922
1009
|
- lib/fastly/models/condition_response.rb
|
|
923
1010
|
- lib/fastly/models/config_store.rb
|
|
@@ -948,6 +1035,11 @@ files:
|
|
|
948
1035
|
- lib/fastly/models/director_response.rb
|
|
949
1036
|
- lib/fastly/models/domain.rb
|
|
950
1037
|
- lib/fastly/models/domain_check_item.rb
|
|
1038
|
+
- lib/fastly/models/domain_inspector.rb
|
|
1039
|
+
- lib/fastly/models/domain_inspector_entry.rb
|
|
1040
|
+
- lib/fastly/models/domain_inspector_entry_dimensions.rb
|
|
1041
|
+
- lib/fastly/models/domain_inspector_measurements.rb
|
|
1042
|
+
- lib/fastly/models/domain_inspector_realtime_entry.rb
|
|
951
1043
|
- lib/fastly/models/domain_response.rb
|
|
952
1044
|
- lib/fastly/models/enabled_product_response.rb
|
|
953
1045
|
- lib/fastly/models/enabled_product_response_links.rb
|
|
@@ -956,9 +1048,9 @@ files:
|
|
|
956
1048
|
- lib/fastly/models/error_response.rb
|
|
957
1049
|
- lib/fastly/models/event.rb
|
|
958
1050
|
- lib/fastly/models/event_attributes.rb
|
|
1051
|
+
- lib/fastly/models/event_data.rb
|
|
959
1052
|
- lib/fastly/models/event_response.rb
|
|
960
1053
|
- lib/fastly/models/events_response.rb
|
|
961
|
-
- lib/fastly/models/events_response_all_of.rb
|
|
962
1054
|
- lib/fastly/models/generic_token_error.rb
|
|
963
1055
|
- lib/fastly/models/gzip.rb
|
|
964
1056
|
- lib/fastly/models/gzip_response.rb
|
|
@@ -969,13 +1061,21 @@ files:
|
|
|
969
1061
|
- lib/fastly/models/historical.rb
|
|
970
1062
|
- lib/fastly/models/historical_aggregate_response.rb
|
|
971
1063
|
- lib/fastly/models/historical_aggregate_response_all_of.rb
|
|
1064
|
+
- lib/fastly/models/historical_domains.rb
|
|
1065
|
+
- lib/fastly/models/historical_domains_data.rb
|
|
1066
|
+
- lib/fastly/models/historical_domains_meta.rb
|
|
1067
|
+
- lib/fastly/models/historical_domains_meta_filters.rb
|
|
1068
|
+
- lib/fastly/models/historical_domains_response.rb
|
|
1069
|
+
- lib/fastly/models/historical_domains_response_all_of.rb
|
|
972
1070
|
- lib/fastly/models/historical_field_aggregate_response.rb
|
|
973
1071
|
- lib/fastly/models/historical_field_aggregate_response_all_of.rb
|
|
974
1072
|
- lib/fastly/models/historical_field_response.rb
|
|
975
1073
|
- lib/fastly/models/historical_field_response_data_field.rb
|
|
976
1074
|
- lib/fastly/models/historical_field_results_attributes.rb
|
|
977
|
-
- lib/fastly/models/
|
|
1075
|
+
- lib/fastly/models/historical_field_results_attributes_additional.rb
|
|
978
1076
|
- lib/fastly/models/historical_meta.rb
|
|
1077
|
+
- lib/fastly/models/historical_origins_response.rb
|
|
1078
|
+
- lib/fastly/models/historical_origins_response_all_of.rb
|
|
979
1079
|
- lib/fastly/models/historical_regions_response.rb
|
|
980
1080
|
- lib/fastly/models/historical_regions_response_all_of.rb
|
|
981
1081
|
- lib/fastly/models/historical_response.rb
|
|
@@ -1012,6 +1112,10 @@ files:
|
|
|
1012
1112
|
- lib/fastly/models/inline_response2003_meta.rb
|
|
1013
1113
|
- lib/fastly/models/inline_response2004.rb
|
|
1014
1114
|
- lib/fastly/models/inline_response2004_meta.rb
|
|
1115
|
+
- lib/fastly/models/inline_response2005.rb
|
|
1116
|
+
- lib/fastly/models/inline_response2006.rb
|
|
1117
|
+
- lib/fastly/models/inline_response2007.rb
|
|
1118
|
+
- lib/fastly/models/inline_response400.rb
|
|
1015
1119
|
- lib/fastly/models/invitation.rb
|
|
1016
1120
|
- lib/fastly/models/invitation_data.rb
|
|
1017
1121
|
- lib/fastly/models/invitation_data_attributes.rb
|
|
@@ -1021,6 +1125,14 @@ files:
|
|
|
1021
1125
|
- lib/fastly/models/invitation_response_data_all_of.rb
|
|
1022
1126
|
- lib/fastly/models/invitations_response.rb
|
|
1023
1127
|
- lib/fastly/models/invitations_response_all_of.rb
|
|
1128
|
+
- lib/fastly/models/legacy_waf_configuration_set.rb
|
|
1129
|
+
- lib/fastly/models/legacy_waf_firewall.rb
|
|
1130
|
+
- lib/fastly/models/legacy_waf_owasp.rb
|
|
1131
|
+
- lib/fastly/models/legacy_waf_rule.rb
|
|
1132
|
+
- lib/fastly/models/legacy_waf_rule_status.rb
|
|
1133
|
+
- lib/fastly/models/legacy_waf_ruleset.rb
|
|
1134
|
+
- lib/fastly/models/legacy_waf_tag.rb
|
|
1135
|
+
- lib/fastly/models/legacy_waf_update_status.rb
|
|
1024
1136
|
- lib/fastly/models/logging_address_and_port.rb
|
|
1025
1137
|
- lib/fastly/models/logging_azureblob.rb
|
|
1026
1138
|
- lib/fastly/models/logging_azureblob_all_of.rb
|
|
@@ -1117,11 +1229,24 @@ files:
|
|
|
1117
1229
|
- lib/fastly/models/mutual_authentication_response_data_all_of.rb
|
|
1118
1230
|
- lib/fastly/models/mutual_authentications_response.rb
|
|
1119
1231
|
- lib/fastly/models/mutual_authentications_response_all_of.rb
|
|
1232
|
+
- lib/fastly/models/origin_inspector.rb
|
|
1233
|
+
- lib/fastly/models/origin_inspector_dimensions.rb
|
|
1234
|
+
- lib/fastly/models/origin_inspector_entry.rb
|
|
1235
|
+
- lib/fastly/models/origin_inspector_historical.rb
|
|
1236
|
+
- lib/fastly/models/origin_inspector_historical_data.rb
|
|
1237
|
+
- lib/fastly/models/origin_inspector_historical_meta.rb
|
|
1238
|
+
- lib/fastly/models/origin_inspector_historical_meta_filters.rb
|
|
1239
|
+
- lib/fastly/models/origin_inspector_measurements.rb
|
|
1240
|
+
- lib/fastly/models/origin_inspector_realtime_entry.rb
|
|
1241
|
+
- lib/fastly/models/origin_inspector_realtime_entry_recorded.rb
|
|
1242
|
+
- lib/fastly/models/origin_inspector_subsequent_request_timestamp.rb
|
|
1243
|
+
- lib/fastly/models/origin_inspector_values.rb
|
|
1120
1244
|
- lib/fastly/models/package.rb
|
|
1121
1245
|
- lib/fastly/models/package_metadata.rb
|
|
1122
1246
|
- lib/fastly/models/package_response.rb
|
|
1123
1247
|
- lib/fastly/models/package_response_all_of.rb
|
|
1124
1248
|
- lib/fastly/models/pagination.rb
|
|
1249
|
+
- lib/fastly/models/pagination_cursor_meta.rb
|
|
1125
1250
|
- lib/fastly/models/pagination_links.rb
|
|
1126
1251
|
- lib/fastly/models/pagination_meta.rb
|
|
1127
1252
|
- lib/fastly/models/permission.rb
|
|
@@ -1143,10 +1268,15 @@ files:
|
|
|
1143
1268
|
- lib/fastly/models/read_only_customer_id.rb
|
|
1144
1269
|
- lib/fastly/models/read_only_id.rb
|
|
1145
1270
|
- lib/fastly/models/read_only_id_service.rb
|
|
1271
|
+
- lib/fastly/models/read_only_service_id.rb
|
|
1146
1272
|
- lib/fastly/models/read_only_user_id.rb
|
|
1273
|
+
- lib/fastly/models/read_only_version.rb
|
|
1147
1274
|
- lib/fastly/models/realtime.rb
|
|
1148
1275
|
- lib/fastly/models/realtime_entry.rb
|
|
1276
|
+
- lib/fastly/models/realtime_entry_aggregated.rb
|
|
1277
|
+
- lib/fastly/models/realtime_entry_recorded.rb
|
|
1149
1278
|
- lib/fastly/models/realtime_measurements.rb
|
|
1279
|
+
- lib/fastly/models/recorded_timestamp.rb
|
|
1150
1280
|
- lib/fastly/models/relationship_common_name.rb
|
|
1151
1281
|
- lib/fastly/models/relationship_customer.rb
|
|
1152
1282
|
- lib/fastly/models/relationship_customer_customer.rb
|
|
@@ -1255,6 +1385,10 @@ files:
|
|
|
1255
1385
|
- lib/fastly/models/schemas_version_response.rb
|
|
1256
1386
|
- lib/fastly/models/schemas_waf_firewall_version.rb
|
|
1257
1387
|
- lib/fastly/models/schemas_waf_firewall_version_data.rb
|
|
1388
|
+
- lib/fastly/models/secret.rb
|
|
1389
|
+
- lib/fastly/models/secret_response.rb
|
|
1390
|
+
- lib/fastly/models/secret_store.rb
|
|
1391
|
+
- lib/fastly/models/secret_store_response.rb
|
|
1258
1392
|
- lib/fastly/models/server.rb
|
|
1259
1393
|
- lib/fastly/models/server_response.rb
|
|
1260
1394
|
- lib/fastly/models/server_response_all_of.rb
|
|
@@ -1290,6 +1424,7 @@ files:
|
|
|
1290
1424
|
- lib/fastly/models/service_version_detail_or_null.rb
|
|
1291
1425
|
- lib/fastly/models/settings.rb
|
|
1292
1426
|
- lib/fastly/models/settings_response.rb
|
|
1427
|
+
- lib/fastly/models/signing_key.rb
|
|
1293
1428
|
- lib/fastly/models/snippet.rb
|
|
1294
1429
|
- lib/fastly/models/snippet_response.rb
|
|
1295
1430
|
- lib/fastly/models/snippet_response_all_of.rb
|
|
@@ -1300,6 +1435,10 @@ files:
|
|
|
1300
1435
|
- lib/fastly/models/stats.rb
|
|
1301
1436
|
- lib/fastly/models/store.rb
|
|
1302
1437
|
- lib/fastly/models/store_response.rb
|
|
1438
|
+
- lib/fastly/models/subsequent_request_timestamp.rb
|
|
1439
|
+
- lib/fastly/models/sudo_generic_token_error.rb
|
|
1440
|
+
- lib/fastly/models/sudo_request.rb
|
|
1441
|
+
- lib/fastly/models/sudo_response.rb
|
|
1303
1442
|
- lib/fastly/models/timestamps.rb
|
|
1304
1443
|
- lib/fastly/models/timestamps_no_delete.rb
|
|
1305
1444
|
- lib/fastly/models/tls_activation.rb
|
|
@@ -1405,6 +1544,7 @@ files:
|
|
|
1405
1544
|
- lib/fastly/models/validator_result_data.rb
|
|
1406
1545
|
- lib/fastly/models/validator_result_data_attributes.rb
|
|
1407
1546
|
- lib/fastly/models/validator_result_data_attributes_messages.rb
|
|
1547
|
+
- lib/fastly/models/values.rb
|
|
1408
1548
|
- lib/fastly/models/vcl.rb
|
|
1409
1549
|
- lib/fastly/models/vcl_diff.rb
|
|
1410
1550
|
- lib/fastly/models/vcl_response.rb
|