fastly 8.8.0 → 8.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +29 -1
- data/Gemfile.lock +1 -1
- data/README.md +30 -3
- data/docs/AclsInComputeApi.md +284 -0
- data/docs/Backend.md +2 -2
- data/docs/BackendApi.md +8 -8
- data/docs/BackendResponse.md +2 -2
- data/docs/{OriginInspectorRealtimeEntryRecorded.md → ComputeAclCreateAclsRequest.md} +2 -1
- data/docs/ComputeAclCreateAclsResponse.md +11 -0
- data/docs/ComputeAclListEntries.md +11 -0
- data/docs/ComputeAclListEntriesItem.md +11 -0
- data/docs/ComputeAclListEntriesMeta.md +11 -0
- data/docs/ComputeAclLookup.md +12 -0
- data/docs/ComputeAclUpdateEntry.md +12 -0
- data/docs/ConfiguredProductResponse.md +13 -0
- data/docs/ConfiguredProductResponseConfiguration.md +11 -0
- data/docs/ConfiguredProductResponseLinks.md +11 -0
- data/docs/ConfiguredProductResponseProduct.md +11 -0
- data/docs/ContactApi.md +1 -1
- data/docs/CustomerAddress.md +16 -0
- data/docs/CustomerAddressesApi.md +127 -0
- data/docs/DomainInspector.md +1 -1
- data/docs/DomainInspectorRealtimeEntry.md +1 -1
- data/docs/EnabledProductsApi.md +93 -9
- data/docs/Environment.md +12 -0
- data/docs/{RecordedTimestamp.md → EnvironmentName.md} +1 -1
- data/docs/{OriginInspectorSubsequentRequestTimestamp.md → InlineResponse201.md} +2 -1
- data/docs/{SubsequentRequestTimestamp.md → ListCustomerAddressesResponse.md} +2 -1
- data/docs/OriginInspector.md +1 -1
- data/docs/OriginInspectorRealtimeEntry.md +1 -1
- data/docs/RealtimeEntryAggregated.md +1 -0
- data/docs/RealtimeMeasurements.md +1 -0
- data/docs/Results.md +1 -0
- data/docs/SchemasVersionResponse.md +1 -0
- data/docs/ServiceDetail.md +1 -0
- data/docs/ServiceListResponse.md +1 -0
- data/docs/ServiceListResponseAllOf.md +1 -0
- data/docs/ServiceResponse.md +1 -0
- data/docs/ServiceResponseAllOf.md +1 -0
- data/docs/ServiceVersionDetail.md +1 -0
- data/docs/ServiceVersionDetailOrNull.md +1 -0
- data/docs/SetConfiguration.md +11 -0
- data/docs/SetWorkspaceId.md +10 -0
- data/docs/TlsCertificatesApi.md +2 -2
- data/docs/TlsDomainsApi.md +2 -2
- data/docs/TlsSubscriptionsApi.md +2 -2
- data/docs/VersionApi.md +84 -0
- data/docs/VersionResponse.md +1 -0
- data/docs/VersionResponseAllOf.md +1 -0
- data/lib/fastly/api/acls_in_compute_api.rb +470 -0
- data/lib/fastly/api/backend_api.rb +8 -8
- data/lib/fastly/api/contact_api.rb +1 -1
- data/lib/fastly/api/customer_addresses_api.rb +224 -0
- data/lib/fastly/api/enabled_products_api.rb +164 -10
- data/lib/fastly/api/tls_certificates_api.rb +7 -7
- data/lib/fastly/api/tls_domains_api.rb +7 -7
- data/lib/fastly/api/tls_subscriptions_api.rb +7 -7
- data/lib/fastly/api/version_api.rb +154 -0
- data/lib/fastly/configuration.rb +84 -0
- data/lib/fastly/models/backend.rb +2 -2
- data/lib/fastly/models/backend_response.rb +2 -2
- data/lib/fastly/models/billing_response_line_item.rb +10 -0
- data/lib/fastly/models/{origin_inspector_realtime_entry_recorded.rb → compute_acl_create_acls_request.rb} +15 -6
- data/lib/fastly/models/compute_acl_create_acls_response.rb +227 -0
- data/lib/fastly/models/compute_acl_list_entries.rb +228 -0
- data/lib/fastly/models/compute_acl_list_entries_item.rb +227 -0
- data/lib/fastly/models/compute_acl_list_entries_meta.rb +227 -0
- data/lib/fastly/models/compute_acl_lookup.rb +238 -0
- data/lib/fastly/models/compute_acl_update_entry.rb +238 -0
- data/lib/fastly/models/configured_product_response.rb +243 -0
- data/lib/fastly/models/configured_product_response_configuration.rb +227 -0
- data/lib/fastly/models/configured_product_response_links.rb +227 -0
- data/lib/fastly/models/configured_product_response_product.rb +227 -0
- data/lib/fastly/models/customer_address.rb +294 -0
- data/lib/fastly/models/domain_inspector.rb +2 -1
- data/lib/fastly/models/domain_inspector_realtime_entry.rb +2 -1
- data/lib/fastly/models/environment.rb +235 -0
- data/lib/fastly/models/environment_name.rb +34 -0
- data/lib/fastly/models/event_attributes.rb +2 -2
- data/lib/fastly/models/{recorded_timestamp.rb → inline_response201.rb} +15 -6
- data/lib/fastly/models/line_item_data.rb +10 -0
- data/lib/fastly/models/{origin_inspector_subsequent_request_timestamp.rb → list_customer_addresses_response.rb} +16 -6
- data/lib/fastly/models/origin_inspector.rb +2 -1
- data/lib/fastly/models/origin_inspector_realtime_entry.rb +2 -1
- data/lib/fastly/models/realtime_entry_aggregated.rb +14 -4
- data/lib/fastly/models/realtime_measurements.rb +14 -4
- data/lib/fastly/models/results.rb +11 -1
- data/lib/fastly/models/schemas_version_response.rb +16 -4
- data/lib/fastly/models/service_detail.rb +13 -1
- data/lib/fastly/models/service_list_response.rb +16 -4
- data/lib/fastly/models/service_list_response_all_of.rb +16 -4
- data/lib/fastly/models/service_response.rb +16 -4
- data/lib/fastly/models/service_response_all_of.rb +16 -4
- data/lib/fastly/models/service_version_detail.rb +13 -1
- data/lib/fastly/models/service_version_detail_or_null.rb +13 -1
- data/lib/fastly/models/set_configuration.rb +227 -0
- data/lib/fastly/models/{subsequent_request_timestamp.rb → set_workspace_id.rb} +15 -6
- data/lib/fastly/models/version_response.rb +16 -4
- data/lib/fastly/models/version_response_all_of.rb +16 -4
- data/lib/fastly/version.rb +1 -1
- data/lib/fastly.rb +20 -4
- data/sig.json +1 -1
- metadata +42 -10
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: 8.
|
4
|
+
version: 8.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fastly
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -60,6 +60,7 @@ files:
|
|
60
60
|
- docs/AclEntryResponseAllOf.md
|
61
61
|
- docs/AclResponse.md
|
62
62
|
- docs/AclResponseAllOf.md
|
63
|
+
- docs/AclsInComputeApi.md
|
63
64
|
- docs/ApexRedirect.md
|
64
65
|
- docs/ApexRedirectAllOf.md
|
65
66
|
- docs/ApexRedirectApi.md
|
@@ -119,6 +120,13 @@ files:
|
|
119
120
|
- docs/CacheSettingResponse.md
|
120
121
|
- docs/CacheSettingsApi.md
|
121
122
|
- docs/ClientKey.md
|
123
|
+
- docs/ComputeAclCreateAclsRequest.md
|
124
|
+
- docs/ComputeAclCreateAclsResponse.md
|
125
|
+
- docs/ComputeAclListEntries.md
|
126
|
+
- docs/ComputeAclListEntriesItem.md
|
127
|
+
- docs/ComputeAclListEntriesMeta.md
|
128
|
+
- docs/ComputeAclLookup.md
|
129
|
+
- docs/ComputeAclUpdateEntry.md
|
122
130
|
- docs/Condition.md
|
123
131
|
- docs/ConditionApi.md
|
124
132
|
- docs/ConditionResponse.md
|
@@ -131,6 +139,10 @@ files:
|
|
131
139
|
- docs/ConfigStoreItemResponseAllOf.md
|
132
140
|
- docs/ConfigStoreResponse.md
|
133
141
|
- docs/ConfigStoreResponseAllOf.md
|
142
|
+
- docs/ConfiguredProductResponse.md
|
143
|
+
- docs/ConfiguredProductResponseConfiguration.md
|
144
|
+
- docs/ConfiguredProductResponseLinks.md
|
145
|
+
- docs/ConfiguredProductResponseProduct.md
|
134
146
|
- docs/Contact.md
|
135
147
|
- docs/ContactApi.md
|
136
148
|
- docs/ContactResponse.md
|
@@ -140,6 +152,8 @@ files:
|
|
140
152
|
- docs/CreateDashboardRequest.md
|
141
153
|
- docs/CreateResponseObjectRequest.md
|
142
154
|
- docs/Customer.md
|
155
|
+
- docs/CustomerAddress.md
|
156
|
+
- docs/CustomerAddressesApi.md
|
143
157
|
- docs/CustomerApi.md
|
144
158
|
- docs/CustomerResponse.md
|
145
159
|
- docs/CustomerResponseAllOf.md
|
@@ -188,6 +202,8 @@ files:
|
|
188
202
|
- docs/EnabledProductResponseProduct.md
|
189
203
|
- docs/EnabledProductResponseService.md
|
190
204
|
- docs/EnabledProductsApi.md
|
205
|
+
- docs/Environment.md
|
206
|
+
- docs/EnvironmentName.md
|
191
207
|
- docs/EomInvoiceResponse.md
|
192
208
|
- docs/Error.md
|
193
209
|
- docs/ErrorResponseData.md
|
@@ -273,6 +289,7 @@ files:
|
|
273
289
|
- docs/InlineResponse2005.md
|
274
290
|
- docs/InlineResponse2006.md
|
275
291
|
- docs/InlineResponse2007.md
|
292
|
+
- docs/InlineResponse201.md
|
276
293
|
- docs/InlineResponse400.md
|
277
294
|
- docs/Invitation.md
|
278
295
|
- docs/InvitationData.md
|
@@ -305,6 +322,7 @@ files:
|
|
305
322
|
- docs/LegacyWafUpdateStatus.md
|
306
323
|
- docs/LegacyWafUpdateStatusApi.md
|
307
324
|
- docs/LineItemData.md
|
325
|
+
- docs/ListCustomerAddressesResponse.md
|
308
326
|
- docs/ListDashboardsResponse.md
|
309
327
|
- docs/ListEomInvoicesResponse.md
|
310
328
|
- docs/Listinvoices.md
|
@@ -435,8 +453,6 @@ files:
|
|
435
453
|
- docs/OriginInspectorMeasurements.md
|
436
454
|
- docs/OriginInspectorRealtimeApi.md
|
437
455
|
- docs/OriginInspectorRealtimeEntry.md
|
438
|
-
- docs/OriginInspectorRealtimeEntryRecorded.md
|
439
|
-
- docs/OriginInspectorSubsequentRequestTimestamp.md
|
440
456
|
- docs/OriginInspectorValues.md
|
441
457
|
- docs/Package.md
|
442
458
|
- docs/PackageApi.md
|
@@ -486,7 +502,6 @@ files:
|
|
486
502
|
- docs/RealtimeEntryAggregated.md
|
487
503
|
- docs/RealtimeEntryRecorded.md
|
488
504
|
- docs/RealtimeMeasurements.md
|
489
|
-
- docs/RecordedTimestamp.md
|
490
505
|
- docs/RelationshipCommonName.md
|
491
506
|
- docs/RelationshipCustomer.md
|
492
507
|
- docs/RelationshipCustomerCustomer.md
|
@@ -657,6 +672,8 @@ files:
|
|
657
672
|
- docs/ServiceusagemetricsData.md
|
658
673
|
- docs/Serviceusagetype.md
|
659
674
|
- docs/Serviceusagetypes.md
|
675
|
+
- docs/SetConfiguration.md
|
676
|
+
- docs/SetWorkspaceId.md
|
660
677
|
- docs/Settings.md
|
661
678
|
- docs/SettingsApi.md
|
662
679
|
- docs/SettingsResponse.md
|
@@ -680,7 +697,6 @@ files:
|
|
680
697
|
- docs/StatsApi.md
|
681
698
|
- docs/Store.md
|
682
699
|
- docs/StoreResponse.md
|
683
|
-
- docs/SubsequentRequestTimestamp.md
|
684
700
|
- docs/SudoApi.md
|
685
701
|
- docs/SudoGenericTokenError.md
|
686
702
|
- docs/SudoRequest.md
|
@@ -902,6 +918,7 @@ files:
|
|
902
918
|
- lib/fastly.rb
|
903
919
|
- lib/fastly/api/acl_api.rb
|
904
920
|
- lib/fastly/api/acl_entry_api.rb
|
921
|
+
- lib/fastly/api/acls_in_compute_api.rb
|
905
922
|
- lib/fastly/api/apex_redirect_api.rb
|
906
923
|
- lib/fastly/api/automation_tokens_api.rb
|
907
924
|
- lib/fastly/api/backend_api.rb
|
@@ -915,6 +932,7 @@ files:
|
|
915
932
|
- lib/fastly/api/config_store_item_api.rb
|
916
933
|
- lib/fastly/api/contact_api.rb
|
917
934
|
- lib/fastly/api/content_api.rb
|
935
|
+
- lib/fastly/api/customer_addresses_api.rb
|
918
936
|
- lib/fastly/api/customer_api.rb
|
919
937
|
- lib/fastly/api/dictionary_api.rb
|
920
938
|
- lib/fastly/api/dictionary_info_api.rb
|
@@ -1082,6 +1100,13 @@ files:
|
|
1082
1100
|
- lib/fastly/models/cache_setting.rb
|
1083
1101
|
- lib/fastly/models/cache_setting_response.rb
|
1084
1102
|
- lib/fastly/models/client_key.rb
|
1103
|
+
- lib/fastly/models/compute_acl_create_acls_request.rb
|
1104
|
+
- lib/fastly/models/compute_acl_create_acls_response.rb
|
1105
|
+
- lib/fastly/models/compute_acl_list_entries.rb
|
1106
|
+
- lib/fastly/models/compute_acl_list_entries_item.rb
|
1107
|
+
- lib/fastly/models/compute_acl_list_entries_meta.rb
|
1108
|
+
- lib/fastly/models/compute_acl_lookup.rb
|
1109
|
+
- lib/fastly/models/compute_acl_update_entry.rb
|
1085
1110
|
- lib/fastly/models/condition.rb
|
1086
1111
|
- lib/fastly/models/condition_response.rb
|
1087
1112
|
- lib/fastly/models/config_store.rb
|
@@ -1091,6 +1116,10 @@ files:
|
|
1091
1116
|
- lib/fastly/models/config_store_item_response_all_of.rb
|
1092
1117
|
- lib/fastly/models/config_store_response.rb
|
1093
1118
|
- lib/fastly/models/config_store_response_all_of.rb
|
1119
|
+
- lib/fastly/models/configured_product_response.rb
|
1120
|
+
- lib/fastly/models/configured_product_response_configuration.rb
|
1121
|
+
- lib/fastly/models/configured_product_response_links.rb
|
1122
|
+
- lib/fastly/models/configured_product_response_product.rb
|
1094
1123
|
- lib/fastly/models/contact.rb
|
1095
1124
|
- lib/fastly/models/contact_response.rb
|
1096
1125
|
- lib/fastly/models/contact_response_all_of.rb
|
@@ -1098,6 +1127,7 @@ files:
|
|
1098
1127
|
- lib/fastly/models/create_dashboard_request.rb
|
1099
1128
|
- lib/fastly/models/create_response_object_request.rb
|
1100
1129
|
- lib/fastly/models/customer.rb
|
1130
|
+
- lib/fastly/models/customer_address.rb
|
1101
1131
|
- lib/fastly/models/customer_response.rb
|
1102
1132
|
- lib/fastly/models/customer_response_all_of.rb
|
1103
1133
|
- lib/fastly/models/dashboard.rb
|
@@ -1134,6 +1164,8 @@ files:
|
|
1134
1164
|
- lib/fastly/models/enabled_product_response_links.rb
|
1135
1165
|
- lib/fastly/models/enabled_product_response_product.rb
|
1136
1166
|
- lib/fastly/models/enabled_product_response_service.rb
|
1167
|
+
- lib/fastly/models/environment.rb
|
1168
|
+
- lib/fastly/models/environment_name.rb
|
1137
1169
|
- lib/fastly/models/eom_invoice_response.rb
|
1138
1170
|
- lib/fastly/models/error.rb
|
1139
1171
|
- lib/fastly/models/error_response_data.rb
|
@@ -1208,6 +1240,7 @@ files:
|
|
1208
1240
|
- lib/fastly/models/inline_response2005.rb
|
1209
1241
|
- lib/fastly/models/inline_response2006.rb
|
1210
1242
|
- lib/fastly/models/inline_response2007.rb
|
1243
|
+
- lib/fastly/models/inline_response201.rb
|
1211
1244
|
- lib/fastly/models/inline_response400.rb
|
1212
1245
|
- lib/fastly/models/invitation.rb
|
1213
1246
|
- lib/fastly/models/invitation_data.rb
|
@@ -1229,6 +1262,7 @@ files:
|
|
1229
1262
|
- lib/fastly/models/legacy_waf_tag.rb
|
1230
1263
|
- lib/fastly/models/legacy_waf_update_status.rb
|
1231
1264
|
- lib/fastly/models/line_item_data.rb
|
1265
|
+
- lib/fastly/models/list_customer_addresses_response.rb
|
1232
1266
|
- lib/fastly/models/list_dashboards_response.rb
|
1233
1267
|
- lib/fastly/models/list_eom_invoices_response.rb
|
1234
1268
|
- lib/fastly/models/listinvoices.rb
|
@@ -1328,8 +1362,6 @@ files:
|
|
1328
1362
|
- lib/fastly/models/origin_inspector_historical_meta_filters.rb
|
1329
1363
|
- lib/fastly/models/origin_inspector_measurements.rb
|
1330
1364
|
- lib/fastly/models/origin_inspector_realtime_entry.rb
|
1331
|
-
- lib/fastly/models/origin_inspector_realtime_entry_recorded.rb
|
1332
|
-
- lib/fastly/models/origin_inspector_subsequent_request_timestamp.rb
|
1333
1365
|
- lib/fastly/models/origin_inspector_values.rb
|
1334
1366
|
- lib/fastly/models/package.rb
|
1335
1367
|
- lib/fastly/models/package_metadata.rb
|
@@ -1371,7 +1403,6 @@ files:
|
|
1371
1403
|
- lib/fastly/models/realtime_entry_aggregated.rb
|
1372
1404
|
- lib/fastly/models/realtime_entry_recorded.rb
|
1373
1405
|
- lib/fastly/models/realtime_measurements.rb
|
1374
|
-
- lib/fastly/models/recorded_timestamp.rb
|
1375
1406
|
- lib/fastly/models/relationship_common_name.rb
|
1376
1407
|
- lib/fastly/models/relationship_customer.rb
|
1377
1408
|
- lib/fastly/models/relationship_customer_customer.rb
|
@@ -1534,6 +1565,8 @@ files:
|
|
1534
1565
|
- lib/fastly/models/serviceusagemetrics_data.rb
|
1535
1566
|
- lib/fastly/models/serviceusagetype.rb
|
1536
1567
|
- lib/fastly/models/serviceusagetypes.rb
|
1568
|
+
- lib/fastly/models/set_configuration.rb
|
1569
|
+
- lib/fastly/models/set_workspace_id.rb
|
1537
1570
|
- lib/fastly/models/settings.rb
|
1538
1571
|
- lib/fastly/models/settings_response.rb
|
1539
1572
|
- lib/fastly/models/signing_key.rb
|
@@ -1553,7 +1586,6 @@ files:
|
|
1553
1586
|
- lib/fastly/models/stats.rb
|
1554
1587
|
- lib/fastly/models/store.rb
|
1555
1588
|
- lib/fastly/models/store_response.rb
|
1556
|
-
- lib/fastly/models/subsequent_request_timestamp.rb
|
1557
1589
|
- lib/fastly/models/sudo_generic_token_error.rb
|
1558
1590
|
- lib/fastly/models/sudo_request.rb
|
1559
1591
|
- lib/fastly/models/sudo_response.rb
|