diff --git a/Changes b/Changes index f226b591..192ef85c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,22 @@ Revision history for https://metacpan.org/dist/WebService-Fastly +6.04 2024-05-24 + + [Bug fixes] + - fix(backend): Correct tcp_keepalive_enable to be nullable + - bugfix(resource): Correct `type_resource` accepted values + - bugfix(sudo): Mark API to require authentication token + + [Enhancements] + - feat(image-optimizer-default-settings): Add Image Optimizer Default Settings APIs + - feat(tls-subscriptions): Add `certificate_authority` filter parameter + + [Documentation] + - docs(generator): Update links in docs and comments with unified docs site URL structure + - docs(generator): Clean up README by using GitHub alert icons and collapsible sections + - doc(logging-kinesis): Update description of `format` field. + - doc(tls-subscriptions): Update descriptions of `certificate_authority` and `tls_subscription_include` fields. + 6.03 2024-04-25 [Bug fixes] diff --git a/README.md b/README.md index 52eb465f..e9185e9c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # NAME -WebService::Fastly - an interface to most facets of the Fastly API (https://developer.fastly.com/reference/api). +WebService::Fastly - an interface to most facets of the Fastly API (https://www.fastly.com/documentation/reference/api/). # VERSION -6.03 +6.04 # SYNOPSIS @@ -37,7 +37,10 @@ if ($@) { # AUTHORIZATION -The Fastly API requires an API token (https://developer.fastly.com/reference/api/#authentication) for most operations. If the `FASTLY_API_TOKEN` environment variable is set, the client will automatically use it to authenticate all API requests. Alternatively, you may authenticate the client _instance_ with a Fastly API token, which will override the environment variable. +> [!NOTE] +> The Fastly API requires an [API token](https://www.fastly.com/documentation/reference/api/#authentication) for most operations. + +If the `FASTLY_API_TOKEN` environment variable is set, the client will automatically use it to authenticate all API requests. Alternatively, you may authenticate the client _instance_ with a Fastly API token, which will override the environment variable. ```perl5 my $api_instance = WebService::Fastly::ServiceApi->new( @@ -45,544 +48,552 @@ my $api_instance = WebService::Fastly::ServiceApi->new( ); ``` -# DOCUMENTATION FOR API ENDPOINTS +# API ENDPOINTS + +The main documentation for the Fastly API can be found on our Developer Hub (https://www.fastly.com/documentation/reference/api/). + +
+ +Table of API endpoints -The main documentation for the Fastly API can be found on our Developer Hub (https://developer.fastly.com/reference/api). +Class | Method | Description +----- | ------ | ----------- +*AclApi* | [**create_acl**](docs/AclApi.md#create_acl) | Create a new ACL +*AclApi* | [**delete_acl**](docs/AclApi.md#delete_acl) | Delete an ACL +*AclApi* | [**get_acl**](docs/AclApi.md#get_acl) | Describe an ACL +*AclApi* | [**list_acls**](docs/AclApi.md#list_acls) | List ACLs +*AclApi* | [**update_acl**](docs/AclApi.md#update_acl) | Update an ACL +*AclEntryApi* | [**bulk_update_acl_entries**](docs/AclEntryApi.md#bulk_update_acl_entries) | Update multiple ACL entries +*AclEntryApi* | [**create_acl_entry**](docs/AclEntryApi.md#create_acl_entry) | Create an ACL entry +*AclEntryApi* | [**delete_acl_entry**](docs/AclEntryApi.md#delete_acl_entry) | Delete an ACL entry +*AclEntryApi* | [**get_acl_entry**](docs/AclEntryApi.md#get_acl_entry) | Describe an ACL entry +*AclEntryApi* | [**list_acl_entries**](docs/AclEntryApi.md#list_acl_entries) | List ACL entries +*AclEntryApi* | [**update_acl_entry**](docs/AclEntryApi.md#update_acl_entry) | Update an ACL entry +*ApexRedirectApi* | [**create_apex_redirect**](docs/ApexRedirectApi.md#create_apex_redirect) | Create an apex redirect +*ApexRedirectApi* | [**delete_apex_redirect**](docs/ApexRedirectApi.md#delete_apex_redirect) | Delete an apex redirect +*ApexRedirectApi* | [**get_apex_redirect**](docs/ApexRedirectApi.md#get_apex_redirect) | Get an apex redirect +*ApexRedirectApi* | [**list_apex_redirects**](docs/ApexRedirectApi.md#list_apex_redirects) | List apex redirects +*ApexRedirectApi* | [**update_apex_redirect**](docs/ApexRedirectApi.md#update_apex_redirect) | Update an apex redirect +*AutomationTokensApi* | [**create_automation_token**](docs/AutomationTokensApi.md#create_automation_token) | Create Automation Token +*AutomationTokensApi* | [**get_automation_token_id**](docs/AutomationTokensApi.md#get_automation_token_id) | Retrieve an Automation Token by ID +*AutomationTokensApi* | [**get_automation_tokens_id_services**](docs/AutomationTokensApi.md#get_automation_tokens_id_services) | List Automation Token Services +*AutomationTokensApi* | [**list_automation_tokens**](docs/AutomationTokensApi.md#list_automation_tokens) | List Customer Automation Tokens +*AutomationTokensApi* | [**revoke_automation_token_id**](docs/AutomationTokensApi.md#revoke_automation_token_id) | Revoke an Automation Token by ID +*BackendApi* | [**create_backend**](docs/BackendApi.md#create_backend) | Create a backend +*BackendApi* | [**delete_backend**](docs/BackendApi.md#delete_backend) | Delete a backend +*BackendApi* | [**get_backend**](docs/BackendApi.md#get_backend) | Describe a backend +*BackendApi* | [**list_backends**](docs/BackendApi.md#list_backends) | List backends +*BackendApi* | [**update_backend**](docs/BackendApi.md#update_backend) | Update a backend +*BillingApi* | [**get_invoice**](docs/BillingApi.md#get_invoice) | Get an invoice +*BillingApi* | [**get_invoice_by_id**](docs/BillingApi.md#get_invoice_by_id) | Get an invoice +*BillingApi* | [**get_invoice_mtd**](docs/BillingApi.md#get_invoice_mtd) | Get month-to-date billing estimate +*BillingAddressApi* | [**add_billing_addr**](docs/BillingAddressApi.md#add_billing_addr) | Add a billing address to a customer +*BillingAddressApi* | [**delete_billing_addr**](docs/BillingAddressApi.md#delete_billing_addr) | Delete a billing address +*BillingAddressApi* | [**get_billing_addr**](docs/BillingAddressApi.md#get_billing_addr) | Get a billing address +*BillingAddressApi* | [**update_billing_addr**](docs/BillingAddressApi.md#update_billing_addr) | Update a billing address +*BillingInvoicesApi* | [**get_invoice_by_invoice_id**](docs/BillingInvoicesApi.md#get_invoice_by_invoice_id) | Get invoice by ID. +*BillingInvoicesApi* | [**list_invoices**](docs/BillingInvoicesApi.md#list_invoices) | List of invoices. +*CacheSettingsApi* | [**create_cache_settings**](docs/CacheSettingsApi.md#create_cache_settings) | Create a cache settings object +*CacheSettingsApi* | [**delete_cache_settings**](docs/CacheSettingsApi.md#delete_cache_settings) | Delete a cache settings object +*CacheSettingsApi* | [**get_cache_settings**](docs/CacheSettingsApi.md#get_cache_settings) | Get a cache settings object +*CacheSettingsApi* | [**list_cache_settings**](docs/CacheSettingsApi.md#list_cache_settings) | List cache settings objects +*CacheSettingsApi* | [**update_cache_settings**](docs/CacheSettingsApi.md#update_cache_settings) | Update a cache settings object +*ConditionApi* | [**create_condition**](docs/ConditionApi.md#create_condition) | Create a condition +*ConditionApi* | [**delete_condition**](docs/ConditionApi.md#delete_condition) | Delete a condition +*ConditionApi* | [**get_condition**](docs/ConditionApi.md#get_condition) | Describe a condition +*ConditionApi* | [**list_conditions**](docs/ConditionApi.md#list_conditions) | List conditions +*ConditionApi* | [**update_condition**](docs/ConditionApi.md#update_condition) | Update a condition +*ConfigStoreApi* | [**create_config_store**](docs/ConfigStoreApi.md#create_config_store) | Create a config store +*ConfigStoreApi* | [**delete_config_store**](docs/ConfigStoreApi.md#delete_config_store) | Delete a config store +*ConfigStoreApi* | [**get_config_store**](docs/ConfigStoreApi.md#get_config_store) | Describe a config store +*ConfigStoreApi* | [**get_config_store_info**](docs/ConfigStoreApi.md#get_config_store_info) | Get config store metadata +*ConfigStoreApi* | [**list_config_store_services**](docs/ConfigStoreApi.md#list_config_store_services) | List linked services +*ConfigStoreApi* | [**list_config_stores**](docs/ConfigStoreApi.md#list_config_stores) | List config stores +*ConfigStoreApi* | [**update_config_store**](docs/ConfigStoreApi.md#update_config_store) | Update a config store +*ConfigStoreItemApi* | [**bulk_update_config_store_item**](docs/ConfigStoreItemApi.md#bulk_update_config_store_item) | Update multiple entries in a config store +*ConfigStoreItemApi* | [**create_config_store_item**](docs/ConfigStoreItemApi.md#create_config_store_item) | Create an entry in a config store +*ConfigStoreItemApi* | [**delete_config_store_item**](docs/ConfigStoreItemApi.md#delete_config_store_item) | Delete an item from a config store +*ConfigStoreItemApi* | [**get_config_store_item**](docs/ConfigStoreItemApi.md#get_config_store_item) | Get an item from a config store +*ConfigStoreItemApi* | [**list_config_store_items**](docs/ConfigStoreItemApi.md#list_config_store_items) | List items in a config store +*ConfigStoreItemApi* | [**update_config_store_item**](docs/ConfigStoreItemApi.md#update_config_store_item) | Update an entry in a config store +*ConfigStoreItemApi* | [**upsert_config_store_item**](docs/ConfigStoreItemApi.md#upsert_config_store_item) | Insert or update an entry in a config store +*ContactApi* | [**create_contacts**](docs/ContactApi.md#create_contacts) | Add a new customer contact +*ContactApi* | [**delete_contact**](docs/ContactApi.md#delete_contact) | Delete a contact +*ContactApi* | [**list_contacts**](docs/ContactApi.md#list_contacts) | List contacts +*ContentApi* | [**content_check**](docs/ContentApi.md#content_check) | Check status of content in each POP's cache +*CustomerApi* | [**delete_customer**](docs/CustomerApi.md#delete_customer) | Delete a customer +*CustomerApi* | [**get_customer**](docs/CustomerApi.md#get_customer) | Get a customer +*CustomerApi* | [**get_logged_in_customer**](docs/CustomerApi.md#get_logged_in_customer) | Get the logged in customer +*CustomerApi* | [**list_users**](docs/CustomerApi.md#list_users) | List users +*CustomerApi* | [**update_customer**](docs/CustomerApi.md#update_customer) | Update a customer +*DictionaryApi* | [**create_dictionary**](docs/DictionaryApi.md#create_dictionary) | Create an edge dictionary +*DictionaryApi* | [**delete_dictionary**](docs/DictionaryApi.md#delete_dictionary) | Delete an edge dictionary +*DictionaryApi* | [**get_dictionary**](docs/DictionaryApi.md#get_dictionary) | Get an edge dictionary +*DictionaryApi* | [**list_dictionaries**](docs/DictionaryApi.md#list_dictionaries) | List edge dictionaries +*DictionaryApi* | [**update_dictionary**](docs/DictionaryApi.md#update_dictionary) | Update an edge dictionary +*DictionaryInfoApi* | [**get_dictionary_info**](docs/DictionaryInfoApi.md#get_dictionary_info) | Get edge dictionary metadata +*DictionaryItemApi* | [**bulk_update_dictionary_item**](docs/DictionaryItemApi.md#bulk_update_dictionary_item) | Update multiple entries in an edge dictionary +*DictionaryItemApi* | [**create_dictionary_item**](docs/DictionaryItemApi.md#create_dictionary_item) | Create an entry in an edge dictionary +*DictionaryItemApi* | [**delete_dictionary_item**](docs/DictionaryItemApi.md#delete_dictionary_item) | Delete an item from an edge dictionary +*DictionaryItemApi* | [**get_dictionary_item**](docs/DictionaryItemApi.md#get_dictionary_item) | Get an item from an edge dictionary +*DictionaryItemApi* | [**list_dictionary_items**](docs/DictionaryItemApi.md#list_dictionary_items) | List items in an edge dictionary +*DictionaryItemApi* | [**update_dictionary_item**](docs/DictionaryItemApi.md#update_dictionary_item) | Update an entry in an edge dictionary +*DictionaryItemApi* | [**upsert_dictionary_item**](docs/DictionaryItemApi.md#upsert_dictionary_item) | Insert or update an entry in an edge dictionary +*DiffApi* | [**diff_service_versions**](docs/DiffApi.md#diff_service_versions) | Diff two service versions +*DirectorApi* | [**create_director**](docs/DirectorApi.md#create_director) | Create a director +*DirectorApi* | [**delete_director**](docs/DirectorApi.md#delete_director) | Delete a director +*DirectorApi* | [**get_director**](docs/DirectorApi.md#get_director) | Get a director +*DirectorApi* | [**list_directors**](docs/DirectorApi.md#list_directors) | List directors +*DirectorApi* | [**update_director**](docs/DirectorApi.md#update_director) | Update a director +*DirectorBackendApi* | [**create_director_backend**](docs/DirectorBackendApi.md#create_director_backend) | Create a director-backend relationship +*DirectorBackendApi* | [**delete_director_backend**](docs/DirectorBackendApi.md#delete_director_backend) | Delete a director-backend relationship +*DirectorBackendApi* | [**get_director_backend**](docs/DirectorBackendApi.md#get_director_backend) | Get a director-backend relationship +*DomainApi* | [**check_domain**](docs/DomainApi.md#check_domain) | Validate DNS configuration for a single domain on a service +*DomainApi* | [**check_domains**](docs/DomainApi.md#check_domains) | Validate DNS configuration for all domains on a service +*DomainApi* | [**create_domain**](docs/DomainApi.md#create_domain) | Add a domain name to a service +*DomainApi* | [**delete_domain**](docs/DomainApi.md#delete_domain) | Remove a domain from a service +*DomainApi* | [**get_domain**](docs/DomainApi.md#get_domain) | Describe a domain +*DomainApi* | [**list_domains**](docs/DomainApi.md#list_domains) | List domains +*DomainApi* | [**update_domain**](docs/DomainApi.md#update_domain) | Update a domain +*DomainInspectorHistoricalApi* | [**get_domain_inspector_historical**](docs/DomainInspectorHistoricalApi.md#get_domain_inspector_historical) | Get historical domain data for a service +*DomainInspectorRealtimeApi* | [**get_domain_inspector_last120_seconds**](docs/DomainInspectorRealtimeApi.md#get_domain_inspector_last120_seconds) | Get real-time domain data for the last 120 seconds +*DomainInspectorRealtimeApi* | [**get_domain_inspector_last_max_entries**](docs/DomainInspectorRealtimeApi.md#get_domain_inspector_last_max_entries) | Get a limited number of real-time domain data entries +*DomainInspectorRealtimeApi* | [**get_domain_inspector_last_second**](docs/DomainInspectorRealtimeApi.md#get_domain_inspector_last_second) | Get real-time domain data from a specified time +*DomainOwnershipsApi* | [**list_domain_ownerships**](docs/DomainOwnershipsApi.md#list_domain_ownerships) | List domain-ownerships +*EnabledProductsApi* | [**disable_product**](docs/EnabledProductsApi.md#disable_product) | Disable a product +*EnabledProductsApi* | [**enable_product**](docs/EnabledProductsApi.md#enable_product) | Enable a product +*EnabledProductsApi* | [**get_enabled_product**](docs/EnabledProductsApi.md#get_enabled_product) | Get enabled product +*EventsApi* | [**get_event**](docs/EventsApi.md#get_event) | Get an event +*EventsApi* | [**list_events**](docs/EventsApi.md#list_events) | List events +*GzipApi* | [**create_gzip_config**](docs/GzipApi.md#create_gzip_config) | Create a gzip configuration +*GzipApi* | [**delete_gzip_config**](docs/GzipApi.md#delete_gzip_config) | Delete a gzip configuration +*GzipApi* | [**get_gzip_configs**](docs/GzipApi.md#get_gzip_configs) | Get a gzip configuration +*GzipApi* | [**list_gzip_configs**](docs/GzipApi.md#list_gzip_configs) | List gzip configurations +*GzipApi* | [**update_gzip_config**](docs/GzipApi.md#update_gzip_config) | Update a gzip configuration +*HeaderApi* | [**create_header_object**](docs/HeaderApi.md#create_header_object) | Create a Header object +*HeaderApi* | [**delete_header_object**](docs/HeaderApi.md#delete_header_object) | Delete a Header object +*HeaderApi* | [**get_header_object**](docs/HeaderApi.md#get_header_object) | Get a Header object +*HeaderApi* | [**list_header_objects**](docs/HeaderApi.md#list_header_objects) | List Header objects +*HeaderApi* | [**update_header_object**](docs/HeaderApi.md#update_header_object) | Update a Header object +*HealthcheckApi* | [**create_healthcheck**](docs/HealthcheckApi.md#create_healthcheck) | Create a health check +*HealthcheckApi* | [**delete_healthcheck**](docs/HealthcheckApi.md#delete_healthcheck) | Delete a health check +*HealthcheckApi* | [**get_healthcheck**](docs/HealthcheckApi.md#get_healthcheck) | Get a health check +*HealthcheckApi* | [**list_healthchecks**](docs/HealthcheckApi.md#list_healthchecks) | List health checks +*HealthcheckApi* | [**update_healthcheck**](docs/HealthcheckApi.md#update_healthcheck) | Update a health check +*HistoricalApi* | [**get_hist_stats**](docs/HistoricalApi.md#get_hist_stats) | Get historical stats +*HistoricalApi* | [**get_hist_stats_aggregated**](docs/HistoricalApi.md#get_hist_stats_aggregated) | Get aggregated historical stats +*HistoricalApi* | [**get_hist_stats_field**](docs/HistoricalApi.md#get_hist_stats_field) | Get historical stats for a single field +*HistoricalApi* | [**get_hist_stats_service**](docs/HistoricalApi.md#get_hist_stats_service) | Get historical stats for a single service +*HistoricalApi* | [**get_hist_stats_service_field**](docs/HistoricalApi.md#get_hist_stats_service_field) | Get historical stats for a single service/field combination +*HistoricalApi* | [**get_regions**](docs/HistoricalApi.md#get_regions) | Get region codes +*HistoricalApi* | [**get_usage**](docs/HistoricalApi.md#get_usage) | Get usage statistics +*HistoricalApi* | [**get_usage_month**](docs/HistoricalApi.md#get_usage_month) | Get month-to-date usage statistics +*HistoricalApi* | [**get_usage_service**](docs/HistoricalApi.md#get_usage_service) | Get usage statistics per service +*Http3Api* | [**create_http3**](docs/Http3Api.md#create_http3) | Enable support for HTTP/3 +*Http3Api* | [**delete_http3**](docs/Http3Api.md#delete_http3) | Disable support for HTTP/3 +*Http3Api* | [**get_http3**](docs/Http3Api.md#get_http3) | Get HTTP/3 status +*IamPermissionsApi* | [**list_permissions**](docs/IamPermissionsApi.md#list_permissions) | List permissions +*IamRolesApi* | [**add_role_permissions**](docs/IamRolesApi.md#add_role_permissions) | Add permissions to a role +*IamRolesApi* | [**create_a_role**](docs/IamRolesApi.md#create_a_role) | Create a role +*IamRolesApi* | [**delete_a_role**](docs/IamRolesApi.md#delete_a_role) | Delete a role +*IamRolesApi* | [**get_a_role**](docs/IamRolesApi.md#get_a_role) | Get a role +*IamRolesApi* | [**list_role_permissions**](docs/IamRolesApi.md#list_role_permissions) | List permissions in a role +*IamRolesApi* | [**list_roles**](docs/IamRolesApi.md#list_roles) | List roles +*IamRolesApi* | [**remove_role_permissions**](docs/IamRolesApi.md#remove_role_permissions) | Remove permissions from a role +*IamRolesApi* | [**update_a_role**](docs/IamRolesApi.md#update_a_role) | Update a role +*IamServiceGroupsApi* | [**add_service_group_services**](docs/IamServiceGroupsApi.md#add_service_group_services) | Add services in a service group +*IamServiceGroupsApi* | [**create_a_service_group**](docs/IamServiceGroupsApi.md#create_a_service_group) | Create a service group +*IamServiceGroupsApi* | [**delete_a_service_group**](docs/IamServiceGroupsApi.md#delete_a_service_group) | Delete a service group +*IamServiceGroupsApi* | [**get_a_service_group**](docs/IamServiceGroupsApi.md#get_a_service_group) | Get a service group +*IamServiceGroupsApi* | [**list_service_group_services**](docs/IamServiceGroupsApi.md#list_service_group_services) | List services to a service group +*IamServiceGroupsApi* | [**list_service_groups**](docs/IamServiceGroupsApi.md#list_service_groups) | List service groups +*IamServiceGroupsApi* | [**remove_service_group_services**](docs/IamServiceGroupsApi.md#remove_service_group_services) | Remove services from a service group +*IamServiceGroupsApi* | [**update_a_service_group**](docs/IamServiceGroupsApi.md#update_a_service_group) | Update a service group +*IamUserGroupsApi* | [**add_user_group_members**](docs/IamUserGroupsApi.md#add_user_group_members) | Add members to a user group +*IamUserGroupsApi* | [**add_user_group_roles**](docs/IamUserGroupsApi.md#add_user_group_roles) | Add roles to a user group +*IamUserGroupsApi* | [**add_user_group_service_groups**](docs/IamUserGroupsApi.md#add_user_group_service_groups) | Add service groups to a user group +*IamUserGroupsApi* | [**create_a_user_group**](docs/IamUserGroupsApi.md#create_a_user_group) | Create a user group +*IamUserGroupsApi* | [**delete_a_user_group**](docs/IamUserGroupsApi.md#delete_a_user_group) | Delete a user group +*IamUserGroupsApi* | [**get_a_user_group**](docs/IamUserGroupsApi.md#get_a_user_group) | Get a user group +*IamUserGroupsApi* | [**list_user_group_members**](docs/IamUserGroupsApi.md#list_user_group_members) | List members of a user group +*IamUserGroupsApi* | [**list_user_group_roles**](docs/IamUserGroupsApi.md#list_user_group_roles) | List roles in a user group +*IamUserGroupsApi* | [**list_user_group_service_groups**](docs/IamUserGroupsApi.md#list_user_group_service_groups) | List service groups in a user group +*IamUserGroupsApi* | [**list_user_groups**](docs/IamUserGroupsApi.md#list_user_groups) | List user groups +*IamUserGroupsApi* | [**remove_user_group_members**](docs/IamUserGroupsApi.md#remove_user_group_members) | Remove members of a user group +*IamUserGroupsApi* | [**remove_user_group_roles**](docs/IamUserGroupsApi.md#remove_user_group_roles) | Remove roles from a user group +*IamUserGroupsApi* | [**remove_user_group_service_groups**](docs/IamUserGroupsApi.md#remove_user_group_service_groups) | Remove service groups from a user group +*IamUserGroupsApi* | [**update_a_user_group**](docs/IamUserGroupsApi.md#update_a_user_group) | Update a user group +*ImageOptimizerDefaultSettingsApi* | [**get_default_settings**](docs/ImageOptimizerDefaultSettingsApi.md#get_default_settings) | Get current Image Optimizer Default Settings +*ImageOptimizerDefaultSettingsApi* | [**update_default_settings**](docs/ImageOptimizerDefaultSettingsApi.md#update_default_settings) | Update Image Optimizer Default Settings +*InvitationsApi* | [**create_invitation**](docs/InvitationsApi.md#create_invitation) | Create an invitation +*InvitationsApi* | [**delete_invitation**](docs/InvitationsApi.md#delete_invitation) | Delete an invitation +*InvitationsApi* | [**list_invitations**](docs/InvitationsApi.md#list_invitations) | List invitations +*KvStoreApi* | [**create_store**](docs/KvStoreApi.md#create_store) | Create a KV store. +*KvStoreApi* | [**delete_store**](docs/KvStoreApi.md#delete_store) | Delete a KV store. +*KvStoreApi* | [**get_store**](docs/KvStoreApi.md#get_store) | Describe a KV store. +*KvStoreApi* | [**get_stores**](docs/KvStoreApi.md#get_stores) | List KV stores. +*KvStoreItemApi* | [**delete_key_from_store**](docs/KvStoreItemApi.md#delete_key_from_store) | Delete kv store item. +*KvStoreItemApi* | [**get_keys**](docs/KvStoreItemApi.md#get_keys) | List kv store keys. +*KvStoreItemApi* | [**get_value_for_key**](docs/KvStoreItemApi.md#get_value_for_key) | Get the value of an kv store item +*KvStoreItemApi* | [**set_value_for_key**](docs/KvStoreItemApi.md#set_value_for_key) | Insert an item into an kv store +*LegacyWafConfigurationSetsApi* | [**list_waf_config_sets**](docs/LegacyWafConfigurationSetsApi.md#list_waf_config_sets) | List configuration sets +*LegacyWafConfigurationSetsApi* | [**list_wafs_config_set**](docs/LegacyWafConfigurationSetsApi.md#list_wafs_config_set) | List WAFs currently using a configuration set +*LegacyWafConfigurationSetsApi* | [**use_waf_config_set**](docs/LegacyWafConfigurationSetsApi.md#use_waf_config_set) | Apply a configuration set to a WAF +*LegacyWafFirewallApi* | [**create_legacy_waf_firewall_service**](docs/LegacyWafFirewallApi.md#create_legacy_waf_firewall_service) | Create a firewall +*LegacyWafFirewallApi* | [**disable_legacy_waf_firewall**](docs/LegacyWafFirewallApi.md#disable_legacy_waf_firewall) | Disable a firewall +*LegacyWafFirewallApi* | [**enable_legacy_waf_firewall**](docs/LegacyWafFirewallApi.md#enable_legacy_waf_firewall) | Enable a firewall +*LegacyWafFirewallApi* | [**get_legacy_waf_firewall**](docs/LegacyWafFirewallApi.md#get_legacy_waf_firewall) | Get a firewall object +*LegacyWafFirewallApi* | [**get_legacy_waf_firewall_service**](docs/LegacyWafFirewallApi.md#get_legacy_waf_firewall_service) | Get a firewall +*LegacyWafFirewallApi* | [**list_legacy_waf_firewalls**](docs/LegacyWafFirewallApi.md#list_legacy_waf_firewalls) | List active firewalls +*LegacyWafFirewallApi* | [**list_legacy_waf_firewalls_service**](docs/LegacyWafFirewallApi.md#list_legacy_waf_firewalls_service) | List firewalls +*LegacyWafFirewallApi* | [**update_legacy_waf_firewall_service**](docs/LegacyWafFirewallApi.md#update_legacy_waf_firewall_service) | Update a firewall +*LegacyWafOwaspApi* | [**create_owasp_settings**](docs/LegacyWafOwaspApi.md#create_owasp_settings) | Create an OWASP settings object +*LegacyWafOwaspApi* | [**get_owasp_settings**](docs/LegacyWafOwaspApi.md#get_owasp_settings) | Get the OWASP settings object +*LegacyWafOwaspApi* | [**update_owasp_settings**](docs/LegacyWafOwaspApi.md#update_owasp_settings) | Update the OWASP settings object +*LegacyWafRuleApi* | [**get_legacy_waf_firewall_rule_vcl**](docs/LegacyWafRuleApi.md#get_legacy_waf_firewall_rule_vcl) | Get VCL for a rule associated with a firewall +*LegacyWafRuleApi* | [**get_legacy_waf_rule**](docs/LegacyWafRuleApi.md#get_legacy_waf_rule) | Get a rule +*LegacyWafRuleApi* | [**get_legacy_waf_rule_vcl**](docs/LegacyWafRuleApi.md#get_legacy_waf_rule_vcl) | Get VCL for a rule +*LegacyWafRuleApi* | [**list_legacy_waf_rules**](docs/LegacyWafRuleApi.md#list_legacy_waf_rules) | List rules in the latest configuration set +*LegacyWafRuleStatusApi* | [**get_waf_firewall_rule_status**](docs/LegacyWafRuleStatusApi.md#get_waf_firewall_rule_status) | Get the status of a rule on a firewall +*LegacyWafRuleStatusApi* | [**list_waf_firewall_rule_statuses**](docs/LegacyWafRuleStatusApi.md#list_waf_firewall_rule_statuses) | List rule statuses +*LegacyWafRuleStatusApi* | [**update_waf_firewall_rule_status**](docs/LegacyWafRuleStatusApi.md#update_waf_firewall_rule_status) | Update the status of a rule +*LegacyWafRuleStatusApi* | [**update_waf_firewall_rule_statuses_tag**](docs/LegacyWafRuleStatusApi.md#update_waf_firewall_rule_statuses_tag) | Create or update status of a tagged group of rules +*LegacyWafRulesetApi* | [**get_waf_ruleset**](docs/LegacyWafRulesetApi.md#get_waf_ruleset) | Get a WAF ruleset +*LegacyWafRulesetApi* | [**get_waf_ruleset_vcl**](docs/LegacyWafRulesetApi.md#get_waf_ruleset_vcl) | Generate WAF ruleset VCL +*LegacyWafRulesetApi* | [**update_waf_ruleset**](docs/LegacyWafRulesetApi.md#update_waf_ruleset) | Update a WAF ruleset +*LegacyWafTagApi* | [**list_legacy_waf_tags**](docs/LegacyWafTagApi.md#list_legacy_waf_tags) | List WAF tags +*LegacyWafUpdateStatusApi* | [**get_waf_update_status**](docs/LegacyWafUpdateStatusApi.md#get_waf_update_status) | Get the status of a WAF update +*LegacyWafUpdateStatusApi* | [**list_waf_update_statuses**](docs/LegacyWafUpdateStatusApi.md#list_waf_update_statuses) | List update statuses +*LoggingAzureblobApi* | [**create_log_azure**](docs/LoggingAzureblobApi.md#create_log_azure) | Create an Azure Blob Storage log endpoint +*LoggingAzureblobApi* | [**delete_log_azure**](docs/LoggingAzureblobApi.md#delete_log_azure) | Delete the Azure Blob Storage log endpoint +*LoggingAzureblobApi* | [**get_log_azure**](docs/LoggingAzureblobApi.md#get_log_azure) | Get an Azure Blob Storage log endpoint +*LoggingAzureblobApi* | [**list_log_azure**](docs/LoggingAzureblobApi.md#list_log_azure) | List Azure Blob Storage log endpoints +*LoggingAzureblobApi* | [**update_log_azure**](docs/LoggingAzureblobApi.md#update_log_azure) | Update an Azure Blob Storage log endpoint +*LoggingBigqueryApi* | [**create_log_bigquery**](docs/LoggingBigqueryApi.md#create_log_bigquery) | Create a BigQuery log endpoint +*LoggingBigqueryApi* | [**delete_log_bigquery**](docs/LoggingBigqueryApi.md#delete_log_bigquery) | Delete a BigQuery log endpoint +*LoggingBigqueryApi* | [**get_log_bigquery**](docs/LoggingBigqueryApi.md#get_log_bigquery) | Get a BigQuery log endpoint +*LoggingBigqueryApi* | [**list_log_bigquery**](docs/LoggingBigqueryApi.md#list_log_bigquery) | List BigQuery log endpoints +*LoggingBigqueryApi* | [**update_log_bigquery**](docs/LoggingBigqueryApi.md#update_log_bigquery) | Update a BigQuery log endpoint +*LoggingCloudfilesApi* | [**create_log_cloudfiles**](docs/LoggingCloudfilesApi.md#create_log_cloudfiles) | Create a Cloud Files log endpoint +*LoggingCloudfilesApi* | [**delete_log_cloudfiles**](docs/LoggingCloudfilesApi.md#delete_log_cloudfiles) | Delete the Cloud Files log endpoint +*LoggingCloudfilesApi* | [**get_log_cloudfiles**](docs/LoggingCloudfilesApi.md#get_log_cloudfiles) | Get a Cloud Files log endpoint +*LoggingCloudfilesApi* | [**list_log_cloudfiles**](docs/LoggingCloudfilesApi.md#list_log_cloudfiles) | List Cloud Files log endpoints +*LoggingCloudfilesApi* | [**update_log_cloudfiles**](docs/LoggingCloudfilesApi.md#update_log_cloudfiles) | Update the Cloud Files log endpoint +*LoggingDatadogApi* | [**create_log_datadog**](docs/LoggingDatadogApi.md#create_log_datadog) | Create a Datadog log endpoint +*LoggingDatadogApi* | [**delete_log_datadog**](docs/LoggingDatadogApi.md#delete_log_datadog) | Delete a Datadog log endpoint +*LoggingDatadogApi* | [**get_log_datadog**](docs/LoggingDatadogApi.md#get_log_datadog) | Get a Datadog log endpoint +*LoggingDatadogApi* | [**list_log_datadog**](docs/LoggingDatadogApi.md#list_log_datadog) | List Datadog log endpoints +*LoggingDatadogApi* | [**update_log_datadog**](docs/LoggingDatadogApi.md#update_log_datadog) | Update a Datadog log endpoint +*LoggingDigitaloceanApi* | [**create_log_digocean**](docs/LoggingDigitaloceanApi.md#create_log_digocean) | Create a DigitalOcean Spaces log endpoint +*LoggingDigitaloceanApi* | [**delete_log_digocean**](docs/LoggingDigitaloceanApi.md#delete_log_digocean) | Delete a DigitalOcean Spaces log endpoint +*LoggingDigitaloceanApi* | [**get_log_digocean**](docs/LoggingDigitaloceanApi.md#get_log_digocean) | Get a DigitalOcean Spaces log endpoint +*LoggingDigitaloceanApi* | [**list_log_digocean**](docs/LoggingDigitaloceanApi.md#list_log_digocean) | List DigitalOcean Spaces log endpoints +*LoggingDigitaloceanApi* | [**update_log_digocean**](docs/LoggingDigitaloceanApi.md#update_log_digocean) | Update a DigitalOcean Spaces log endpoint +*LoggingElasticsearchApi* | [**create_log_elasticsearch**](docs/LoggingElasticsearchApi.md#create_log_elasticsearch) | Create an Elasticsearch log endpoint +*LoggingElasticsearchApi* | [**delete_log_elasticsearch**](docs/LoggingElasticsearchApi.md#delete_log_elasticsearch) | Delete an Elasticsearch log endpoint +*LoggingElasticsearchApi* | [**get_log_elasticsearch**](docs/LoggingElasticsearchApi.md#get_log_elasticsearch) | Get an Elasticsearch log endpoint +*LoggingElasticsearchApi* | [**list_log_elasticsearch**](docs/LoggingElasticsearchApi.md#list_log_elasticsearch) | List Elasticsearch log endpoints +*LoggingElasticsearchApi* | [**update_log_elasticsearch**](docs/LoggingElasticsearchApi.md#update_log_elasticsearch) | Update an Elasticsearch log endpoint +*LoggingFtpApi* | [**create_log_ftp**](docs/LoggingFtpApi.md#create_log_ftp) | Create an FTP log endpoint +*LoggingFtpApi* | [**delete_log_ftp**](docs/LoggingFtpApi.md#delete_log_ftp) | Delete an FTP log endpoint +*LoggingFtpApi* | [**get_log_ftp**](docs/LoggingFtpApi.md#get_log_ftp) | Get an FTP log endpoint +*LoggingFtpApi* | [**list_log_ftp**](docs/LoggingFtpApi.md#list_log_ftp) | List FTP log endpoints +*LoggingFtpApi* | [**update_log_ftp**](docs/LoggingFtpApi.md#update_log_ftp) | Update an FTP log endpoint +*LoggingGcsApi* | [**create_log_gcs**](docs/LoggingGcsApi.md#create_log_gcs) | Create a GCS log endpoint +*LoggingGcsApi* | [**delete_log_gcs**](docs/LoggingGcsApi.md#delete_log_gcs) | Delete a GCS log endpoint +*LoggingGcsApi* | [**get_log_gcs**](docs/LoggingGcsApi.md#get_log_gcs) | Get a GCS log endpoint +*LoggingGcsApi* | [**list_log_gcs**](docs/LoggingGcsApi.md#list_log_gcs) | List GCS log endpoints +*LoggingGcsApi* | [**update_log_gcs**](docs/LoggingGcsApi.md#update_log_gcs) | Update a GCS log endpoint +*LoggingHerokuApi* | [**create_log_heroku**](docs/LoggingHerokuApi.md#create_log_heroku) | Create a Heroku log endpoint +*LoggingHerokuApi* | [**delete_log_heroku**](docs/LoggingHerokuApi.md#delete_log_heroku) | Delete the Heroku log endpoint +*LoggingHerokuApi* | [**get_log_heroku**](docs/LoggingHerokuApi.md#get_log_heroku) | Get a Heroku log endpoint +*LoggingHerokuApi* | [**list_log_heroku**](docs/LoggingHerokuApi.md#list_log_heroku) | List Heroku log endpoints +*LoggingHerokuApi* | [**update_log_heroku**](docs/LoggingHerokuApi.md#update_log_heroku) | Update the Heroku log endpoint +*LoggingHoneycombApi* | [**create_log_honeycomb**](docs/LoggingHoneycombApi.md#create_log_honeycomb) | Create a Honeycomb log endpoint +*LoggingHoneycombApi* | [**delete_log_honeycomb**](docs/LoggingHoneycombApi.md#delete_log_honeycomb) | Delete the Honeycomb log endpoint +*LoggingHoneycombApi* | [**get_log_honeycomb**](docs/LoggingHoneycombApi.md#get_log_honeycomb) | Get a Honeycomb log endpoint +*LoggingHoneycombApi* | [**list_log_honeycomb**](docs/LoggingHoneycombApi.md#list_log_honeycomb) | List Honeycomb log endpoints +*LoggingHoneycombApi* | [**update_log_honeycomb**](docs/LoggingHoneycombApi.md#update_log_honeycomb) | Update a Honeycomb log endpoint +*LoggingHttpsApi* | [**create_log_https**](docs/LoggingHttpsApi.md#create_log_https) | Create an HTTPS log endpoint +*LoggingHttpsApi* | [**delete_log_https**](docs/LoggingHttpsApi.md#delete_log_https) | Delete an HTTPS log endpoint +*LoggingHttpsApi* | [**get_log_https**](docs/LoggingHttpsApi.md#get_log_https) | Get an HTTPS log endpoint +*LoggingHttpsApi* | [**list_log_https**](docs/LoggingHttpsApi.md#list_log_https) | List HTTPS log endpoints +*LoggingHttpsApi* | [**update_log_https**](docs/LoggingHttpsApi.md#update_log_https) | Update an HTTPS log endpoint +*LoggingKafkaApi* | [**create_log_kafka**](docs/LoggingKafkaApi.md#create_log_kafka) | Create a Kafka log endpoint +*LoggingKafkaApi* | [**delete_log_kafka**](docs/LoggingKafkaApi.md#delete_log_kafka) | Delete the Kafka log endpoint +*LoggingKafkaApi* | [**get_log_kafka**](docs/LoggingKafkaApi.md#get_log_kafka) | Get a Kafka log endpoint +*LoggingKafkaApi* | [**list_log_kafka**](docs/LoggingKafkaApi.md#list_log_kafka) | List Kafka log endpoints +*LoggingKafkaApi* | [**update_log_kafka**](docs/LoggingKafkaApi.md#update_log_kafka) | Update the Kafka log endpoint +*LoggingKinesisApi* | [**create_log_kinesis**](docs/LoggingKinesisApi.md#create_log_kinesis) | Create an Amazon Kinesis log endpoint +*LoggingKinesisApi* | [**delete_log_kinesis**](docs/LoggingKinesisApi.md#delete_log_kinesis) | Delete the Amazon Kinesis log endpoint +*LoggingKinesisApi* | [**get_log_kinesis**](docs/LoggingKinesisApi.md#get_log_kinesis) | Get an Amazon Kinesis log endpoint +*LoggingKinesisApi* | [**list_log_kinesis**](docs/LoggingKinesisApi.md#list_log_kinesis) | List Amazon Kinesis log endpoints +*LoggingKinesisApi* | [**update_log_kinesis**](docs/LoggingKinesisApi.md#update_log_kinesis) | Update the Amazon Kinesis log endpoint +*LoggingLogentriesApi* | [**create_log_logentries**](docs/LoggingLogentriesApi.md#create_log_logentries) | Create a Logentries log endpoint +*LoggingLogentriesApi* | [**delete_log_logentries**](docs/LoggingLogentriesApi.md#delete_log_logentries) | Delete a Logentries log endpoint +*LoggingLogentriesApi* | [**get_log_logentries**](docs/LoggingLogentriesApi.md#get_log_logentries) | Get a Logentries log endpoint +*LoggingLogentriesApi* | [**list_log_logentries**](docs/LoggingLogentriesApi.md#list_log_logentries) | List Logentries log endpoints +*LoggingLogentriesApi* | [**update_log_logentries**](docs/LoggingLogentriesApi.md#update_log_logentries) | Update a Logentries log endpoint +*LoggingLogglyApi* | [**create_log_loggly**](docs/LoggingLogglyApi.md#create_log_loggly) | Create a Loggly log endpoint +*LoggingLogglyApi* | [**delete_log_loggly**](docs/LoggingLogglyApi.md#delete_log_loggly) | Delete a Loggly log endpoint +*LoggingLogglyApi* | [**get_log_loggly**](docs/LoggingLogglyApi.md#get_log_loggly) | Get a Loggly log endpoint +*LoggingLogglyApi* | [**list_log_loggly**](docs/LoggingLogglyApi.md#list_log_loggly) | List Loggly log endpoints +*LoggingLogglyApi* | [**update_log_loggly**](docs/LoggingLogglyApi.md#update_log_loggly) | Update a Loggly log endpoint +*LoggingLogshuttleApi* | [**create_log_logshuttle**](docs/LoggingLogshuttleApi.md#create_log_logshuttle) | Create a Log Shuttle log endpoint +*LoggingLogshuttleApi* | [**delete_log_logshuttle**](docs/LoggingLogshuttleApi.md#delete_log_logshuttle) | Delete a Log Shuttle log endpoint +*LoggingLogshuttleApi* | [**get_log_logshuttle**](docs/LoggingLogshuttleApi.md#get_log_logshuttle) | Get a Log Shuttle log endpoint +*LoggingLogshuttleApi* | [**list_log_logshuttle**](docs/LoggingLogshuttleApi.md#list_log_logshuttle) | List Log Shuttle log endpoints +*LoggingLogshuttleApi* | [**update_log_logshuttle**](docs/LoggingLogshuttleApi.md#update_log_logshuttle) | Update a Log Shuttle log endpoint +*LoggingNewrelicApi* | [**create_log_newrelic**](docs/LoggingNewrelicApi.md#create_log_newrelic) | Create a New Relic log endpoint +*LoggingNewrelicApi* | [**delete_log_newrelic**](docs/LoggingNewrelicApi.md#delete_log_newrelic) | Delete a New Relic log endpoint +*LoggingNewrelicApi* | [**get_log_newrelic**](docs/LoggingNewrelicApi.md#get_log_newrelic) | Get a New Relic log endpoint +*LoggingNewrelicApi* | [**list_log_newrelic**](docs/LoggingNewrelicApi.md#list_log_newrelic) | List New Relic log endpoints +*LoggingNewrelicApi* | [**update_log_newrelic**](docs/LoggingNewrelicApi.md#update_log_newrelic) | Update a New Relic log endpoint +*LoggingNewrelicotlpApi* | [**create_log_newrelicotlp**](docs/LoggingNewrelicotlpApi.md#create_log_newrelicotlp) | Create a New Relic OTLP endpoint +*LoggingNewrelicotlpApi* | [**delete_log_newrelicotlp**](docs/LoggingNewrelicotlpApi.md#delete_log_newrelicotlp) | Delete a New Relic OTLP endpoint +*LoggingNewrelicotlpApi* | [**get_log_newrelicotlp**](docs/LoggingNewrelicotlpApi.md#get_log_newrelicotlp) | Get a New Relic OTLP endpoint +*LoggingNewrelicotlpApi* | [**list_log_newrelicotlp**](docs/LoggingNewrelicotlpApi.md#list_log_newrelicotlp) | List New Relic OTLP endpoints +*LoggingNewrelicotlpApi* | [**update_log_newrelicotlp**](docs/LoggingNewrelicotlpApi.md#update_log_newrelicotlp) | Update a New Relic log endpoint +*LoggingOpenstackApi* | [**create_log_openstack**](docs/LoggingOpenstackApi.md#create_log_openstack) | Create an OpenStack log endpoint +*LoggingOpenstackApi* | [**delete_log_openstack**](docs/LoggingOpenstackApi.md#delete_log_openstack) | Delete an OpenStack log endpoint +*LoggingOpenstackApi* | [**get_log_openstack**](docs/LoggingOpenstackApi.md#get_log_openstack) | Get an OpenStack log endpoint +*LoggingOpenstackApi* | [**list_log_openstack**](docs/LoggingOpenstackApi.md#list_log_openstack) | List OpenStack log endpoints +*LoggingOpenstackApi* | [**update_log_openstack**](docs/LoggingOpenstackApi.md#update_log_openstack) | Update an OpenStack log endpoint +*LoggingPapertrailApi* | [**create_log_papertrail**](docs/LoggingPapertrailApi.md#create_log_papertrail) | Create a Papertrail log endpoint +*LoggingPapertrailApi* | [**delete_log_papertrail**](docs/LoggingPapertrailApi.md#delete_log_papertrail) | Delete a Papertrail log endpoint +*LoggingPapertrailApi* | [**get_log_papertrail**](docs/LoggingPapertrailApi.md#get_log_papertrail) | Get a Papertrail log endpoint +*LoggingPapertrailApi* | [**list_log_papertrail**](docs/LoggingPapertrailApi.md#list_log_papertrail) | List Papertrail log endpoints +*LoggingPapertrailApi* | [**update_log_papertrail**](docs/LoggingPapertrailApi.md#update_log_papertrail) | Update a Papertrail log endpoint +*LoggingPubsubApi* | [**create_log_gcp_pubsub**](docs/LoggingPubsubApi.md#create_log_gcp_pubsub) | Create a GCP Cloud Pub/Sub log endpoint +*LoggingPubsubApi* | [**delete_log_gcp_pubsub**](docs/LoggingPubsubApi.md#delete_log_gcp_pubsub) | Delete a GCP Cloud Pub/Sub log endpoint +*LoggingPubsubApi* | [**get_log_gcp_pubsub**](docs/LoggingPubsubApi.md#get_log_gcp_pubsub) | Get a GCP Cloud Pub/Sub log endpoint +*LoggingPubsubApi* | [**list_log_gcp_pubsub**](docs/LoggingPubsubApi.md#list_log_gcp_pubsub) | List GCP Cloud Pub/Sub log endpoints +*LoggingPubsubApi* | [**update_log_gcp_pubsub**](docs/LoggingPubsubApi.md#update_log_gcp_pubsub) | Update a GCP Cloud Pub/Sub log endpoint +*LoggingS3Api* | [**create_log_aws_s3**](docs/LoggingS3Api.md#create_log_aws_s3) | Create an AWS S3 log endpoint +*LoggingS3Api* | [**delete_log_aws_s3**](docs/LoggingS3Api.md#delete_log_aws_s3) | Delete an AWS S3 log endpoint +*LoggingS3Api* | [**get_log_aws_s3**](docs/LoggingS3Api.md#get_log_aws_s3) | Get an AWS S3 log endpoint +*LoggingS3Api* | [**list_log_aws_s3**](docs/LoggingS3Api.md#list_log_aws_s3) | List AWS S3 log endpoints +*LoggingS3Api* | [**update_log_aws_s3**](docs/LoggingS3Api.md#update_log_aws_s3) | Update an AWS S3 log endpoint +*LoggingScalyrApi* | [**create_log_scalyr**](docs/LoggingScalyrApi.md#create_log_scalyr) | Create a Scalyr log endpoint +*LoggingScalyrApi* | [**delete_log_scalyr**](docs/LoggingScalyrApi.md#delete_log_scalyr) | Delete the Scalyr log endpoint +*LoggingScalyrApi* | [**get_log_scalyr**](docs/LoggingScalyrApi.md#get_log_scalyr) | Get a Scalyr log endpoint +*LoggingScalyrApi* | [**list_log_scalyr**](docs/LoggingScalyrApi.md#list_log_scalyr) | List Scalyr log endpoints +*LoggingScalyrApi* | [**update_log_scalyr**](docs/LoggingScalyrApi.md#update_log_scalyr) | Update the Scalyr log endpoint +*LoggingSftpApi* | [**create_log_sftp**](docs/LoggingSftpApi.md#create_log_sftp) | Create an SFTP log endpoint +*LoggingSftpApi* | [**delete_log_sftp**](docs/LoggingSftpApi.md#delete_log_sftp) | Delete an SFTP log endpoint +*LoggingSftpApi* | [**get_log_sftp**](docs/LoggingSftpApi.md#get_log_sftp) | Get an SFTP log endpoint +*LoggingSftpApi* | [**list_log_sftp**](docs/LoggingSftpApi.md#list_log_sftp) | List SFTP log endpoints +*LoggingSftpApi* | [**update_log_sftp**](docs/LoggingSftpApi.md#update_log_sftp) | Update an SFTP log endpoint +*LoggingSplunkApi* | [**create_log_splunk**](docs/LoggingSplunkApi.md#create_log_splunk) | Create a Splunk log endpoint +*LoggingSplunkApi* | [**delete_log_splunk**](docs/LoggingSplunkApi.md#delete_log_splunk) | Delete a Splunk log endpoint +*LoggingSplunkApi* | [**get_log_splunk**](docs/LoggingSplunkApi.md#get_log_splunk) | Get a Splunk log endpoint +*LoggingSplunkApi* | [**list_log_splunk**](docs/LoggingSplunkApi.md#list_log_splunk) | List Splunk log endpoints +*LoggingSplunkApi* | [**update_log_splunk**](docs/LoggingSplunkApi.md#update_log_splunk) | Update a Splunk log endpoint +*LoggingSumologicApi* | [**create_log_sumologic**](docs/LoggingSumologicApi.md#create_log_sumologic) | Create a Sumologic log endpoint +*LoggingSumologicApi* | [**delete_log_sumologic**](docs/LoggingSumologicApi.md#delete_log_sumologic) | Delete a Sumologic log endpoint +*LoggingSumologicApi* | [**get_log_sumologic**](docs/LoggingSumologicApi.md#get_log_sumologic) | Get a Sumologic log endpoint +*LoggingSumologicApi* | [**list_log_sumologic**](docs/LoggingSumologicApi.md#list_log_sumologic) | List Sumologic log endpoints +*LoggingSumologicApi* | [**update_log_sumologic**](docs/LoggingSumologicApi.md#update_log_sumologic) | Update a Sumologic log endpoint +*LoggingSyslogApi* | [**create_log_syslog**](docs/LoggingSyslogApi.md#create_log_syslog) | Create a syslog log endpoint +*LoggingSyslogApi* | [**delete_log_syslog**](docs/LoggingSyslogApi.md#delete_log_syslog) | Delete a syslog log endpoint +*LoggingSyslogApi* | [**get_log_syslog**](docs/LoggingSyslogApi.md#get_log_syslog) | Get a syslog log endpoint +*LoggingSyslogApi* | [**list_log_syslog**](docs/LoggingSyslogApi.md#list_log_syslog) | List Syslog log endpoints +*LoggingSyslogApi* | [**update_log_syslog**](docs/LoggingSyslogApi.md#update_log_syslog) | Update a syslog log endpoint +*MutualAuthenticationApi* | [**create_mutual_tls_authentication**](docs/MutualAuthenticationApi.md#create_mutual_tls_authentication) | Create a Mutual Authentication +*MutualAuthenticationApi* | [**delete_mutual_tls**](docs/MutualAuthenticationApi.md#delete_mutual_tls) | Delete a Mutual TLS +*MutualAuthenticationApi* | [**get_mutual_authentication**](docs/MutualAuthenticationApi.md#get_mutual_authentication) | Get a Mutual Authentication +*MutualAuthenticationApi* | [**list_mutual_authentications**](docs/MutualAuthenticationApi.md#list_mutual_authentications) | List Mutual Authentications +*MutualAuthenticationApi* | [**patch_mutual_authentication**](docs/MutualAuthenticationApi.md#patch_mutual_authentication) | Update a Mutual Authentication +*OriginInspectorHistoricalApi* | [**get_origin_inspector_historical**](docs/OriginInspectorHistoricalApi.md#get_origin_inspector_historical) | Get historical origin data for a service +*OriginInspectorRealtimeApi* | [**get_origin_inspector_last120_seconds**](docs/OriginInspectorRealtimeApi.md#get_origin_inspector_last120_seconds) | Get real-time origin data for the last 120 seconds +*OriginInspectorRealtimeApi* | [**get_origin_inspector_last_max_entries**](docs/OriginInspectorRealtimeApi.md#get_origin_inspector_last_max_entries) | Get a limited number of real-time origin data entries +*OriginInspectorRealtimeApi* | [**get_origin_inspector_last_second**](docs/OriginInspectorRealtimeApi.md#get_origin_inspector_last_second) | Get real-time origin data from specific time. +*PackageApi* | [**get_package**](docs/PackageApi.md#get_package) | Get details of the service's Compute package. +*PackageApi* | [**put_package**](docs/PackageApi.md#put_package) | Upload a Compute package. +*PoolApi* | [**create_server_pool**](docs/PoolApi.md#create_server_pool) | Create a server pool +*PoolApi* | [**delete_server_pool**](docs/PoolApi.md#delete_server_pool) | Delete a server pool +*PoolApi* | [**get_server_pool**](docs/PoolApi.md#get_server_pool) | Get a server pool +*PoolApi* | [**list_server_pools**](docs/PoolApi.md#list_server_pools) | List server pools +*PoolApi* | [**update_server_pool**](docs/PoolApi.md#update_server_pool) | Update a server pool +*PopApi* | [**list_pops**](docs/PopApi.md#list_pops) | List Fastly POPs +*PublicIpListApi* | [**list_fastly_ips**](docs/PublicIpListApi.md#list_fastly_ips) | List Fastly's public IPs +*PublishApi* | [**publish**](docs/PublishApi.md#publish) | Send messages to Fanout subscribers +*PurgeApi* | [**bulk_purge_tag**](docs/PurgeApi.md#bulk_purge_tag) | Purge multiple surrogate key tags +*PurgeApi* | [**purge_all**](docs/PurgeApi.md#purge_all) | Purge everything from a service +*PurgeApi* | [**purge_single_url**](docs/PurgeApi.md#purge_single_url) | Purge a URL +*PurgeApi* | [**purge_tag**](docs/PurgeApi.md#purge_tag) | Purge by surrogate key tag +*RateLimiterApi* | [**create_rate_limiter**](docs/RateLimiterApi.md#create_rate_limiter) | Create a rate limiter +*RateLimiterApi* | [**delete_rate_limiter**](docs/RateLimiterApi.md#delete_rate_limiter) | Delete a rate limiter +*RateLimiterApi* | [**get_rate_limiter**](docs/RateLimiterApi.md#get_rate_limiter) | Get a rate limiter +*RateLimiterApi* | [**list_rate_limiters**](docs/RateLimiterApi.md#list_rate_limiters) | List rate limiters +*RateLimiterApi* | [**update_rate_limiter**](docs/RateLimiterApi.md#update_rate_limiter) | Update a rate limiter +*RealtimeApi* | [**get_stats_last120_seconds**](docs/RealtimeApi.md#get_stats_last120_seconds) | Get real-time data for the last 120 seconds +*RealtimeApi* | [**get_stats_last120_seconds_limit_entries**](docs/RealtimeApi.md#get_stats_last120_seconds_limit_entries) | Get a limited number of real-time data entries +*RealtimeApi* | [**get_stats_last_second**](docs/RealtimeApi.md#get_stats_last_second) | Get real-time data from specified time +*RequestSettingsApi* | [**create_request_settings**](docs/RequestSettingsApi.md#create_request_settings) | Create a Request Settings object +*RequestSettingsApi* | [**delete_request_settings**](docs/RequestSettingsApi.md#delete_request_settings) | Delete a Request Settings object +*RequestSettingsApi* | [**get_request_settings**](docs/RequestSettingsApi.md#get_request_settings) | Get a Request Settings object +*RequestSettingsApi* | [**list_request_settings**](docs/RequestSettingsApi.md#list_request_settings) | List Request Settings objects +*RequestSettingsApi* | [**update_request_settings**](docs/RequestSettingsApi.md#update_request_settings) | Update a Request Settings object +*ResourceApi* | [**create_resource**](docs/ResourceApi.md#create_resource) | Create a resource link +*ResourceApi* | [**delete_resource**](docs/ResourceApi.md#delete_resource) | Delete a resource link +*ResourceApi* | [**get_resource**](docs/ResourceApi.md#get_resource) | Display a resource link +*ResourceApi* | [**list_resources**](docs/ResourceApi.md#list_resources) | List resource links +*ResourceApi* | [**update_resource**](docs/ResourceApi.md#update_resource) | Update a resource link +*ResponseObjectApi* | [**create_response_object**](docs/ResponseObjectApi.md#create_response_object) | Create a Response object +*ResponseObjectApi* | [**delete_response_object**](docs/ResponseObjectApi.md#delete_response_object) | Delete a Response Object +*ResponseObjectApi* | [**get_response_object**](docs/ResponseObjectApi.md#get_response_object) | Get a Response object +*ResponseObjectApi* | [**list_response_objects**](docs/ResponseObjectApi.md#list_response_objects) | List Response objects +*ResponseObjectApi* | [**update_response_object**](docs/ResponseObjectApi.md#update_response_object) | Update a Response object +*SecretStoreApi* | [**client_key**](docs/SecretStoreApi.md#client_key) | Create new client key +*SecretStoreApi* | [**create_secret_store**](docs/SecretStoreApi.md#create_secret_store) | Create new secret store +*SecretStoreApi* | [**delete_secret_store**](docs/SecretStoreApi.md#delete_secret_store) | Delete secret store +*SecretStoreApi* | [**get_secret_store**](docs/SecretStoreApi.md#get_secret_store) | Get secret store by ID +*SecretStoreApi* | [**get_secret_stores**](docs/SecretStoreApi.md#get_secret_stores) | Get all secret stores +*SecretStoreApi* | [**signing_key**](docs/SecretStoreApi.md#signing_key) | Get public key +*SecretStoreItemApi* | [**create_secret**](docs/SecretStoreItemApi.md#create_secret) | Create a new secret in a store. +*SecretStoreItemApi* | [**delete_secret**](docs/SecretStoreItemApi.md#delete_secret) | Delete a secret from a store. +*SecretStoreItemApi* | [**get_secret**](docs/SecretStoreItemApi.md#get_secret) | Get secret metadata. +*SecretStoreItemApi* | [**get_secrets**](docs/SecretStoreItemApi.md#get_secrets) | List secrets within a store. +*SecretStoreItemApi* | [**must_recreate_secret**](docs/SecretStoreItemApi.md#must_recreate_secret) | Recreate a secret in a store. +*SecretStoreItemApi* | [**recreate_secret**](docs/SecretStoreItemApi.md#recreate_secret) | Create or recreate a secret in a store. +*ServerApi* | [**create_pool_server**](docs/ServerApi.md#create_pool_server) | Add a server to a pool +*ServerApi* | [**delete_pool_server**](docs/ServerApi.md#delete_pool_server) | Delete a server from a pool +*ServerApi* | [**get_pool_server**](docs/ServerApi.md#get_pool_server) | Get a pool server +*ServerApi* | [**list_pool_servers**](docs/ServerApi.md#list_pool_servers) | List servers in a pool +*ServerApi* | [**update_pool_server**](docs/ServerApi.md#update_pool_server) | Update a server +*ServiceApi* | [**create_service**](docs/ServiceApi.md#create_service) | Create a service +*ServiceApi* | [**delete_service**](docs/ServiceApi.md#delete_service) | Delete a service +*ServiceApi* | [**get_service**](docs/ServiceApi.md#get_service) | Get a service +*ServiceApi* | [**get_service_detail**](docs/ServiceApi.md#get_service_detail) | Get service details +*ServiceApi* | [**list_service_domains**](docs/ServiceApi.md#list_service_domains) | List the domains within a service +*ServiceApi* | [**list_services**](docs/ServiceApi.md#list_services) | List services +*ServiceApi* | [**search_service**](docs/ServiceApi.md#search_service) | Search for a service by name +*ServiceApi* | [**update_service**](docs/ServiceApi.md#update_service) | Update a service +*ServiceAuthorizationsApi* | [**create_service_authorization**](docs/ServiceAuthorizationsApi.md#create_service_authorization) | Create service authorization +*ServiceAuthorizationsApi* | [**delete_service_authorization**](docs/ServiceAuthorizationsApi.md#delete_service_authorization) | Delete service authorization +*ServiceAuthorizationsApi* | [**delete_service_authorization2**](docs/ServiceAuthorizationsApi.md#delete_service_authorization2) | Delete service authorizations +*ServiceAuthorizationsApi* | [**list_service_authorization**](docs/ServiceAuthorizationsApi.md#list_service_authorization) | List service authorizations +*ServiceAuthorizationsApi* | [**show_service_authorization**](docs/ServiceAuthorizationsApi.md#show_service_authorization) | Show service authorization +*ServiceAuthorizationsApi* | [**update_service_authorization**](docs/ServiceAuthorizationsApi.md#update_service_authorization) | Update service authorization +*ServiceAuthorizationsApi* | [**update_service_authorization2**](docs/ServiceAuthorizationsApi.md#update_service_authorization2) | Update service authorizations +*SettingsApi* | [**get_service_settings**](docs/SettingsApi.md#get_service_settings) | Get service settings +*SettingsApi* | [**update_service_settings**](docs/SettingsApi.md#update_service_settings) | Update service settings +*SnippetApi* | [**create_snippet**](docs/SnippetApi.md#create_snippet) | Create a snippet +*SnippetApi* | [**delete_snippet**](docs/SnippetApi.md#delete_snippet) | Delete a snippet +*SnippetApi* | [**get_snippet**](docs/SnippetApi.md#get_snippet) | Get a versioned snippet +*SnippetApi* | [**get_snippet_dynamic**](docs/SnippetApi.md#get_snippet_dynamic) | Get a dynamic snippet +*SnippetApi* | [**list_snippets**](docs/SnippetApi.md#list_snippets) | List snippets +*SnippetApi* | [**update_snippet**](docs/SnippetApi.md#update_snippet) | Update a versioned snippet +*SnippetApi* | [**update_snippet_dynamic**](docs/SnippetApi.md#update_snippet_dynamic) | Update a dynamic snippet +*StarApi* | [**create_service_star**](docs/StarApi.md#create_service_star) | Create a star +*StarApi* | [**delete_service_star**](docs/StarApi.md#delete_service_star) | Delete a star +*StarApi* | [**get_service_star**](docs/StarApi.md#get_service_star) | Get a star +*StarApi* | [**list_service_stars**](docs/StarApi.md#list_service_stars) | List stars +*StatsApi* | [**get_service_stats**](docs/StatsApi.md#get_service_stats) | Get stats for a service +*SudoApi* | [**request_sudo_access**](docs/SudoApi.md#request_sudo_access) | Request Sudo access +*TlsActivationsApi* | [**create_tls_activation**](docs/TlsActivationsApi.md#create_tls_activation) | Enable TLS for a domain using a custom certificate +*TlsActivationsApi* | [**delete_tls_activation**](docs/TlsActivationsApi.md#delete_tls_activation) | Disable TLS on a domain +*TlsActivationsApi* | [**get_tls_activation**](docs/TlsActivationsApi.md#get_tls_activation) | Get a TLS activation +*TlsActivationsApi* | [**list_tls_activations**](docs/TlsActivationsApi.md#list_tls_activations) | List TLS activations +*TlsActivationsApi* | [**update_tls_activation**](docs/TlsActivationsApi.md#update_tls_activation) | Update a certificate +*TlsBulkCertificatesApi* | [**delete_bulk_tls_cert**](docs/TlsBulkCertificatesApi.md#delete_bulk_tls_cert) | Delete a certificate +*TlsBulkCertificatesApi* | [**get_tls_bulk_cert**](docs/TlsBulkCertificatesApi.md#get_tls_bulk_cert) | Get a certificate +*TlsBulkCertificatesApi* | [**list_tls_bulk_certs**](docs/TlsBulkCertificatesApi.md#list_tls_bulk_certs) | List certificates +*TlsBulkCertificatesApi* | [**update_bulk_tls_cert**](docs/TlsBulkCertificatesApi.md#update_bulk_tls_cert) | Update a certificate +*TlsBulkCertificatesApi* | [**upload_tls_bulk_cert**](docs/TlsBulkCertificatesApi.md#upload_tls_bulk_cert) | Upload a certificate +*TlsCertificatesApi* | [**create_tls_cert**](docs/TlsCertificatesApi.md#create_tls_cert) | Create a TLS certificate +*TlsCertificatesApi* | [**delete_tls_cert**](docs/TlsCertificatesApi.md#delete_tls_cert) | Delete a TLS certificate +*TlsCertificatesApi* | [**get_tls_cert**](docs/TlsCertificatesApi.md#get_tls_cert) | Get a TLS certificate +*TlsCertificatesApi* | [**list_tls_certs**](docs/TlsCertificatesApi.md#list_tls_certs) | List TLS certificates +*TlsCertificatesApi* | [**update_tls_cert**](docs/TlsCertificatesApi.md#update_tls_cert) | Update a TLS certificate +*TlsConfigurationsApi* | [**get_tls_config**](docs/TlsConfigurationsApi.md#get_tls_config) | Get a TLS configuration +*TlsConfigurationsApi* | [**list_tls_configs**](docs/TlsConfigurationsApi.md#list_tls_configs) | List TLS configurations +*TlsConfigurationsApi* | [**update_tls_config**](docs/TlsConfigurationsApi.md#update_tls_config) | Update a TLS configuration +*TlsCsrsApi* | [**create_csr**](docs/TlsCsrsApi.md#create_csr) | Create CSR +*TlsDomainsApi* | [**list_tls_domains**](docs/TlsDomainsApi.md#list_tls_domains) | List TLS domains +*TlsPrivateKeysApi* | [**create_tls_key**](docs/TlsPrivateKeysApi.md#create_tls_key) | Create a TLS private key +*TlsPrivateKeysApi* | [**delete_tls_key**](docs/TlsPrivateKeysApi.md#delete_tls_key) | Delete a TLS private key +*TlsPrivateKeysApi* | [**get_tls_key**](docs/TlsPrivateKeysApi.md#get_tls_key) | Get a TLS private key +*TlsPrivateKeysApi* | [**list_tls_keys**](docs/TlsPrivateKeysApi.md#list_tls_keys) | List TLS private keys +*TlsSubscriptionsApi* | [**create_globalsign_email_challenge**](docs/TlsSubscriptionsApi.md#create_globalsign_email_challenge) | Creates a GlobalSign email challenge. +*TlsSubscriptionsApi* | [**create_tls_sub**](docs/TlsSubscriptionsApi.md#create_tls_sub) | Create a TLS subscription +*TlsSubscriptionsApi* | [**delete_globalsign_email_challenge**](docs/TlsSubscriptionsApi.md#delete_globalsign_email_challenge) | Delete a GlobalSign email challenge +*TlsSubscriptionsApi* | [**delete_tls_sub**](docs/TlsSubscriptionsApi.md#delete_tls_sub) | Delete a TLS subscription +*TlsSubscriptionsApi* | [**get_tls_sub**](docs/TlsSubscriptionsApi.md#get_tls_sub) | Get a TLS subscription +*TlsSubscriptionsApi* | [**list_tls_subs**](docs/TlsSubscriptionsApi.md#list_tls_subs) | List TLS subscriptions +*TlsSubscriptionsApi* | [**patch_tls_sub**](docs/TlsSubscriptionsApi.md#patch_tls_sub) | Update a TLS subscription +*TokensApi* | [**bulk_revoke_tokens**](docs/TokensApi.md#bulk_revoke_tokens) | Revoke multiple tokens +*TokensApi* | [**create_token**](docs/TokensApi.md#create_token) | Create a token +*TokensApi* | [**get_token**](docs/TokensApi.md#get_token) | Get a token +*TokensApi* | [**get_token_current**](docs/TokensApi.md#get_token_current) | Get the current token +*TokensApi* | [**list_tokens_customer**](docs/TokensApi.md#list_tokens_customer) | List tokens for a customer +*TokensApi* | [**list_tokens_user**](docs/TokensApi.md#list_tokens_user) | List tokens for the authenticated user +*TokensApi* | [**revoke_token**](docs/TokensApi.md#revoke_token) | Revoke a token +*TokensApi* | [**revoke_token_current**](docs/TokensApi.md#revoke_token_current) | Revoke the current token +*UserApi* | [**create_user**](docs/UserApi.md#create_user) | Create a user +*UserApi* | [**delete_user**](docs/UserApi.md#delete_user) | Delete a user +*UserApi* | [**get_current_user**](docs/UserApi.md#get_current_user) | Get the current user +*UserApi* | [**get_user**](docs/UserApi.md#get_user) | Get a user +*UserApi* | [**request_password_reset**](docs/UserApi.md#request_password_reset) | Request a password reset +*UserApi* | [**update_user**](docs/UserApi.md#update_user) | Update a user +*UserApi* | [**update_user_password**](docs/UserApi.md#update_user_password) | Update the user's password +*VclApi* | [**create_custom_vcl**](docs/VclApi.md#create_custom_vcl) | Create a custom VCL file +*VclApi* | [**delete_custom_vcl**](docs/VclApi.md#delete_custom_vcl) | Delete a custom VCL file +*VclApi* | [**get_custom_vcl**](docs/VclApi.md#get_custom_vcl) | Get a custom VCL file +*VclApi* | [**get_custom_vcl_boilerplate**](docs/VclApi.md#get_custom_vcl_boilerplate) | Get boilerplate VCL +*VclApi* | [**get_custom_vcl_generated**](docs/VclApi.md#get_custom_vcl_generated) | Get the generated VCL for a service +*VclApi* | [**get_custom_vcl_generated_highlighted**](docs/VclApi.md#get_custom_vcl_generated_highlighted) | Get the generated VCL with syntax highlighting +*VclApi* | [**get_custom_vcl_highlighted**](docs/VclApi.md#get_custom_vcl_highlighted) | Get a custom VCL file with syntax highlighting +*VclApi* | [**get_custom_vcl_raw**](docs/VclApi.md#get_custom_vcl_raw) | Download a custom VCL file +*VclApi* | [**lint_vcl_default**](docs/VclApi.md#lint_vcl_default) | Lint (validate) VCL using a default set of flags. +*VclApi* | [**lint_vcl_for_service**](docs/VclApi.md#lint_vcl_for_service) | Lint (validate) VCL using flags set for the service. +*VclApi* | [**list_custom_vcl**](docs/VclApi.md#list_custom_vcl) | List custom VCL files +*VclApi* | [**set_custom_vcl_main**](docs/VclApi.md#set_custom_vcl_main) | Set a custom VCL file as main +*VclApi* | [**update_custom_vcl**](docs/VclApi.md#update_custom_vcl) | Update a custom VCL file +*VclDiffApi* | [**vcl_diff_service_versions**](docs/VclDiffApi.md#vcl_diff_service_versions) | Get a comparison of the VCL changes between two service versions +*VersionApi* | [**activate_service_version**](docs/VersionApi.md#activate_service_version) | Activate a service version +*VersionApi* | [**clone_service_version**](docs/VersionApi.md#clone_service_version) | Clone a service version +*VersionApi* | [**create_service_version**](docs/VersionApi.md#create_service_version) | Create a service version +*VersionApi* | [**deactivate_service_version**](docs/VersionApi.md#deactivate_service_version) | Deactivate a service version +*VersionApi* | [**get_service_version**](docs/VersionApi.md#get_service_version) | Get a version of a service +*VersionApi* | [**list_service_versions**](docs/VersionApi.md#list_service_versions) | List versions of a service +*VersionApi* | [**lock_service_version**](docs/VersionApi.md#lock_service_version) | Lock a service version +*VersionApi* | [**update_service_version**](docs/VersionApi.md#update_service_version) | Update a service version +*VersionApi* | [**validate_service_version**](docs/VersionApi.md#validate_service_version) | Validate a service version +*WafActiveRulesApi* | [**bulk_delete_waf_active_rules**](docs/WafActiveRulesApi.md#bulk_delete_waf_active_rules) | Delete multiple active rules from a WAF +*WafActiveRulesApi* | [**bulk_update_waf_active_rules**](docs/WafActiveRulesApi.md#bulk_update_waf_active_rules) | Update multiple active rules +*WafActiveRulesApi* | [**create_waf_active_rule**](docs/WafActiveRulesApi.md#create_waf_active_rule) | Add a rule to a WAF as an active rule +*WafActiveRulesApi* | [**create_waf_active_rules_tag**](docs/WafActiveRulesApi.md#create_waf_active_rules_tag) | Create active rules by tag +*WafActiveRulesApi* | [**delete_waf_active_rule**](docs/WafActiveRulesApi.md#delete_waf_active_rule) | Delete an active rule +*WafActiveRulesApi* | [**get_waf_active_rule**](docs/WafActiveRulesApi.md#get_waf_active_rule) | Get an active WAF rule object +*WafActiveRulesApi* | [**list_waf_active_rules**](docs/WafActiveRulesApi.md#list_waf_active_rules) | List active rules on a WAF +*WafActiveRulesApi* | [**update_waf_active_rule**](docs/WafActiveRulesApi.md#update_waf_active_rule) | Update an active rule +*WafExclusionsApi* | [**create_waf_rule_exclusion**](docs/WafExclusionsApi.md#create_waf_rule_exclusion) | Create a WAF rule exclusion +*WafExclusionsApi* | [**delete_waf_rule_exclusion**](docs/WafExclusionsApi.md#delete_waf_rule_exclusion) | Delete a WAF rule exclusion +*WafExclusionsApi* | [**get_waf_rule_exclusion**](docs/WafExclusionsApi.md#get_waf_rule_exclusion) | Get a WAF rule exclusion +*WafExclusionsApi* | [**list_waf_rule_exclusions**](docs/WafExclusionsApi.md#list_waf_rule_exclusions) | List WAF rule exclusions +*WafExclusionsApi* | [**update_waf_rule_exclusion**](docs/WafExclusionsApi.md#update_waf_rule_exclusion) | Update a WAF rule exclusion +*WafFirewallVersionsApi* | [**clone_waf_firewall_version**](docs/WafFirewallVersionsApi.md#clone_waf_firewall_version) | Clone a firewall version +*WafFirewallVersionsApi* | [**create_waf_firewall_version**](docs/WafFirewallVersionsApi.md#create_waf_firewall_version) | Create a firewall version +*WafFirewallVersionsApi* | [**deploy_activate_waf_firewall_version**](docs/WafFirewallVersionsApi.md#deploy_activate_waf_firewall_version) | Deploy or activate a firewall version +*WafFirewallVersionsApi* | [**get_waf_firewall_version**](docs/WafFirewallVersionsApi.md#get_waf_firewall_version) | Get a firewall version +*WafFirewallVersionsApi* | [**list_waf_firewall_versions**](docs/WafFirewallVersionsApi.md#list_waf_firewall_versions) | List firewall versions +*WafFirewallVersionsApi* | [**update_waf_firewall_version**](docs/WafFirewallVersionsApi.md#update_waf_firewall_version) | Update a firewall version +*WafFirewallsApi* | [**create_waf_firewall**](docs/WafFirewallsApi.md#create_waf_firewall) | Create a firewall +*WafFirewallsApi* | [**delete_waf_firewall**](docs/WafFirewallsApi.md#delete_waf_firewall) | Delete a firewall +*WafFirewallsApi* | [**get_waf_firewall**](docs/WafFirewallsApi.md#get_waf_firewall) | Get a firewall +*WafFirewallsApi* | [**list_waf_firewalls**](docs/WafFirewallsApi.md#list_waf_firewalls) | List firewalls +*WafFirewallsApi* | [**update_waf_firewall**](docs/WafFirewallsApi.md#update_waf_firewall) | Update a firewall +*WafRuleRevisionsApi* | [**get_waf_rule_revision**](docs/WafRuleRevisionsApi.md#get_waf_rule_revision) | Get a revision of a rule +*WafRuleRevisionsApi* | [**list_waf_rule_revisions**](docs/WafRuleRevisionsApi.md#list_waf_rule_revisions) | List revisions for a rule +*WafRulesApi* | [**get_waf_rule**](docs/WafRulesApi.md#get_waf_rule) | Get a rule +*WafRulesApi* | [**list_waf_rules**](docs/WafRulesApi.md#list_waf_rules) | List available WAF rules +*WafTagsApi* | [**list_waf_tags**](docs/WafTagsApi.md#list_waf_tags) | List tags +*WholePlatformDdosHistoricalApi* | [**get_platform_ddos_historical**](docs/WholePlatformDdosHistoricalApi.md#get_platform_ddos_historical) | Get historical DDoS metrics for the entire Fastly platform -Class | Method | HTTP request | Description ------------- | ------------- | ------------- | ------------- -*AclApi* | [**create_acl**](docs/AclApi.md#create_acl) | **POST** /service/{service_id}/version/{version_id}/acl | Create a new ACL -*AclApi* | [**delete_acl**](docs/AclApi.md#delete_acl) | **DELETE** /service/{service_id}/version/{version_id}/acl/{acl_name} | Delete an ACL -*AclApi* | [**get_acl**](docs/AclApi.md#get_acl) | **GET** /service/{service_id}/version/{version_id}/acl/{acl_name} | Describe an ACL -*AclApi* | [**list_acls**](docs/AclApi.md#list_acls) | **GET** /service/{service_id}/version/{version_id}/acl | List ACLs -*AclApi* | [**update_acl**](docs/AclApi.md#update_acl) | **PUT** /service/{service_id}/version/{version_id}/acl/{acl_name} | Update an ACL -*AclEntryApi* | [**bulk_update_acl_entries**](docs/AclEntryApi.md#bulk_update_acl_entries) | **PATCH** /service/{service_id}/acl/{acl_id}/entries | Update multiple ACL entries -*AclEntryApi* | [**create_acl_entry**](docs/AclEntryApi.md#create_acl_entry) | **POST** /service/{service_id}/acl/{acl_id}/entry | Create an ACL entry -*AclEntryApi* | [**delete_acl_entry**](docs/AclEntryApi.md#delete_acl_entry) | **DELETE** /service/{service_id}/acl/{acl_id}/entry/{acl_entry_id} | Delete an ACL entry -*AclEntryApi* | [**get_acl_entry**](docs/AclEntryApi.md#get_acl_entry) | **GET** /service/{service_id}/acl/{acl_id}/entry/{acl_entry_id} | Describe an ACL entry -*AclEntryApi* | [**list_acl_entries**](docs/AclEntryApi.md#list_acl_entries) | **GET** /service/{service_id}/acl/{acl_id}/entries | List ACL entries -*AclEntryApi* | [**update_acl_entry**](docs/AclEntryApi.md#update_acl_entry) | **PATCH** /service/{service_id}/acl/{acl_id}/entry/{acl_entry_id} | Update an ACL entry -*ApexRedirectApi* | [**create_apex_redirect**](docs/ApexRedirectApi.md#create_apex_redirect) | **POST** /service/{service_id}/version/{version_id}/apex-redirects | Create an apex redirect -*ApexRedirectApi* | [**delete_apex_redirect**](docs/ApexRedirectApi.md#delete_apex_redirect) | **DELETE** /apex-redirects/{apex_redirect_id} | Delete an apex redirect -*ApexRedirectApi* | [**get_apex_redirect**](docs/ApexRedirectApi.md#get_apex_redirect) | **GET** /apex-redirects/{apex_redirect_id} | Get an apex redirect -*ApexRedirectApi* | [**list_apex_redirects**](docs/ApexRedirectApi.md#list_apex_redirects) | **GET** /service/{service_id}/version/{version_id}/apex-redirects | List apex redirects -*ApexRedirectApi* | [**update_apex_redirect**](docs/ApexRedirectApi.md#update_apex_redirect) | **PUT** /apex-redirects/{apex_redirect_id} | Update an apex redirect -*AutomationTokensApi* | [**create_automation_token**](docs/AutomationTokensApi.md#create_automation_token) | **POST** /automation-tokens | Create Automation Token -*AutomationTokensApi* | [**get_automation_token_id**](docs/AutomationTokensApi.md#get_automation_token_id) | **GET** /automation-tokens/{id} | Retrieve an Automation Token by ID -*AutomationTokensApi* | [**get_automation_tokens_id_services**](docs/AutomationTokensApi.md#get_automation_tokens_id_services) | **GET** /automation-tokens/{id}/services | List Automation Token Services -*AutomationTokensApi* | [**list_automation_tokens**](docs/AutomationTokensApi.md#list_automation_tokens) | **GET** /automation-tokens | List Customer Automation Tokens -*AutomationTokensApi* | [**revoke_automation_token_id**](docs/AutomationTokensApi.md#revoke_automation_token_id) | **DELETE** /automation-tokens/{id} | Revoke an Automation Token by ID -*BackendApi* | [**create_backend**](docs/BackendApi.md#create_backend) | **POST** /service/{service_id}/version/{version_id}/backend | Create a backend -*BackendApi* | [**delete_backend**](docs/BackendApi.md#delete_backend) | **DELETE** /service/{service_id}/version/{version_id}/backend/{backend_name} | Delete a backend -*BackendApi* | [**get_backend**](docs/BackendApi.md#get_backend) | **GET** /service/{service_id}/version/{version_id}/backend/{backend_name} | Describe a backend -*BackendApi* | [**list_backends**](docs/BackendApi.md#list_backends) | **GET** /service/{service_id}/version/{version_id}/backend | List backends -*BackendApi* | [**update_backend**](docs/BackendApi.md#update_backend) | **PUT** /service/{service_id}/version/{version_id}/backend/{backend_name} | Update a backend -*BillingApi* | [**get_invoice**](docs/BillingApi.md#get_invoice) | **GET** /billing/v2/year/{year}/month/{month} | Get an invoice -*BillingApi* | [**get_invoice_by_id**](docs/BillingApi.md#get_invoice_by_id) | **GET** /billing/v2/account_customers/{customer_id}/invoices/{invoice_id} | Get an invoice -*BillingApi* | [**get_invoice_mtd**](docs/BillingApi.md#get_invoice_mtd) | **GET** /billing/v2/account_customers/{customer_id}/mtd_invoice | Get month-to-date billing estimate -*BillingAddressApi* | [**add_billing_addr**](docs/BillingAddressApi.md#add_billing_addr) | **POST** /customer/{customer_id}/billing_address | Add a billing address to a customer -*BillingAddressApi* | [**delete_billing_addr**](docs/BillingAddressApi.md#delete_billing_addr) | **DELETE** /customer/{customer_id}/billing_address | Delete a billing address -*BillingAddressApi* | [**get_billing_addr**](docs/BillingAddressApi.md#get_billing_addr) | **GET** /customer/{customer_id}/billing_address | Get a billing address -*BillingAddressApi* | [**update_billing_addr**](docs/BillingAddressApi.md#update_billing_addr) | **PATCH** /customer/{customer_id}/billing_address | Update a billing address -*BillingInvoicesApi* | [**get_invoice_by_invoice_id**](docs/BillingInvoicesApi.md#get_invoice_by_invoice_id) | **GET** /billing/v3/invoices/{invoice_id} | Get invoice by ID. -*BillingInvoicesApi* | [**list_invoices**](docs/BillingInvoicesApi.md#list_invoices) | **GET** /billing/v3/invoices | List of invoices. -*CacheSettingsApi* | [**create_cache_settings**](docs/CacheSettingsApi.md#create_cache_settings) | **POST** /service/{service_id}/version/{version_id}/cache_settings | Create a cache settings object -*CacheSettingsApi* | [**delete_cache_settings**](docs/CacheSettingsApi.md#delete_cache_settings) | **DELETE** /service/{service_id}/version/{version_id}/cache_settings/{cache_settings_name} | Delete a cache settings object -*CacheSettingsApi* | [**get_cache_settings**](docs/CacheSettingsApi.md#get_cache_settings) | **GET** /service/{service_id}/version/{version_id}/cache_settings/{cache_settings_name} | Get a cache settings object -*CacheSettingsApi* | [**list_cache_settings**](docs/CacheSettingsApi.md#list_cache_settings) | **GET** /service/{service_id}/version/{version_id}/cache_settings | List cache settings objects -*CacheSettingsApi* | [**update_cache_settings**](docs/CacheSettingsApi.md#update_cache_settings) | **PUT** /service/{service_id}/version/{version_id}/cache_settings/{cache_settings_name} | Update a cache settings object -*ConditionApi* | [**create_condition**](docs/ConditionApi.md#create_condition) | **POST** /service/{service_id}/version/{version_id}/condition | Create a condition -*ConditionApi* | [**delete_condition**](docs/ConditionApi.md#delete_condition) | **DELETE** /service/{service_id}/version/{version_id}/condition/{condition_name} | Delete a condition -*ConditionApi* | [**get_condition**](docs/ConditionApi.md#get_condition) | **GET** /service/{service_id}/version/{version_id}/condition/{condition_name} | Describe a condition -*ConditionApi* | [**list_conditions**](docs/ConditionApi.md#list_conditions) | **GET** /service/{service_id}/version/{version_id}/condition | List conditions -*ConditionApi* | [**update_condition**](docs/ConditionApi.md#update_condition) | **PUT** /service/{service_id}/version/{version_id}/condition/{condition_name} | Update a condition -*ConfigStoreApi* | [**create_config_store**](docs/ConfigStoreApi.md#create_config_store) | **POST** /resources/stores/config | Create a config store -*ConfigStoreApi* | [**delete_config_store**](docs/ConfigStoreApi.md#delete_config_store) | **DELETE** /resources/stores/config/{config_store_id} | Delete a config store -*ConfigStoreApi* | [**get_config_store**](docs/ConfigStoreApi.md#get_config_store) | **GET** /resources/stores/config/{config_store_id} | Describe a config store -*ConfigStoreApi* | [**get_config_store_info**](docs/ConfigStoreApi.md#get_config_store_info) | **GET** /resources/stores/config/{config_store_id}/info | Get config store metadata -*ConfigStoreApi* | [**list_config_store_services**](docs/ConfigStoreApi.md#list_config_store_services) | **GET** /resources/stores/config/{config_store_id}/services | List linked services -*ConfigStoreApi* | [**list_config_stores**](docs/ConfigStoreApi.md#list_config_stores) | **GET** /resources/stores/config | List config stores -*ConfigStoreApi* | [**update_config_store**](docs/ConfigStoreApi.md#update_config_store) | **PUT** /resources/stores/config/{config_store_id} | Update a config store -*ConfigStoreItemApi* | [**bulk_update_config_store_item**](docs/ConfigStoreItemApi.md#bulk_update_config_store_item) | **PATCH** /resources/stores/config/{config_store_id}/items | Update multiple entries in a config store -*ConfigStoreItemApi* | [**create_config_store_item**](docs/ConfigStoreItemApi.md#create_config_store_item) | **POST** /resources/stores/config/{config_store_id}/item | Create an entry in a config store -*ConfigStoreItemApi* | [**delete_config_store_item**](docs/ConfigStoreItemApi.md#delete_config_store_item) | **DELETE** /resources/stores/config/{config_store_id}/item/{config_store_item_key} | Delete an item from a config store -*ConfigStoreItemApi* | [**get_config_store_item**](docs/ConfigStoreItemApi.md#get_config_store_item) | **GET** /resources/stores/config/{config_store_id}/item/{config_store_item_key} | Get an item from a config store -*ConfigStoreItemApi* | [**list_config_store_items**](docs/ConfigStoreItemApi.md#list_config_store_items) | **GET** /resources/stores/config/{config_store_id}/items | List items in a config store -*ConfigStoreItemApi* | [**update_config_store_item**](docs/ConfigStoreItemApi.md#update_config_store_item) | **PATCH** /resources/stores/config/{config_store_id}/item/{config_store_item_key} | Update an entry in a config store -*ConfigStoreItemApi* | [**upsert_config_store_item**](docs/ConfigStoreItemApi.md#upsert_config_store_item) | **PUT** /resources/stores/config/{config_store_id}/item/{config_store_item_key} | Insert or update an entry in a config store -*ContactApi* | [**create_contacts**](docs/ContactApi.md#create_contacts) | **POST** /customer/{customer_id}/contacts | Add a new customer contact -*ContactApi* | [**delete_contact**](docs/ContactApi.md#delete_contact) | **DELETE** /customer/{customer_id}/contact/{contact_id} | Delete a contact -*ContactApi* | [**list_contacts**](docs/ContactApi.md#list_contacts) | **GET** /customer/{customer_id}/contacts | List contacts -*ContentApi* | [**content_check**](docs/ContentApi.md#content_check) | **GET** /content/edge_check | Check status of content in each POP's cache -*CustomerApi* | [**delete_customer**](docs/CustomerApi.md#delete_customer) | **DELETE** /customer/{customer_id} | Delete a customer -*CustomerApi* | [**get_customer**](docs/CustomerApi.md#get_customer) | **GET** /customer/{customer_id} | Get a customer -*CustomerApi* | [**get_logged_in_customer**](docs/CustomerApi.md#get_logged_in_customer) | **GET** /current_customer | Get the logged in customer -*CustomerApi* | [**list_users**](docs/CustomerApi.md#list_users) | **GET** /customer/{customer_id}/users | List users -*CustomerApi* | [**update_customer**](docs/CustomerApi.md#update_customer) | **PUT** /customer/{customer_id} | Update a customer -*DictionaryApi* | [**create_dictionary**](docs/DictionaryApi.md#create_dictionary) | **POST** /service/{service_id}/version/{version_id}/dictionary | Create an edge dictionary -*DictionaryApi* | [**delete_dictionary**](docs/DictionaryApi.md#delete_dictionary) | **DELETE** /service/{service_id}/version/{version_id}/dictionary/{dictionary_name} | Delete an edge dictionary -*DictionaryApi* | [**get_dictionary**](docs/DictionaryApi.md#get_dictionary) | **GET** /service/{service_id}/version/{version_id}/dictionary/{dictionary_name} | Get an edge dictionary -*DictionaryApi* | [**list_dictionaries**](docs/DictionaryApi.md#list_dictionaries) | **GET** /service/{service_id}/version/{version_id}/dictionary | List edge dictionaries -*DictionaryApi* | [**update_dictionary**](docs/DictionaryApi.md#update_dictionary) | **PUT** /service/{service_id}/version/{version_id}/dictionary/{dictionary_name} | Update an edge dictionary -*DictionaryInfoApi* | [**get_dictionary_info**](docs/DictionaryInfoApi.md#get_dictionary_info) | **GET** /service/{service_id}/version/{version_id}/dictionary/{dictionary_id}/info | Get edge dictionary metadata -*DictionaryItemApi* | [**bulk_update_dictionary_item**](docs/DictionaryItemApi.md#bulk_update_dictionary_item) | **PATCH** /service/{service_id}/dictionary/{dictionary_id}/items | Update multiple entries in an edge dictionary -*DictionaryItemApi* | [**create_dictionary_item**](docs/DictionaryItemApi.md#create_dictionary_item) | **POST** /service/{service_id}/dictionary/{dictionary_id}/item | Create an entry in an edge dictionary -*DictionaryItemApi* | [**delete_dictionary_item**](docs/DictionaryItemApi.md#delete_dictionary_item) | **DELETE** /service/{service_id}/dictionary/{dictionary_id}/item/{dictionary_item_key} | Delete an item from an edge dictionary -*DictionaryItemApi* | [**get_dictionary_item**](docs/DictionaryItemApi.md#get_dictionary_item) | **GET** /service/{service_id}/dictionary/{dictionary_id}/item/{dictionary_item_key} | Get an item from an edge dictionary -*DictionaryItemApi* | [**list_dictionary_items**](docs/DictionaryItemApi.md#list_dictionary_items) | **GET** /service/{service_id}/dictionary/{dictionary_id}/items | List items in an edge dictionary -*DictionaryItemApi* | [**update_dictionary_item**](docs/DictionaryItemApi.md#update_dictionary_item) | **PATCH** /service/{service_id}/dictionary/{dictionary_id}/item/{dictionary_item_key} | Update an entry in an edge dictionary -*DictionaryItemApi* | [**upsert_dictionary_item**](docs/DictionaryItemApi.md#upsert_dictionary_item) | **PUT** /service/{service_id}/dictionary/{dictionary_id}/item/{dictionary_item_key} | Insert or update an entry in an edge dictionary -*DiffApi* | [**diff_service_versions**](docs/DiffApi.md#diff_service_versions) | **GET** /service/{service_id}/diff/from/{from_version_id}/to/{to_version_id} | Diff two service versions -*DirectorApi* | [**create_director**](docs/DirectorApi.md#create_director) | **POST** /service/{service_id}/version/{version_id}/director | Create a director -*DirectorApi* | [**delete_director**](docs/DirectorApi.md#delete_director) | **DELETE** /service/{service_id}/version/{version_id}/director/{director_name} | Delete a director -*DirectorApi* | [**get_director**](docs/DirectorApi.md#get_director) | **GET** /service/{service_id}/version/{version_id}/director/{director_name} | Get a director -*DirectorApi* | [**list_directors**](docs/DirectorApi.md#list_directors) | **GET** /service/{service_id}/version/{version_id}/director | List directors -*DirectorApi* | [**update_director**](docs/DirectorApi.md#update_director) | **PUT** /service/{service_id}/version/{version_id}/director/{director_name} | Update a director -*DirectorBackendApi* | [**create_director_backend**](docs/DirectorBackendApi.md#create_director_backend) | **POST** /service/{service_id}/version/{version_id}/director/{director_name}/backend/{backend_name} | Create a director-backend relationship -*DirectorBackendApi* | [**delete_director_backend**](docs/DirectorBackendApi.md#delete_director_backend) | **DELETE** /service/{service_id}/version/{version_id}/director/{director_name}/backend/{backend_name} | Delete a director-backend relationship -*DirectorBackendApi* | [**get_director_backend**](docs/DirectorBackendApi.md#get_director_backend) | **GET** /service/{service_id}/version/{version_id}/director/{director_name}/backend/{backend_name} | Get a director-backend relationship -*DomainApi* | [**check_domain**](docs/DomainApi.md#check_domain) | **GET** /service/{service_id}/version/{version_id}/domain/{domain_name}/check | Validate DNS configuration for a single domain on a service -*DomainApi* | [**check_domains**](docs/DomainApi.md#check_domains) | **GET** /service/{service_id}/version/{version_id}/domain/check_all | Validate DNS configuration for all domains on a service -*DomainApi* | [**create_domain**](docs/DomainApi.md#create_domain) | **POST** /service/{service_id}/version/{version_id}/domain | Add a domain name to a service -*DomainApi* | [**delete_domain**](docs/DomainApi.md#delete_domain) | **DELETE** /service/{service_id}/version/{version_id}/domain/{domain_name} | Remove a domain from a service -*DomainApi* | [**get_domain**](docs/DomainApi.md#get_domain) | **GET** /service/{service_id}/version/{version_id}/domain/{domain_name} | Describe a domain -*DomainApi* | [**list_domains**](docs/DomainApi.md#list_domains) | **GET** /service/{service_id}/version/{version_id}/domain | List domains -*DomainApi* | [**update_domain**](docs/DomainApi.md#update_domain) | **PUT** /service/{service_id}/version/{version_id}/domain/{domain_name} | Update a domain -*DomainInspectorHistoricalApi* | [**get_domain_inspector_historical**](docs/DomainInspectorHistoricalApi.md#get_domain_inspector_historical) | **GET** /metrics/domains/services/{service_id} | Get historical domain data for a service -*DomainInspectorRealtimeApi* | [**get_domain_inspector_last120_seconds**](docs/DomainInspectorRealtimeApi.md#get_domain_inspector_last120_seconds) | **GET** /v1/domains/{service_id}/ts/h | Get real-time domain data for the last 120 seconds -*DomainInspectorRealtimeApi* | [**get_domain_inspector_last_max_entries**](docs/DomainInspectorRealtimeApi.md#get_domain_inspector_last_max_entries) | **GET** /v1/domains/{service_id}/ts/h/limit/{max_entries} | Get a limited number of real-time domain data entries -*DomainInspectorRealtimeApi* | [**get_domain_inspector_last_second**](docs/DomainInspectorRealtimeApi.md#get_domain_inspector_last_second) | **GET** /v1/domains/{service_id}/ts/{start_timestamp} | Get real-time domain data from a specified time -*DomainOwnershipsApi* | [**list_domain_ownerships**](docs/DomainOwnershipsApi.md#list_domain_ownerships) | **GET** /domain-ownerships | List domain-ownerships -*EnabledProductsApi* | [**disable_product**](docs/EnabledProductsApi.md#disable_product) | **DELETE** /enabled-products/{product_id}/services/{service_id} | Disable a product -*EnabledProductsApi* | [**enable_product**](docs/EnabledProductsApi.md#enable_product) | **PUT** /enabled-products/{product_id}/services/{service_id} | Enable a product -*EnabledProductsApi* | [**get_enabled_product**](docs/EnabledProductsApi.md#get_enabled_product) | **GET** /enabled-products/{product_id}/services/{service_id} | Get enabled product -*EventsApi* | [**get_event**](docs/EventsApi.md#get_event) | **GET** /events/{event_id} | Get an event -*EventsApi* | [**list_events**](docs/EventsApi.md#list_events) | **GET** /events | List events -*GzipApi* | [**create_gzip_config**](docs/GzipApi.md#create_gzip_config) | **POST** /service/{service_id}/version/{version_id}/gzip | Create a gzip configuration -*GzipApi* | [**delete_gzip_config**](docs/GzipApi.md#delete_gzip_config) | **DELETE** /service/{service_id}/version/{version_id}/gzip/{gzip_name} | Delete a gzip configuration -*GzipApi* | [**get_gzip_configs**](docs/GzipApi.md#get_gzip_configs) | **GET** /service/{service_id}/version/{version_id}/gzip/{gzip_name} | Get a gzip configuration -*GzipApi* | [**list_gzip_configs**](docs/GzipApi.md#list_gzip_configs) | **GET** /service/{service_id}/version/{version_id}/gzip | List gzip configurations -*GzipApi* | [**update_gzip_config**](docs/GzipApi.md#update_gzip_config) | **PUT** /service/{service_id}/version/{version_id}/gzip/{gzip_name} | Update a gzip configuration -*HeaderApi* | [**create_header_object**](docs/HeaderApi.md#create_header_object) | **POST** /service/{service_id}/version/{version_id}/header | Create a Header object -*HeaderApi* | [**delete_header_object**](docs/HeaderApi.md#delete_header_object) | **DELETE** /service/{service_id}/version/{version_id}/header/{header_name} | Delete a Header object -*HeaderApi* | [**get_header_object**](docs/HeaderApi.md#get_header_object) | **GET** /service/{service_id}/version/{version_id}/header/{header_name} | Get a Header object -*HeaderApi* | [**list_header_objects**](docs/HeaderApi.md#list_header_objects) | **GET** /service/{service_id}/version/{version_id}/header | List Header objects -*HeaderApi* | [**update_header_object**](docs/HeaderApi.md#update_header_object) | **PUT** /service/{service_id}/version/{version_id}/header/{header_name} | Update a Header object -*HealthcheckApi* | [**create_healthcheck**](docs/HealthcheckApi.md#create_healthcheck) | **POST** /service/{service_id}/version/{version_id}/healthcheck | Create a health check -*HealthcheckApi* | [**delete_healthcheck**](docs/HealthcheckApi.md#delete_healthcheck) | **DELETE** /service/{service_id}/version/{version_id}/healthcheck/{healthcheck_name} | Delete a health check -*HealthcheckApi* | [**get_healthcheck**](docs/HealthcheckApi.md#get_healthcheck) | **GET** /service/{service_id}/version/{version_id}/healthcheck/{healthcheck_name} | Get a health check -*HealthcheckApi* | [**list_healthchecks**](docs/HealthcheckApi.md#list_healthchecks) | **GET** /service/{service_id}/version/{version_id}/healthcheck | List health checks -*HealthcheckApi* | [**update_healthcheck**](docs/HealthcheckApi.md#update_healthcheck) | **PUT** /service/{service_id}/version/{version_id}/healthcheck/{healthcheck_name} | Update a health check -*HistoricalApi* | [**get_hist_stats**](docs/HistoricalApi.md#get_hist_stats) | **GET** /stats | Get historical stats -*HistoricalApi* | [**get_hist_stats_aggregated**](docs/HistoricalApi.md#get_hist_stats_aggregated) | **GET** /stats/aggregate | Get aggregated historical stats -*HistoricalApi* | [**get_hist_stats_field**](docs/HistoricalApi.md#get_hist_stats_field) | **GET** /stats/field/{field} | Get historical stats for a single field -*HistoricalApi* | [**get_hist_stats_service**](docs/HistoricalApi.md#get_hist_stats_service) | **GET** /stats/service/{service_id} | Get historical stats for a single service -*HistoricalApi* | [**get_hist_stats_service_field**](docs/HistoricalApi.md#get_hist_stats_service_field) | **GET** /stats/service/{service_id}/field/{field} | Get historical stats for a single service/field combination -*HistoricalApi* | [**get_regions**](docs/HistoricalApi.md#get_regions) | **GET** /stats/regions | Get region codes -*HistoricalApi* | [**get_usage**](docs/HistoricalApi.md#get_usage) | **GET** /stats/usage | Get usage statistics -*HistoricalApi* | [**get_usage_month**](docs/HistoricalApi.md#get_usage_month) | **GET** /stats/usage_by_month | Get month-to-date usage statistics -*HistoricalApi* | [**get_usage_service**](docs/HistoricalApi.md#get_usage_service) | **GET** /stats/usage_by_service | Get usage statistics per service -*Http3Api* | [**create_http3**](docs/Http3Api.md#create_http3) | **POST** /service/{service_id}/version/{version_id}/http3 | Enable support for HTTP/3 -*Http3Api* | [**delete_http3**](docs/Http3Api.md#delete_http3) | **DELETE** /service/{service_id}/version/{version_id}/http3 | Disable support for HTTP/3 -*Http3Api* | [**get_http3**](docs/Http3Api.md#get_http3) | **GET** /service/{service_id}/version/{version_id}/http3 | Get HTTP/3 status -*IamPermissionsApi* | [**list_permissions**](docs/IamPermissionsApi.md#list_permissions) | **GET** /permissions | List permissions -*IamRolesApi* | [**add_role_permissions**](docs/IamRolesApi.md#add_role_permissions) | **POST** /roles/{role_id}/permissions | Add permissions to a role -*IamRolesApi* | [**create_a_role**](docs/IamRolesApi.md#create_a_role) | **POST** /roles | Create a role -*IamRolesApi* | [**delete_a_role**](docs/IamRolesApi.md#delete_a_role) | **DELETE** /roles/{role_id} | Delete a role -*IamRolesApi* | [**get_a_role**](docs/IamRolesApi.md#get_a_role) | **GET** /roles/{role_id} | Get a role -*IamRolesApi* | [**list_role_permissions**](docs/IamRolesApi.md#list_role_permissions) | **GET** /roles/{role_id}/permissions | List permissions in a role -*IamRolesApi* | [**list_roles**](docs/IamRolesApi.md#list_roles) | **GET** /roles | List roles -*IamRolesApi* | [**remove_role_permissions**](docs/IamRolesApi.md#remove_role_permissions) | **DELETE** /roles/{role_id}/permissions | Remove permissions from a role -*IamRolesApi* | [**update_a_role**](docs/IamRolesApi.md#update_a_role) | **PATCH** /roles/{role_id} | Update a role -*IamServiceGroupsApi* | [**add_service_group_services**](docs/IamServiceGroupsApi.md#add_service_group_services) | **POST** /service-groups/{service_group_id}/services | Add services in a service group -*IamServiceGroupsApi* | [**create_a_service_group**](docs/IamServiceGroupsApi.md#create_a_service_group) | **POST** /service-groups | Create a service group -*IamServiceGroupsApi* | [**delete_a_service_group**](docs/IamServiceGroupsApi.md#delete_a_service_group) | **DELETE** /service-groups/{service_group_id} | Delete a service group -*IamServiceGroupsApi* | [**get_a_service_group**](docs/IamServiceGroupsApi.md#get_a_service_group) | **GET** /service-groups/{service_group_id} | Get a service group -*IamServiceGroupsApi* | [**list_service_group_services**](docs/IamServiceGroupsApi.md#list_service_group_services) | **GET** /service-groups/{service_group_id}/services | List services to a service group -*IamServiceGroupsApi* | [**list_service_groups**](docs/IamServiceGroupsApi.md#list_service_groups) | **GET** /service-groups | List service groups -*IamServiceGroupsApi* | [**remove_service_group_services**](docs/IamServiceGroupsApi.md#remove_service_group_services) | **DELETE** /service-groups/{service_group_id}/services | Remove services from a service group -*IamServiceGroupsApi* | [**update_a_service_group**](docs/IamServiceGroupsApi.md#update_a_service_group) | **PATCH** /service-groups/{service_group_id} | Update a service group -*IamUserGroupsApi* | [**add_user_group_members**](docs/IamUserGroupsApi.md#add_user_group_members) | **POST** /user-groups/{user_group_id}/members | Add members to a user group -*IamUserGroupsApi* | [**add_user_group_roles**](docs/IamUserGroupsApi.md#add_user_group_roles) | **POST** /user-groups/{user_group_id}/roles | Add roles to a user group -*IamUserGroupsApi* | [**add_user_group_service_groups**](docs/IamUserGroupsApi.md#add_user_group_service_groups) | **POST** /user-groups/{user_group_id}/service-groups | Add service groups to a user group -*IamUserGroupsApi* | [**create_a_user_group**](docs/IamUserGroupsApi.md#create_a_user_group) | **POST** /user-groups | Create a user group -*IamUserGroupsApi* | [**delete_a_user_group**](docs/IamUserGroupsApi.md#delete_a_user_group) | **DELETE** /user-groups/{user_group_id} | Delete a user group -*IamUserGroupsApi* | [**get_a_user_group**](docs/IamUserGroupsApi.md#get_a_user_group) | **GET** /user-groups/{user_group_id} | Get a user group -*IamUserGroupsApi* | [**list_user_group_members**](docs/IamUserGroupsApi.md#list_user_group_members) | **GET** /user-groups/{user_group_id}/members | List members of a user group -*IamUserGroupsApi* | [**list_user_group_roles**](docs/IamUserGroupsApi.md#list_user_group_roles) | **GET** /user-groups/{user_group_id}/roles | List roles in a user group -*IamUserGroupsApi* | [**list_user_group_service_groups**](docs/IamUserGroupsApi.md#list_user_group_service_groups) | **GET** /user-groups/{user_group_id}/service-groups | List service groups in a user group -*IamUserGroupsApi* | [**list_user_groups**](docs/IamUserGroupsApi.md#list_user_groups) | **GET** /user-groups | List user groups -*IamUserGroupsApi* | [**remove_user_group_members**](docs/IamUserGroupsApi.md#remove_user_group_members) | **DELETE** /user-groups/{user_group_id}/members | Remove members of a user group -*IamUserGroupsApi* | [**remove_user_group_roles**](docs/IamUserGroupsApi.md#remove_user_group_roles) | **DELETE** /user-groups/{user_group_id}/roles | Remove roles from a user group -*IamUserGroupsApi* | [**remove_user_group_service_groups**](docs/IamUserGroupsApi.md#remove_user_group_service_groups) | **DELETE** /user-groups/{user_group_id}/service-groups | Remove service groups from a user group -*IamUserGroupsApi* | [**update_a_user_group**](docs/IamUserGroupsApi.md#update_a_user_group) | **PATCH** /user-groups/{user_group_id} | Update a user group -*InvitationsApi* | [**create_invitation**](docs/InvitationsApi.md#create_invitation) | **POST** /invitations | Create an invitation -*InvitationsApi* | [**delete_invitation**](docs/InvitationsApi.md#delete_invitation) | **DELETE** /invitations/{invitation_id} | Delete an invitation -*InvitationsApi* | [**list_invitations**](docs/InvitationsApi.md#list_invitations) | **GET** /invitations | List invitations -*KvStoreApi* | [**create_store**](docs/KvStoreApi.md#create_store) | **POST** /resources/stores/kv | Create a KV store. -*KvStoreApi* | [**delete_store**](docs/KvStoreApi.md#delete_store) | **DELETE** /resources/stores/kv/{store_id} | Delete a KV store. -*KvStoreApi* | [**get_store**](docs/KvStoreApi.md#get_store) | **GET** /resources/stores/kv/{store_id} | Describe a KV store. -*KvStoreApi* | [**get_stores**](docs/KvStoreApi.md#get_stores) | **GET** /resources/stores/kv | List KV stores. -*KvStoreItemApi* | [**delete_key_from_store**](docs/KvStoreItemApi.md#delete_key_from_store) | **DELETE** /resources/stores/kv/{store_id}/keys/{key_name} | Delete kv store item. -*KvStoreItemApi* | [**get_keys**](docs/KvStoreItemApi.md#get_keys) | **GET** /resources/stores/kv/{store_id}/keys | List kv store keys. -*KvStoreItemApi* | [**get_value_for_key**](docs/KvStoreItemApi.md#get_value_for_key) | **GET** /resources/stores/kv/{store_id}/keys/{key_name} | Get the value of an kv store item -*KvStoreItemApi* | [**set_value_for_key**](docs/KvStoreItemApi.md#set_value_for_key) | **PUT** /resources/stores/kv/{store_id}/keys/{key_name} | Insert an item into an kv store -*LegacyWafConfigurationSetsApi* | [**list_waf_config_sets**](docs/LegacyWafConfigurationSetsApi.md#list_waf_config_sets) | **GET** /wafs/configuration_sets | List configuration sets -*LegacyWafConfigurationSetsApi* | [**list_wafs_config_set**](docs/LegacyWafConfigurationSetsApi.md#list_wafs_config_set) | **GET** /wafs/configuration_sets/{configuration_set_id}/relationships/wafs | List WAFs currently using a configuration set -*LegacyWafConfigurationSetsApi* | [**use_waf_config_set**](docs/LegacyWafConfigurationSetsApi.md#use_waf_config_set) | **PATCH** /wafs/configuration_sets/{configuration_set_id}/relationships/wafs | Apply a configuration set to a WAF -*LegacyWafFirewallApi* | [**create_legacy_waf_firewall_service**](docs/LegacyWafFirewallApi.md#create_legacy_waf_firewall_service) | **POST** /service/{service_id}/version/{version_id}/wafs | Create a firewall -*LegacyWafFirewallApi* | [**disable_legacy_waf_firewall**](docs/LegacyWafFirewallApi.md#disable_legacy_waf_firewall) | **PATCH** /wafs/{firewall_id}/disable | Disable a firewall -*LegacyWafFirewallApi* | [**enable_legacy_waf_firewall**](docs/LegacyWafFirewallApi.md#enable_legacy_waf_firewall) | **PATCH** /wafs/{firewall_id}/enable | Enable a firewall -*LegacyWafFirewallApi* | [**get_legacy_waf_firewall**](docs/LegacyWafFirewallApi.md#get_legacy_waf_firewall) | **GET** /wafs/{firewall_id} | Get a firewall object -*LegacyWafFirewallApi* | [**get_legacy_waf_firewall_service**](docs/LegacyWafFirewallApi.md#get_legacy_waf_firewall_service) | **GET** /service/{service_id}/version/{version_id}/wafs/{firewall_id} | Get a firewall -*LegacyWafFirewallApi* | [**list_legacy_waf_firewalls**](docs/LegacyWafFirewallApi.md#list_legacy_waf_firewalls) | **GET** /wafs | List active firewalls -*LegacyWafFirewallApi* | [**list_legacy_waf_firewalls_service**](docs/LegacyWafFirewallApi.md#list_legacy_waf_firewalls_service) | **GET** /service/{service_id}/version/{version_id}/wafs | List firewalls -*LegacyWafFirewallApi* | [**update_legacy_waf_firewall_service**](docs/LegacyWafFirewallApi.md#update_legacy_waf_firewall_service) | **PATCH** /service/{service_id}/version/{version_id}/wafs/{firewall_id} | Update a firewall -*LegacyWafOwaspApi* | [**create_owasp_settings**](docs/LegacyWafOwaspApi.md#create_owasp_settings) | **POST** /service/{service_id}/wafs/{firewall_id}/owasp | Create an OWASP settings object -*LegacyWafOwaspApi* | [**get_owasp_settings**](docs/LegacyWafOwaspApi.md#get_owasp_settings) | **GET** /service/{service_id}/wafs/{firewall_id}/owasp | Get the OWASP settings object -*LegacyWafOwaspApi* | [**update_owasp_settings**](docs/LegacyWafOwaspApi.md#update_owasp_settings) | **PATCH** /service/{service_id}/wafs/{firewall_id}/owasp | Update the OWASP settings object -*LegacyWafRuleApi* | [**get_legacy_waf_firewall_rule_vcl**](docs/LegacyWafRuleApi.md#get_legacy_waf_firewall_rule_vcl) | **GET** /wafs/{firewall_id}/rules/{waf_rule_id}/vcl | Get VCL for a rule associated with a firewall -*LegacyWafRuleApi* | [**get_legacy_waf_rule**](docs/LegacyWafRuleApi.md#get_legacy_waf_rule) | **GET** /wafs/rules/{waf_rule_id} | Get a rule -*LegacyWafRuleApi* | [**get_legacy_waf_rule_vcl**](docs/LegacyWafRuleApi.md#get_legacy_waf_rule_vcl) | **GET** /wafs/rules/{waf_rule_id}/vcl | Get VCL for a rule -*LegacyWafRuleApi* | [**list_legacy_waf_rules**](docs/LegacyWafRuleApi.md#list_legacy_waf_rules) | **GET** /wafs/rules | List rules in the latest configuration set -*LegacyWafRuleStatusApi* | [**get_waf_firewall_rule_status**](docs/LegacyWafRuleStatusApi.md#get_waf_firewall_rule_status) | **GET** /service/{service_id}/wafs/{firewall_id}/rules/{waf_rule_id}/rule_status | Get the status of a rule on a firewall -*LegacyWafRuleStatusApi* | [**list_waf_firewall_rule_statuses**](docs/LegacyWafRuleStatusApi.md#list_waf_firewall_rule_statuses) | **GET** /service/{service_id}/wafs/{firewall_id}/rule_statuses | List rule statuses -*LegacyWafRuleStatusApi* | [**update_waf_firewall_rule_status**](docs/LegacyWafRuleStatusApi.md#update_waf_firewall_rule_status) | **PATCH** /service/{service_id}/wafs/{firewall_id}/rules/{waf_rule_id}/rule_status | Update the status of a rule -*LegacyWafRuleStatusApi* | [**update_waf_firewall_rule_statuses_tag**](docs/LegacyWafRuleStatusApi.md#update_waf_firewall_rule_statuses_tag) | **POST** /service/{service_id}/wafs/{firewall_id}/rule_statuses | Create or update status of a tagged group of rules -*LegacyWafRulesetApi* | [**get_waf_ruleset**](docs/LegacyWafRulesetApi.md#get_waf_ruleset) | **GET** /service/{service_id}/wafs/{firewall_id}/ruleset | Get a WAF ruleset -*LegacyWafRulesetApi* | [**get_waf_ruleset_vcl**](docs/LegacyWafRulesetApi.md#get_waf_ruleset_vcl) | **GET** /service/{service_id}/wafs/{firewall_id}/ruleset/preview | Generate WAF ruleset VCL -*LegacyWafRulesetApi* | [**update_waf_ruleset**](docs/LegacyWafRulesetApi.md#update_waf_ruleset) | **PATCH** /service/{service_id}/wafs/{firewall_id}/ruleset | Update a WAF ruleset -*LegacyWafTagApi* | [**list_legacy_waf_tags**](docs/LegacyWafTagApi.md#list_legacy_waf_tags) | **GET** /wafs/tags | List WAF tags -*LegacyWafUpdateStatusApi* | [**get_waf_update_status**](docs/LegacyWafUpdateStatusApi.md#get_waf_update_status) | **GET** /service/{service_id}/wafs/{firewall_id}/update_statuses/{update_status_id} | Get the status of a WAF update -*LegacyWafUpdateStatusApi* | [**list_waf_update_statuses**](docs/LegacyWafUpdateStatusApi.md#list_waf_update_statuses) | **GET** /service/{service_id}/wafs/{firewall_id}/update_statuses | List update statuses -*LoggingAzureblobApi* | [**create_log_azure**](docs/LoggingAzureblobApi.md#create_log_azure) | **POST** /service/{service_id}/version/{version_id}/logging/azureblob | Create an Azure Blob Storage log endpoint -*LoggingAzureblobApi* | [**delete_log_azure**](docs/LoggingAzureblobApi.md#delete_log_azure) | **DELETE** /service/{service_id}/version/{version_id}/logging/azureblob/{logging_azureblob_name} | Delete the Azure Blob Storage log endpoint -*LoggingAzureblobApi* | [**get_log_azure**](docs/LoggingAzureblobApi.md#get_log_azure) | **GET** /service/{service_id}/version/{version_id}/logging/azureblob/{logging_azureblob_name} | Get an Azure Blob Storage log endpoint -*LoggingAzureblobApi* | [**list_log_azure**](docs/LoggingAzureblobApi.md#list_log_azure) | **GET** /service/{service_id}/version/{version_id}/logging/azureblob | List Azure Blob Storage log endpoints -*LoggingAzureblobApi* | [**update_log_azure**](docs/LoggingAzureblobApi.md#update_log_azure) | **PUT** /service/{service_id}/version/{version_id}/logging/azureblob/{logging_azureblob_name} | Update an Azure Blob Storage log endpoint -*LoggingBigqueryApi* | [**create_log_bigquery**](docs/LoggingBigqueryApi.md#create_log_bigquery) | **POST** /service/{service_id}/version/{version_id}/logging/bigquery | Create a BigQuery log endpoint -*LoggingBigqueryApi* | [**delete_log_bigquery**](docs/LoggingBigqueryApi.md#delete_log_bigquery) | **DELETE** /service/{service_id}/version/{version_id}/logging/bigquery/{logging_bigquery_name} | Delete a BigQuery log endpoint -*LoggingBigqueryApi* | [**get_log_bigquery**](docs/LoggingBigqueryApi.md#get_log_bigquery) | **GET** /service/{service_id}/version/{version_id}/logging/bigquery/{logging_bigquery_name} | Get a BigQuery log endpoint -*LoggingBigqueryApi* | [**list_log_bigquery**](docs/LoggingBigqueryApi.md#list_log_bigquery) | **GET** /service/{service_id}/version/{version_id}/logging/bigquery | List BigQuery log endpoints -*LoggingBigqueryApi* | [**update_log_bigquery**](docs/LoggingBigqueryApi.md#update_log_bigquery) | **PUT** /service/{service_id}/version/{version_id}/logging/bigquery/{logging_bigquery_name} | Update a BigQuery log endpoint -*LoggingCloudfilesApi* | [**create_log_cloudfiles**](docs/LoggingCloudfilesApi.md#create_log_cloudfiles) | **POST** /service/{service_id}/version/{version_id}/logging/cloudfiles | Create a Cloud Files log endpoint -*LoggingCloudfilesApi* | [**delete_log_cloudfiles**](docs/LoggingCloudfilesApi.md#delete_log_cloudfiles) | **DELETE** /service/{service_id}/version/{version_id}/logging/cloudfiles/{logging_cloudfiles_name} | Delete the Cloud Files log endpoint -*LoggingCloudfilesApi* | [**get_log_cloudfiles**](docs/LoggingCloudfilesApi.md#get_log_cloudfiles) | **GET** /service/{service_id}/version/{version_id}/logging/cloudfiles/{logging_cloudfiles_name} | Get a Cloud Files log endpoint -*LoggingCloudfilesApi* | [**list_log_cloudfiles**](docs/LoggingCloudfilesApi.md#list_log_cloudfiles) | **GET** /service/{service_id}/version/{version_id}/logging/cloudfiles | List Cloud Files log endpoints -*LoggingCloudfilesApi* | [**update_log_cloudfiles**](docs/LoggingCloudfilesApi.md#update_log_cloudfiles) | **PUT** /service/{service_id}/version/{version_id}/logging/cloudfiles/{logging_cloudfiles_name} | Update the Cloud Files log endpoint -*LoggingDatadogApi* | [**create_log_datadog**](docs/LoggingDatadogApi.md#create_log_datadog) | **POST** /service/{service_id}/version/{version_id}/logging/datadog | Create a Datadog log endpoint -*LoggingDatadogApi* | [**delete_log_datadog**](docs/LoggingDatadogApi.md#delete_log_datadog) | **DELETE** /service/{service_id}/version/{version_id}/logging/datadog/{logging_datadog_name} | Delete a Datadog log endpoint -*LoggingDatadogApi* | [**get_log_datadog**](docs/LoggingDatadogApi.md#get_log_datadog) | **GET** /service/{service_id}/version/{version_id}/logging/datadog/{logging_datadog_name} | Get a Datadog log endpoint -*LoggingDatadogApi* | [**list_log_datadog**](docs/LoggingDatadogApi.md#list_log_datadog) | **GET** /service/{service_id}/version/{version_id}/logging/datadog | List Datadog log endpoints -*LoggingDatadogApi* | [**update_log_datadog**](docs/LoggingDatadogApi.md#update_log_datadog) | **PUT** /service/{service_id}/version/{version_id}/logging/datadog/{logging_datadog_name} | Update a Datadog log endpoint -*LoggingDigitaloceanApi* | [**create_log_digocean**](docs/LoggingDigitaloceanApi.md#create_log_digocean) | **POST** /service/{service_id}/version/{version_id}/logging/digitalocean | Create a DigitalOcean Spaces log endpoint -*LoggingDigitaloceanApi* | [**delete_log_digocean**](docs/LoggingDigitaloceanApi.md#delete_log_digocean) | **DELETE** /service/{service_id}/version/{version_id}/logging/digitalocean/{logging_digitalocean_name} | Delete a DigitalOcean Spaces log endpoint -*LoggingDigitaloceanApi* | [**get_log_digocean**](docs/LoggingDigitaloceanApi.md#get_log_digocean) | **GET** /service/{service_id}/version/{version_id}/logging/digitalocean/{logging_digitalocean_name} | Get a DigitalOcean Spaces log endpoint -*LoggingDigitaloceanApi* | [**list_log_digocean**](docs/LoggingDigitaloceanApi.md#list_log_digocean) | **GET** /service/{service_id}/version/{version_id}/logging/digitalocean | List DigitalOcean Spaces log endpoints -*LoggingDigitaloceanApi* | [**update_log_digocean**](docs/LoggingDigitaloceanApi.md#update_log_digocean) | **PUT** /service/{service_id}/version/{version_id}/logging/digitalocean/{logging_digitalocean_name} | Update a DigitalOcean Spaces log endpoint -*LoggingElasticsearchApi* | [**create_log_elasticsearch**](docs/LoggingElasticsearchApi.md#create_log_elasticsearch) | **POST** /service/{service_id}/version/{version_id}/logging/elasticsearch | Create an Elasticsearch log endpoint -*LoggingElasticsearchApi* | [**delete_log_elasticsearch**](docs/LoggingElasticsearchApi.md#delete_log_elasticsearch) | **DELETE** /service/{service_id}/version/{version_id}/logging/elasticsearch/{logging_elasticsearch_name} | Delete an Elasticsearch log endpoint -*LoggingElasticsearchApi* | [**get_log_elasticsearch**](docs/LoggingElasticsearchApi.md#get_log_elasticsearch) | **GET** /service/{service_id}/version/{version_id}/logging/elasticsearch/{logging_elasticsearch_name} | Get an Elasticsearch log endpoint -*LoggingElasticsearchApi* | [**list_log_elasticsearch**](docs/LoggingElasticsearchApi.md#list_log_elasticsearch) | **GET** /service/{service_id}/version/{version_id}/logging/elasticsearch | List Elasticsearch log endpoints -*LoggingElasticsearchApi* | [**update_log_elasticsearch**](docs/LoggingElasticsearchApi.md#update_log_elasticsearch) | **PUT** /service/{service_id}/version/{version_id}/logging/elasticsearch/{logging_elasticsearch_name} | Update an Elasticsearch log endpoint -*LoggingFtpApi* | [**create_log_ftp**](docs/LoggingFtpApi.md#create_log_ftp) | **POST** /service/{service_id}/version/{version_id}/logging/ftp | Create an FTP log endpoint -*LoggingFtpApi* | [**delete_log_ftp**](docs/LoggingFtpApi.md#delete_log_ftp) | **DELETE** /service/{service_id}/version/{version_id}/logging/ftp/{logging_ftp_name} | Delete an FTP log endpoint -*LoggingFtpApi* | [**get_log_ftp**](docs/LoggingFtpApi.md#get_log_ftp) | **GET** /service/{service_id}/version/{version_id}/logging/ftp/{logging_ftp_name} | Get an FTP log endpoint -*LoggingFtpApi* | [**list_log_ftp**](docs/LoggingFtpApi.md#list_log_ftp) | **GET** /service/{service_id}/version/{version_id}/logging/ftp | List FTP log endpoints -*LoggingFtpApi* | [**update_log_ftp**](docs/LoggingFtpApi.md#update_log_ftp) | **PUT** /service/{service_id}/version/{version_id}/logging/ftp/{logging_ftp_name} | Update an FTP log endpoint -*LoggingGcsApi* | [**create_log_gcs**](docs/LoggingGcsApi.md#create_log_gcs) | **POST** /service/{service_id}/version/{version_id}/logging/gcs | Create a GCS log endpoint -*LoggingGcsApi* | [**delete_log_gcs**](docs/LoggingGcsApi.md#delete_log_gcs) | **DELETE** /service/{service_id}/version/{version_id}/logging/gcs/{logging_gcs_name} | Delete a GCS log endpoint -*LoggingGcsApi* | [**get_log_gcs**](docs/LoggingGcsApi.md#get_log_gcs) | **GET** /service/{service_id}/version/{version_id}/logging/gcs/{logging_gcs_name} | Get a GCS log endpoint -*LoggingGcsApi* | [**list_log_gcs**](docs/LoggingGcsApi.md#list_log_gcs) | **GET** /service/{service_id}/version/{version_id}/logging/gcs | List GCS log endpoints -*LoggingGcsApi* | [**update_log_gcs**](docs/LoggingGcsApi.md#update_log_gcs) | **PUT** /service/{service_id}/version/{version_id}/logging/gcs/{logging_gcs_name} | Update a GCS log endpoint -*LoggingHerokuApi* | [**create_log_heroku**](docs/LoggingHerokuApi.md#create_log_heroku) | **POST** /service/{service_id}/version/{version_id}/logging/heroku | Create a Heroku log endpoint -*LoggingHerokuApi* | [**delete_log_heroku**](docs/LoggingHerokuApi.md#delete_log_heroku) | **DELETE** /service/{service_id}/version/{version_id}/logging/heroku/{logging_heroku_name} | Delete the Heroku log endpoint -*LoggingHerokuApi* | [**get_log_heroku**](docs/LoggingHerokuApi.md#get_log_heroku) | **GET** /service/{service_id}/version/{version_id}/logging/heroku/{logging_heroku_name} | Get a Heroku log endpoint -*LoggingHerokuApi* | [**list_log_heroku**](docs/LoggingHerokuApi.md#list_log_heroku) | **GET** /service/{service_id}/version/{version_id}/logging/heroku | List Heroku log endpoints -*LoggingHerokuApi* | [**update_log_heroku**](docs/LoggingHerokuApi.md#update_log_heroku) | **PUT** /service/{service_id}/version/{version_id}/logging/heroku/{logging_heroku_name} | Update the Heroku log endpoint -*LoggingHoneycombApi* | [**create_log_honeycomb**](docs/LoggingHoneycombApi.md#create_log_honeycomb) | **POST** /service/{service_id}/version/{version_id}/logging/honeycomb | Create a Honeycomb log endpoint -*LoggingHoneycombApi* | [**delete_log_honeycomb**](docs/LoggingHoneycombApi.md#delete_log_honeycomb) | **DELETE** /service/{service_id}/version/{version_id}/logging/honeycomb/{logging_honeycomb_name} | Delete the Honeycomb log endpoint -*LoggingHoneycombApi* | [**get_log_honeycomb**](docs/LoggingHoneycombApi.md#get_log_honeycomb) | **GET** /service/{service_id}/version/{version_id}/logging/honeycomb/{logging_honeycomb_name} | Get a Honeycomb log endpoint -*LoggingHoneycombApi* | [**list_log_honeycomb**](docs/LoggingHoneycombApi.md#list_log_honeycomb) | **GET** /service/{service_id}/version/{version_id}/logging/honeycomb | List Honeycomb log endpoints -*LoggingHoneycombApi* | [**update_log_honeycomb**](docs/LoggingHoneycombApi.md#update_log_honeycomb) | **PUT** /service/{service_id}/version/{version_id}/logging/honeycomb/{logging_honeycomb_name} | Update a Honeycomb log endpoint -*LoggingHttpsApi* | [**create_log_https**](docs/LoggingHttpsApi.md#create_log_https) | **POST** /service/{service_id}/version/{version_id}/logging/https | Create an HTTPS log endpoint -*LoggingHttpsApi* | [**delete_log_https**](docs/LoggingHttpsApi.md#delete_log_https) | **DELETE** /service/{service_id}/version/{version_id}/logging/https/{logging_https_name} | Delete an HTTPS log endpoint -*LoggingHttpsApi* | [**get_log_https**](docs/LoggingHttpsApi.md#get_log_https) | **GET** /service/{service_id}/version/{version_id}/logging/https/{logging_https_name} | Get an HTTPS log endpoint -*LoggingHttpsApi* | [**list_log_https**](docs/LoggingHttpsApi.md#list_log_https) | **GET** /service/{service_id}/version/{version_id}/logging/https | List HTTPS log endpoints -*LoggingHttpsApi* | [**update_log_https**](docs/LoggingHttpsApi.md#update_log_https) | **PUT** /service/{service_id}/version/{version_id}/logging/https/{logging_https_name} | Update an HTTPS log endpoint -*LoggingKafkaApi* | [**create_log_kafka**](docs/LoggingKafkaApi.md#create_log_kafka) | **POST** /service/{service_id}/version/{version_id}/logging/kafka | Create a Kafka log endpoint -*LoggingKafkaApi* | [**delete_log_kafka**](docs/LoggingKafkaApi.md#delete_log_kafka) | **DELETE** /service/{service_id}/version/{version_id}/logging/kafka/{logging_kafka_name} | Delete the Kafka log endpoint -*LoggingKafkaApi* | [**get_log_kafka**](docs/LoggingKafkaApi.md#get_log_kafka) | **GET** /service/{service_id}/version/{version_id}/logging/kafka/{logging_kafka_name} | Get a Kafka log endpoint -*LoggingKafkaApi* | [**list_log_kafka**](docs/LoggingKafkaApi.md#list_log_kafka) | **GET** /service/{service_id}/version/{version_id}/logging/kafka | List Kafka log endpoints -*LoggingKafkaApi* | [**update_log_kafka**](docs/LoggingKafkaApi.md#update_log_kafka) | **PUT** /service/{service_id}/version/{version_id}/logging/kafka/{logging_kafka_name} | Update the Kafka log endpoint -*LoggingKinesisApi* | [**create_log_kinesis**](docs/LoggingKinesisApi.md#create_log_kinesis) | **POST** /service/{service_id}/version/{version_id}/logging/kinesis | Create an Amazon Kinesis log endpoint -*LoggingKinesisApi* | [**delete_log_kinesis**](docs/LoggingKinesisApi.md#delete_log_kinesis) | **DELETE** /service/{service_id}/version/{version_id}/logging/kinesis/{logging_kinesis_name} | Delete the Amazon Kinesis log endpoint -*LoggingKinesisApi* | [**get_log_kinesis**](docs/LoggingKinesisApi.md#get_log_kinesis) | **GET** /service/{service_id}/version/{version_id}/logging/kinesis/{logging_kinesis_name} | Get an Amazon Kinesis log endpoint -*LoggingKinesisApi* | [**list_log_kinesis**](docs/LoggingKinesisApi.md#list_log_kinesis) | **GET** /service/{service_id}/version/{version_id}/logging/kinesis | List Amazon Kinesis log endpoints -*LoggingKinesisApi* | [**update_log_kinesis**](docs/LoggingKinesisApi.md#update_log_kinesis) | **PUT** /service/{service_id}/version/{version_id}/logging/kinesis/{logging_kinesis_name} | Update the Amazon Kinesis log endpoint -*LoggingLogentriesApi* | [**create_log_logentries**](docs/LoggingLogentriesApi.md#create_log_logentries) | **POST** /service/{service_id}/version/{version_id}/logging/logentries | Create a Logentries log endpoint -*LoggingLogentriesApi* | [**delete_log_logentries**](docs/LoggingLogentriesApi.md#delete_log_logentries) | **DELETE** /service/{service_id}/version/{version_id}/logging/logentries/{logging_logentries_name} | Delete a Logentries log endpoint -*LoggingLogentriesApi* | [**get_log_logentries**](docs/LoggingLogentriesApi.md#get_log_logentries) | **GET** /service/{service_id}/version/{version_id}/logging/logentries/{logging_logentries_name} | Get a Logentries log endpoint -*LoggingLogentriesApi* | [**list_log_logentries**](docs/LoggingLogentriesApi.md#list_log_logentries) | **GET** /service/{service_id}/version/{version_id}/logging/logentries | List Logentries log endpoints -*LoggingLogentriesApi* | [**update_log_logentries**](docs/LoggingLogentriesApi.md#update_log_logentries) | **PUT** /service/{service_id}/version/{version_id}/logging/logentries/{logging_logentries_name} | Update a Logentries log endpoint -*LoggingLogglyApi* | [**create_log_loggly**](docs/LoggingLogglyApi.md#create_log_loggly) | **POST** /service/{service_id}/version/{version_id}/logging/loggly | Create a Loggly log endpoint -*LoggingLogglyApi* | [**delete_log_loggly**](docs/LoggingLogglyApi.md#delete_log_loggly) | **DELETE** /service/{service_id}/version/{version_id}/logging/loggly/{logging_loggly_name} | Delete a Loggly log endpoint -*LoggingLogglyApi* | [**get_log_loggly**](docs/LoggingLogglyApi.md#get_log_loggly) | **GET** /service/{service_id}/version/{version_id}/logging/loggly/{logging_loggly_name} | Get a Loggly log endpoint -*LoggingLogglyApi* | [**list_log_loggly**](docs/LoggingLogglyApi.md#list_log_loggly) | **GET** /service/{service_id}/version/{version_id}/logging/loggly | List Loggly log endpoints -*LoggingLogglyApi* | [**update_log_loggly**](docs/LoggingLogglyApi.md#update_log_loggly) | **PUT** /service/{service_id}/version/{version_id}/logging/loggly/{logging_loggly_name} | Update a Loggly log endpoint -*LoggingLogshuttleApi* | [**create_log_logshuttle**](docs/LoggingLogshuttleApi.md#create_log_logshuttle) | **POST** /service/{service_id}/version/{version_id}/logging/logshuttle | Create a Log Shuttle log endpoint -*LoggingLogshuttleApi* | [**delete_log_logshuttle**](docs/LoggingLogshuttleApi.md#delete_log_logshuttle) | **DELETE** /service/{service_id}/version/{version_id}/logging/logshuttle/{logging_logshuttle_name} | Delete a Log Shuttle log endpoint -*LoggingLogshuttleApi* | [**get_log_logshuttle**](docs/LoggingLogshuttleApi.md#get_log_logshuttle) | **GET** /service/{service_id}/version/{version_id}/logging/logshuttle/{logging_logshuttle_name} | Get a Log Shuttle log endpoint -*LoggingLogshuttleApi* | [**list_log_logshuttle**](docs/LoggingLogshuttleApi.md#list_log_logshuttle) | **GET** /service/{service_id}/version/{version_id}/logging/logshuttle | List Log Shuttle log endpoints -*LoggingLogshuttleApi* | [**update_log_logshuttle**](docs/LoggingLogshuttleApi.md#update_log_logshuttle) | **PUT** /service/{service_id}/version/{version_id}/logging/logshuttle/{logging_logshuttle_name} | Update a Log Shuttle log endpoint -*LoggingNewrelicApi* | [**create_log_newrelic**](docs/LoggingNewrelicApi.md#create_log_newrelic) | **POST** /service/{service_id}/version/{version_id}/logging/newrelic | Create a New Relic log endpoint -*LoggingNewrelicApi* | [**delete_log_newrelic**](docs/LoggingNewrelicApi.md#delete_log_newrelic) | **DELETE** /service/{service_id}/version/{version_id}/logging/newrelic/{logging_newrelic_name} | Delete a New Relic log endpoint -*LoggingNewrelicApi* | [**get_log_newrelic**](docs/LoggingNewrelicApi.md#get_log_newrelic) | **GET** /service/{service_id}/version/{version_id}/logging/newrelic/{logging_newrelic_name} | Get a New Relic log endpoint -*LoggingNewrelicApi* | [**list_log_newrelic**](docs/LoggingNewrelicApi.md#list_log_newrelic) | **GET** /service/{service_id}/version/{version_id}/logging/newrelic | List New Relic log endpoints -*LoggingNewrelicApi* | [**update_log_newrelic**](docs/LoggingNewrelicApi.md#update_log_newrelic) | **PUT** /service/{service_id}/version/{version_id}/logging/newrelic/{logging_newrelic_name} | Update a New Relic log endpoint -*LoggingNewrelicotlpApi* | [**create_log_newrelicotlp**](docs/LoggingNewrelicotlpApi.md#create_log_newrelicotlp) | **POST** /service/{service_id}/version/{version_id}/logging/newrelicotlp | Create a New Relic OTLP endpoint -*LoggingNewrelicotlpApi* | [**delete_log_newrelicotlp**](docs/LoggingNewrelicotlpApi.md#delete_log_newrelicotlp) | **DELETE** /service/{service_id}/version/{version_id}/logging/newrelicotlp/{logging_newrelicotlp_name} | Delete a New Relic OTLP endpoint -*LoggingNewrelicotlpApi* | [**get_log_newrelicotlp**](docs/LoggingNewrelicotlpApi.md#get_log_newrelicotlp) | **GET** /service/{service_id}/version/{version_id}/logging/newrelicotlp/{logging_newrelicotlp_name} | Get a New Relic OTLP endpoint -*LoggingNewrelicotlpApi* | [**list_log_newrelicotlp**](docs/LoggingNewrelicotlpApi.md#list_log_newrelicotlp) | **GET** /service/{service_id}/version/{version_id}/logging/newrelicotlp | List New Relic OTLP endpoints -*LoggingNewrelicotlpApi* | [**update_log_newrelicotlp**](docs/LoggingNewrelicotlpApi.md#update_log_newrelicotlp) | **PUT** /service/{service_id}/version/{version_id}/logging/newrelicotlp/{logging_newrelicotlp_name} | Update a New Relic log endpoint -*LoggingOpenstackApi* | [**create_log_openstack**](docs/LoggingOpenstackApi.md#create_log_openstack) | **POST** /service/{service_id}/version/{version_id}/logging/openstack | Create an OpenStack log endpoint -*LoggingOpenstackApi* | [**delete_log_openstack**](docs/LoggingOpenstackApi.md#delete_log_openstack) | **DELETE** /service/{service_id}/version/{version_id}/logging/openstack/{logging_openstack_name} | Delete an OpenStack log endpoint -*LoggingOpenstackApi* | [**get_log_openstack**](docs/LoggingOpenstackApi.md#get_log_openstack) | **GET** /service/{service_id}/version/{version_id}/logging/openstack/{logging_openstack_name} | Get an OpenStack log endpoint -*LoggingOpenstackApi* | [**list_log_openstack**](docs/LoggingOpenstackApi.md#list_log_openstack) | **GET** /service/{service_id}/version/{version_id}/logging/openstack | List OpenStack log endpoints -*LoggingOpenstackApi* | [**update_log_openstack**](docs/LoggingOpenstackApi.md#update_log_openstack) | **PUT** /service/{service_id}/version/{version_id}/logging/openstack/{logging_openstack_name} | Update an OpenStack log endpoint -*LoggingPapertrailApi* | [**create_log_papertrail**](docs/LoggingPapertrailApi.md#create_log_papertrail) | **POST** /service/{service_id}/version/{version_id}/logging/papertrail | Create a Papertrail log endpoint -*LoggingPapertrailApi* | [**delete_log_papertrail**](docs/LoggingPapertrailApi.md#delete_log_papertrail) | **DELETE** /service/{service_id}/version/{version_id}/logging/papertrail/{logging_papertrail_name} | Delete a Papertrail log endpoint -*LoggingPapertrailApi* | [**get_log_papertrail**](docs/LoggingPapertrailApi.md#get_log_papertrail) | **GET** /service/{service_id}/version/{version_id}/logging/papertrail/{logging_papertrail_name} | Get a Papertrail log endpoint -*LoggingPapertrailApi* | [**list_log_papertrail**](docs/LoggingPapertrailApi.md#list_log_papertrail) | **GET** /service/{service_id}/version/{version_id}/logging/papertrail | List Papertrail log endpoints -*LoggingPapertrailApi* | [**update_log_papertrail**](docs/LoggingPapertrailApi.md#update_log_papertrail) | **PUT** /service/{service_id}/version/{version_id}/logging/papertrail/{logging_papertrail_name} | Update a Papertrail log endpoint -*LoggingPubsubApi* | [**create_log_gcp_pubsub**](docs/LoggingPubsubApi.md#create_log_gcp_pubsub) | **POST** /service/{service_id}/version/{version_id}/logging/pubsub | Create a GCP Cloud Pub/Sub log endpoint -*LoggingPubsubApi* | [**delete_log_gcp_pubsub**](docs/LoggingPubsubApi.md#delete_log_gcp_pubsub) | **DELETE** /service/{service_id}/version/{version_id}/logging/pubsub/{logging_google_pubsub_name} | Delete a GCP Cloud Pub/Sub log endpoint -*LoggingPubsubApi* | [**get_log_gcp_pubsub**](docs/LoggingPubsubApi.md#get_log_gcp_pubsub) | **GET** /service/{service_id}/version/{version_id}/logging/pubsub/{logging_google_pubsub_name} | Get a GCP Cloud Pub/Sub log endpoint -*LoggingPubsubApi* | [**list_log_gcp_pubsub**](docs/LoggingPubsubApi.md#list_log_gcp_pubsub) | **GET** /service/{service_id}/version/{version_id}/logging/pubsub | List GCP Cloud Pub/Sub log endpoints -*LoggingPubsubApi* | [**update_log_gcp_pubsub**](docs/LoggingPubsubApi.md#update_log_gcp_pubsub) | **PUT** /service/{service_id}/version/{version_id}/logging/pubsub/{logging_google_pubsub_name} | Update a GCP Cloud Pub/Sub log endpoint -*LoggingS3Api* | [**create_log_aws_s3**](docs/LoggingS3Api.md#create_log_aws_s3) | **POST** /service/{service_id}/version/{version_id}/logging/s3 | Create an AWS S3 log endpoint -*LoggingS3Api* | [**delete_log_aws_s3**](docs/LoggingS3Api.md#delete_log_aws_s3) | **DELETE** /service/{service_id}/version/{version_id}/logging/s3/{logging_s3_name} | Delete an AWS S3 log endpoint -*LoggingS3Api* | [**get_log_aws_s3**](docs/LoggingS3Api.md#get_log_aws_s3) | **GET** /service/{service_id}/version/{version_id}/logging/s3/{logging_s3_name} | Get an AWS S3 log endpoint -*LoggingS3Api* | [**list_log_aws_s3**](docs/LoggingS3Api.md#list_log_aws_s3) | **GET** /service/{service_id}/version/{version_id}/logging/s3 | List AWS S3 log endpoints -*LoggingS3Api* | [**update_log_aws_s3**](docs/LoggingS3Api.md#update_log_aws_s3) | **PUT** /service/{service_id}/version/{version_id}/logging/s3/{logging_s3_name} | Update an AWS S3 log endpoint -*LoggingScalyrApi* | [**create_log_scalyr**](docs/LoggingScalyrApi.md#create_log_scalyr) | **POST** /service/{service_id}/version/{version_id}/logging/scalyr | Create a Scalyr log endpoint -*LoggingScalyrApi* | [**delete_log_scalyr**](docs/LoggingScalyrApi.md#delete_log_scalyr) | **DELETE** /service/{service_id}/version/{version_id}/logging/scalyr/{logging_scalyr_name} | Delete the Scalyr log endpoint -*LoggingScalyrApi* | [**get_log_scalyr**](docs/LoggingScalyrApi.md#get_log_scalyr) | **GET** /service/{service_id}/version/{version_id}/logging/scalyr/{logging_scalyr_name} | Get a Scalyr log endpoint -*LoggingScalyrApi* | [**list_log_scalyr**](docs/LoggingScalyrApi.md#list_log_scalyr) | **GET** /service/{service_id}/version/{version_id}/logging/scalyr | List Scalyr log endpoints -*LoggingScalyrApi* | [**update_log_scalyr**](docs/LoggingScalyrApi.md#update_log_scalyr) | **PUT** /service/{service_id}/version/{version_id}/logging/scalyr/{logging_scalyr_name} | Update the Scalyr log endpoint -*LoggingSftpApi* | [**create_log_sftp**](docs/LoggingSftpApi.md#create_log_sftp) | **POST** /service/{service_id}/version/{version_id}/logging/sftp | Create an SFTP log endpoint -*LoggingSftpApi* | [**delete_log_sftp**](docs/LoggingSftpApi.md#delete_log_sftp) | **DELETE** /service/{service_id}/version/{version_id}/logging/sftp/{logging_sftp_name} | Delete an SFTP log endpoint -*LoggingSftpApi* | [**get_log_sftp**](docs/LoggingSftpApi.md#get_log_sftp) | **GET** /service/{service_id}/version/{version_id}/logging/sftp/{logging_sftp_name} | Get an SFTP log endpoint -*LoggingSftpApi* | [**list_log_sftp**](docs/LoggingSftpApi.md#list_log_sftp) | **GET** /service/{service_id}/version/{version_id}/logging/sftp | List SFTP log endpoints -*LoggingSftpApi* | [**update_log_sftp**](docs/LoggingSftpApi.md#update_log_sftp) | **PUT** /service/{service_id}/version/{version_id}/logging/sftp/{logging_sftp_name} | Update an SFTP log endpoint -*LoggingSplunkApi* | [**create_log_splunk**](docs/LoggingSplunkApi.md#create_log_splunk) | **POST** /service/{service_id}/version/{version_id}/logging/splunk | Create a Splunk log endpoint -*LoggingSplunkApi* | [**delete_log_splunk**](docs/LoggingSplunkApi.md#delete_log_splunk) | **DELETE** /service/{service_id}/version/{version_id}/logging/splunk/{logging_splunk_name} | Delete a Splunk log endpoint -*LoggingSplunkApi* | [**get_log_splunk**](docs/LoggingSplunkApi.md#get_log_splunk) | **GET** /service/{service_id}/version/{version_id}/logging/splunk/{logging_splunk_name} | Get a Splunk log endpoint -*LoggingSplunkApi* | [**list_log_splunk**](docs/LoggingSplunkApi.md#list_log_splunk) | **GET** /service/{service_id}/version/{version_id}/logging/splunk | List Splunk log endpoints -*LoggingSplunkApi* | [**update_log_splunk**](docs/LoggingSplunkApi.md#update_log_splunk) | **PUT** /service/{service_id}/version/{version_id}/logging/splunk/{logging_splunk_name} | Update a Splunk log endpoint -*LoggingSumologicApi* | [**create_log_sumologic**](docs/LoggingSumologicApi.md#create_log_sumologic) | **POST** /service/{service_id}/version/{version_id}/logging/sumologic | Create a Sumologic log endpoint -*LoggingSumologicApi* | [**delete_log_sumologic**](docs/LoggingSumologicApi.md#delete_log_sumologic) | **DELETE** /service/{service_id}/version/{version_id}/logging/sumologic/{logging_sumologic_name} | Delete a Sumologic log endpoint -*LoggingSumologicApi* | [**get_log_sumologic**](docs/LoggingSumologicApi.md#get_log_sumologic) | **GET** /service/{service_id}/version/{version_id}/logging/sumologic/{logging_sumologic_name} | Get a Sumologic log endpoint -*LoggingSumologicApi* | [**list_log_sumologic**](docs/LoggingSumologicApi.md#list_log_sumologic) | **GET** /service/{service_id}/version/{version_id}/logging/sumologic | List Sumologic log endpoints -*LoggingSumologicApi* | [**update_log_sumologic**](docs/LoggingSumologicApi.md#update_log_sumologic) | **PUT** /service/{service_id}/version/{version_id}/logging/sumologic/{logging_sumologic_name} | Update a Sumologic log endpoint -*LoggingSyslogApi* | [**create_log_syslog**](docs/LoggingSyslogApi.md#create_log_syslog) | **POST** /service/{service_id}/version/{version_id}/logging/syslog | Create a syslog log endpoint -*LoggingSyslogApi* | [**delete_log_syslog**](docs/LoggingSyslogApi.md#delete_log_syslog) | **DELETE** /service/{service_id}/version/{version_id}/logging/syslog/{logging_syslog_name} | Delete a syslog log endpoint -*LoggingSyslogApi* | [**get_log_syslog**](docs/LoggingSyslogApi.md#get_log_syslog) | **GET** /service/{service_id}/version/{version_id}/logging/syslog/{logging_syslog_name} | Get a syslog log endpoint -*LoggingSyslogApi* | [**list_log_syslog**](docs/LoggingSyslogApi.md#list_log_syslog) | **GET** /service/{service_id}/version/{version_id}/logging/syslog | List Syslog log endpoints -*LoggingSyslogApi* | [**update_log_syslog**](docs/LoggingSyslogApi.md#update_log_syslog) | **PUT** /service/{service_id}/version/{version_id}/logging/syslog/{logging_syslog_name} | Update a syslog log endpoint -*MutualAuthenticationApi* | [**create_mutual_tls_authentication**](docs/MutualAuthenticationApi.md#create_mutual_tls_authentication) | **POST** /tls/mutual_authentications | Create a Mutual Authentication -*MutualAuthenticationApi* | [**delete_mutual_tls**](docs/MutualAuthenticationApi.md#delete_mutual_tls) | **DELETE** /tls/mutual_authentications/{mutual_authentication_id} | Delete a Mutual TLS -*MutualAuthenticationApi* | [**get_mutual_authentication**](docs/MutualAuthenticationApi.md#get_mutual_authentication) | **GET** /tls/mutual_authentications/{mutual_authentication_id} | Get a Mutual Authentication -*MutualAuthenticationApi* | [**list_mutual_authentications**](docs/MutualAuthenticationApi.md#list_mutual_authentications) | **GET** /tls/mutual_authentications | List Mutual Authentications -*MutualAuthenticationApi* | [**patch_mutual_authentication**](docs/MutualAuthenticationApi.md#patch_mutual_authentication) | **PATCH** /tls/mutual_authentications/{mutual_authentication_id} | Update a Mutual Authentication -*OriginInspectorHistoricalApi* | [**get_origin_inspector_historical**](docs/OriginInspectorHistoricalApi.md#get_origin_inspector_historical) | **GET** /metrics/origins/services/{service_id} | Get historical origin data for a service -*OriginInspectorRealtimeApi* | [**get_origin_inspector_last120_seconds**](docs/OriginInspectorRealtimeApi.md#get_origin_inspector_last120_seconds) | **GET** /v1/origins/{service_id}/ts/h | Get real-time origin data for the last 120 seconds -*OriginInspectorRealtimeApi* | [**get_origin_inspector_last_max_entries**](docs/OriginInspectorRealtimeApi.md#get_origin_inspector_last_max_entries) | **GET** /v1/origins/{service_id}/ts/h/limit/{max_entries} | Get a limited number of real-time origin data entries -*OriginInspectorRealtimeApi* | [**get_origin_inspector_last_second**](docs/OriginInspectorRealtimeApi.md#get_origin_inspector_last_second) | **GET** /v1/origins/{service_id}/ts/{start_timestamp} | Get real-time origin data from specific time. -*PackageApi* | [**get_package**](docs/PackageApi.md#get_package) | **GET** /service/{service_id}/version/{version_id}/package | Get details of the service's Compute package. -*PackageApi* | [**put_package**](docs/PackageApi.md#put_package) | **PUT** /service/{service_id}/version/{version_id}/package | Upload a Compute package. -*PoolApi* | [**create_server_pool**](docs/PoolApi.md#create_server_pool) | **POST** /service/{service_id}/version/{version_id}/pool | Create a server pool -*PoolApi* | [**delete_server_pool**](docs/PoolApi.md#delete_server_pool) | **DELETE** /service/{service_id}/version/{version_id}/pool/{pool_name} | Delete a server pool -*PoolApi* | [**get_server_pool**](docs/PoolApi.md#get_server_pool) | **GET** /service/{service_id}/version/{version_id}/pool/{pool_name} | Get a server pool -*PoolApi* | [**list_server_pools**](docs/PoolApi.md#list_server_pools) | **GET** /service/{service_id}/version/{version_id}/pool | List server pools -*PoolApi* | [**update_server_pool**](docs/PoolApi.md#update_server_pool) | **PUT** /service/{service_id}/version/{version_id}/pool/{pool_name} | Update a server pool -*PopApi* | [**list_pops**](docs/PopApi.md#list_pops) | **GET** /datacenters | List Fastly POPs -*PublicIpListApi* | [**list_fastly_ips**](docs/PublicIpListApi.md#list_fastly_ips) | **GET** /public-ip-list | List Fastly's public IPs -*PublishApi* | [**publish**](docs/PublishApi.md#publish) | **POST** /service/{service_id}/publish/ | Send messages to Fanout subscribers -*PurgeApi* | [**bulk_purge_tag**](docs/PurgeApi.md#bulk_purge_tag) | **POST** /service/{service_id}/purge | Purge multiple surrogate key tags -*PurgeApi* | [**purge_all**](docs/PurgeApi.md#purge_all) | **POST** /service/{service_id}/purge_all | Purge everything from a service -*PurgeApi* | [**purge_single_url**](docs/PurgeApi.md#purge_single_url) | **POST** /purge/{cached_url} | Purge a URL -*PurgeApi* | [**purge_tag**](docs/PurgeApi.md#purge_tag) | **POST** /service/{service_id}/purge/{surrogate_key} | Purge by surrogate key tag -*RateLimiterApi* | [**create_rate_limiter**](docs/RateLimiterApi.md#create_rate_limiter) | **POST** /service/{service_id}/version/{version_id}/rate-limiters | Create a rate limiter -*RateLimiterApi* | [**delete_rate_limiter**](docs/RateLimiterApi.md#delete_rate_limiter) | **DELETE** /rate-limiters/{rate_limiter_id} | Delete a rate limiter -*RateLimiterApi* | [**get_rate_limiter**](docs/RateLimiterApi.md#get_rate_limiter) | **GET** /rate-limiters/{rate_limiter_id} | Get a rate limiter -*RateLimiterApi* | [**list_rate_limiters**](docs/RateLimiterApi.md#list_rate_limiters) | **GET** /service/{service_id}/version/{version_id}/rate-limiters | List rate limiters -*RateLimiterApi* | [**update_rate_limiter**](docs/RateLimiterApi.md#update_rate_limiter) | **PUT** /rate-limiters/{rate_limiter_id} | Update a rate limiter -*RealtimeApi* | [**get_stats_last120_seconds**](docs/RealtimeApi.md#get_stats_last120_seconds) | **GET** /v1/channel/{service_id}/ts/h | Get real-time data for the last 120 seconds -*RealtimeApi* | [**get_stats_last120_seconds_limit_entries**](docs/RealtimeApi.md#get_stats_last120_seconds_limit_entries) | **GET** /v1/channel/{service_id}/ts/h/limit/{max_entries} | Get a limited number of real-time data entries -*RealtimeApi* | [**get_stats_last_second**](docs/RealtimeApi.md#get_stats_last_second) | **GET** /v1/channel/{service_id}/ts/{timestamp_in_seconds} | Get real-time data from specified time -*RequestSettingsApi* | [**create_request_settings**](docs/RequestSettingsApi.md#create_request_settings) | **POST** /service/{service_id}/version/{version_id}/request_settings | Create a Request Settings object -*RequestSettingsApi* | [**delete_request_settings**](docs/RequestSettingsApi.md#delete_request_settings) | **DELETE** /service/{service_id}/version/{version_id}/request_settings/{request_settings_name} | Delete a Request Settings object -*RequestSettingsApi* | [**get_request_settings**](docs/RequestSettingsApi.md#get_request_settings) | **GET** /service/{service_id}/version/{version_id}/request_settings/{request_settings_name} | Get a Request Settings object -*RequestSettingsApi* | [**list_request_settings**](docs/RequestSettingsApi.md#list_request_settings) | **GET** /service/{service_id}/version/{version_id}/request_settings | List Request Settings objects -*RequestSettingsApi* | [**update_request_settings**](docs/RequestSettingsApi.md#update_request_settings) | **PUT** /service/{service_id}/version/{version_id}/request_settings/{request_settings_name} | Update a Request Settings object -*ResourceApi* | [**create_resource**](docs/ResourceApi.md#create_resource) | **POST** /service/{service_id}/version/{version_id}/resource | Create a resource link -*ResourceApi* | [**delete_resource**](docs/ResourceApi.md#delete_resource) | **DELETE** /service/{service_id}/version/{version_id}/resource/{id} | Delete a resource link -*ResourceApi* | [**get_resource**](docs/ResourceApi.md#get_resource) | **GET** /service/{service_id}/version/{version_id}/resource/{id} | Display a resource link -*ResourceApi* | [**list_resources**](docs/ResourceApi.md#list_resources) | **GET** /service/{service_id}/version/{version_id}/resource | List resource links -*ResourceApi* | [**update_resource**](docs/ResourceApi.md#update_resource) | **PUT** /service/{service_id}/version/{version_id}/resource/{id} | Update a resource link -*ResponseObjectApi* | [**create_response_object**](docs/ResponseObjectApi.md#create_response_object) | **POST** /service/{service_id}/version/{version_id}/response_object | Create a Response object -*ResponseObjectApi* | [**delete_response_object**](docs/ResponseObjectApi.md#delete_response_object) | **DELETE** /service/{service_id}/version/{version_id}/response_object/{response_object_name} | Delete a Response Object -*ResponseObjectApi* | [**get_response_object**](docs/ResponseObjectApi.md#get_response_object) | **GET** /service/{service_id}/version/{version_id}/response_object/{response_object_name} | Get a Response object -*ResponseObjectApi* | [**list_response_objects**](docs/ResponseObjectApi.md#list_response_objects) | **GET** /service/{service_id}/version/{version_id}/response_object | List Response objects -*ResponseObjectApi* | [**update_response_object**](docs/ResponseObjectApi.md#update_response_object) | **PUT** /service/{service_id}/version/{version_id}/response_object/{response_object_name} | Update a Response object -*SecretStoreApi* | [**client_key**](docs/SecretStoreApi.md#client_key) | **POST** /resources/stores/secret/client-key | Create new client key -*SecretStoreApi* | [**create_secret_store**](docs/SecretStoreApi.md#create_secret_store) | **POST** /resources/stores/secret | Create new secret store -*SecretStoreApi* | [**delete_secret_store**](docs/SecretStoreApi.md#delete_secret_store) | **DELETE** /resources/stores/secret/{store_id} | Delete secret store -*SecretStoreApi* | [**get_secret_store**](docs/SecretStoreApi.md#get_secret_store) | **GET** /resources/stores/secret/{store_id} | Get secret store by ID -*SecretStoreApi* | [**get_secret_stores**](docs/SecretStoreApi.md#get_secret_stores) | **GET** /resources/stores/secret | Get all secret stores -*SecretStoreApi* | [**signing_key**](docs/SecretStoreApi.md#signing_key) | **GET** /resources/stores/secret/signing-key | Get public key -*SecretStoreItemApi* | [**create_secret**](docs/SecretStoreItemApi.md#create_secret) | **POST** /resources/stores/secret/{store_id}/secrets | Create a new secret in a store. -*SecretStoreItemApi* | [**delete_secret**](docs/SecretStoreItemApi.md#delete_secret) | **DELETE** /resources/stores/secret/{store_id}/secrets/{secret_name} | Delete a secret from a store. -*SecretStoreItemApi* | [**get_secret**](docs/SecretStoreItemApi.md#get_secret) | **GET** /resources/stores/secret/{store_id}/secrets/{secret_name} | Get secret metadata. -*SecretStoreItemApi* | [**get_secrets**](docs/SecretStoreItemApi.md#get_secrets) | **GET** /resources/stores/secret/{store_id}/secrets | List secrets within a store. -*SecretStoreItemApi* | [**must_recreate_secret**](docs/SecretStoreItemApi.md#must_recreate_secret) | **PATCH** /resources/stores/secret/{store_id}/secrets | Recreate a secret in a store. -*SecretStoreItemApi* | [**recreate_secret**](docs/SecretStoreItemApi.md#recreate_secret) | **PUT** /resources/stores/secret/{store_id}/secrets | Create or recreate a secret in a store. -*ServerApi* | [**create_pool_server**](docs/ServerApi.md#create_pool_server) | **POST** /service/{service_id}/pool/{pool_id}/server | Add a server to a pool -*ServerApi* | [**delete_pool_server**](docs/ServerApi.md#delete_pool_server) | **DELETE** /service/{service_id}/pool/{pool_id}/server/{server_id} | Delete a server from a pool -*ServerApi* | [**get_pool_server**](docs/ServerApi.md#get_pool_server) | **GET** /service/{service_id}/pool/{pool_id}/server/{server_id} | Get a pool server -*ServerApi* | [**list_pool_servers**](docs/ServerApi.md#list_pool_servers) | **GET** /service/{service_id}/pool/{pool_id}/servers | List servers in a pool -*ServerApi* | [**update_pool_server**](docs/ServerApi.md#update_pool_server) | **PUT** /service/{service_id}/pool/{pool_id}/server/{server_id} | Update a server -*ServiceApi* | [**create_service**](docs/ServiceApi.md#create_service) | **POST** /service | Create a service -*ServiceApi* | [**delete_service**](docs/ServiceApi.md#delete_service) | **DELETE** /service/{service_id} | Delete a service -*ServiceApi* | [**get_service**](docs/ServiceApi.md#get_service) | **GET** /service/{service_id} | Get a service -*ServiceApi* | [**get_service_detail**](docs/ServiceApi.md#get_service_detail) | **GET** /service/{service_id}/details | Get service details -*ServiceApi* | [**list_service_domains**](docs/ServiceApi.md#list_service_domains) | **GET** /service/{service_id}/domain | List the domains within a service -*ServiceApi* | [**list_services**](docs/ServiceApi.md#list_services) | **GET** /service | List services -*ServiceApi* | [**search_service**](docs/ServiceApi.md#search_service) | **GET** /service/search | Search for a service by name -*ServiceApi* | [**update_service**](docs/ServiceApi.md#update_service) | **PUT** /service/{service_id} | Update a service -*ServiceAuthorizationsApi* | [**create_service_authorization**](docs/ServiceAuthorizationsApi.md#create_service_authorization) | **POST** /service-authorizations | Create service authorization -*ServiceAuthorizationsApi* | [**delete_service_authorization**](docs/ServiceAuthorizationsApi.md#delete_service_authorization) | **DELETE** /service-authorizations/{service_authorization_id} | Delete service authorization -*ServiceAuthorizationsApi* | [**delete_service_authorization2**](docs/ServiceAuthorizationsApi.md#delete_service_authorization2) | **DELETE** /service-authorizations | Delete service authorizations -*ServiceAuthorizationsApi* | [**list_service_authorization**](docs/ServiceAuthorizationsApi.md#list_service_authorization) | **GET** /service-authorizations | List service authorizations -*ServiceAuthorizationsApi* | [**show_service_authorization**](docs/ServiceAuthorizationsApi.md#show_service_authorization) | **GET** /service-authorizations/{service_authorization_id} | Show service authorization -*ServiceAuthorizationsApi* | [**update_service_authorization**](docs/ServiceAuthorizationsApi.md#update_service_authorization) | **PATCH** /service-authorizations/{service_authorization_id} | Update service authorization -*ServiceAuthorizationsApi* | [**update_service_authorization2**](docs/ServiceAuthorizationsApi.md#update_service_authorization2) | **PATCH** /service-authorizations | Update service authorizations -*SettingsApi* | [**get_service_settings**](docs/SettingsApi.md#get_service_settings) | **GET** /service/{service_id}/version/{version_id}/settings | Get service settings -*SettingsApi* | [**update_service_settings**](docs/SettingsApi.md#update_service_settings) | **PUT** /service/{service_id}/version/{version_id}/settings | Update service settings -*SnippetApi* | [**create_snippet**](docs/SnippetApi.md#create_snippet) | **POST** /service/{service_id}/version/{version_id}/snippet | Create a snippet -*SnippetApi* | [**delete_snippet**](docs/SnippetApi.md#delete_snippet) | **DELETE** /service/{service_id}/version/{version_id}/snippet/{snippet_name} | Delete a snippet -*SnippetApi* | [**get_snippet**](docs/SnippetApi.md#get_snippet) | **GET** /service/{service_id}/version/{version_id}/snippet/{snippet_name} | Get a versioned snippet -*SnippetApi* | [**get_snippet_dynamic**](docs/SnippetApi.md#get_snippet_dynamic) | **GET** /service/{service_id}/snippet/{snippet_id} | Get a dynamic snippet -*SnippetApi* | [**list_snippets**](docs/SnippetApi.md#list_snippets) | **GET** /service/{service_id}/version/{version_id}/snippet | List snippets -*SnippetApi* | [**update_snippet**](docs/SnippetApi.md#update_snippet) | **PUT** /service/{service_id}/version/{version_id}/snippet/{snippet_name} | Update a versioned snippet -*SnippetApi* | [**update_snippet_dynamic**](docs/SnippetApi.md#update_snippet_dynamic) | **PUT** /service/{service_id}/snippet/{snippet_id} | Update a dynamic snippet -*StarApi* | [**create_service_star**](docs/StarApi.md#create_service_star) | **POST** /stars | Create a star -*StarApi* | [**delete_service_star**](docs/StarApi.md#delete_service_star) | **DELETE** /stars/{star_id} | Delete a star -*StarApi* | [**get_service_star**](docs/StarApi.md#get_service_star) | **GET** /stars/{star_id} | Get a star -*StarApi* | [**list_service_stars**](docs/StarApi.md#list_service_stars) | **GET** /stars | List stars -*StatsApi* | [**get_service_stats**](docs/StatsApi.md#get_service_stats) | **GET** /service/{service_id}/stats/summary | Get stats for a service -*SudoApi* | [**request_sudo_access**](docs/SudoApi.md#request_sudo_access) | **POST** /sudo | Request Sudo access -*TlsActivationsApi* | [**create_tls_activation**](docs/TlsActivationsApi.md#create_tls_activation) | **POST** /tls/activations | Enable TLS for a domain using a custom certificate -*TlsActivationsApi* | [**delete_tls_activation**](docs/TlsActivationsApi.md#delete_tls_activation) | **DELETE** /tls/activations/{tls_activation_id} | Disable TLS on a domain -*TlsActivationsApi* | [**get_tls_activation**](docs/TlsActivationsApi.md#get_tls_activation) | **GET** /tls/activations/{tls_activation_id} | Get a TLS activation -*TlsActivationsApi* | [**list_tls_activations**](docs/TlsActivationsApi.md#list_tls_activations) | **GET** /tls/activations | List TLS activations -*TlsActivationsApi* | [**update_tls_activation**](docs/TlsActivationsApi.md#update_tls_activation) | **PATCH** /tls/activations/{tls_activation_id} | Update a certificate -*TlsBulkCertificatesApi* | [**delete_bulk_tls_cert**](docs/TlsBulkCertificatesApi.md#delete_bulk_tls_cert) | **DELETE** /tls/bulk/certificates/{certificate_id} | Delete a certificate -*TlsBulkCertificatesApi* | [**get_tls_bulk_cert**](docs/TlsBulkCertificatesApi.md#get_tls_bulk_cert) | **GET** /tls/bulk/certificates/{certificate_id} | Get a certificate -*TlsBulkCertificatesApi* | [**list_tls_bulk_certs**](docs/TlsBulkCertificatesApi.md#list_tls_bulk_certs) | **GET** /tls/bulk/certificates | List certificates -*TlsBulkCertificatesApi* | [**update_bulk_tls_cert**](docs/TlsBulkCertificatesApi.md#update_bulk_tls_cert) | **PATCH** /tls/bulk/certificates/{certificate_id} | Update a certificate -*TlsBulkCertificatesApi* | [**upload_tls_bulk_cert**](docs/TlsBulkCertificatesApi.md#upload_tls_bulk_cert) | **POST** /tls/bulk/certificates | Upload a certificate -*TlsCertificatesApi* | [**create_tls_cert**](docs/TlsCertificatesApi.md#create_tls_cert) | **POST** /tls/certificates | Create a TLS certificate -*TlsCertificatesApi* | [**delete_tls_cert**](docs/TlsCertificatesApi.md#delete_tls_cert) | **DELETE** /tls/certificates/{tls_certificate_id} | Delete a TLS certificate -*TlsCertificatesApi* | [**get_tls_cert**](docs/TlsCertificatesApi.md#get_tls_cert) | **GET** /tls/certificates/{tls_certificate_id} | Get a TLS certificate -*TlsCertificatesApi* | [**list_tls_certs**](docs/TlsCertificatesApi.md#list_tls_certs) | **GET** /tls/certificates | List TLS certificates -*TlsCertificatesApi* | [**update_tls_cert**](docs/TlsCertificatesApi.md#update_tls_cert) | **PATCH** /tls/certificates/{tls_certificate_id} | Update a TLS certificate -*TlsConfigurationsApi* | [**get_tls_config**](docs/TlsConfigurationsApi.md#get_tls_config) | **GET** /tls/configurations/{tls_configuration_id} | Get a TLS configuration -*TlsConfigurationsApi* | [**list_tls_configs**](docs/TlsConfigurationsApi.md#list_tls_configs) | **GET** /tls/configurations | List TLS configurations -*TlsConfigurationsApi* | [**update_tls_config**](docs/TlsConfigurationsApi.md#update_tls_config) | **PATCH** /tls/configurations/{tls_configuration_id} | Update a TLS configuration -*TlsCsrsApi* | [**create_csr**](docs/TlsCsrsApi.md#create_csr) | **POST** /tls/certificate_signing_requests | Create CSR -*TlsDomainsApi* | [**list_tls_domains**](docs/TlsDomainsApi.md#list_tls_domains) | **GET** /tls/domains | List TLS domains -*TlsPrivateKeysApi* | [**create_tls_key**](docs/TlsPrivateKeysApi.md#create_tls_key) | **POST** /tls/private_keys | Create a TLS private key -*TlsPrivateKeysApi* | [**delete_tls_key**](docs/TlsPrivateKeysApi.md#delete_tls_key) | **DELETE** /tls/private_keys/{tls_private_key_id} | Delete a TLS private key -*TlsPrivateKeysApi* | [**get_tls_key**](docs/TlsPrivateKeysApi.md#get_tls_key) | **GET** /tls/private_keys/{tls_private_key_id} | Get a TLS private key -*TlsPrivateKeysApi* | [**list_tls_keys**](docs/TlsPrivateKeysApi.md#list_tls_keys) | **GET** /tls/private_keys | List TLS private keys -*TlsSubscriptionsApi* | [**create_globalsign_email_challenge**](docs/TlsSubscriptionsApi.md#create_globalsign_email_challenge) | **POST** /tls/subscriptions/{tls_subscription_id}/authorizations/{tls_authorization_id}/globalsign_email_challenges | Creates a GlobalSign email challenge. -*TlsSubscriptionsApi* | [**create_tls_sub**](docs/TlsSubscriptionsApi.md#create_tls_sub) | **POST** /tls/subscriptions | Create a TLS subscription -*TlsSubscriptionsApi* | [**delete_globalsign_email_challenge**](docs/TlsSubscriptionsApi.md#delete_globalsign_email_challenge) | **DELETE** /tls/subscriptions/{tls_subscription_id}/authorizations/{tls_authorization_id}/globalsign_email_challenges/{globalsign_email_challenge_id} | Delete a GlobalSign email challenge -*TlsSubscriptionsApi* | [**delete_tls_sub**](docs/TlsSubscriptionsApi.md#delete_tls_sub) | **DELETE** /tls/subscriptions/{tls_subscription_id} | Delete a TLS subscription -*TlsSubscriptionsApi* | [**get_tls_sub**](docs/TlsSubscriptionsApi.md#get_tls_sub) | **GET** /tls/subscriptions/{tls_subscription_id} | Get a TLS subscription -*TlsSubscriptionsApi* | [**list_tls_subs**](docs/TlsSubscriptionsApi.md#list_tls_subs) | **GET** /tls/subscriptions | List TLS subscriptions -*TlsSubscriptionsApi* | [**patch_tls_sub**](docs/TlsSubscriptionsApi.md#patch_tls_sub) | **PATCH** /tls/subscriptions/{tls_subscription_id} | Update a TLS subscription -*TokensApi* | [**bulk_revoke_tokens**](docs/TokensApi.md#bulk_revoke_tokens) | **DELETE** /tokens | Revoke multiple tokens -*TokensApi* | [**create_token**](docs/TokensApi.md#create_token) | **POST** /tokens | Create a token -*TokensApi* | [**get_token**](docs/TokensApi.md#get_token) | **GET** /tokens/{token_id} | Get a token -*TokensApi* | [**get_token_current**](docs/TokensApi.md#get_token_current) | **GET** /tokens/self | Get the current token -*TokensApi* | [**list_tokens_customer**](docs/TokensApi.md#list_tokens_customer) | **GET** /customer/{customer_id}/tokens | List tokens for a customer -*TokensApi* | [**list_tokens_user**](docs/TokensApi.md#list_tokens_user) | **GET** /tokens | List tokens for the authenticated user -*TokensApi* | [**revoke_token**](docs/TokensApi.md#revoke_token) | **DELETE** /tokens/{token_id} | Revoke a token -*TokensApi* | [**revoke_token_current**](docs/TokensApi.md#revoke_token_current) | **DELETE** /tokens/self | Revoke the current token -*UserApi* | [**create_user**](docs/UserApi.md#create_user) | **POST** /user | Create a user -*UserApi* | [**delete_user**](docs/UserApi.md#delete_user) | **DELETE** /user/{user_id} | Delete a user -*UserApi* | [**get_current_user**](docs/UserApi.md#get_current_user) | **GET** /current_user | Get the current user -*UserApi* | [**get_user**](docs/UserApi.md#get_user) | **GET** /user/{user_id} | Get a user -*UserApi* | [**request_password_reset**](docs/UserApi.md#request_password_reset) | **POST** /user/{user_login}/password/request_reset | Request a password reset -*UserApi* | [**update_user**](docs/UserApi.md#update_user) | **PUT** /user/{user_id} | Update a user -*UserApi* | [**update_user_password**](docs/UserApi.md#update_user_password) | **POST** /current_user/password | Update the user's password -*VclApi* | [**create_custom_vcl**](docs/VclApi.md#create_custom_vcl) | **POST** /service/{service_id}/version/{version_id}/vcl | Create a custom VCL file -*VclApi* | [**delete_custom_vcl**](docs/VclApi.md#delete_custom_vcl) | **DELETE** /service/{service_id}/version/{version_id}/vcl/{vcl_name} | Delete a custom VCL file -*VclApi* | [**get_custom_vcl**](docs/VclApi.md#get_custom_vcl) | **GET** /service/{service_id}/version/{version_id}/vcl/{vcl_name} | Get a custom VCL file -*VclApi* | [**get_custom_vcl_boilerplate**](docs/VclApi.md#get_custom_vcl_boilerplate) | **GET** /service/{service_id}/version/{version_id}/boilerplate | Get boilerplate VCL -*VclApi* | [**get_custom_vcl_generated**](docs/VclApi.md#get_custom_vcl_generated) | **GET** /service/{service_id}/version/{version_id}/generated_vcl | Get the generated VCL for a service -*VclApi* | [**get_custom_vcl_generated_highlighted**](docs/VclApi.md#get_custom_vcl_generated_highlighted) | **GET** /service/{service_id}/version/{version_id}/generated_vcl/content | Get the generated VCL with syntax highlighting -*VclApi* | [**get_custom_vcl_highlighted**](docs/VclApi.md#get_custom_vcl_highlighted) | **GET** /service/{service_id}/version/{version_id}/vcl/{vcl_name}/content | Get a custom VCL file with syntax highlighting -*VclApi* | [**get_custom_vcl_raw**](docs/VclApi.md#get_custom_vcl_raw) | **GET** /service/{service_id}/version/{version_id}/vcl/{vcl_name}/download | Download a custom VCL file -*VclApi* | [**lint_vcl_default**](docs/VclApi.md#lint_vcl_default) | **POST** /vcl_lint | Lint (validate) VCL using a default set of flags. -*VclApi* | [**lint_vcl_for_service**](docs/VclApi.md#lint_vcl_for_service) | **POST** /service/{service_id}/lint | Lint (validate) VCL using flags set for the service. -*VclApi* | [**list_custom_vcl**](docs/VclApi.md#list_custom_vcl) | **GET** /service/{service_id}/version/{version_id}/vcl | List custom VCL files -*VclApi* | [**set_custom_vcl_main**](docs/VclApi.md#set_custom_vcl_main) | **PUT** /service/{service_id}/version/{version_id}/vcl/{vcl_name}/main | Set a custom VCL file as main -*VclApi* | [**update_custom_vcl**](docs/VclApi.md#update_custom_vcl) | **PUT** /service/{service_id}/version/{version_id}/vcl/{vcl_name} | Update a custom VCL file -*VclDiffApi* | [**vcl_diff_service_versions**](docs/VclDiffApi.md#vcl_diff_service_versions) | **GET** /service/{service_id}/vcl/diff/from/{from_version_id}/to/{to_version_id} | Get a comparison of the VCL changes between two service versions -*VersionApi* | [**activate_service_version**](docs/VersionApi.md#activate_service_version) | **PUT** /service/{service_id}/version/{version_id}/activate | Activate a service version -*VersionApi* | [**clone_service_version**](docs/VersionApi.md#clone_service_version) | **PUT** /service/{service_id}/version/{version_id}/clone | Clone a service version -*VersionApi* | [**create_service_version**](docs/VersionApi.md#create_service_version) | **POST** /service/{service_id}/version | Create a service version -*VersionApi* | [**deactivate_service_version**](docs/VersionApi.md#deactivate_service_version) | **PUT** /service/{service_id}/version/{version_id}/deactivate | Deactivate a service version -*VersionApi* | [**get_service_version**](docs/VersionApi.md#get_service_version) | **GET** /service/{service_id}/version/{version_id} | Get a version of a service -*VersionApi* | [**list_service_versions**](docs/VersionApi.md#list_service_versions) | **GET** /service/{service_id}/version | List versions of a service -*VersionApi* | [**lock_service_version**](docs/VersionApi.md#lock_service_version) | **PUT** /service/{service_id}/version/{version_id}/lock | Lock a service version -*VersionApi* | [**update_service_version**](docs/VersionApi.md#update_service_version) | **PUT** /service/{service_id}/version/{version_id} | Update a service version -*VersionApi* | [**validate_service_version**](docs/VersionApi.md#validate_service_version) | **GET** /service/{service_id}/version/{version_id}/validate | Validate a service version -*WafActiveRulesApi* | [**bulk_delete_waf_active_rules**](docs/WafActiveRulesApi.md#bulk_delete_waf_active_rules) | **DELETE** /waf/firewalls/{firewall_id}/versions/{version_id}/active-rules | Delete multiple active rules from a WAF -*WafActiveRulesApi* | [**bulk_update_waf_active_rules**](docs/WafActiveRulesApi.md#bulk_update_waf_active_rules) | **PATCH** /waf/firewalls/{firewall_id}/versions/{version_id}/active-rules/bulk | Update multiple active rules -*WafActiveRulesApi* | [**create_waf_active_rule**](docs/WafActiveRulesApi.md#create_waf_active_rule) | **POST** /waf/firewalls/{firewall_id}/versions/{version_id}/active-rules | Add a rule to a WAF as an active rule -*WafActiveRulesApi* | [**create_waf_active_rules_tag**](docs/WafActiveRulesApi.md#create_waf_active_rules_tag) | **POST** /waf/firewalls/{firewall_id}/versions/{version_id}/tags/{waf_tag_name}/active-rules | Create active rules by tag -*WafActiveRulesApi* | [**delete_waf_active_rule**](docs/WafActiveRulesApi.md#delete_waf_active_rule) | **DELETE** /waf/firewalls/{firewall_id}/versions/{version_id}/active-rules/{waf_rule_id} | Delete an active rule -*WafActiveRulesApi* | [**get_waf_active_rule**](docs/WafActiveRulesApi.md#get_waf_active_rule) | **GET** /waf/firewalls/{firewall_id}/versions/{version_id}/active-rules/{waf_rule_id} | Get an active WAF rule object -*WafActiveRulesApi* | [**list_waf_active_rules**](docs/WafActiveRulesApi.md#list_waf_active_rules) | **GET** /waf/firewalls/{firewall_id}/versions/{version_id}/active-rules | List active rules on a WAF -*WafActiveRulesApi* | [**update_waf_active_rule**](docs/WafActiveRulesApi.md#update_waf_active_rule) | **PATCH** /waf/firewalls/{firewall_id}/versions/{version_id}/active-rules/{waf_rule_id} | Update an active rule -*WafExclusionsApi* | [**create_waf_rule_exclusion**](docs/WafExclusionsApi.md#create_waf_rule_exclusion) | **POST** /waf/firewalls/{firewall_id}/versions/{firewall_version_number}/exclusions | Create a WAF rule exclusion -*WafExclusionsApi* | [**delete_waf_rule_exclusion**](docs/WafExclusionsApi.md#delete_waf_rule_exclusion) | **DELETE** /waf/firewalls/{firewall_id}/versions/{firewall_version_number}/exclusions/{exclusion_number} | Delete a WAF rule exclusion -*WafExclusionsApi* | [**get_waf_rule_exclusion**](docs/WafExclusionsApi.md#get_waf_rule_exclusion) | **GET** /waf/firewalls/{firewall_id}/versions/{firewall_version_number}/exclusions/{exclusion_number} | Get a WAF rule exclusion -*WafExclusionsApi* | [**list_waf_rule_exclusions**](docs/WafExclusionsApi.md#list_waf_rule_exclusions) | **GET** /waf/firewalls/{firewall_id}/versions/{firewall_version_number}/exclusions | List WAF rule exclusions -*WafExclusionsApi* | [**update_waf_rule_exclusion**](docs/WafExclusionsApi.md#update_waf_rule_exclusion) | **PATCH** /waf/firewalls/{firewall_id}/versions/{firewall_version_number}/exclusions/{exclusion_number} | Update a WAF rule exclusion -*WafFirewallVersionsApi* | [**clone_waf_firewall_version**](docs/WafFirewallVersionsApi.md#clone_waf_firewall_version) | **PUT** /waf/firewalls/{firewall_id}/versions/{firewall_version_number}/clone | Clone a firewall version -*WafFirewallVersionsApi* | [**create_waf_firewall_version**](docs/WafFirewallVersionsApi.md#create_waf_firewall_version) | **POST** /waf/firewalls/{firewall_id}/versions | Create a firewall version -*WafFirewallVersionsApi* | [**deploy_activate_waf_firewall_version**](docs/WafFirewallVersionsApi.md#deploy_activate_waf_firewall_version) | **PUT** /waf/firewalls/{firewall_id}/versions/{firewall_version_number}/activate | Deploy or activate a firewall version -*WafFirewallVersionsApi* | [**get_waf_firewall_version**](docs/WafFirewallVersionsApi.md#get_waf_firewall_version) | **GET** /waf/firewalls/{firewall_id}/versions/{firewall_version_number} | Get a firewall version -*WafFirewallVersionsApi* | [**list_waf_firewall_versions**](docs/WafFirewallVersionsApi.md#list_waf_firewall_versions) | **GET** /waf/firewalls/{firewall_id}/versions | List firewall versions -*WafFirewallVersionsApi* | [**update_waf_firewall_version**](docs/WafFirewallVersionsApi.md#update_waf_firewall_version) | **PATCH** /waf/firewalls/{firewall_id}/versions/{firewall_version_number} | Update a firewall version -*WafFirewallsApi* | [**create_waf_firewall**](docs/WafFirewallsApi.md#create_waf_firewall) | **POST** /waf/firewalls | Create a firewall -*WafFirewallsApi* | [**delete_waf_firewall**](docs/WafFirewallsApi.md#delete_waf_firewall) | **DELETE** /waf/firewalls/{firewall_id} | Delete a firewall -*WafFirewallsApi* | [**get_waf_firewall**](docs/WafFirewallsApi.md#get_waf_firewall) | **GET** /waf/firewalls/{firewall_id} | Get a firewall -*WafFirewallsApi* | [**list_waf_firewalls**](docs/WafFirewallsApi.md#list_waf_firewalls) | **GET** /waf/firewalls | List firewalls -*WafFirewallsApi* | [**update_waf_firewall**](docs/WafFirewallsApi.md#update_waf_firewall) | **PATCH** /waf/firewalls/{firewall_id} | Update a firewall -*WafRuleRevisionsApi* | [**get_waf_rule_revision**](docs/WafRuleRevisionsApi.md#get_waf_rule_revision) | **GET** /waf/rules/{waf_rule_id}/revisions/{waf_rule_revision_number} | Get a revision of a rule -*WafRuleRevisionsApi* | [**list_waf_rule_revisions**](docs/WafRuleRevisionsApi.md#list_waf_rule_revisions) | **GET** /waf/rules/{waf_rule_id}/revisions | List revisions for a rule -*WafRulesApi* | [**get_waf_rule**](docs/WafRulesApi.md#get_waf_rule) | **GET** /waf/rules/{waf_rule_id} | Get a rule -*WafRulesApi* | [**list_waf_rules**](docs/WafRulesApi.md#list_waf_rules) | **GET** /waf/rules | List available WAF rules -*WafTagsApi* | [**list_waf_tags**](docs/WafTagsApi.md#list_waf_tags) | **GET** /waf/tags | List tags -*WholePlatformDdosHistoricalApi* | [**get_platform_ddos_historical**](docs/WholePlatformDdosHistoricalApi.md#get_platform_ddos_historical) | **GET** /metrics/platform/ddos | Get historical DDoS metrics for the entire Fastly platform +
# ISSUES diff --git a/docs/AclApi.md b/docs/AclApi.md index 06e25ee6..151e1666 100644 --- a/docs/AclApi.md +++ b/docs/AclApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::AclApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_acl**](AclApi.md#create_acl) | **POST** /service/{service_id}/version/{version_id}/acl | Create a new ACL [**delete_acl**](AclApi.md#delete_acl) | **DELETE** /service/{service_id}/version/{version_id}/acl/{acl_name} | Delete an ACL [**get_acl**](AclApi.md#get_acl) | **GET** /service/{service_id}/version/{version_id}/acl/{acl_name} | Describe an ACL diff --git a/docs/AclEntryApi.md b/docs/AclEntryApi.md index 2898a8e0..1ac8c308 100644 --- a/docs/AclEntryApi.md +++ b/docs/AclEntryApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::AclEntryApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**bulk_update_acl_entries**](AclEntryApi.md#bulk_update_acl_entries) | **PATCH** /service/{service_id}/acl/{acl_id}/entries | Update multiple ACL entries [**create_acl_entry**](AclEntryApi.md#create_acl_entry) | **POST** /service/{service_id}/acl/{acl_id}/entry | Create an ACL entry [**delete_acl_entry**](AclEntryApi.md#delete_acl_entry) | **DELETE** /service/{service_id}/acl/{acl_id}/entry/{acl_entry_id} | Delete an ACL entry diff --git a/docs/ApexRedirectApi.md b/docs/ApexRedirectApi.md index d1a0cc17..71bc6298 100644 --- a/docs/ApexRedirectApi.md +++ b/docs/ApexRedirectApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::ApexRedirectApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_apex_redirect**](ApexRedirectApi.md#create_apex_redirect) | **POST** /service/{service_id}/version/{version_id}/apex-redirects | Create an apex redirect [**delete_apex_redirect**](ApexRedirectApi.md#delete_apex_redirect) | **DELETE** /apex-redirects/{apex_redirect_id} | Delete an apex redirect [**get_apex_redirect**](ApexRedirectApi.md#get_apex_redirect) | **GET** /apex-redirects/{apex_redirect_id} | Get an apex redirect diff --git a/docs/AutomationTokensApi.md b/docs/AutomationTokensApi.md index 0659bca5..20339e9d 100644 --- a/docs/AutomationTokensApi.md +++ b/docs/AutomationTokensApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::AutomationTokensApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_automation_token**](AutomationTokensApi.md#create_automation_token) | **POST** /automation-tokens | Create Automation Token [**get_automation_token_id**](AutomationTokensApi.md#get_automation_token_id) | **GET** /automation-tokens/{id} | Retrieve an Automation Token by ID [**get_automation_tokens_id_services**](AutomationTokensApi.md#get_automation_tokens_id_services) | **GET** /automation-tokens/{id}/services | List Automation Token Services diff --git a/docs/BackendApi.md b/docs/BackendApi.md index c93e390d..9b9cd8b1 100644 --- a/docs/BackendApi.md +++ b/docs/BackendApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::BackendApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_backend**](BackendApi.md#create_backend) | **POST** /service/{service_id}/version/{version_id}/backend | Create a backend [**delete_backend**](BackendApi.md#delete_backend) | **DELETE** /service/{service_id}/version/{version_id}/backend/{backend_name} | Delete a backend [**get_backend**](BackendApi.md#get_backend) | **GET** /service/{service_id}/version/{version_id}/backend/{backend_name} | Describe a backend diff --git a/docs/BillingAddressApi.md b/docs/BillingAddressApi.md index cdd3ec14..580e8a63 100644 --- a/docs/BillingAddressApi.md +++ b/docs/BillingAddressApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::BillingAddressApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**add_billing_addr**](BillingAddressApi.md#add_billing_addr) | **POST** /customer/{customer_id}/billing_address | Add a billing address to a customer [**delete_billing_addr**](BillingAddressApi.md#delete_billing_addr) | **DELETE** /customer/{customer_id}/billing_address | Delete a billing address [**get_billing_addr**](BillingAddressApi.md#get_billing_addr) | **GET** /customer/{customer_id}/billing_address | Get a billing address diff --git a/docs/BillingApi.md b/docs/BillingApi.md index 99eda63f..c9c4fbc6 100644 --- a/docs/BillingApi.md +++ b/docs/BillingApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::BillingApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_invoice**](BillingApi.md#get_invoice) | **GET** /billing/v2/year/{year}/month/{month} | Get an invoice [**get_invoice_by_id**](BillingApi.md#get_invoice_by_id) | **GET** /billing/v2/account_customers/{customer_id}/invoices/{invoice_id} | Get an invoice [**get_invoice_mtd**](BillingApi.md#get_invoice_mtd) | **GET** /billing/v2/account_customers/{customer_id}/mtd_invoice | Get month-to-date billing estimate diff --git a/docs/BillingInvoicesApi.md b/docs/BillingInvoicesApi.md index bb80dbb2..9b07f6ad 100644 --- a/docs/BillingInvoicesApi.md +++ b/docs/BillingInvoicesApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::BillingInvoicesApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_invoice_by_invoice_id**](BillingInvoicesApi.md#get_invoice_by_invoice_id) | **GET** /billing/v3/invoices/{invoice_id} | Get invoice by ID. [**list_invoices**](BillingInvoicesApi.md#list_invoices) | **GET** /billing/v3/invoices | List of invoices. diff --git a/docs/CacheSettingsApi.md b/docs/CacheSettingsApi.md index 06127640..d0a5fa09 100644 --- a/docs/CacheSettingsApi.md +++ b/docs/CacheSettingsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::CacheSettingsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_cache_settings**](CacheSettingsApi.md#create_cache_settings) | **POST** /service/{service_id}/version/{version_id}/cache_settings | Create a cache settings object [**delete_cache_settings**](CacheSettingsApi.md#delete_cache_settings) | **DELETE** /service/{service_id}/version/{version_id}/cache_settings/{cache_settings_name} | Delete a cache settings object [**get_cache_settings**](CacheSettingsApi.md#get_cache_settings) | **GET** /service/{service_id}/version/{version_id}/cache_settings/{cache_settings_name} | Get a cache settings object diff --git a/docs/ConditionApi.md b/docs/ConditionApi.md index bf737ed2..4dacdda8 100644 --- a/docs/ConditionApi.md +++ b/docs/ConditionApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::ConditionApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_condition**](ConditionApi.md#create_condition) | **POST** /service/{service_id}/version/{version_id}/condition | Create a condition [**delete_condition**](ConditionApi.md#delete_condition) | **DELETE** /service/{service_id}/version/{version_id}/condition/{condition_name} | Delete a condition [**get_condition**](ConditionApi.md#get_condition) | **GET** /service/{service_id}/version/{version_id}/condition/{condition_name} | Describe a condition diff --git a/docs/ConfigStoreApi.md b/docs/ConfigStoreApi.md index c64288ef..4e65f199 100644 --- a/docs/ConfigStoreApi.md +++ b/docs/ConfigStoreApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::ConfigStoreApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_config_store**](ConfigStoreApi.md#create_config_store) | **POST** /resources/stores/config | Create a config store [**delete_config_store**](ConfigStoreApi.md#delete_config_store) | **DELETE** /resources/stores/config/{config_store_id} | Delete a config store [**get_config_store**](ConfigStoreApi.md#get_config_store) | **GET** /resources/stores/config/{config_store_id} | Describe a config store diff --git a/docs/ConfigStoreItemApi.md b/docs/ConfigStoreItemApi.md index ec9aae83..b386d3aa 100644 --- a/docs/ConfigStoreItemApi.md +++ b/docs/ConfigStoreItemApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::ConfigStoreItemApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**bulk_update_config_store_item**](ConfigStoreItemApi.md#bulk_update_config_store_item) | **PATCH** /resources/stores/config/{config_store_id}/items | Update multiple entries in a config store [**create_config_store_item**](ConfigStoreItemApi.md#create_config_store_item) | **POST** /resources/stores/config/{config_store_id}/item | Create an entry in a config store [**delete_config_store_item**](ConfigStoreItemApi.md#delete_config_store_item) | **DELETE** /resources/stores/config/{config_store_id}/item/{config_store_item_key} | Delete an item from a config store diff --git a/docs/ContactApi.md b/docs/ContactApi.md index 8b814b45..8f202b50 100644 --- a/docs/ContactApi.md +++ b/docs/ContactApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::ContactApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_contacts**](ContactApi.md#create_contacts) | **POST** /customer/{customer_id}/contacts | Add a new customer contact [**delete_contact**](ContactApi.md#delete_contact) | **DELETE** /customer/{customer_id}/contact/{contact_id} | Delete a contact [**list_contacts**](ContactApi.md#list_contacts) | **GET** /customer/{customer_id}/contacts | List contacts diff --git a/docs/ContentApi.md b/docs/ContentApi.md index 38fff5a8..9be8c044 100644 --- a/docs/ContentApi.md +++ b/docs/ContentApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::ContentApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**content_check**](ContentApi.md#content_check) | **GET** /content/edge_check | Check status of content in each POP's cache diff --git a/docs/CustomerApi.md b/docs/CustomerApi.md index 56edafbf..eca751e3 100644 --- a/docs/CustomerApi.md +++ b/docs/CustomerApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::CustomerApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**delete_customer**](CustomerApi.md#delete_customer) | **DELETE** /customer/{customer_id} | Delete a customer [**get_customer**](CustomerApi.md#get_customer) | **GET** /customer/{customer_id} | Get a customer [**get_logged_in_customer**](CustomerApi.md#get_logged_in_customer) | **GET** /current_customer | Get the logged in customer diff --git a/docs/DefaultSettings.md b/docs/DefaultSettings.md new file mode 100644 index 00000000..1947bae0 --- /dev/null +++ b/docs/DefaultSettings.md @@ -0,0 +1,21 @@ +# WebService::Fastly::Object::DefaultSettings + +## Load the model package +```perl +use WebService::Fastly::Object::DefaultSettings; +``` + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**resize_filter** | **string** | The type of filter to use while resizing an image. | [optional] [default to 'lanczos3'] +**webp** | **boolean** | Controls whether or not to default to WebP output when the client supports it. This is equivalent to adding \"auto=webp\" to all image optimizer requests. | [optional] [default to false] +**webp_quality** | **int** | The default quality to use with WebP output. This can be overridden with the second option in the \"quality\" URL parameter on specific image optimizer requests. | [optional] [default to 85] +**jpeg_type** | **string** | The default type of JPEG output to use. This can be overridden with \"format=bjpeg\" and \"format=pjpeg\" on specific image optimizer requests. | [optional] [default to 'auto'] +**jpeg_quality** | **int** | The default quality to use with JPEG output. This can be overridden with the \"quality\" parameter on specific image optimizer requests. | [optional] [default to 85] +**upscale** | **boolean** | Whether or not we should allow output images to render at sizes larger than input. | [optional] [default to false] +**allow_video** | **boolean** | Enables GIF to MP4 transformations on this service. | [optional] [default to false] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/DefaultSettingsError.md b/docs/DefaultSettingsError.md new file mode 100644 index 00000000..c804c944 --- /dev/null +++ b/docs/DefaultSettingsError.md @@ -0,0 +1,17 @@ +# WebService::Fastly::Object::DefaultSettingsError + +## Load the model package +```perl +use WebService::Fastly::Object::DefaultSettingsError; +``` + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**title** | **string** | | [optional] +**type** | **string** | | [optional] +**detail** | **string** | | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/DefaultSettingsResponse.md b/docs/DefaultSettingsResponse.md new file mode 100644 index 00000000..c6b55fb0 --- /dev/null +++ b/docs/DefaultSettingsResponse.md @@ -0,0 +1,21 @@ +# WebService::Fastly::Object::DefaultSettingsResponse + +## Load the model package +```perl +use WebService::Fastly::Object::DefaultSettingsResponse; +``` + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**resize_filter** | **string** | The type of filter to use while resizing an image. | [default to 'lanczos3'] +**webp** | **boolean** | Controls whether or not to default to WebP output when the client supports it. This is equivalent to adding \"auto=webp\" to all image optimizer requests. | [default to false] +**webp_quality** | **int** | The default quality to use with WebP output. This can be overridden with the second option in the \"quality\" URL parameter on specific image optimizer requests. | [default to 85] +**jpeg_type** | **string** | The default type of JPEG output to use. This can be overridden with \"format=bjpeg\" and \"format=pjpeg\" on specific image optimizer requests. | [default to 'auto'] +**jpeg_quality** | **int** | The default quality to use with JPEG output. This can be overridden with the \"quality\" parameter on specific image optimizer requests. | [default to 85] +**upscale** | **boolean** | Whether or not we should allow output images to render at sizes larger than input. | [default to false] +**allow_video** | **boolean** | Enables GIF to MP4 transformations on this service. | [default to false] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/docs/DictionaryApi.md b/docs/DictionaryApi.md index ef9e297c..f9ce4761 100644 --- a/docs/DictionaryApi.md +++ b/docs/DictionaryApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::DictionaryApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_dictionary**](DictionaryApi.md#create_dictionary) | **POST** /service/{service_id}/version/{version_id}/dictionary | Create an edge dictionary [**delete_dictionary**](DictionaryApi.md#delete_dictionary) | **DELETE** /service/{service_id}/version/{version_id}/dictionary/{dictionary_name} | Delete an edge dictionary [**get_dictionary**](DictionaryApi.md#get_dictionary) | **GET** /service/{service_id}/version/{version_id}/dictionary/{dictionary_name} | Get an edge dictionary diff --git a/docs/DictionaryInfoApi.md b/docs/DictionaryInfoApi.md index 793e66a1..4539c42a 100644 --- a/docs/DictionaryInfoApi.md +++ b/docs/DictionaryInfoApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::DictionaryInfoApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_dictionary_info**](DictionaryInfoApi.md#get_dictionary_info) | **GET** /service/{service_id}/version/{version_id}/dictionary/{dictionary_id}/info | Get edge dictionary metadata diff --git a/docs/DictionaryItemApi.md b/docs/DictionaryItemApi.md index ea0146ad..3f69a186 100644 --- a/docs/DictionaryItemApi.md +++ b/docs/DictionaryItemApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::DictionaryItemApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**bulk_update_dictionary_item**](DictionaryItemApi.md#bulk_update_dictionary_item) | **PATCH** /service/{service_id}/dictionary/{dictionary_id}/items | Update multiple entries in an edge dictionary [**create_dictionary_item**](DictionaryItemApi.md#create_dictionary_item) | **POST** /service/{service_id}/dictionary/{dictionary_id}/item | Create an entry in an edge dictionary [**delete_dictionary_item**](DictionaryItemApi.md#delete_dictionary_item) | **DELETE** /service/{service_id}/dictionary/{dictionary_id}/item/{dictionary_item_key} | Delete an item from an edge dictionary diff --git a/docs/DiffApi.md b/docs/DiffApi.md index d523182a..d7b6ff56 100644 --- a/docs/DiffApi.md +++ b/docs/DiffApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::DiffApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**diff_service_versions**](DiffApi.md#diff_service_versions) | **GET** /service/{service_id}/diff/from/{from_version_id}/to/{to_version_id} | Diff two service versions diff --git a/docs/DirectorApi.md b/docs/DirectorApi.md index 68abcc33..8b2b9927 100644 --- a/docs/DirectorApi.md +++ b/docs/DirectorApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::DirectorApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_director**](DirectorApi.md#create_director) | **POST** /service/{service_id}/version/{version_id}/director | Create a director [**delete_director**](DirectorApi.md#delete_director) | **DELETE** /service/{service_id}/version/{version_id}/director/{director_name} | Delete a director [**get_director**](DirectorApi.md#get_director) | **GET** /service/{service_id}/version/{version_id}/director/{director_name} | Get a director diff --git a/docs/DirectorBackendApi.md b/docs/DirectorBackendApi.md index 266ffc81..a5ed13fc 100644 --- a/docs/DirectorBackendApi.md +++ b/docs/DirectorBackendApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::DirectorBackendApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_director_backend**](DirectorBackendApi.md#create_director_backend) | **POST** /service/{service_id}/version/{version_id}/director/{director_name}/backend/{backend_name} | Create a director-backend relationship [**delete_director_backend**](DirectorBackendApi.md#delete_director_backend) | **DELETE** /service/{service_id}/version/{version_id}/director/{director_name}/backend/{backend_name} | Delete a director-backend relationship [**get_director_backend**](DirectorBackendApi.md#get_director_backend) | **GET** /service/{service_id}/version/{version_id}/director/{director_name}/backend/{backend_name} | Get a director-backend relationship diff --git a/docs/DomainApi.md b/docs/DomainApi.md index 0c40ad0a..176ef7f6 100644 --- a/docs/DomainApi.md +++ b/docs/DomainApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::DomainApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**check_domain**](DomainApi.md#check_domain) | **GET** /service/{service_id}/version/{version_id}/domain/{domain_name}/check | Validate DNS configuration for a single domain on a service [**check_domains**](DomainApi.md#check_domains) | **GET** /service/{service_id}/version/{version_id}/domain/check_all | Validate DNS configuration for all domains on a service [**create_domain**](DomainApi.md#create_domain) | **POST** /service/{service_id}/version/{version_id}/domain | Add a domain name to a service diff --git a/docs/DomainInspectorHistoricalApi.md b/docs/DomainInspectorHistoricalApi.md index 33399c2c..33295b42 100644 --- a/docs/DomainInspectorHistoricalApi.md +++ b/docs/DomainInspectorHistoricalApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::DomainInspectorHistoricalApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_domain_inspector_historical**](DomainInspectorHistoricalApi.md#get_domain_inspector_historical) | **GET** /metrics/domains/services/{service_id} | Get historical domain data for a service diff --git a/docs/DomainInspectorRealtimeApi.md b/docs/DomainInspectorRealtimeApi.md index bdf478c2..ae9361a6 100644 --- a/docs/DomainInspectorRealtimeApi.md +++ b/docs/DomainInspectorRealtimeApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::DomainInspectorRealtimeApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_domain_inspector_last120_seconds**](DomainInspectorRealtimeApi.md#get_domain_inspector_last120_seconds) | **GET** /v1/domains/{service_id}/ts/h | Get real-time domain data for the last 120 seconds [**get_domain_inspector_last_max_entries**](DomainInspectorRealtimeApi.md#get_domain_inspector_last_max_entries) | **GET** /v1/domains/{service_id}/ts/h/limit/{max_entries} | Get a limited number of real-time domain data entries [**get_domain_inspector_last_second**](DomainInspectorRealtimeApi.md#get_domain_inspector_last_second) | **GET** /v1/domains/{service_id}/ts/{start_timestamp} | Get real-time domain data from a specified time diff --git a/docs/DomainOwnershipsApi.md b/docs/DomainOwnershipsApi.md index 74629bad..ce8853a4 100644 --- a/docs/DomainOwnershipsApi.md +++ b/docs/DomainOwnershipsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::DomainOwnershipsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**list_domain_ownerships**](DomainOwnershipsApi.md#list_domain_ownerships) | **GET** /domain-ownerships | List domain-ownerships diff --git a/docs/EnabledProductsApi.md b/docs/EnabledProductsApi.md index 771ac5df..58327092 100644 --- a/docs/EnabledProductsApi.md +++ b/docs/EnabledProductsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::EnabledProductsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**disable_product**](EnabledProductsApi.md#disable_product) | **DELETE** /enabled-products/{product_id}/services/{service_id} | Disable a product [**enable_product**](EnabledProductsApi.md#enable_product) | **PUT** /enabled-products/{product_id}/services/{service_id} | Enable a product [**get_enabled_product**](EnabledProductsApi.md#get_enabled_product) | **GET** /enabled-products/{product_id}/services/{service_id} | Get enabled product diff --git a/docs/EventsApi.md b/docs/EventsApi.md index 99dc6cfe..ae211257 100644 --- a/docs/EventsApi.md +++ b/docs/EventsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::EventsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_event**](EventsApi.md#get_event) | **GET** /events/{event_id} | Get an event [**list_events**](EventsApi.md#list_events) | **GET** /events | List events diff --git a/docs/GzipApi.md b/docs/GzipApi.md index d939f335..83cb292d 100644 --- a/docs/GzipApi.md +++ b/docs/GzipApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::GzipApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_gzip_config**](GzipApi.md#create_gzip_config) | **POST** /service/{service_id}/version/{version_id}/gzip | Create a gzip configuration [**delete_gzip_config**](GzipApi.md#delete_gzip_config) | **DELETE** /service/{service_id}/version/{version_id}/gzip/{gzip_name} | Delete a gzip configuration [**get_gzip_configs**](GzipApi.md#get_gzip_configs) | **GET** /service/{service_id}/version/{version_id}/gzip/{gzip_name} | Get a gzip configuration diff --git a/docs/HeaderApi.md b/docs/HeaderApi.md index 29778bca..17be4247 100644 --- a/docs/HeaderApi.md +++ b/docs/HeaderApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::HeaderApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_header_object**](HeaderApi.md#create_header_object) | **POST** /service/{service_id}/version/{version_id}/header | Create a Header object [**delete_header_object**](HeaderApi.md#delete_header_object) | **DELETE** /service/{service_id}/version/{version_id}/header/{header_name} | Delete a Header object [**get_header_object**](HeaderApi.md#get_header_object) | **GET** /service/{service_id}/version/{version_id}/header/{header_name} | Get a Header object diff --git a/docs/HealthcheckApi.md b/docs/HealthcheckApi.md index c02baf28..a1d975cc 100644 --- a/docs/HealthcheckApi.md +++ b/docs/HealthcheckApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::HealthcheckApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_healthcheck**](HealthcheckApi.md#create_healthcheck) | **POST** /service/{service_id}/version/{version_id}/healthcheck | Create a health check [**delete_healthcheck**](HealthcheckApi.md#delete_healthcheck) | **DELETE** /service/{service_id}/version/{version_id}/healthcheck/{healthcheck_name} | Delete a health check [**get_healthcheck**](HealthcheckApi.md#get_healthcheck) | **GET** /service/{service_id}/version/{version_id}/healthcheck/{healthcheck_name} | Get a health check diff --git a/docs/HistoricalApi.md b/docs/HistoricalApi.md index 315d82b8..646b7d1c 100644 --- a/docs/HistoricalApi.md +++ b/docs/HistoricalApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::HistoricalApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_hist_stats**](HistoricalApi.md#get_hist_stats) | **GET** /stats | Get historical stats [**get_hist_stats_aggregated**](HistoricalApi.md#get_hist_stats_aggregated) | **GET** /stats/aggregate | Get aggregated historical stats [**get_hist_stats_field**](HistoricalApi.md#get_hist_stats_field) | **GET** /stats/field/{field} | Get historical stats for a single field diff --git a/docs/Http3Api.md b/docs/Http3Api.md index 31e5a621..f9878f4c 100644 --- a/docs/Http3Api.md +++ b/docs/Http3Api.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::Http3Api; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_http3**](Http3Api.md#create_http3) | **POST** /service/{service_id}/version/{version_id}/http3 | Enable support for HTTP/3 [**delete_http3**](Http3Api.md#delete_http3) | **DELETE** /service/{service_id}/version/{version_id}/http3 | Disable support for HTTP/3 [**get_http3**](Http3Api.md#get_http3) | **GET** /service/{service_id}/version/{version_id}/http3 | Get HTTP/3 status diff --git a/docs/IamPermissionsApi.md b/docs/IamPermissionsApi.md index 4db248dc..c21bb35f 100644 --- a/docs/IamPermissionsApi.md +++ b/docs/IamPermissionsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::IamPermissionsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**list_permissions**](IamPermissionsApi.md#list_permissions) | **GET** /permissions | List permissions diff --git a/docs/IamRolesApi.md b/docs/IamRolesApi.md index b9c66689..263008ea 100644 --- a/docs/IamRolesApi.md +++ b/docs/IamRolesApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::IamRolesApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**add_role_permissions**](IamRolesApi.md#add_role_permissions) | **POST** /roles/{role_id}/permissions | Add permissions to a role [**create_a_role**](IamRolesApi.md#create_a_role) | **POST** /roles | Create a role [**delete_a_role**](IamRolesApi.md#delete_a_role) | **DELETE** /roles/{role_id} | Delete a role diff --git a/docs/IamServiceGroupsApi.md b/docs/IamServiceGroupsApi.md index 6a4794f4..65ab293b 100644 --- a/docs/IamServiceGroupsApi.md +++ b/docs/IamServiceGroupsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::IamServiceGroupsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**add_service_group_services**](IamServiceGroupsApi.md#add_service_group_services) | **POST** /service-groups/{service_group_id}/services | Add services in a service group [**create_a_service_group**](IamServiceGroupsApi.md#create_a_service_group) | **POST** /service-groups | Create a service group [**delete_a_service_group**](IamServiceGroupsApi.md#delete_a_service_group) | **DELETE** /service-groups/{service_group_id} | Delete a service group diff --git a/docs/IamUserGroupsApi.md b/docs/IamUserGroupsApi.md index 0186b73e..18f1ae1b 100644 --- a/docs/IamUserGroupsApi.md +++ b/docs/IamUserGroupsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::IamUserGroupsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**add_user_group_members**](IamUserGroupsApi.md#add_user_group_members) | **POST** /user-groups/{user_group_id}/members | Add members to a user group [**add_user_group_roles**](IamUserGroupsApi.md#add_user_group_roles) | **POST** /user-groups/{user_group_id}/roles | Add roles to a user group [**add_user_group_service_groups**](IamUserGroupsApi.md#add_user_group_service_groups) | **POST** /user-groups/{user_group_id}/service-groups | Add service groups to a user group diff --git a/docs/ImageOptimizerDefaultSettingsApi.md b/docs/ImageOptimizerDefaultSettingsApi.md new file mode 100644 index 00000000..016df106 --- /dev/null +++ b/docs/ImageOptimizerDefaultSettingsApi.md @@ -0,0 +1,124 @@ +# WebService::Fastly::ImageOptimizerDefaultSettingsApi + +## Load the API package +```perl +use WebService::Fastly::Object::ImageOptimizerDefaultSettingsApi; +``` + +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` + +Method | HTTP request | Description +------ | ------------ | ----------- +[**get_default_settings**](ImageOptimizerDefaultSettingsApi.md#get_default_settings) | **GET** /service/{service_id}/version/{version_id}/image_optimizer_default_settings | Get current Image Optimizer Default Settings +[**update_default_settings**](ImageOptimizerDefaultSettingsApi.md#update_default_settings) | **PATCH** /service/{service_id}/version/{version_id}/image_optimizer_default_settings | Update Image Optimizer Default Settings + + +# **get_default_settings** +> DefaultSettingsResponse get_default_settings(service_id => $service_id, version_id => $version_id) + +Get current Image Optimizer Default Settings + +Retrieve the current Image Optimizer default settings. All properties in the response will be populated. + +### Example +```perl +use Data::Dumper; +use WebService::Fastly::ImageOptimizerDefaultSettingsApi; +my $api_instance = WebService::Fastly::ImageOptimizerDefaultSettingsApi->new( + + # Configure API key authorization: token + api_key => {'Fastly-Key' => 'YOUR_API_KEY'}, + # uncomment below to setup prefix (e.g. Bearer) for API key, if needed + #api_key_prefix => {'Fastly-Key' => 'Bearer'}, +); + +my $service_id = "service_id_example"; # string | Alphanumeric string identifying the service. +my $version_id = 56; # int | Integer identifying a service version. + +eval { + my $result = $api_instance->get_default_settings(service_id => $service_id, version_id => $version_id); + print Dumper($result); +}; +if ($@) { + warn "Exception when calling ImageOptimizerDefaultSettingsApi->get_default_settings: $@\n"; +} +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **service_id** | **string**| Alphanumeric string identifying the service. | + **version_id** | **int**| Integer identifying a service version. | + +### Return type + +[**DefaultSettingsResponse**](DefaultSettingsResponse.md) + +### Authorization + +[token](../README.md#token) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json, application/problem+json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + +# **update_default_settings** +> DefaultSettingsResponse update_default_settings(service_id => $service_id, version_id => $version_id, default_settings => $default_settings) + +Update Image Optimizer Default Settings + +Update one or more default settings. A minimum of one property is required. The endpoint will respond with the new Image Optimizer default settings, with all properties populated. + +### Example +```perl +use Data::Dumper; +use WebService::Fastly::ImageOptimizerDefaultSettingsApi; +my $api_instance = WebService::Fastly::ImageOptimizerDefaultSettingsApi->new( + + # Configure API key authorization: token + api_key => {'Fastly-Key' => 'YOUR_API_KEY'}, + # uncomment below to setup prefix (e.g. Bearer) for API key, if needed + #api_key_prefix => {'Fastly-Key' => 'Bearer'}, +); + +my $service_id = "service_id_example"; # string | Alphanumeric string identifying the service. +my $version_id = 56; # int | Integer identifying a service version. +my $default_settings = WebService::Fastly::Object::DefaultSettings->new(); # DefaultSettings | + +eval { + my $result = $api_instance->update_default_settings(service_id => $service_id, version_id => $version_id, default_settings => $default_settings); + print Dumper($result); +}; +if ($@) { + warn "Exception when calling ImageOptimizerDefaultSettingsApi->update_default_settings: $@\n"; +} +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **service_id** | **string**| Alphanumeric string identifying the service. | + **version_id** | **int**| Integer identifying a service version. | + **default_settings** | [**DefaultSettings**](DefaultSettings.md)| | [optional] + +### Return type + +[**DefaultSettingsResponse**](DefaultSettingsResponse.md) + +### Authorization + +[token](../README.md#token) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json, application/problem+json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + diff --git a/docs/InvitationsApi.md b/docs/InvitationsApi.md index 928756ad..83d34c05 100644 --- a/docs/InvitationsApi.md +++ b/docs/InvitationsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::InvitationsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_invitation**](InvitationsApi.md#create_invitation) | **POST** /invitations | Create an invitation [**delete_invitation**](InvitationsApi.md#delete_invitation) | **DELETE** /invitations/{invitation_id} | Delete an invitation [**list_invitations**](InvitationsApi.md#list_invitations) | **GET** /invitations | List invitations diff --git a/docs/KvStoreApi.md b/docs/KvStoreApi.md index 2f038a52..d1749fde 100644 --- a/docs/KvStoreApi.md +++ b/docs/KvStoreApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::KvStoreApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_store**](KvStoreApi.md#create_store) | **POST** /resources/stores/kv | Create a KV store. [**delete_store**](KvStoreApi.md#delete_store) | **DELETE** /resources/stores/kv/{store_id} | Delete a KV store. [**get_store**](KvStoreApi.md#get_store) | **GET** /resources/stores/kv/{store_id} | Describe a KV store. diff --git a/docs/KvStoreItemApi.md b/docs/KvStoreItemApi.md index 1d3191f8..e30134cf 100644 --- a/docs/KvStoreItemApi.md +++ b/docs/KvStoreItemApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::KvStoreItemApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**delete_key_from_store**](KvStoreItemApi.md#delete_key_from_store) | **DELETE** /resources/stores/kv/{store_id}/keys/{key_name} | Delete kv store item. [**get_keys**](KvStoreItemApi.md#get_keys) | **GET** /resources/stores/kv/{store_id}/keys | List kv store keys. [**get_value_for_key**](KvStoreItemApi.md#get_value_for_key) | **GET** /resources/stores/kv/{store_id}/keys/{key_name} | Get the value of an kv store item diff --git a/docs/LegacyWafConfigurationSetsApi.md b/docs/LegacyWafConfigurationSetsApi.md index afb3a4fb..de357f4a 100644 --- a/docs/LegacyWafConfigurationSetsApi.md +++ b/docs/LegacyWafConfigurationSetsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LegacyWafConfigurationSetsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**list_waf_config_sets**](LegacyWafConfigurationSetsApi.md#list_waf_config_sets) | **GET** /wafs/configuration_sets | List configuration sets [**list_wafs_config_set**](LegacyWafConfigurationSetsApi.md#list_wafs_config_set) | **GET** /wafs/configuration_sets/{configuration_set_id}/relationships/wafs | List WAFs currently using a configuration set [**use_waf_config_set**](LegacyWafConfigurationSetsApi.md#use_waf_config_set) | **PATCH** /wafs/configuration_sets/{configuration_set_id}/relationships/wafs | Apply a configuration set to a WAF diff --git a/docs/LegacyWafFirewallApi.md b/docs/LegacyWafFirewallApi.md index e16d4e14..6c5ae94e 100644 --- a/docs/LegacyWafFirewallApi.md +++ b/docs/LegacyWafFirewallApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LegacyWafFirewallApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_legacy_waf_firewall_service**](LegacyWafFirewallApi.md#create_legacy_waf_firewall_service) | **POST** /service/{service_id}/version/{version_id}/wafs | Create a firewall [**disable_legacy_waf_firewall**](LegacyWafFirewallApi.md#disable_legacy_waf_firewall) | **PATCH** /wafs/{firewall_id}/disable | Disable a firewall [**enable_legacy_waf_firewall**](LegacyWafFirewallApi.md#enable_legacy_waf_firewall) | **PATCH** /wafs/{firewall_id}/enable | Enable a firewall diff --git a/docs/LegacyWafOwaspApi.md b/docs/LegacyWafOwaspApi.md index dbf045bf..eaebdec8 100644 --- a/docs/LegacyWafOwaspApi.md +++ b/docs/LegacyWafOwaspApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LegacyWafOwaspApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_owasp_settings**](LegacyWafOwaspApi.md#create_owasp_settings) | **POST** /service/{service_id}/wafs/{firewall_id}/owasp | Create an OWASP settings object [**get_owasp_settings**](LegacyWafOwaspApi.md#get_owasp_settings) | **GET** /service/{service_id}/wafs/{firewall_id}/owasp | Get the OWASP settings object [**update_owasp_settings**](LegacyWafOwaspApi.md#update_owasp_settings) | **PATCH** /service/{service_id}/wafs/{firewall_id}/owasp | Update the OWASP settings object diff --git a/docs/LegacyWafRuleApi.md b/docs/LegacyWafRuleApi.md index 77153158..b5d50a0d 100644 --- a/docs/LegacyWafRuleApi.md +++ b/docs/LegacyWafRuleApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LegacyWafRuleApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_legacy_waf_firewall_rule_vcl**](LegacyWafRuleApi.md#get_legacy_waf_firewall_rule_vcl) | **GET** /wafs/{firewall_id}/rules/{waf_rule_id}/vcl | Get VCL for a rule associated with a firewall [**get_legacy_waf_rule**](LegacyWafRuleApi.md#get_legacy_waf_rule) | **GET** /wafs/rules/{waf_rule_id} | Get a rule [**get_legacy_waf_rule_vcl**](LegacyWafRuleApi.md#get_legacy_waf_rule_vcl) | **GET** /wafs/rules/{waf_rule_id}/vcl | Get VCL for a rule diff --git a/docs/LegacyWafRuleStatusApi.md b/docs/LegacyWafRuleStatusApi.md index 9e2b843d..002fdb59 100644 --- a/docs/LegacyWafRuleStatusApi.md +++ b/docs/LegacyWafRuleStatusApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LegacyWafRuleStatusApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_waf_firewall_rule_status**](LegacyWafRuleStatusApi.md#get_waf_firewall_rule_status) | **GET** /service/{service_id}/wafs/{firewall_id}/rules/{waf_rule_id}/rule_status | Get the status of a rule on a firewall [**list_waf_firewall_rule_statuses**](LegacyWafRuleStatusApi.md#list_waf_firewall_rule_statuses) | **GET** /service/{service_id}/wafs/{firewall_id}/rule_statuses | List rule statuses [**update_waf_firewall_rule_status**](LegacyWafRuleStatusApi.md#update_waf_firewall_rule_status) | **PATCH** /service/{service_id}/wafs/{firewall_id}/rules/{waf_rule_id}/rule_status | Update the status of a rule diff --git a/docs/LegacyWafRulesetApi.md b/docs/LegacyWafRulesetApi.md index fbb02a88..b3678753 100644 --- a/docs/LegacyWafRulesetApi.md +++ b/docs/LegacyWafRulesetApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LegacyWafRulesetApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_waf_ruleset**](LegacyWafRulesetApi.md#get_waf_ruleset) | **GET** /service/{service_id}/wafs/{firewall_id}/ruleset | Get a WAF ruleset [**get_waf_ruleset_vcl**](LegacyWafRulesetApi.md#get_waf_ruleset_vcl) | **GET** /service/{service_id}/wafs/{firewall_id}/ruleset/preview | Generate WAF ruleset VCL [**update_waf_ruleset**](LegacyWafRulesetApi.md#update_waf_ruleset) | **PATCH** /service/{service_id}/wafs/{firewall_id}/ruleset | Update a WAF ruleset diff --git a/docs/LegacyWafTagApi.md b/docs/LegacyWafTagApi.md index 56b2c39b..8424ce9d 100644 --- a/docs/LegacyWafTagApi.md +++ b/docs/LegacyWafTagApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LegacyWafTagApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**list_legacy_waf_tags**](LegacyWafTagApi.md#list_legacy_waf_tags) | **GET** /wafs/tags | List WAF tags diff --git a/docs/LegacyWafUpdateStatusApi.md b/docs/LegacyWafUpdateStatusApi.md index e34a5821..9443ed50 100644 --- a/docs/LegacyWafUpdateStatusApi.md +++ b/docs/LegacyWafUpdateStatusApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LegacyWafUpdateStatusApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_waf_update_status**](LegacyWafUpdateStatusApi.md#get_waf_update_status) | **GET** /service/{service_id}/wafs/{firewall_id}/update_statuses/{update_status_id} | Get the status of a WAF update [**list_waf_update_statuses**](LegacyWafUpdateStatusApi.md#list_waf_update_statuses) | **GET** /service/{service_id}/wafs/{firewall_id}/update_statuses | List update statuses diff --git a/docs/LoggingAzureblobApi.md b/docs/LoggingAzureblobApi.md index ce05b2b0..20282f07 100644 --- a/docs/LoggingAzureblobApi.md +++ b/docs/LoggingAzureblobApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingAzureblobApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_azure**](LoggingAzureblobApi.md#create_log_azure) | **POST** /service/{service_id}/version/{version_id}/logging/azureblob | Create an Azure Blob Storage log endpoint [**delete_log_azure**](LoggingAzureblobApi.md#delete_log_azure) | **DELETE** /service/{service_id}/version/{version_id}/logging/azureblob/{logging_azureblob_name} | Delete the Azure Blob Storage log endpoint [**get_log_azure**](LoggingAzureblobApi.md#get_log_azure) | **GET** /service/{service_id}/version/{version_id}/logging/azureblob/{logging_azureblob_name} | Get an Azure Blob Storage log endpoint diff --git a/docs/LoggingBigqueryApi.md b/docs/LoggingBigqueryApi.md index 66742d39..86619d49 100644 --- a/docs/LoggingBigqueryApi.md +++ b/docs/LoggingBigqueryApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingBigqueryApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_bigquery**](LoggingBigqueryApi.md#create_log_bigquery) | **POST** /service/{service_id}/version/{version_id}/logging/bigquery | Create a BigQuery log endpoint [**delete_log_bigquery**](LoggingBigqueryApi.md#delete_log_bigquery) | **DELETE** /service/{service_id}/version/{version_id}/logging/bigquery/{logging_bigquery_name} | Delete a BigQuery log endpoint [**get_log_bigquery**](LoggingBigqueryApi.md#get_log_bigquery) | **GET** /service/{service_id}/version/{version_id}/logging/bigquery/{logging_bigquery_name} | Get a BigQuery log endpoint diff --git a/docs/LoggingCloudfilesApi.md b/docs/LoggingCloudfilesApi.md index 718355f7..7c6828e9 100644 --- a/docs/LoggingCloudfilesApi.md +++ b/docs/LoggingCloudfilesApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingCloudfilesApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_cloudfiles**](LoggingCloudfilesApi.md#create_log_cloudfiles) | **POST** /service/{service_id}/version/{version_id}/logging/cloudfiles | Create a Cloud Files log endpoint [**delete_log_cloudfiles**](LoggingCloudfilesApi.md#delete_log_cloudfiles) | **DELETE** /service/{service_id}/version/{version_id}/logging/cloudfiles/{logging_cloudfiles_name} | Delete the Cloud Files log endpoint [**get_log_cloudfiles**](LoggingCloudfilesApi.md#get_log_cloudfiles) | **GET** /service/{service_id}/version/{version_id}/logging/cloudfiles/{logging_cloudfiles_name} | Get a Cloud Files log endpoint diff --git a/docs/LoggingDatadogApi.md b/docs/LoggingDatadogApi.md index 062b31f4..e5b2abeb 100644 --- a/docs/LoggingDatadogApi.md +++ b/docs/LoggingDatadogApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingDatadogApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_datadog**](LoggingDatadogApi.md#create_log_datadog) | **POST** /service/{service_id}/version/{version_id}/logging/datadog | Create a Datadog log endpoint [**delete_log_datadog**](LoggingDatadogApi.md#delete_log_datadog) | **DELETE** /service/{service_id}/version/{version_id}/logging/datadog/{logging_datadog_name} | Delete a Datadog log endpoint [**get_log_datadog**](LoggingDatadogApi.md#get_log_datadog) | **GET** /service/{service_id}/version/{version_id}/logging/datadog/{logging_datadog_name} | Get a Datadog log endpoint diff --git a/docs/LoggingDigitaloceanApi.md b/docs/LoggingDigitaloceanApi.md index e229a142..fe907caa 100644 --- a/docs/LoggingDigitaloceanApi.md +++ b/docs/LoggingDigitaloceanApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingDigitaloceanApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_digocean**](LoggingDigitaloceanApi.md#create_log_digocean) | **POST** /service/{service_id}/version/{version_id}/logging/digitalocean | Create a DigitalOcean Spaces log endpoint [**delete_log_digocean**](LoggingDigitaloceanApi.md#delete_log_digocean) | **DELETE** /service/{service_id}/version/{version_id}/logging/digitalocean/{logging_digitalocean_name} | Delete a DigitalOcean Spaces log endpoint [**get_log_digocean**](LoggingDigitaloceanApi.md#get_log_digocean) | **GET** /service/{service_id}/version/{version_id}/logging/digitalocean/{logging_digitalocean_name} | Get a DigitalOcean Spaces log endpoint diff --git a/docs/LoggingElasticsearchApi.md b/docs/LoggingElasticsearchApi.md index cb7b83b8..e2a796dc 100644 --- a/docs/LoggingElasticsearchApi.md +++ b/docs/LoggingElasticsearchApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingElasticsearchApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_elasticsearch**](LoggingElasticsearchApi.md#create_log_elasticsearch) | **POST** /service/{service_id}/version/{version_id}/logging/elasticsearch | Create an Elasticsearch log endpoint [**delete_log_elasticsearch**](LoggingElasticsearchApi.md#delete_log_elasticsearch) | **DELETE** /service/{service_id}/version/{version_id}/logging/elasticsearch/{logging_elasticsearch_name} | Delete an Elasticsearch log endpoint [**get_log_elasticsearch**](LoggingElasticsearchApi.md#get_log_elasticsearch) | **GET** /service/{service_id}/version/{version_id}/logging/elasticsearch/{logging_elasticsearch_name} | Get an Elasticsearch log endpoint diff --git a/docs/LoggingFtpApi.md b/docs/LoggingFtpApi.md index bb7e548b..eb689f42 100644 --- a/docs/LoggingFtpApi.md +++ b/docs/LoggingFtpApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingFtpApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_ftp**](LoggingFtpApi.md#create_log_ftp) | **POST** /service/{service_id}/version/{version_id}/logging/ftp | Create an FTP log endpoint [**delete_log_ftp**](LoggingFtpApi.md#delete_log_ftp) | **DELETE** /service/{service_id}/version/{version_id}/logging/ftp/{logging_ftp_name} | Delete an FTP log endpoint [**get_log_ftp**](LoggingFtpApi.md#get_log_ftp) | **GET** /service/{service_id}/version/{version_id}/logging/ftp/{logging_ftp_name} | Get an FTP log endpoint diff --git a/docs/LoggingGcsApi.md b/docs/LoggingGcsApi.md index 69d3804a..f1493291 100644 --- a/docs/LoggingGcsApi.md +++ b/docs/LoggingGcsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingGcsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_gcs**](LoggingGcsApi.md#create_log_gcs) | **POST** /service/{service_id}/version/{version_id}/logging/gcs | Create a GCS log endpoint [**delete_log_gcs**](LoggingGcsApi.md#delete_log_gcs) | **DELETE** /service/{service_id}/version/{version_id}/logging/gcs/{logging_gcs_name} | Delete a GCS log endpoint [**get_log_gcs**](LoggingGcsApi.md#get_log_gcs) | **GET** /service/{service_id}/version/{version_id}/logging/gcs/{logging_gcs_name} | Get a GCS log endpoint diff --git a/docs/LoggingHerokuApi.md b/docs/LoggingHerokuApi.md index ad595554..f940d240 100644 --- a/docs/LoggingHerokuApi.md +++ b/docs/LoggingHerokuApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingHerokuApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_heroku**](LoggingHerokuApi.md#create_log_heroku) | **POST** /service/{service_id}/version/{version_id}/logging/heroku | Create a Heroku log endpoint [**delete_log_heroku**](LoggingHerokuApi.md#delete_log_heroku) | **DELETE** /service/{service_id}/version/{version_id}/logging/heroku/{logging_heroku_name} | Delete the Heroku log endpoint [**get_log_heroku**](LoggingHerokuApi.md#get_log_heroku) | **GET** /service/{service_id}/version/{version_id}/logging/heroku/{logging_heroku_name} | Get a Heroku log endpoint diff --git a/docs/LoggingHoneycombApi.md b/docs/LoggingHoneycombApi.md index 3e269159..3c7f1e41 100644 --- a/docs/LoggingHoneycombApi.md +++ b/docs/LoggingHoneycombApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingHoneycombApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_honeycomb**](LoggingHoneycombApi.md#create_log_honeycomb) | **POST** /service/{service_id}/version/{version_id}/logging/honeycomb | Create a Honeycomb log endpoint [**delete_log_honeycomb**](LoggingHoneycombApi.md#delete_log_honeycomb) | **DELETE** /service/{service_id}/version/{version_id}/logging/honeycomb/{logging_honeycomb_name} | Delete the Honeycomb log endpoint [**get_log_honeycomb**](LoggingHoneycombApi.md#get_log_honeycomb) | **GET** /service/{service_id}/version/{version_id}/logging/honeycomb/{logging_honeycomb_name} | Get a Honeycomb log endpoint diff --git a/docs/LoggingHttpsApi.md b/docs/LoggingHttpsApi.md index 16ca05c1..0477fccb 100644 --- a/docs/LoggingHttpsApi.md +++ b/docs/LoggingHttpsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingHttpsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_https**](LoggingHttpsApi.md#create_log_https) | **POST** /service/{service_id}/version/{version_id}/logging/https | Create an HTTPS log endpoint [**delete_log_https**](LoggingHttpsApi.md#delete_log_https) | **DELETE** /service/{service_id}/version/{version_id}/logging/https/{logging_https_name} | Delete an HTTPS log endpoint [**get_log_https**](LoggingHttpsApi.md#get_log_https) | **GET** /service/{service_id}/version/{version_id}/logging/https/{logging_https_name} | Get an HTTPS log endpoint diff --git a/docs/LoggingKafkaApi.md b/docs/LoggingKafkaApi.md index 04d59def..923c7631 100644 --- a/docs/LoggingKafkaApi.md +++ b/docs/LoggingKafkaApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingKafkaApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_kafka**](LoggingKafkaApi.md#create_log_kafka) | **POST** /service/{service_id}/version/{version_id}/logging/kafka | Create a Kafka log endpoint [**delete_log_kafka**](LoggingKafkaApi.md#delete_log_kafka) | **DELETE** /service/{service_id}/version/{version_id}/logging/kafka/{logging_kafka_name} | Delete the Kafka log endpoint [**get_log_kafka**](LoggingKafkaApi.md#get_log_kafka) | **GET** /service/{service_id}/version/{version_id}/logging/kafka/{logging_kafka_name} | Get a Kafka log endpoint diff --git a/docs/LoggingKinesisAdditional.md b/docs/LoggingKinesisAdditional.md index 2b053128..410fb727 100644 --- a/docs/LoggingKinesisAdditional.md +++ b/docs/LoggingKinesisAdditional.md @@ -10,7 +10,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **string** | The name for the real-time logging configuration. | [optional] **placement** | [**LoggingPlacement**](LoggingPlacement.md) | | [optional] -**format** | **string** | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). Must produce valid JSON that Kinesis can ingest. | [optional] [default to '{"timestamp":"%{begin:%Y-%m-%dT%H:%M:%S}t","time_elapsed":"%{time.elapsed.usec}V","is_tls":"%{if(req.is_ssl, \"true\", \"false\")}V","client_ip":"%{req.http.Fastly-Client-IP}V","geo_city":"%{client.geo.city}V","geo_country_code":"%{client.geo.country_code}V","request":"%{req.request}V","host":"%{req.http.Fastly-Orig-Host}V","url":"%{json.escape(req.url)}V","request_referer":"%{json.escape(req.http.Referer)}V","request_user_agent":"%{json.escape(req.http.User-Agent)}V","request_accept_language":"%{json.escape(req.http.Accept-Language)}V","request_accept_charset":"%{json.escape(req.http.Accept-Charset)}V","cache_status":"%{regsub(fastly_info.state, \"^(HIT-(SYNTH)|(HITPASS|HIT|MISS|PASS|ERROR|PIPE)).*\", \"\\2\\3\") }V"}'] +**format** | **string** | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). | [optional] [default to '{"timestamp":"%{begin:%Y-%m-%dT%H:%M:%S}t","time_elapsed":"%{time.elapsed.usec}V","is_tls":"%{if(req.is_ssl, \"true\", \"false\")}V","client_ip":"%{req.http.Fastly-Client-IP}V","geo_city":"%{client.geo.city}V","geo_country_code":"%{client.geo.country_code}V","request":"%{req.request}V","host":"%{req.http.Fastly-Orig-Host}V","url":"%{json.escape(req.url)}V","request_referer":"%{json.escape(req.http.Referer)}V","request_user_agent":"%{json.escape(req.http.User-Agent)}V","request_accept_language":"%{json.escape(req.http.Accept-Language)}V","request_accept_charset":"%{json.escape(req.http.Accept-Charset)}V","cache_status":"%{regsub(fastly_info.state, \"^(HIT-(SYNTH)|(HITPASS|HIT|MISS|PASS|ERROR|PIPE)).*\", \"\\2\\3\") }V"}'] **topic** | **string** | The Amazon Kinesis stream to send logs to. Required. | [optional] **region** | [**AwsRegion**](AwsRegion.md) | | [optional] **secret_key** | **string** | The secret key associated with the target Amazon Kinesis stream. Not required if `iam_role` is specified. | [optional] diff --git a/docs/LoggingKinesisApi.md b/docs/LoggingKinesisApi.md index dde63bfa..f81cbdd0 100644 --- a/docs/LoggingKinesisApi.md +++ b/docs/LoggingKinesisApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingKinesisApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_kinesis**](LoggingKinesisApi.md#create_log_kinesis) | **POST** /service/{service_id}/version/{version_id}/logging/kinesis | Create an Amazon Kinesis log endpoint [**delete_log_kinesis**](LoggingKinesisApi.md#delete_log_kinesis) | **DELETE** /service/{service_id}/version/{version_id}/logging/kinesis/{logging_kinesis_name} | Delete the Amazon Kinesis log endpoint [**get_log_kinesis**](LoggingKinesisApi.md#get_log_kinesis) | **GET** /service/{service_id}/version/{version_id}/logging/kinesis/{logging_kinesis_name} | Get an Amazon Kinesis log endpoint @@ -39,7 +40,7 @@ my $service_id = "service_id_example"; # string | Alphanumeric string identifyin my $version_id = 56; # int | Integer identifying a service version. my $name = "name_example"; # string | The name for the real-time logging configuration. my $placement = new WebService::Fastly.LoggingPlacement(); # LoggingPlacement | -my $format = '{"timestamp":"%{begin:%Y-%m-%dT%H:%M:%S}t","time_elapsed":"%{time.elapsed.usec}V","is_tls":"%{if(req.is_ssl, \"true\", \"false\")}V","client_ip":"%{req.http.Fastly-Client-IP}V","geo_city":"%{client.geo.city}V","geo_country_code":"%{client.geo.country_code}V","request":"%{req.request}V","host":"%{req.http.Fastly-Orig-Host}V","url":"%{json.escape(req.url)}V","request_referer":"%{json.escape(req.http.Referer)}V","request_user_agent":"%{json.escape(req.http.User-Agent)}V","request_accept_language":"%{json.escape(req.http.Accept-Language)}V","request_accept_charset":"%{json.escape(req.http.Accept-Charset)}V","cache_status":"%{regsub(fastly_info.state, \"^(HIT-(SYNTH)|(HITPASS|HIT|MISS|PASS|ERROR|PIPE)).*\", \"\\2\\3\") }V"}'; # string | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). Must produce valid JSON that Kinesis can ingest. +my $format = '{"timestamp":"%{begin:%Y-%m-%dT%H:%M:%S}t","time_elapsed":"%{time.elapsed.usec}V","is_tls":"%{if(req.is_ssl, \"true\", \"false\")}V","client_ip":"%{req.http.Fastly-Client-IP}V","geo_city":"%{client.geo.city}V","geo_country_code":"%{client.geo.country_code}V","request":"%{req.request}V","host":"%{req.http.Fastly-Orig-Host}V","url":"%{json.escape(req.url)}V","request_referer":"%{json.escape(req.http.Referer)}V","request_user_agent":"%{json.escape(req.http.User-Agent)}V","request_accept_language":"%{json.escape(req.http.Accept-Language)}V","request_accept_charset":"%{json.escape(req.http.Accept-Charset)}V","cache_status":"%{regsub(fastly_info.state, \"^(HIT-(SYNTH)|(HITPASS|HIT|MISS|PASS|ERROR|PIPE)).*\", \"\\2\\3\") }V"}'; # string | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). my $topic = "topic_example"; # string | The Amazon Kinesis stream to send logs to. Required. my $region = new WebService::Fastly.AwsRegion(); # AwsRegion | my $secret_key = "secret_key_example"; # string | The secret key associated with the target Amazon Kinesis stream. Not required if `iam_role` is specified. @@ -64,7 +65,7 @@ Name | Type | Description | Notes **version_id** | **int**| Integer identifying a service version. | **name** | **string**| The name for the real-time logging configuration. | [optional] **placement** | [**LoggingPlacement**](LoggingPlacement.md)| | [optional] - **format** | **string**| A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). Must produce valid JSON that Kinesis can ingest. | [optional] [default to '{"timestamp":"%{begin:%Y-%m-%dT%H:%M:%S}t","time_elapsed":"%{time.elapsed.usec}V","is_tls":"%{if(req.is_ssl, \"true\", \"false\")}V","client_ip":"%{req.http.Fastly-Client-IP}V","geo_city":"%{client.geo.city}V","geo_country_code":"%{client.geo.country_code}V","request":"%{req.request}V","host":"%{req.http.Fastly-Orig-Host}V","url":"%{json.escape(req.url)}V","request_referer":"%{json.escape(req.http.Referer)}V","request_user_agent":"%{json.escape(req.http.User-Agent)}V","request_accept_language":"%{json.escape(req.http.Accept-Language)}V","request_accept_charset":"%{json.escape(req.http.Accept-Charset)}V","cache_status":"%{regsub(fastly_info.state, \"^(HIT-(SYNTH)|(HITPASS|HIT|MISS|PASS|ERROR|PIPE)).*\", \"\\2\\3\") }V"}'] + **format** | **string**| A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). | [optional] [default to '{"timestamp":"%{begin:%Y-%m-%dT%H:%M:%S}t","time_elapsed":"%{time.elapsed.usec}V","is_tls":"%{if(req.is_ssl, \"true\", \"false\")}V","client_ip":"%{req.http.Fastly-Client-IP}V","geo_city":"%{client.geo.city}V","geo_country_code":"%{client.geo.country_code}V","request":"%{req.request}V","host":"%{req.http.Fastly-Orig-Host}V","url":"%{json.escape(req.url)}V","request_referer":"%{json.escape(req.http.Referer)}V","request_user_agent":"%{json.escape(req.http.User-Agent)}V","request_accept_language":"%{json.escape(req.http.Accept-Language)}V","request_accept_charset":"%{json.escape(req.http.Accept-Charset)}V","cache_status":"%{regsub(fastly_info.state, \"^(HIT-(SYNTH)|(HITPASS|HIT|MISS|PASS|ERROR|PIPE)).*\", \"\\2\\3\") }V"}'] **topic** | **string**| The Amazon Kinesis stream to send logs to. Required. | [optional] **region** | [**AwsRegion**](AwsRegion.md)| | [optional] **secret_key** | **string**| The secret key associated with the target Amazon Kinesis stream. Not required if `iam_role` is specified. | [optional] diff --git a/docs/LoggingKinesisResponse.md b/docs/LoggingKinesisResponse.md index 8ae903db..5067c095 100644 --- a/docs/LoggingKinesisResponse.md +++ b/docs/LoggingKinesisResponse.md @@ -10,7 +10,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **string** | The name for the real-time logging configuration. | [optional] **placement** | [**LoggingPlacement**](LoggingPlacement.md) | | [optional] -**format** | **string** | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). Must produce valid JSON that Kinesis can ingest. | [optional] [default to '{"timestamp":"%{begin:%Y-%m-%dT%H:%M:%S}t","time_elapsed":"%{time.elapsed.usec}V","is_tls":"%{if(req.is_ssl, \"true\", \"false\")}V","client_ip":"%{req.http.Fastly-Client-IP}V","geo_city":"%{client.geo.city}V","geo_country_code":"%{client.geo.country_code}V","request":"%{req.request}V","host":"%{req.http.Fastly-Orig-Host}V","url":"%{json.escape(req.url)}V","request_referer":"%{json.escape(req.http.Referer)}V","request_user_agent":"%{json.escape(req.http.User-Agent)}V","request_accept_language":"%{json.escape(req.http.Accept-Language)}V","request_accept_charset":"%{json.escape(req.http.Accept-Charset)}V","cache_status":"%{regsub(fastly_info.state, \"^(HIT-(SYNTH)|(HITPASS|HIT|MISS|PASS|ERROR|PIPE)).*\", \"\\2\\3\") }V"}'] +**format** | **string** | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). | [optional] [default to '{"timestamp":"%{begin:%Y-%m-%dT%H:%M:%S}t","time_elapsed":"%{time.elapsed.usec}V","is_tls":"%{if(req.is_ssl, \"true\", \"false\")}V","client_ip":"%{req.http.Fastly-Client-IP}V","geo_city":"%{client.geo.city}V","geo_country_code":"%{client.geo.country_code}V","request":"%{req.request}V","host":"%{req.http.Fastly-Orig-Host}V","url":"%{json.escape(req.url)}V","request_referer":"%{json.escape(req.http.Referer)}V","request_user_agent":"%{json.escape(req.http.User-Agent)}V","request_accept_language":"%{json.escape(req.http.Accept-Language)}V","request_accept_charset":"%{json.escape(req.http.Accept-Charset)}V","cache_status":"%{regsub(fastly_info.state, \"^(HIT-(SYNTH)|(HITPASS|HIT|MISS|PASS|ERROR|PIPE)).*\", \"\\2\\3\") }V"}'] **topic** | **string** | The Amazon Kinesis stream to send logs to. Required. | [optional] **region** | [**AwsRegion**](AwsRegion.md) | | [optional] **secret_key** | **string** | The secret key associated with the target Amazon Kinesis stream. Not required if `iam_role` is specified. | [optional] diff --git a/docs/LoggingLogentriesApi.md b/docs/LoggingLogentriesApi.md index b5530fbf..01d68f33 100644 --- a/docs/LoggingLogentriesApi.md +++ b/docs/LoggingLogentriesApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingLogentriesApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_logentries**](LoggingLogentriesApi.md#create_log_logentries) | **POST** /service/{service_id}/version/{version_id}/logging/logentries | Create a Logentries log endpoint [**delete_log_logentries**](LoggingLogentriesApi.md#delete_log_logentries) | **DELETE** /service/{service_id}/version/{version_id}/logging/logentries/{logging_logentries_name} | Delete a Logentries log endpoint [**get_log_logentries**](LoggingLogentriesApi.md#get_log_logentries) | **GET** /service/{service_id}/version/{version_id}/logging/logentries/{logging_logentries_name} | Get a Logentries log endpoint diff --git a/docs/LoggingLogglyApi.md b/docs/LoggingLogglyApi.md index 76767def..f3fe982b 100644 --- a/docs/LoggingLogglyApi.md +++ b/docs/LoggingLogglyApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingLogglyApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_loggly**](LoggingLogglyApi.md#create_log_loggly) | **POST** /service/{service_id}/version/{version_id}/logging/loggly | Create a Loggly log endpoint [**delete_log_loggly**](LoggingLogglyApi.md#delete_log_loggly) | **DELETE** /service/{service_id}/version/{version_id}/logging/loggly/{logging_loggly_name} | Delete a Loggly log endpoint [**get_log_loggly**](LoggingLogglyApi.md#get_log_loggly) | **GET** /service/{service_id}/version/{version_id}/logging/loggly/{logging_loggly_name} | Get a Loggly log endpoint diff --git a/docs/LoggingLogshuttleApi.md b/docs/LoggingLogshuttleApi.md index 8f6779dd..a5b79335 100644 --- a/docs/LoggingLogshuttleApi.md +++ b/docs/LoggingLogshuttleApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingLogshuttleApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_logshuttle**](LoggingLogshuttleApi.md#create_log_logshuttle) | **POST** /service/{service_id}/version/{version_id}/logging/logshuttle | Create a Log Shuttle log endpoint [**delete_log_logshuttle**](LoggingLogshuttleApi.md#delete_log_logshuttle) | **DELETE** /service/{service_id}/version/{version_id}/logging/logshuttle/{logging_logshuttle_name} | Delete a Log Shuttle log endpoint [**get_log_logshuttle**](LoggingLogshuttleApi.md#get_log_logshuttle) | **GET** /service/{service_id}/version/{version_id}/logging/logshuttle/{logging_logshuttle_name} | Get a Log Shuttle log endpoint diff --git a/docs/LoggingNewrelicApi.md b/docs/LoggingNewrelicApi.md index 1d91f7bc..64be79c5 100644 --- a/docs/LoggingNewrelicApi.md +++ b/docs/LoggingNewrelicApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingNewrelicApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_newrelic**](LoggingNewrelicApi.md#create_log_newrelic) | **POST** /service/{service_id}/version/{version_id}/logging/newrelic | Create a New Relic log endpoint [**delete_log_newrelic**](LoggingNewrelicApi.md#delete_log_newrelic) | **DELETE** /service/{service_id}/version/{version_id}/logging/newrelic/{logging_newrelic_name} | Delete a New Relic log endpoint [**get_log_newrelic**](LoggingNewrelicApi.md#get_log_newrelic) | **GET** /service/{service_id}/version/{version_id}/logging/newrelic/{logging_newrelic_name} | Get a New Relic log endpoint diff --git a/docs/LoggingNewrelicotlpApi.md b/docs/LoggingNewrelicotlpApi.md index 6ec3504a..501335d9 100644 --- a/docs/LoggingNewrelicotlpApi.md +++ b/docs/LoggingNewrelicotlpApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingNewrelicotlpApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_newrelicotlp**](LoggingNewrelicotlpApi.md#create_log_newrelicotlp) | **POST** /service/{service_id}/version/{version_id}/logging/newrelicotlp | Create a New Relic OTLP endpoint [**delete_log_newrelicotlp**](LoggingNewrelicotlpApi.md#delete_log_newrelicotlp) | **DELETE** /service/{service_id}/version/{version_id}/logging/newrelicotlp/{logging_newrelicotlp_name} | Delete a New Relic OTLP endpoint [**get_log_newrelicotlp**](LoggingNewrelicotlpApi.md#get_log_newrelicotlp) | **GET** /service/{service_id}/version/{version_id}/logging/newrelicotlp/{logging_newrelicotlp_name} | Get a New Relic OTLP endpoint diff --git a/docs/LoggingOpenstackApi.md b/docs/LoggingOpenstackApi.md index 02fe7c40..14208d49 100644 --- a/docs/LoggingOpenstackApi.md +++ b/docs/LoggingOpenstackApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingOpenstackApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_openstack**](LoggingOpenstackApi.md#create_log_openstack) | **POST** /service/{service_id}/version/{version_id}/logging/openstack | Create an OpenStack log endpoint [**delete_log_openstack**](LoggingOpenstackApi.md#delete_log_openstack) | **DELETE** /service/{service_id}/version/{version_id}/logging/openstack/{logging_openstack_name} | Delete an OpenStack log endpoint [**get_log_openstack**](LoggingOpenstackApi.md#get_log_openstack) | **GET** /service/{service_id}/version/{version_id}/logging/openstack/{logging_openstack_name} | Get an OpenStack log endpoint diff --git a/docs/LoggingPapertrailApi.md b/docs/LoggingPapertrailApi.md index 8a25770d..5254dfdb 100644 --- a/docs/LoggingPapertrailApi.md +++ b/docs/LoggingPapertrailApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingPapertrailApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_papertrail**](LoggingPapertrailApi.md#create_log_papertrail) | **POST** /service/{service_id}/version/{version_id}/logging/papertrail | Create a Papertrail log endpoint [**delete_log_papertrail**](LoggingPapertrailApi.md#delete_log_papertrail) | **DELETE** /service/{service_id}/version/{version_id}/logging/papertrail/{logging_papertrail_name} | Delete a Papertrail log endpoint [**get_log_papertrail**](LoggingPapertrailApi.md#get_log_papertrail) | **GET** /service/{service_id}/version/{version_id}/logging/papertrail/{logging_papertrail_name} | Get a Papertrail log endpoint diff --git a/docs/LoggingPubsubApi.md b/docs/LoggingPubsubApi.md index f585cb12..5c16afe2 100644 --- a/docs/LoggingPubsubApi.md +++ b/docs/LoggingPubsubApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingPubsubApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_gcp_pubsub**](LoggingPubsubApi.md#create_log_gcp_pubsub) | **POST** /service/{service_id}/version/{version_id}/logging/pubsub | Create a GCP Cloud Pub/Sub log endpoint [**delete_log_gcp_pubsub**](LoggingPubsubApi.md#delete_log_gcp_pubsub) | **DELETE** /service/{service_id}/version/{version_id}/logging/pubsub/{logging_google_pubsub_name} | Delete a GCP Cloud Pub/Sub log endpoint [**get_log_gcp_pubsub**](LoggingPubsubApi.md#get_log_gcp_pubsub) | **GET** /service/{service_id}/version/{version_id}/logging/pubsub/{logging_google_pubsub_name} | Get a GCP Cloud Pub/Sub log endpoint diff --git a/docs/LoggingS3Api.md b/docs/LoggingS3Api.md index dc9994ec..c84f97e2 100644 --- a/docs/LoggingS3Api.md +++ b/docs/LoggingS3Api.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingS3Api; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_aws_s3**](LoggingS3Api.md#create_log_aws_s3) | **POST** /service/{service_id}/version/{version_id}/logging/s3 | Create an AWS S3 log endpoint [**delete_log_aws_s3**](LoggingS3Api.md#delete_log_aws_s3) | **DELETE** /service/{service_id}/version/{version_id}/logging/s3/{logging_s3_name} | Delete an AWS S3 log endpoint [**get_log_aws_s3**](LoggingS3Api.md#get_log_aws_s3) | **GET** /service/{service_id}/version/{version_id}/logging/s3/{logging_s3_name} | Get an AWS S3 log endpoint diff --git a/docs/LoggingScalyrApi.md b/docs/LoggingScalyrApi.md index 1b54c1e1..425f6765 100644 --- a/docs/LoggingScalyrApi.md +++ b/docs/LoggingScalyrApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingScalyrApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_scalyr**](LoggingScalyrApi.md#create_log_scalyr) | **POST** /service/{service_id}/version/{version_id}/logging/scalyr | Create a Scalyr log endpoint [**delete_log_scalyr**](LoggingScalyrApi.md#delete_log_scalyr) | **DELETE** /service/{service_id}/version/{version_id}/logging/scalyr/{logging_scalyr_name} | Delete the Scalyr log endpoint [**get_log_scalyr**](LoggingScalyrApi.md#get_log_scalyr) | **GET** /service/{service_id}/version/{version_id}/logging/scalyr/{logging_scalyr_name} | Get a Scalyr log endpoint diff --git a/docs/LoggingSftpApi.md b/docs/LoggingSftpApi.md index 6a6c2a8e..d0cde989 100644 --- a/docs/LoggingSftpApi.md +++ b/docs/LoggingSftpApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingSftpApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_sftp**](LoggingSftpApi.md#create_log_sftp) | **POST** /service/{service_id}/version/{version_id}/logging/sftp | Create an SFTP log endpoint [**delete_log_sftp**](LoggingSftpApi.md#delete_log_sftp) | **DELETE** /service/{service_id}/version/{version_id}/logging/sftp/{logging_sftp_name} | Delete an SFTP log endpoint [**get_log_sftp**](LoggingSftpApi.md#get_log_sftp) | **GET** /service/{service_id}/version/{version_id}/logging/sftp/{logging_sftp_name} | Get an SFTP log endpoint diff --git a/docs/LoggingSplunkApi.md b/docs/LoggingSplunkApi.md index 7f381f62..3dfe8fc5 100644 --- a/docs/LoggingSplunkApi.md +++ b/docs/LoggingSplunkApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingSplunkApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_splunk**](LoggingSplunkApi.md#create_log_splunk) | **POST** /service/{service_id}/version/{version_id}/logging/splunk | Create a Splunk log endpoint [**delete_log_splunk**](LoggingSplunkApi.md#delete_log_splunk) | **DELETE** /service/{service_id}/version/{version_id}/logging/splunk/{logging_splunk_name} | Delete a Splunk log endpoint [**get_log_splunk**](LoggingSplunkApi.md#get_log_splunk) | **GET** /service/{service_id}/version/{version_id}/logging/splunk/{logging_splunk_name} | Get a Splunk log endpoint diff --git a/docs/LoggingSumologicApi.md b/docs/LoggingSumologicApi.md index df0b42c9..81ce7cbf 100644 --- a/docs/LoggingSumologicApi.md +++ b/docs/LoggingSumologicApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingSumologicApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_sumologic**](LoggingSumologicApi.md#create_log_sumologic) | **POST** /service/{service_id}/version/{version_id}/logging/sumologic | Create a Sumologic log endpoint [**delete_log_sumologic**](LoggingSumologicApi.md#delete_log_sumologic) | **DELETE** /service/{service_id}/version/{version_id}/logging/sumologic/{logging_sumologic_name} | Delete a Sumologic log endpoint [**get_log_sumologic**](LoggingSumologicApi.md#get_log_sumologic) | **GET** /service/{service_id}/version/{version_id}/logging/sumologic/{logging_sumologic_name} | Get a Sumologic log endpoint diff --git a/docs/LoggingSyslogApi.md b/docs/LoggingSyslogApi.md index e190be50..82dc6aeb 100644 --- a/docs/LoggingSyslogApi.md +++ b/docs/LoggingSyslogApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::LoggingSyslogApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_log_syslog**](LoggingSyslogApi.md#create_log_syslog) | **POST** /service/{service_id}/version/{version_id}/logging/syslog | Create a syslog log endpoint [**delete_log_syslog**](LoggingSyslogApi.md#delete_log_syslog) | **DELETE** /service/{service_id}/version/{version_id}/logging/syslog/{logging_syslog_name} | Delete a syslog log endpoint [**get_log_syslog**](LoggingSyslogApi.md#get_log_syslog) | **GET** /service/{service_id}/version/{version_id}/logging/syslog/{logging_syslog_name} | Get a syslog log endpoint diff --git a/docs/MutualAuthenticationApi.md b/docs/MutualAuthenticationApi.md index d2dab972..234d66e1 100644 --- a/docs/MutualAuthenticationApi.md +++ b/docs/MutualAuthenticationApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::MutualAuthenticationApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_mutual_tls_authentication**](MutualAuthenticationApi.md#create_mutual_tls_authentication) | **POST** /tls/mutual_authentications | Create a Mutual Authentication [**delete_mutual_tls**](MutualAuthenticationApi.md#delete_mutual_tls) | **DELETE** /tls/mutual_authentications/{mutual_authentication_id} | Delete a Mutual TLS [**get_mutual_authentication**](MutualAuthenticationApi.md#get_mutual_authentication) | **GET** /tls/mutual_authentications/{mutual_authentication_id} | Get a Mutual Authentication diff --git a/docs/OriginInspectorHistoricalApi.md b/docs/OriginInspectorHistoricalApi.md index 589e4caf..6e62739f 100644 --- a/docs/OriginInspectorHistoricalApi.md +++ b/docs/OriginInspectorHistoricalApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::OriginInspectorHistoricalApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_origin_inspector_historical**](OriginInspectorHistoricalApi.md#get_origin_inspector_historical) | **GET** /metrics/origins/services/{service_id} | Get historical origin data for a service diff --git a/docs/OriginInspectorRealtimeApi.md b/docs/OriginInspectorRealtimeApi.md index d61b3aca..0e77fcda 100644 --- a/docs/OriginInspectorRealtimeApi.md +++ b/docs/OriginInspectorRealtimeApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::OriginInspectorRealtimeApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_origin_inspector_last120_seconds**](OriginInspectorRealtimeApi.md#get_origin_inspector_last120_seconds) | **GET** /v1/origins/{service_id}/ts/h | Get real-time origin data for the last 120 seconds [**get_origin_inspector_last_max_entries**](OriginInspectorRealtimeApi.md#get_origin_inspector_last_max_entries) | **GET** /v1/origins/{service_id}/ts/h/limit/{max_entries} | Get a limited number of real-time origin data entries [**get_origin_inspector_last_second**](OriginInspectorRealtimeApi.md#get_origin_inspector_last_second) | **GET** /v1/origins/{service_id}/ts/{start_timestamp} | Get real-time origin data from specific time. diff --git a/docs/PackageApi.md b/docs/PackageApi.md index 3eea2d55..04706b41 100644 --- a/docs/PackageApi.md +++ b/docs/PackageApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::PackageApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_package**](PackageApi.md#get_package) | **GET** /service/{service_id}/version/{version_id}/package | Get details of the service's Compute package. [**put_package**](PackageApi.md#put_package) | **PUT** /service/{service_id}/version/{version_id}/package | Upload a Compute package. diff --git a/docs/PoolApi.md b/docs/PoolApi.md index 67cf1861..a7fa3836 100644 --- a/docs/PoolApi.md +++ b/docs/PoolApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::PoolApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_server_pool**](PoolApi.md#create_server_pool) | **POST** /service/{service_id}/version/{version_id}/pool | Create a server pool [**delete_server_pool**](PoolApi.md#delete_server_pool) | **DELETE** /service/{service_id}/version/{version_id}/pool/{pool_name} | Delete a server pool [**get_server_pool**](PoolApi.md#get_server_pool) | **GET** /service/{service_id}/version/{version_id}/pool/{pool_name} | Get a server pool diff --git a/docs/PopApi.md b/docs/PopApi.md index 2a3fe74f..cf674a66 100644 --- a/docs/PopApi.md +++ b/docs/PopApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::PopApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**list_pops**](PopApi.md#list_pops) | **GET** /datacenters | List Fastly POPs diff --git a/docs/PublicIpListApi.md b/docs/PublicIpListApi.md index 0a638be6..f7ca2d39 100644 --- a/docs/PublicIpListApi.md +++ b/docs/PublicIpListApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::PublicIpListApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**list_fastly_ips**](PublicIpListApi.md#list_fastly_ips) | **GET** /public-ip-list | List Fastly's public IPs diff --git a/docs/PublishApi.md b/docs/PublishApi.md index 89a7187c..af274036 100644 --- a/docs/PublishApi.md +++ b/docs/PublishApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::PublishApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**publish**](PublishApi.md#publish) | **POST** /service/{service_id}/publish/ | Send messages to Fanout subscribers diff --git a/docs/PurgeApi.md b/docs/PurgeApi.md index 34c02a93..5d4f00f3 100644 --- a/docs/PurgeApi.md +++ b/docs/PurgeApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::PurgeApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**bulk_purge_tag**](PurgeApi.md#bulk_purge_tag) | **POST** /service/{service_id}/purge | Purge multiple surrogate key tags [**purge_all**](PurgeApi.md#purge_all) | **POST** /service/{service_id}/purge_all | Purge everything from a service [**purge_single_url**](PurgeApi.md#purge_single_url) | **POST** /purge/{cached_url} | Purge a URL diff --git a/docs/RateLimiterApi.md b/docs/RateLimiterApi.md index 7661e6cc..1e0c7305 100644 --- a/docs/RateLimiterApi.md +++ b/docs/RateLimiterApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::RateLimiterApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_rate_limiter**](RateLimiterApi.md#create_rate_limiter) | **POST** /service/{service_id}/version/{version_id}/rate-limiters | Create a rate limiter [**delete_rate_limiter**](RateLimiterApi.md#delete_rate_limiter) | **DELETE** /rate-limiters/{rate_limiter_id} | Delete a rate limiter [**get_rate_limiter**](RateLimiterApi.md#get_rate_limiter) | **GET** /rate-limiters/{rate_limiter_id} | Get a rate limiter diff --git a/docs/RealtimeApi.md b/docs/RealtimeApi.md index b3fef4d8..c689a10f 100644 --- a/docs/RealtimeApi.md +++ b/docs/RealtimeApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::RealtimeApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_stats_last120_seconds**](RealtimeApi.md#get_stats_last120_seconds) | **GET** /v1/channel/{service_id}/ts/h | Get real-time data for the last 120 seconds [**get_stats_last120_seconds_limit_entries**](RealtimeApi.md#get_stats_last120_seconds_limit_entries) | **GET** /v1/channel/{service_id}/ts/h/limit/{max_entries} | Get a limited number of real-time data entries [**get_stats_last_second**](RealtimeApi.md#get_stats_last_second) | **GET** /v1/channel/{service_id}/ts/{timestamp_in_seconds} | Get real-time data from specified time diff --git a/docs/RequestSettingsApi.md b/docs/RequestSettingsApi.md index bae3abac..3f5b65be 100644 --- a/docs/RequestSettingsApi.md +++ b/docs/RequestSettingsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::RequestSettingsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_request_settings**](RequestSettingsApi.md#create_request_settings) | **POST** /service/{service_id}/version/{version_id}/request_settings | Create a Request Settings object [**delete_request_settings**](RequestSettingsApi.md#delete_request_settings) | **DELETE** /service/{service_id}/version/{version_id}/request_settings/{request_settings_name} | Delete a Request Settings object [**get_request_settings**](RequestSettingsApi.md#get_request_settings) | **GET** /service/{service_id}/version/{version_id}/request_settings/{request_settings_name} | Get a Request Settings object diff --git a/docs/ResourceApi.md b/docs/ResourceApi.md index d25f177d..09801d99 100644 --- a/docs/ResourceApi.md +++ b/docs/ResourceApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::ResourceApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_resource**](ResourceApi.md#create_resource) | **POST** /service/{service_id}/version/{version_id}/resource | Create a resource link [**delete_resource**](ResourceApi.md#delete_resource) | **DELETE** /service/{service_id}/version/{version_id}/resource/{id} | Delete a resource link [**get_resource**](ResourceApi.md#get_resource) | **GET** /service/{service_id}/version/{version_id}/resource/{id} | Display a resource link diff --git a/docs/ResponseObjectApi.md b/docs/ResponseObjectApi.md index 31c1f2f7..9ca0d9bc 100644 --- a/docs/ResponseObjectApi.md +++ b/docs/ResponseObjectApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::ResponseObjectApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_response_object**](ResponseObjectApi.md#create_response_object) | **POST** /service/{service_id}/version/{version_id}/response_object | Create a Response object [**delete_response_object**](ResponseObjectApi.md#delete_response_object) | **DELETE** /service/{service_id}/version/{version_id}/response_object/{response_object_name} | Delete a Response Object [**get_response_object**](ResponseObjectApi.md#get_response_object) | **GET** /service/{service_id}/version/{version_id}/response_object/{response_object_name} | Get a Response object diff --git a/docs/SecretStoreApi.md b/docs/SecretStoreApi.md index b04e41b9..2a7ea776 100644 --- a/docs/SecretStoreApi.md +++ b/docs/SecretStoreApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::SecretStoreApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**client_key**](SecretStoreApi.md#client_key) | **POST** /resources/stores/secret/client-key | Create new client key [**create_secret_store**](SecretStoreApi.md#create_secret_store) | **POST** /resources/stores/secret | Create new secret store [**delete_secret_store**](SecretStoreApi.md#delete_secret_store) | **DELETE** /resources/stores/secret/{store_id} | Delete secret store diff --git a/docs/SecretStoreItemApi.md b/docs/SecretStoreItemApi.md index 340adf19..fed65c25 100644 --- a/docs/SecretStoreItemApi.md +++ b/docs/SecretStoreItemApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::SecretStoreItemApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_secret**](SecretStoreItemApi.md#create_secret) | **POST** /resources/stores/secret/{store_id}/secrets | Create a new secret in a store. [**delete_secret**](SecretStoreItemApi.md#delete_secret) | **DELETE** /resources/stores/secret/{store_id}/secrets/{secret_name} | Delete a secret from a store. [**get_secret**](SecretStoreItemApi.md#get_secret) | **GET** /resources/stores/secret/{store_id}/secrets/{secret_name} | Get secret metadata. diff --git a/docs/ServerApi.md b/docs/ServerApi.md index 029bf1f4..23dbfe95 100644 --- a/docs/ServerApi.md +++ b/docs/ServerApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::ServerApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_pool_server**](ServerApi.md#create_pool_server) | **POST** /service/{service_id}/pool/{pool_id}/server | Add a server to a pool [**delete_pool_server**](ServerApi.md#delete_pool_server) | **DELETE** /service/{service_id}/pool/{pool_id}/server/{server_id} | Delete a server from a pool [**get_pool_server**](ServerApi.md#get_pool_server) | **GET** /service/{service_id}/pool/{pool_id}/server/{server_id} | Get a pool server diff --git a/docs/ServiceApi.md b/docs/ServiceApi.md index 7aef7724..3f733960 100644 --- a/docs/ServiceApi.md +++ b/docs/ServiceApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::ServiceApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_service**](ServiceApi.md#create_service) | **POST** /service | Create a service [**delete_service**](ServiceApi.md#delete_service) | **DELETE** /service/{service_id} | Delete a service [**get_service**](ServiceApi.md#get_service) | **GET** /service/{service_id} | Get a service diff --git a/docs/ServiceAuthorizationsApi.md b/docs/ServiceAuthorizationsApi.md index 5a3a59c7..ba07e469 100644 --- a/docs/ServiceAuthorizationsApi.md +++ b/docs/ServiceAuthorizationsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::ServiceAuthorizationsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_service_authorization**](ServiceAuthorizationsApi.md#create_service_authorization) | **POST** /service-authorizations | Create service authorization [**delete_service_authorization**](ServiceAuthorizationsApi.md#delete_service_authorization) | **DELETE** /service-authorizations/{service_authorization_id} | Delete service authorization [**delete_service_authorization2**](ServiceAuthorizationsApi.md#delete_service_authorization2) | **DELETE** /service-authorizations | Delete service authorizations diff --git a/docs/SettingsApi.md b/docs/SettingsApi.md index 32a25082..eebf8474 100644 --- a/docs/SettingsApi.md +++ b/docs/SettingsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::SettingsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_service_settings**](SettingsApi.md#get_service_settings) | **GET** /service/{service_id}/version/{version_id}/settings | Get service settings [**update_service_settings**](SettingsApi.md#update_service_settings) | **PUT** /service/{service_id}/version/{version_id}/settings | Update service settings diff --git a/docs/SnippetApi.md b/docs/SnippetApi.md index abaf7627..65650093 100644 --- a/docs/SnippetApi.md +++ b/docs/SnippetApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::SnippetApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_snippet**](SnippetApi.md#create_snippet) | **POST** /service/{service_id}/version/{version_id}/snippet | Create a snippet [**delete_snippet**](SnippetApi.md#delete_snippet) | **DELETE** /service/{service_id}/version/{version_id}/snippet/{snippet_name} | Delete a snippet [**get_snippet**](SnippetApi.md#get_snippet) | **GET** /service/{service_id}/version/{version_id}/snippet/{snippet_name} | Get a versioned snippet diff --git a/docs/StarApi.md b/docs/StarApi.md index 8bd40e49..34cccca2 100644 --- a/docs/StarApi.md +++ b/docs/StarApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::StarApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_service_star**](StarApi.md#create_service_star) | **POST** /stars | Create a star [**delete_service_star**](StarApi.md#delete_service_star) | **DELETE** /stars/{star_id} | Delete a star [**get_service_star**](StarApi.md#get_service_star) | **GET** /stars/{star_id} | Get a star diff --git a/docs/StatsApi.md b/docs/StatsApi.md index d9ae335b..e6f253fb 100644 --- a/docs/StatsApi.md +++ b/docs/StatsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::StatsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_service_stats**](StatsApi.md#get_service_stats) | **GET** /service/{service_id}/stats/summary | Get stats for a service diff --git a/docs/SudoApi.md b/docs/SudoApi.md index be6486f7..cd29393a 100644 --- a/docs/SudoApi.md +++ b/docs/SudoApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::SudoApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**request_sudo_access**](SudoApi.md#request_sudo_access) | **POST** /sudo | Request Sudo access diff --git a/docs/TlsActivationsApi.md b/docs/TlsActivationsApi.md index 0a27240d..78025a3c 100644 --- a/docs/TlsActivationsApi.md +++ b/docs/TlsActivationsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::TlsActivationsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_tls_activation**](TlsActivationsApi.md#create_tls_activation) | **POST** /tls/activations | Enable TLS for a domain using a custom certificate [**delete_tls_activation**](TlsActivationsApi.md#delete_tls_activation) | **DELETE** /tls/activations/{tls_activation_id} | Disable TLS on a domain [**get_tls_activation**](TlsActivationsApi.md#get_tls_activation) | **GET** /tls/activations/{tls_activation_id} | Get a TLS activation diff --git a/docs/TlsBulkCertificatesApi.md b/docs/TlsBulkCertificatesApi.md index e7825586..4e1e73eb 100644 --- a/docs/TlsBulkCertificatesApi.md +++ b/docs/TlsBulkCertificatesApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::TlsBulkCertificatesApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**delete_bulk_tls_cert**](TlsBulkCertificatesApi.md#delete_bulk_tls_cert) | **DELETE** /tls/bulk/certificates/{certificate_id} | Delete a certificate [**get_tls_bulk_cert**](TlsBulkCertificatesApi.md#get_tls_bulk_cert) | **GET** /tls/bulk/certificates/{certificate_id} | Get a certificate [**list_tls_bulk_certs**](TlsBulkCertificatesApi.md#list_tls_bulk_certs) | **GET** /tls/bulk/certificates | List certificates diff --git a/docs/TlsCertificatesApi.md b/docs/TlsCertificatesApi.md index 4e4dd3f1..af3267d3 100644 --- a/docs/TlsCertificatesApi.md +++ b/docs/TlsCertificatesApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::TlsCertificatesApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_tls_cert**](TlsCertificatesApi.md#create_tls_cert) | **POST** /tls/certificates | Create a TLS certificate [**delete_tls_cert**](TlsCertificatesApi.md#delete_tls_cert) | **DELETE** /tls/certificates/{tls_certificate_id} | Delete a TLS certificate [**get_tls_cert**](TlsCertificatesApi.md#get_tls_cert) | **GET** /tls/certificates/{tls_certificate_id} | Get a TLS certificate diff --git a/docs/TlsConfigurationsApi.md b/docs/TlsConfigurationsApi.md index 080d0cc7..8f9a62ce 100644 --- a/docs/TlsConfigurationsApi.md +++ b/docs/TlsConfigurationsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::TlsConfigurationsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_tls_config**](TlsConfigurationsApi.md#get_tls_config) | **GET** /tls/configurations/{tls_configuration_id} | Get a TLS configuration [**list_tls_configs**](TlsConfigurationsApi.md#list_tls_configs) | **GET** /tls/configurations | List TLS configurations [**update_tls_config**](TlsConfigurationsApi.md#update_tls_config) | **PATCH** /tls/configurations/{tls_configuration_id} | Update a TLS configuration diff --git a/docs/TlsCsrsApi.md b/docs/TlsCsrsApi.md index f9d02b1a..2af626d5 100644 --- a/docs/TlsCsrsApi.md +++ b/docs/TlsCsrsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::TlsCsrsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_csr**](TlsCsrsApi.md#create_csr) | **POST** /tls/certificate_signing_requests | Create CSR diff --git a/docs/TlsDomainsApi.md b/docs/TlsDomainsApi.md index 8c6118e6..cf05e6ec 100644 --- a/docs/TlsDomainsApi.md +++ b/docs/TlsDomainsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::TlsDomainsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**list_tls_domains**](TlsDomainsApi.md#list_tls_domains) | **GET** /tls/domains | List TLS domains diff --git a/docs/TlsPrivateKeysApi.md b/docs/TlsPrivateKeysApi.md index f9917fd1..7f35c1c3 100644 --- a/docs/TlsPrivateKeysApi.md +++ b/docs/TlsPrivateKeysApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::TlsPrivateKeysApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_tls_key**](TlsPrivateKeysApi.md#create_tls_key) | **POST** /tls/private_keys | Create a TLS private key [**delete_tls_key**](TlsPrivateKeysApi.md#delete_tls_key) | **DELETE** /tls/private_keys/{tls_private_key_id} | Delete a TLS private key [**get_tls_key**](TlsPrivateKeysApi.md#get_tls_key) | **GET** /tls/private_keys/{tls_private_key_id} | Get a TLS private key diff --git a/docs/TlsSubscriptionDataAttributes.md b/docs/TlsSubscriptionDataAttributes.md index 3d6dd4cd..3af4687d 100644 --- a/docs/TlsSubscriptionDataAttributes.md +++ b/docs/TlsSubscriptionDataAttributes.md @@ -8,7 +8,7 @@ use WebService::Fastly::Object::TlsSubscriptionDataAttributes; ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**certificate_authority** | **string** | The entity that issues and certifies the TLS certificates for your subscription. | [optional] +**certificate_authority** | **string** | The entity that issues and certifies the TLS certificates for your subscription, either `certainly`, `lets-encrypt`, or `globalsign`. To migrate the subscription from one certificate authority to another, such as to migrate from 'lets-encrypt' to 'certainly', pass `certificate_authority` to the PATCH endpoint. To migrate from 'globalsign' to 'certainly', contact Fastly Support. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/TlsSubscriptionsApi.md b/docs/TlsSubscriptionsApi.md index ac786176..d0276132 100644 --- a/docs/TlsSubscriptionsApi.md +++ b/docs/TlsSubscriptionsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::TlsSubscriptionsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_globalsign_email_challenge**](TlsSubscriptionsApi.md#create_globalsign_email_challenge) | **POST** /tls/subscriptions/{tls_subscription_id}/authorizations/{tls_authorization_id}/globalsign_email_challenges | Creates a GlobalSign email challenge. [**create_tls_sub**](TlsSubscriptionsApi.md#create_tls_sub) | **POST** /tls/subscriptions | Create a TLS subscription [**delete_globalsign_email_challenge**](TlsSubscriptionsApi.md#delete_globalsign_email_challenge) | **DELETE** /tls/subscriptions/{tls_subscription_id}/authorizations/{tls_authorization_id}/globalsign_email_challenges/{globalsign_email_challenge_id} | Delete a GlobalSign email challenge @@ -250,7 +251,7 @@ my $api_instance = WebService::Fastly::TlsSubscriptionsApi->new( ); my $tls_subscription_id = "tls_subscription_id_example"; # string | Alphanumeric string identifying a TLS subscription. -my $include = tls_authorizations; # string | Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, and `tls_authorizations.self_managed_http_challenge`. +my $include = tls_authorizations; # string | Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, `tls_authorizations.self_managed_http_challenge`, and `tls_certificates`. eval { my $result = $api_instance->get_tls_sub(tls_subscription_id => $tls_subscription_id, include => $include); @@ -266,7 +267,7 @@ if ($@) { Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **tls_subscription_id** | **string**| Alphanumeric string identifying a TLS subscription. | - **include** | **string**| Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, and `tls_authorizations.self_managed_http_challenge`. | [optional] + **include** | **string**| Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, `tls_authorizations.self_managed_http_challenge`, and `tls_certificates`. | [optional] ### Return type @@ -284,7 +285,7 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **list_tls_subs** -> TlsSubscriptionsResponse list_tls_subs(filter[state] => $filter[state], filter[tls_domains/id] => $filter[tls_domains/id], filter[has_active_order] => $filter[has_active_order], include => $include, page[number] => $page[number], page[size] => $page[size], sort => $sort) +> TlsSubscriptionsResponse list_tls_subs(filter[state] => $filter[state], filter[tls_domains/id] => $filter[tls_domains/id], filter[has_active_order] => $filter[has_active_order], filter[certificate_authority] => $filter[certificate_authority], include => $include, page[number] => $page[number], page[size] => $page[size], sort => $sort) List TLS subscriptions @@ -305,13 +306,14 @@ my $api_instance = WebService::Fastly::TlsSubscriptionsApi->new( my $filter[state] = "filter[state]_example"; # string | Limit the returned subscriptions by state. Valid values are `pending`, `processing`, `issued`, `renewing`, and `failed`. Accepts parameters: `not` (e.g., `filter[state][not]=renewing`). my $filter[tls_domains/id] = "filter[tls_domains/id]_example"; # string | Limit the returned subscriptions to those that include the specific domain. my $filter[has_active_order] = null; # boolean | Limit the returned subscriptions to those that have currently active orders. Permitted values: `true`. -my $include = tls_authorizations; # string | Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, and `tls_authorizations.self_managed_http_challenge`. +my $filter[certificate_authority] = "filter[certificate_authority]_example"; # string | Limit the returned subscriptions to a specific certification authority. Values may include `certainly`, `lets-encrypt`, or `globalsign`. +my $include = tls_authorizations; # string | Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, `tls_authorizations.self_managed_http_challenge`, and `tls_certificates`. my $page[number] = 1; # int | Current page. my $page[size] = 20; # int | Number of records per page. my $sort = created_at; # string | The order in which to list the results by creation date. eval { - my $result = $api_instance->list_tls_subs(filter[state] => $filter[state], filter[tls_domains/id] => $filter[tls_domains/id], filter[has_active_order] => $filter[has_active_order], include => $include, page[number] => $page[number], page[size] => $page[size], sort => $sort); + my $result = $api_instance->list_tls_subs(filter[state] => $filter[state], filter[tls_domains/id] => $filter[tls_domains/id], filter[has_active_order] => $filter[has_active_order], filter[certificate_authority] => $filter[certificate_authority], include => $include, page[number] => $page[number], page[size] => $page[size], sort => $sort); print Dumper($result); }; if ($@) { @@ -326,7 +328,8 @@ Name | Type | Description | Notes **filter[state]** | **string**| Limit the returned subscriptions by state. Valid values are `pending`, `processing`, `issued`, `renewing`, and `failed`. Accepts parameters: `not` (e.g., `filter[state][not]=renewing`). | [optional] **filter[tls_domains/id]** | **string**| Limit the returned subscriptions to those that include the specific domain. | [optional] **filter[has_active_order]** | **boolean**| Limit the returned subscriptions to those that have currently active orders. Permitted values: `true`. | [optional] - **include** | **string**| Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, and `tls_authorizations.self_managed_http_challenge`. | [optional] + **filter[certificate_authority]** | **string**| Limit the returned subscriptions to a specific certification authority. Values may include `certainly`, `lets-encrypt`, or `globalsign`. | [optional] + **include** | **string**| Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, `tls_authorizations.self_managed_http_challenge`, and `tls_certificates`. | [optional] **page[number]** | **int**| Current page. | [optional] **page[size]** | **int**| Number of records per page. | [optional] [default to 20] **sort** | **string**| The order in which to list the results by creation date. | [optional] [default to 'created_at'] diff --git a/docs/TokensApi.md b/docs/TokensApi.md index ad990e2a..3610ab28 100644 --- a/docs/TokensApi.md +++ b/docs/TokensApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::TokensApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**bulk_revoke_tokens**](TokensApi.md#bulk_revoke_tokens) | **DELETE** /tokens | Revoke multiple tokens [**create_token**](TokensApi.md#create_token) | **POST** /tokens | Create a token [**get_token**](TokensApi.md#get_token) | **GET** /tokens/{token_id} | Get a token diff --git a/docs/UserApi.md b/docs/UserApi.md index 41496804..5042d3f7 100644 --- a/docs/UserApi.md +++ b/docs/UserApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::UserApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_user**](UserApi.md#create_user) | **POST** /user | Create a user [**delete_user**](UserApi.md#delete_user) | **DELETE** /user/{user_id} | Delete a user [**get_current_user**](UserApi.md#get_current_user) | **GET** /current_user | Get the current user diff --git a/docs/VclApi.md b/docs/VclApi.md index a2ab7176..a5340d7c 100644 --- a/docs/VclApi.md +++ b/docs/VclApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::VclApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_custom_vcl**](VclApi.md#create_custom_vcl) | **POST** /service/{service_id}/version/{version_id}/vcl | Create a custom VCL file [**delete_custom_vcl**](VclApi.md#delete_custom_vcl) | **DELETE** /service/{service_id}/version/{version_id}/vcl/{vcl_name} | Delete a custom VCL file [**get_custom_vcl**](VclApi.md#get_custom_vcl) | **GET** /service/{service_id}/version/{version_id}/vcl/{vcl_name} | Get a custom VCL file diff --git a/docs/VclDiffApi.md b/docs/VclDiffApi.md index cf02b76e..2ef40415 100644 --- a/docs/VclDiffApi.md +++ b/docs/VclDiffApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::VclDiffApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**vcl_diff_service_versions**](VclDiffApi.md#vcl_diff_service_versions) | **GET** /service/{service_id}/vcl/diff/from/{from_version_id}/to/{to_version_id} | Get a comparison of the VCL changes between two service versions diff --git a/docs/VersionApi.md b/docs/VersionApi.md index 3b4a048d..a4c31fcc 100644 --- a/docs/VersionApi.md +++ b/docs/VersionApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::VersionApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**activate_service_version**](VersionApi.md#activate_service_version) | **PUT** /service/{service_id}/version/{version_id}/activate | Activate a service version [**clone_service_version**](VersionApi.md#clone_service_version) | **PUT** /service/{service_id}/version/{version_id}/clone | Clone a service version [**create_service_version**](VersionApi.md#create_service_version) | **POST** /service/{service_id}/version | Create a service version diff --git a/docs/WafActiveRulesApi.md b/docs/WafActiveRulesApi.md index 780a33fd..b254c416 100644 --- a/docs/WafActiveRulesApi.md +++ b/docs/WafActiveRulesApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::WafActiveRulesApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**bulk_delete_waf_active_rules**](WafActiveRulesApi.md#bulk_delete_waf_active_rules) | **DELETE** /waf/firewalls/{firewall_id}/versions/{version_id}/active-rules | Delete multiple active rules from a WAF [**bulk_update_waf_active_rules**](WafActiveRulesApi.md#bulk_update_waf_active_rules) | **PATCH** /waf/firewalls/{firewall_id}/versions/{version_id}/active-rules/bulk | Update multiple active rules [**create_waf_active_rule**](WafActiveRulesApi.md#create_waf_active_rule) | **POST** /waf/firewalls/{firewall_id}/versions/{version_id}/active-rules | Add a rule to a WAF as an active rule diff --git a/docs/WafExclusionsApi.md b/docs/WafExclusionsApi.md index 6a7c8d7c..d2aa39c3 100644 --- a/docs/WafExclusionsApi.md +++ b/docs/WafExclusionsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::WafExclusionsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_waf_rule_exclusion**](WafExclusionsApi.md#create_waf_rule_exclusion) | **POST** /waf/firewalls/{firewall_id}/versions/{firewall_version_number}/exclusions | Create a WAF rule exclusion [**delete_waf_rule_exclusion**](WafExclusionsApi.md#delete_waf_rule_exclusion) | **DELETE** /waf/firewalls/{firewall_id}/versions/{firewall_version_number}/exclusions/{exclusion_number} | Delete a WAF rule exclusion [**get_waf_rule_exclusion**](WafExclusionsApi.md#get_waf_rule_exclusion) | **GET** /waf/firewalls/{firewall_id}/versions/{firewall_version_number}/exclusions/{exclusion_number} | Get a WAF rule exclusion diff --git a/docs/WafFirewallVersionsApi.md b/docs/WafFirewallVersionsApi.md index 7ae574e4..549f40ea 100644 --- a/docs/WafFirewallVersionsApi.md +++ b/docs/WafFirewallVersionsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::WafFirewallVersionsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**clone_waf_firewall_version**](WafFirewallVersionsApi.md#clone_waf_firewall_version) | **PUT** /waf/firewalls/{firewall_id}/versions/{firewall_version_number}/clone | Clone a firewall version [**create_waf_firewall_version**](WafFirewallVersionsApi.md#create_waf_firewall_version) | **POST** /waf/firewalls/{firewall_id}/versions | Create a firewall version [**deploy_activate_waf_firewall_version**](WafFirewallVersionsApi.md#deploy_activate_waf_firewall_version) | **PUT** /waf/firewalls/{firewall_id}/versions/{firewall_version_number}/activate | Deploy or activate a firewall version diff --git a/docs/WafFirewallsApi.md b/docs/WafFirewallsApi.md index 95b416e8..c770accf 100644 --- a/docs/WafFirewallsApi.md +++ b/docs/WafFirewallsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::WafFirewallsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**create_waf_firewall**](WafFirewallsApi.md#create_waf_firewall) | **POST** /waf/firewalls | Create a firewall [**delete_waf_firewall**](WafFirewallsApi.md#delete_waf_firewall) | **DELETE** /waf/firewalls/{firewall_id} | Delete a firewall [**get_waf_firewall**](WafFirewallsApi.md#get_waf_firewall) | **GET** /waf/firewalls/{firewall_id} | Get a firewall diff --git a/docs/WafRuleRevisionsApi.md b/docs/WafRuleRevisionsApi.md index cdf74348..e4bfe876 100644 --- a/docs/WafRuleRevisionsApi.md +++ b/docs/WafRuleRevisionsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::WafRuleRevisionsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_waf_rule_revision**](WafRuleRevisionsApi.md#get_waf_rule_revision) | **GET** /waf/rules/{waf_rule_id}/revisions/{waf_rule_revision_number} | Get a revision of a rule [**list_waf_rule_revisions**](WafRuleRevisionsApi.md#list_waf_rule_revisions) | **GET** /waf/rules/{waf_rule_id}/revisions | List revisions for a rule diff --git a/docs/WafRulesApi.md b/docs/WafRulesApi.md index efc54f44..997823dc 100644 --- a/docs/WafRulesApi.md +++ b/docs/WafRulesApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::WafRulesApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_waf_rule**](WafRulesApi.md#get_waf_rule) | **GET** /waf/rules/{waf_rule_id} | Get a rule [**list_waf_rules**](WafRulesApi.md#list_waf_rules) | **GET** /waf/rules | List available WAF rules diff --git a/docs/WafTagsApi.md b/docs/WafTagsApi.md index 1837539f..506a7899 100644 --- a/docs/WafTagsApi.md +++ b/docs/WafTagsApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::WafTagsApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**list_waf_tags**](WafTagsApi.md#list_waf_tags) | **GET** /waf/tags | List tags diff --git a/docs/WholePlatformDdosHistoricalApi.md b/docs/WholePlatformDdosHistoricalApi.md index d54ce36c..377d792e 100644 --- a/docs/WholePlatformDdosHistoricalApi.md +++ b/docs/WholePlatformDdosHistoricalApi.md @@ -5,10 +5,11 @@ use WebService::Fastly::Object::WholePlatformDdosHistoricalApi; ``` -All URIs are relative to *https://api.fastly.com* +> [!NOTE] +> All URIs are relative to `https://api.fastly.com` Method | HTTP request | Description -------------- | ------------- | ------------- +------ | ------------ | ----------- [**get_platform_ddos_historical**](WholePlatformDdosHistoricalApi.md#get_platform_ddos_historical) | **GET** /metrics/platform/ddos | Get historical DDoS metrics for the entire Fastly platform diff --git a/lib/WebService/Fastly.pm b/lib/WebService/Fastly.pm index 8a4a3ad9..754dc757 100644 --- a/lib/WebService/Fastly.pm +++ b/lib/WebService/Fastly.pm @@ -2,7 +2,7 @@ package WebService::Fastly; use strict; use 5.008_005; -our $VERSION = '6.03'; +our $VERSION = '6.04'; 1; __END__ @@ -11,7 +11,7 @@ __END__ =head1 NAME -WebService::Fastly - an interface to most facets of the [Fastly API](https://developer.fastly.com/reference/api). +WebService::Fastly - an interface to most facets of the [Fastly API](https://www.fastly.com/documentation/reference/api/). =head1 SYNOPSIS @@ -19,7 +19,7 @@ WebService::Fastly - an interface to most facets of the [Fastly API](https://dev =head1 DESCRIPTION -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 diff --git a/lib/WebService/Fastly/AclApi.pm b/lib/WebService/Fastly/AclApi.pm index c8f52d71..ff3327ef 100644 --- a/lib/WebService/Fastly/AclApi.pm +++ b/lib/WebService/Fastly/AclApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/AclEntryApi.pm b/lib/WebService/Fastly/AclEntryApi.pm index a87b89b2..be87af53 100644 --- a/lib/WebService/Fastly/AclEntryApi.pm +++ b/lib/WebService/Fastly/AclEntryApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/ApexRedirectApi.pm b/lib/WebService/Fastly/ApexRedirectApi.pm index 8e3c2ce5..31a42d36 100644 --- a/lib/WebService/Fastly/ApexRedirectApi.pm +++ b/lib/WebService/Fastly/ApexRedirectApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/ApiClient.pm b/lib/WebService/Fastly/ApiClient.pm index 25cac0e9..39a1bdbf 100644 --- a/lib/WebService/Fastly/ApiClient.pm +++ b/lib/WebService/Fastly/ApiClient.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/ApiFactory.pm b/lib/WebService/Fastly/ApiFactory.pm index 5776d300..aafd16ec 100644 --- a/lib/WebService/Fastly/ApiFactory.pm +++ b/lib/WebService/Fastly/ApiFactory.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/AutomationTokensApi.pm b/lib/WebService/Fastly/AutomationTokensApi.pm index 1eeaa399..daad119a 100644 --- a/lib/WebService/Fastly/AutomationTokensApi.pm +++ b/lib/WebService/Fastly/AutomationTokensApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/BackendApi.pm b/lib/WebService/Fastly/BackendApi.pm index 6be6a103..1dad9c4d 100644 --- a/lib/WebService/Fastly/BackendApi.pm +++ b/lib/WebService/Fastly/BackendApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/BillingAddressApi.pm b/lib/WebService/Fastly/BillingAddressApi.pm index 01d8f853..faf38e7e 100644 --- a/lib/WebService/Fastly/BillingAddressApi.pm +++ b/lib/WebService/Fastly/BillingAddressApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/BillingApi.pm b/lib/WebService/Fastly/BillingApi.pm index e0fa6107..78558c80 100644 --- a/lib/WebService/Fastly/BillingApi.pm +++ b/lib/WebService/Fastly/BillingApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/BillingInvoicesApi.pm b/lib/WebService/Fastly/BillingInvoicesApi.pm index bb046c46..051e5a05 100644 --- a/lib/WebService/Fastly/BillingInvoicesApi.pm +++ b/lib/WebService/Fastly/BillingInvoicesApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/CacheSettingsApi.pm b/lib/WebService/Fastly/CacheSettingsApi.pm index 8b149565..01043a3b 100644 --- a/lib/WebService/Fastly/CacheSettingsApi.pm +++ b/lib/WebService/Fastly/CacheSettingsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/ConditionApi.pm b/lib/WebService/Fastly/ConditionApi.pm index 7d0dafa1..11f3fcd9 100644 --- a/lib/WebService/Fastly/ConditionApi.pm +++ b/lib/WebService/Fastly/ConditionApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/ConfigStoreApi.pm b/lib/WebService/Fastly/ConfigStoreApi.pm index c1b43ebf..5d46c2e5 100644 --- a/lib/WebService/Fastly/ConfigStoreApi.pm +++ b/lib/WebService/Fastly/ConfigStoreApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/ConfigStoreItemApi.pm b/lib/WebService/Fastly/ConfigStoreItemApi.pm index 124726c4..35f156cb 100644 --- a/lib/WebService/Fastly/ConfigStoreItemApi.pm +++ b/lib/WebService/Fastly/ConfigStoreItemApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Configuration.pm b/lib/WebService/Fastly/Configuration.pm index 8bc13250..1c411319 100644 --- a/lib/WebService/Fastly/Configuration.pm +++ b/lib/WebService/Fastly/Configuration.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -24,7 +24,7 @@ use utf8; use Log::Any qw($log); use Carp; -use constant VERSION => '6.03'; +use constant VERSION => '6.04'; =head1 Name @@ -44,7 +44,7 @@ default: 180 String. custom UserAgent header -default: fastly-perl/6.03 +default: fastly-perl/6.04 =item api_key: (optional) @@ -93,7 +93,7 @@ sub new { # class/static variables $p{http_timeout} //= 180; - $p{http_user_agent} //= 'fastly-perl/6.03'; + $p{http_user_agent} //= 'fastly-perl/6.04'; # authentication setting $p{api_key} //= {}; @@ -111,7 +111,7 @@ sub new { $p{base_url} //= 'https://api.fastly.com'; # The last observed value of http header Fastly-RateLimit-Remaining - # https://developer.fastly.com/reference/api/#rate-limiting + # https://www.fastly.com/documentation/reference/api/#rate-limiting $p{rate_limit_remaining} //= 1000; # The last observed value of http header Fastly-RateLimit-Reset diff --git a/lib/WebService/Fastly/ContactApi.pm b/lib/WebService/Fastly/ContactApi.pm index ee39bd5a..3cac5e7e 100644 --- a/lib/WebService/Fastly/ContactApi.pm +++ b/lib/WebService/Fastly/ContactApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/ContentApi.pm b/lib/WebService/Fastly/ContentApi.pm index 819037a5..f53dd70c 100644 --- a/lib/WebService/Fastly/ContentApi.pm +++ b/lib/WebService/Fastly/ContentApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/CustomerApi.pm b/lib/WebService/Fastly/CustomerApi.pm index 16341fae..4dd97888 100644 --- a/lib/WebService/Fastly/CustomerApi.pm +++ b/lib/WebService/Fastly/CustomerApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/DictionaryApi.pm b/lib/WebService/Fastly/DictionaryApi.pm index ba6091e7..e579d3c4 100644 --- a/lib/WebService/Fastly/DictionaryApi.pm +++ b/lib/WebService/Fastly/DictionaryApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/DictionaryInfoApi.pm b/lib/WebService/Fastly/DictionaryInfoApi.pm index ab278743..61d86272 100644 --- a/lib/WebService/Fastly/DictionaryInfoApi.pm +++ b/lib/WebService/Fastly/DictionaryInfoApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/DictionaryItemApi.pm b/lib/WebService/Fastly/DictionaryItemApi.pm index 886ee4dd..3603bb3a 100644 --- a/lib/WebService/Fastly/DictionaryItemApi.pm +++ b/lib/WebService/Fastly/DictionaryItemApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/DiffApi.pm b/lib/WebService/Fastly/DiffApi.pm index baf7623e..c9b1edcb 100644 --- a/lib/WebService/Fastly/DiffApi.pm +++ b/lib/WebService/Fastly/DiffApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/DirectorApi.pm b/lib/WebService/Fastly/DirectorApi.pm index c7943fee..ced285cd 100644 --- a/lib/WebService/Fastly/DirectorApi.pm +++ b/lib/WebService/Fastly/DirectorApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/DirectorBackendApi.pm b/lib/WebService/Fastly/DirectorBackendApi.pm index 7ef8e53f..cba3a173 100644 --- a/lib/WebService/Fastly/DirectorBackendApi.pm +++ b/lib/WebService/Fastly/DirectorBackendApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/DomainApi.pm b/lib/WebService/Fastly/DomainApi.pm index af45fad8..64baf5ed 100644 --- a/lib/WebService/Fastly/DomainApi.pm +++ b/lib/WebService/Fastly/DomainApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/DomainInspectorHistoricalApi.pm b/lib/WebService/Fastly/DomainInspectorHistoricalApi.pm index f477cb98..0f201986 100644 --- a/lib/WebService/Fastly/DomainInspectorHistoricalApi.pm +++ b/lib/WebService/Fastly/DomainInspectorHistoricalApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/DomainInspectorRealtimeApi.pm b/lib/WebService/Fastly/DomainInspectorRealtimeApi.pm index b8ec22ae..0cffdcae 100644 --- a/lib/WebService/Fastly/DomainInspectorRealtimeApi.pm +++ b/lib/WebService/Fastly/DomainInspectorRealtimeApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/DomainOwnershipsApi.pm b/lib/WebService/Fastly/DomainOwnershipsApi.pm index f9b1539b..ae9de987 100644 --- a/lib/WebService/Fastly/DomainOwnershipsApi.pm +++ b/lib/WebService/Fastly/DomainOwnershipsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/EnabledProductsApi.pm b/lib/WebService/Fastly/EnabledProductsApi.pm index b7a4145a..77887511 100644 --- a/lib/WebService/Fastly/EnabledProductsApi.pm +++ b/lib/WebService/Fastly/EnabledProductsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/EventsApi.pm b/lib/WebService/Fastly/EventsApi.pm index 592d0be2..55061c0b 100644 --- a/lib/WebService/Fastly/EventsApi.pm +++ b/lib/WebService/Fastly/EventsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/GzipApi.pm b/lib/WebService/Fastly/GzipApi.pm index ea867e38..2b75e39e 100644 --- a/lib/WebService/Fastly/GzipApi.pm +++ b/lib/WebService/Fastly/GzipApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/HeaderApi.pm b/lib/WebService/Fastly/HeaderApi.pm index c2a38a5f..5631596c 100644 --- a/lib/WebService/Fastly/HeaderApi.pm +++ b/lib/WebService/Fastly/HeaderApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/HealthcheckApi.pm b/lib/WebService/Fastly/HealthcheckApi.pm index bc974524..5e9e8fcf 100644 --- a/lib/WebService/Fastly/HealthcheckApi.pm +++ b/lib/WebService/Fastly/HealthcheckApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/HistoricalApi.pm b/lib/WebService/Fastly/HistoricalApi.pm index 97cf6e39..b336da2d 100644 --- a/lib/WebService/Fastly/HistoricalApi.pm +++ b/lib/WebService/Fastly/HistoricalApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Http3Api.pm b/lib/WebService/Fastly/Http3Api.pm index 6ab50c4f..0ed41eeb 100644 --- a/lib/WebService/Fastly/Http3Api.pm +++ b/lib/WebService/Fastly/Http3Api.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/IamPermissionsApi.pm b/lib/WebService/Fastly/IamPermissionsApi.pm index 575012b4..32b02cc1 100644 --- a/lib/WebService/Fastly/IamPermissionsApi.pm +++ b/lib/WebService/Fastly/IamPermissionsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/IamRolesApi.pm b/lib/WebService/Fastly/IamRolesApi.pm index 19ec5e48..2987bb4d 100644 --- a/lib/WebService/Fastly/IamRolesApi.pm +++ b/lib/WebService/Fastly/IamRolesApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/IamServiceGroupsApi.pm b/lib/WebService/Fastly/IamServiceGroupsApi.pm index 35158308..778e8a6f 100644 --- a/lib/WebService/Fastly/IamServiceGroupsApi.pm +++ b/lib/WebService/Fastly/IamServiceGroupsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/IamUserGroupsApi.pm b/lib/WebService/Fastly/IamUserGroupsApi.pm index 260e34f3..6992620d 100644 --- a/lib/WebService/Fastly/IamUserGroupsApi.pm +++ b/lib/WebService/Fastly/IamUserGroupsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/ImageOptimizerDefaultSettingsApi.pm b/lib/WebService/Fastly/ImageOptimizerDefaultSettingsApi.pm new file mode 100644 index 00000000..ef44d004 --- /dev/null +++ b/lib/WebService/Fastly/ImageOptimizerDefaultSettingsApi.pm @@ -0,0 +1,230 @@ +=begin comment + +Fastly API + +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) + +The version of the API Spec document: 1.0.0 +Contact: oss@fastly.com + +=end comment + +=cut + +# +# NOTE: This class is auto generated. +# Do not edit the class manually. +# +package WebService::Fastly::ImageOptimizerDefaultSettingsApi; + +require 5.6.0; +use strict; +use warnings; +use utf8; +use Exporter; +use Carp qw( croak ); +use Log::Any qw($log); + +use WebService::Fastly::ApiClient; + +use base "Class::Data::Inheritable"; + +__PACKAGE__->mk_classdata('method_documentation' => {}); + +sub new { + my $class = shift; + my $api_client; + + if ($_[0] && ref $_[0] && ref $_[0] eq 'WebService::Fastly::ApiClient' ) { + $api_client = $_[0]; + } else { + $api_client = WebService::Fastly::ApiClient->new(@_); + } + + bless { api_client => $api_client }, $class; + +} + + +# +# get_default_settings +# +# Get current Image Optimizer Default Settings +# +# @param string $service_id Alphanumeric string identifying the service. (required) +# @param int $version_id Integer identifying a service version. (required) +{ + my $params = { + 'service_id' => { + data_type => 'string', + description => 'Alphanumeric string identifying the service.', + required => '1', + }, + 'version_id' => { + data_type => 'int', + description => 'Integer identifying a service version.', + required => '1', + }, + }; + __PACKAGE__->method_documentation->{ 'get_default_settings' } = { + summary => 'Get current Image Optimizer Default Settings', + params => $params, + returns => 'DefaultSettingsResponse', + }; +} +# @return DefaultSettingsResponse +# +sub get_default_settings { + my ($self, %args) = @_; + + # verify the required parameter 'service_id' is set + unless (exists $args{'service_id'}) { + croak("Missing the required parameter 'service_id' when calling get_default_settings"); + } + + # verify the required parameter 'version_id' is set + unless (exists $args{'version_id'}) { + croak("Missing the required parameter 'version_id' when calling get_default_settings"); + } + + # parse inputs + my $_resource_path = '/service/{service_id}/version/{version_id}/image_optimizer_default_settings'; + + my $_method = 'GET'; + my $query_params = {}; + my $header_params = {}; + my $form_params = {}; + + # 'Accept' and 'Content-Type' header + my $_header_accept = $self->{api_client}->select_header_accept('application/json', 'application/problem+json'); + if ($_header_accept) { + $header_params->{'Accept'} = $_header_accept; + } + $header_params->{'Content-Type'} = $self->{api_client}->select_header_content_type(); + + # path params + if ( exists $args{'service_id'}) { + my $_base_variable = "{" . "service_id" . "}"; + my $_base_value = $self->{api_client}->to_path_value($args{'service_id'}); + $_resource_path =~ s/$_base_variable/$_base_value/g; + } + + # path params + if ( exists $args{'version_id'}) { + my $_base_variable = "{" . "version_id" . "}"; + my $_base_value = $self->{api_client}->to_path_value($args{'version_id'}); + $_resource_path =~ s/$_base_variable/$_base_value/g; + } + + my $_body_data; + # authentication setting, if any + my $auth_settings = [qw(token )]; + + # make the API Call + my $response = $self->{api_client}->call_api($_resource_path, $_method, + $query_params, $form_params, + $header_params, $_body_data, $auth_settings); + if (!$response) { + return; + } + my $_response_object = $self->{api_client}->deserialize('DefaultSettingsResponse', $response); + return $_response_object; +} + +# +# update_default_settings +# +# Update Image Optimizer Default Settings +# +# @param string $service_id Alphanumeric string identifying the service. (required) +# @param int $version_id Integer identifying a service version. (required) +# @param DefaultSettings $default_settings (optional) +{ + my $params = { + 'service_id' => { + data_type => 'string', + description => 'Alphanumeric string identifying the service.', + required => '1', + }, + 'version_id' => { + data_type => 'int', + description => 'Integer identifying a service version.', + required => '1', + }, + 'default_settings' => { + data_type => 'DefaultSettings', + description => '', + required => '0', + }, + }; + __PACKAGE__->method_documentation->{ 'update_default_settings' } = { + summary => 'Update Image Optimizer Default Settings', + params => $params, + returns => 'DefaultSettingsResponse', + }; +} +# @return DefaultSettingsResponse +# +sub update_default_settings { + my ($self, %args) = @_; + + # verify the required parameter 'service_id' is set + unless (exists $args{'service_id'}) { + croak("Missing the required parameter 'service_id' when calling update_default_settings"); + } + + # verify the required parameter 'version_id' is set + unless (exists $args{'version_id'}) { + croak("Missing the required parameter 'version_id' when calling update_default_settings"); + } + + # parse inputs + my $_resource_path = '/service/{service_id}/version/{version_id}/image_optimizer_default_settings'; + + my $_method = 'PATCH'; + my $query_params = {}; + my $header_params = {}; + my $form_params = {}; + + # 'Accept' and 'Content-Type' header + my $_header_accept = $self->{api_client}->select_header_accept('application/json', 'application/problem+json'); + if ($_header_accept) { + $header_params->{'Accept'} = $_header_accept; + } + $header_params->{'Content-Type'} = $self->{api_client}->select_header_content_type('application/json'); + + # path params + if ( exists $args{'service_id'}) { + my $_base_variable = "{" . "service_id" . "}"; + my $_base_value = $self->{api_client}->to_path_value($args{'service_id'}); + $_resource_path =~ s/$_base_variable/$_base_value/g; + } + + # path params + if ( exists $args{'version_id'}) { + my $_base_variable = "{" . "version_id" . "}"; + my $_base_value = $self->{api_client}->to_path_value($args{'version_id'}); + $_resource_path =~ s/$_base_variable/$_base_value/g; + } + + my $_body_data; + # body params + if ( exists $args{'default_settings'}) { + $_body_data = $args{'default_settings'}; + } + + # authentication setting, if any + my $auth_settings = [qw(token )]; + + # make the API Call + my $response = $self->{api_client}->call_api($_resource_path, $_method, + $query_params, $form_params, + $header_params, $_body_data, $auth_settings); + if (!$response) { + return; + } + my $_response_object = $self->{api_client}->deserialize('DefaultSettingsResponse', $response); + return $_response_object; +} + +1; diff --git a/lib/WebService/Fastly/InvitationsApi.pm b/lib/WebService/Fastly/InvitationsApi.pm index f78f6e10..95ee5591 100644 --- a/lib/WebService/Fastly/InvitationsApi.pm +++ b/lib/WebService/Fastly/InvitationsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/KvStoreApi.pm b/lib/WebService/Fastly/KvStoreApi.pm index 0f279de9..953d3329 100644 --- a/lib/WebService/Fastly/KvStoreApi.pm +++ b/lib/WebService/Fastly/KvStoreApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/KvStoreItemApi.pm b/lib/WebService/Fastly/KvStoreItemApi.pm index 519509f7..7a604ac1 100644 --- a/lib/WebService/Fastly/KvStoreItemApi.pm +++ b/lib/WebService/Fastly/KvStoreItemApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LegacyWafConfigurationSetsApi.pm b/lib/WebService/Fastly/LegacyWafConfigurationSetsApi.pm index a57859f6..bcc81a8c 100644 --- a/lib/WebService/Fastly/LegacyWafConfigurationSetsApi.pm +++ b/lib/WebService/Fastly/LegacyWafConfigurationSetsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LegacyWafFirewallApi.pm b/lib/WebService/Fastly/LegacyWafFirewallApi.pm index be51ace8..f4f8de45 100644 --- a/lib/WebService/Fastly/LegacyWafFirewallApi.pm +++ b/lib/WebService/Fastly/LegacyWafFirewallApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LegacyWafOwaspApi.pm b/lib/WebService/Fastly/LegacyWafOwaspApi.pm index e1230988..e4d370c6 100644 --- a/lib/WebService/Fastly/LegacyWafOwaspApi.pm +++ b/lib/WebService/Fastly/LegacyWafOwaspApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LegacyWafRuleApi.pm b/lib/WebService/Fastly/LegacyWafRuleApi.pm index eef1ac0d..0a70d8bf 100644 --- a/lib/WebService/Fastly/LegacyWafRuleApi.pm +++ b/lib/WebService/Fastly/LegacyWafRuleApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LegacyWafRuleStatusApi.pm b/lib/WebService/Fastly/LegacyWafRuleStatusApi.pm index 96708fc8..50c172c1 100644 --- a/lib/WebService/Fastly/LegacyWafRuleStatusApi.pm +++ b/lib/WebService/Fastly/LegacyWafRuleStatusApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LegacyWafRulesetApi.pm b/lib/WebService/Fastly/LegacyWafRulesetApi.pm index 1f24201d..a233b48a 100644 --- a/lib/WebService/Fastly/LegacyWafRulesetApi.pm +++ b/lib/WebService/Fastly/LegacyWafRulesetApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LegacyWafTagApi.pm b/lib/WebService/Fastly/LegacyWafTagApi.pm index b4e7489b..9d415782 100644 --- a/lib/WebService/Fastly/LegacyWafTagApi.pm +++ b/lib/WebService/Fastly/LegacyWafTagApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LegacyWafUpdateStatusApi.pm b/lib/WebService/Fastly/LegacyWafUpdateStatusApi.pm index 66a1475d..3e8c4d73 100644 --- a/lib/WebService/Fastly/LegacyWafUpdateStatusApi.pm +++ b/lib/WebService/Fastly/LegacyWafUpdateStatusApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingAzureblobApi.pm b/lib/WebService/Fastly/LoggingAzureblobApi.pm index ae5f5d01..ccabb9c7 100644 --- a/lib/WebService/Fastly/LoggingAzureblobApi.pm +++ b/lib/WebService/Fastly/LoggingAzureblobApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingBigqueryApi.pm b/lib/WebService/Fastly/LoggingBigqueryApi.pm index 433c023a..7b231944 100644 --- a/lib/WebService/Fastly/LoggingBigqueryApi.pm +++ b/lib/WebService/Fastly/LoggingBigqueryApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingCloudfilesApi.pm b/lib/WebService/Fastly/LoggingCloudfilesApi.pm index a8623b8d..80ee328c 100644 --- a/lib/WebService/Fastly/LoggingCloudfilesApi.pm +++ b/lib/WebService/Fastly/LoggingCloudfilesApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingDatadogApi.pm b/lib/WebService/Fastly/LoggingDatadogApi.pm index 75da78cb..012c1abb 100644 --- a/lib/WebService/Fastly/LoggingDatadogApi.pm +++ b/lib/WebService/Fastly/LoggingDatadogApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingDigitaloceanApi.pm b/lib/WebService/Fastly/LoggingDigitaloceanApi.pm index fc64b1ba..7fac0a60 100644 --- a/lib/WebService/Fastly/LoggingDigitaloceanApi.pm +++ b/lib/WebService/Fastly/LoggingDigitaloceanApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingElasticsearchApi.pm b/lib/WebService/Fastly/LoggingElasticsearchApi.pm index a62827a6..6357f2f5 100644 --- a/lib/WebService/Fastly/LoggingElasticsearchApi.pm +++ b/lib/WebService/Fastly/LoggingElasticsearchApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingFtpApi.pm b/lib/WebService/Fastly/LoggingFtpApi.pm index 7ea3bef3..822a5b90 100644 --- a/lib/WebService/Fastly/LoggingFtpApi.pm +++ b/lib/WebService/Fastly/LoggingFtpApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingGcsApi.pm b/lib/WebService/Fastly/LoggingGcsApi.pm index 830c84a6..67f9d974 100644 --- a/lib/WebService/Fastly/LoggingGcsApi.pm +++ b/lib/WebService/Fastly/LoggingGcsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingHerokuApi.pm b/lib/WebService/Fastly/LoggingHerokuApi.pm index b982a16c..f204518b 100644 --- a/lib/WebService/Fastly/LoggingHerokuApi.pm +++ b/lib/WebService/Fastly/LoggingHerokuApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingHoneycombApi.pm b/lib/WebService/Fastly/LoggingHoneycombApi.pm index fb79fcb2..77c2eefb 100644 --- a/lib/WebService/Fastly/LoggingHoneycombApi.pm +++ b/lib/WebService/Fastly/LoggingHoneycombApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingHttpsApi.pm b/lib/WebService/Fastly/LoggingHttpsApi.pm index 32d77e35..2b7b0ce2 100644 --- a/lib/WebService/Fastly/LoggingHttpsApi.pm +++ b/lib/WebService/Fastly/LoggingHttpsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingKafkaApi.pm b/lib/WebService/Fastly/LoggingKafkaApi.pm index b9bee8fe..59d38839 100644 --- a/lib/WebService/Fastly/LoggingKafkaApi.pm +++ b/lib/WebService/Fastly/LoggingKafkaApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingKinesisApi.pm b/lib/WebService/Fastly/LoggingKinesisApi.pm index 63425232..df3af1e8 100644 --- a/lib/WebService/Fastly/LoggingKinesisApi.pm +++ b/lib/WebService/Fastly/LoggingKinesisApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -55,7 +55,7 @@ sub new { # @param int $version_id Integer identifying a service version. (required) # @param string $name The name for the real-time logging configuration. (optional) # @param LoggingPlacement $placement (optional) -# @param string $format A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). Must produce valid JSON that Kinesis can ingest. (optional, default to '{"timestamp":"%{begin:%Y-%m-%dT%H:%M:%S}t","time_elapsed":"%{time.elapsed.usec}V","is_tls":"%{if(req.is_ssl, \"true\", \"false\")}V","client_ip":"%{req.http.Fastly-Client-IP}V","geo_city":"%{client.geo.city}V","geo_country_code":"%{client.geo.country_code}V","request":"%{req.request}V","host":"%{req.http.Fastly-Orig-Host}V","url":"%{json.escape(req.url)}V","request_referer":"%{json.escape(req.http.Referer)}V","request_user_agent":"%{json.escape(req.http.User-Agent)}V","request_accept_language":"%{json.escape(req.http.Accept-Language)}V","request_accept_charset":"%{json.escape(req.http.Accept-Charset)}V","cache_status":"%{regsub(fastly_info.state, \"^(HIT-(SYNTH)|(HITPASS|HIT|MISS|PASS|ERROR|PIPE)).*\", \"\\2\\3\") }V"}') +# @param string $format A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). (optional, default to '{"timestamp":"%{begin:%Y-%m-%dT%H:%M:%S}t","time_elapsed":"%{time.elapsed.usec}V","is_tls":"%{if(req.is_ssl, \"true\", \"false\")}V","client_ip":"%{req.http.Fastly-Client-IP}V","geo_city":"%{client.geo.city}V","geo_country_code":"%{client.geo.country_code}V","request":"%{req.request}V","host":"%{req.http.Fastly-Orig-Host}V","url":"%{json.escape(req.url)}V","request_referer":"%{json.escape(req.http.Referer)}V","request_user_agent":"%{json.escape(req.http.User-Agent)}V","request_accept_language":"%{json.escape(req.http.Accept-Language)}V","request_accept_charset":"%{json.escape(req.http.Accept-Charset)}V","cache_status":"%{regsub(fastly_info.state, \"^(HIT-(SYNTH)|(HITPASS|HIT|MISS|PASS|ERROR|PIPE)).*\", \"\\2\\3\") }V"}') # @param string $topic The Amazon Kinesis stream to send logs to. Required. (optional) # @param AwsRegion $region (optional) # @param string $secret_key The secret key associated with the target Amazon Kinesis stream. Not required if `iam_role` is specified. (optional) @@ -86,7 +86,7 @@ sub new { }, 'format' => { data_type => 'string', - description => 'A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). Must produce valid JSON that Kinesis can ingest.', + description => 'A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats).', required => '0', }, 'topic' => { diff --git a/lib/WebService/Fastly/LoggingLogentriesApi.pm b/lib/WebService/Fastly/LoggingLogentriesApi.pm index b9392422..6d56ea40 100644 --- a/lib/WebService/Fastly/LoggingLogentriesApi.pm +++ b/lib/WebService/Fastly/LoggingLogentriesApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingLogglyApi.pm b/lib/WebService/Fastly/LoggingLogglyApi.pm index b6efb7f9..8d7e08b4 100644 --- a/lib/WebService/Fastly/LoggingLogglyApi.pm +++ b/lib/WebService/Fastly/LoggingLogglyApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingLogshuttleApi.pm b/lib/WebService/Fastly/LoggingLogshuttleApi.pm index e47d860e..f7f559bb 100644 --- a/lib/WebService/Fastly/LoggingLogshuttleApi.pm +++ b/lib/WebService/Fastly/LoggingLogshuttleApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingNewrelicApi.pm b/lib/WebService/Fastly/LoggingNewrelicApi.pm index 379d2f84..98d114bf 100644 --- a/lib/WebService/Fastly/LoggingNewrelicApi.pm +++ b/lib/WebService/Fastly/LoggingNewrelicApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingNewrelicotlpApi.pm b/lib/WebService/Fastly/LoggingNewrelicotlpApi.pm index 1e3115c9..b66ba6c6 100644 --- a/lib/WebService/Fastly/LoggingNewrelicotlpApi.pm +++ b/lib/WebService/Fastly/LoggingNewrelicotlpApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingOpenstackApi.pm b/lib/WebService/Fastly/LoggingOpenstackApi.pm index 44de0152..95098d27 100644 --- a/lib/WebService/Fastly/LoggingOpenstackApi.pm +++ b/lib/WebService/Fastly/LoggingOpenstackApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingPapertrailApi.pm b/lib/WebService/Fastly/LoggingPapertrailApi.pm index 16e1b659..fe01779d 100644 --- a/lib/WebService/Fastly/LoggingPapertrailApi.pm +++ b/lib/WebService/Fastly/LoggingPapertrailApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingPubsubApi.pm b/lib/WebService/Fastly/LoggingPubsubApi.pm index a69a674b..f4b39fc1 100644 --- a/lib/WebService/Fastly/LoggingPubsubApi.pm +++ b/lib/WebService/Fastly/LoggingPubsubApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingS3Api.pm b/lib/WebService/Fastly/LoggingS3Api.pm index 99bf1b8a..d3194b1e 100644 --- a/lib/WebService/Fastly/LoggingS3Api.pm +++ b/lib/WebService/Fastly/LoggingS3Api.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingScalyrApi.pm b/lib/WebService/Fastly/LoggingScalyrApi.pm index c5ac9735..98612c20 100644 --- a/lib/WebService/Fastly/LoggingScalyrApi.pm +++ b/lib/WebService/Fastly/LoggingScalyrApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingSftpApi.pm b/lib/WebService/Fastly/LoggingSftpApi.pm index 0d2b63c1..b6c7df62 100644 --- a/lib/WebService/Fastly/LoggingSftpApi.pm +++ b/lib/WebService/Fastly/LoggingSftpApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingSplunkApi.pm b/lib/WebService/Fastly/LoggingSplunkApi.pm index fe212d29..9ffbcded 100644 --- a/lib/WebService/Fastly/LoggingSplunkApi.pm +++ b/lib/WebService/Fastly/LoggingSplunkApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingSumologicApi.pm b/lib/WebService/Fastly/LoggingSumologicApi.pm index bebf7acd..a9ceb44a 100644 --- a/lib/WebService/Fastly/LoggingSumologicApi.pm +++ b/lib/WebService/Fastly/LoggingSumologicApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/LoggingSyslogApi.pm b/lib/WebService/Fastly/LoggingSyslogApi.pm index 0f6a24eb..f662aadc 100644 --- a/lib/WebService/Fastly/LoggingSyslogApi.pm +++ b/lib/WebService/Fastly/LoggingSyslogApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/MutualAuthenticationApi.pm b/lib/WebService/Fastly/MutualAuthenticationApi.pm index c1d36cb3..1925152e 100644 --- a/lib/WebService/Fastly/MutualAuthenticationApi.pm +++ b/lib/WebService/Fastly/MutualAuthenticationApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Acl.pm b/lib/WebService/Fastly/Object/Acl.pm index 33ecb5ec..67c9f348 100644 --- a/lib/WebService/Fastly/Object/Acl.pm +++ b/lib/WebService/Fastly/Object/Acl.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/AclEntry.pm b/lib/WebService/Fastly/Object/AclEntry.pm index 316b002a..9ab3541e 100644 --- a/lib/WebService/Fastly/Object/AclEntry.pm +++ b/lib/WebService/Fastly/Object/AclEntry.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/AclEntryResponse.pm b/lib/WebService/Fastly/Object/AclEntryResponse.pm index 744e5eeb..45779cab 100644 --- a/lib/WebService/Fastly/Object/AclEntryResponse.pm +++ b/lib/WebService/Fastly/Object/AclEntryResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/AclEntryResponseAllOf.pm b/lib/WebService/Fastly/Object/AclEntryResponseAllOf.pm index 76d5e1fe..56d46da5 100644 --- a/lib/WebService/Fastly/Object/AclEntryResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/AclEntryResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/AclResponse.pm b/lib/WebService/Fastly/Object/AclResponse.pm index 3936e9be..993def9a 100644 --- a/lib/WebService/Fastly/Object/AclResponse.pm +++ b/lib/WebService/Fastly/Object/AclResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/AclResponseAllOf.pm b/lib/WebService/Fastly/Object/AclResponseAllOf.pm index 146dec09..51def6c2 100644 --- a/lib/WebService/Fastly/Object/AclResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/AclResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ApexRedirect.pm b/lib/WebService/Fastly/Object/ApexRedirect.pm index f18232a4..88a0d20c 100644 --- a/lib/WebService/Fastly/Object/ApexRedirect.pm +++ b/lib/WebService/Fastly/Object/ApexRedirect.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ApexRedirectAllOf.pm b/lib/WebService/Fastly/Object/ApexRedirectAllOf.pm index 08f22866..a543ae9b 100644 --- a/lib/WebService/Fastly/Object/ApexRedirectAllOf.pm +++ b/lib/WebService/Fastly/Object/ApexRedirectAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/AutomationToken.pm b/lib/WebService/Fastly/Object/AutomationToken.pm index 5da45827..6a8bda59 100644 --- a/lib/WebService/Fastly/Object/AutomationToken.pm +++ b/lib/WebService/Fastly/Object/AutomationToken.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/AutomationTokenCreateRequest.pm b/lib/WebService/Fastly/Object/AutomationTokenCreateRequest.pm index a6f4a82e..9f330802 100644 --- a/lib/WebService/Fastly/Object/AutomationTokenCreateRequest.pm +++ b/lib/WebService/Fastly/Object/AutomationTokenCreateRequest.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/AutomationTokenCreateRequestAttributes.pm b/lib/WebService/Fastly/Object/AutomationTokenCreateRequestAttributes.pm index 9d2ca41b..0679ac1c 100644 --- a/lib/WebService/Fastly/Object/AutomationTokenCreateRequestAttributes.pm +++ b/lib/WebService/Fastly/Object/AutomationTokenCreateRequestAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/AutomationTokenCreateResponse.pm b/lib/WebService/Fastly/Object/AutomationTokenCreateResponse.pm index e621516b..90d74e6a 100644 --- a/lib/WebService/Fastly/Object/AutomationTokenCreateResponse.pm +++ b/lib/WebService/Fastly/Object/AutomationTokenCreateResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -47,7 +47,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/AutomationTokenCreateResponseAllOf.pm b/lib/WebService/Fastly/Object/AutomationTokenCreateResponseAllOf.pm index 4554a82d..89490a69 100644 --- a/lib/WebService/Fastly/Object/AutomationTokenCreateResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/AutomationTokenCreateResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/AutomationTokenErrorResponse.pm b/lib/WebService/Fastly/Object/AutomationTokenErrorResponse.pm index 4db74190..56b71686 100644 --- a/lib/WebService/Fastly/Object/AutomationTokenErrorResponse.pm +++ b/lib/WebService/Fastly/Object/AutomationTokenErrorResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/AutomationTokenResponse.pm b/lib/WebService/Fastly/Object/AutomationTokenResponse.pm index 7b7a67be..42a612cd 100644 --- a/lib/WebService/Fastly/Object/AutomationTokenResponse.pm +++ b/lib/WebService/Fastly/Object/AutomationTokenResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/AutomationTokenResponseAllOf.pm b/lib/WebService/Fastly/Object/AutomationTokenResponseAllOf.pm index 723fa834..c3d10d14 100644 --- a/lib/WebService/Fastly/Object/AutomationTokenResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/AutomationTokenResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/AwsRegion.pm b/lib/WebService/Fastly/Object/AwsRegion.pm index 5a357a20..22c71c08 100644 --- a/lib/WebService/Fastly/Object/AwsRegion.pm +++ b/lib/WebService/Fastly/Object/AwsRegion.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Backend.pm b/lib/WebService/Fastly/Object/Backend.pm index 92e752f6..bb73d37e 100644 --- a/lib/WebService/Fastly/Object/Backend.pm +++ b/lib/WebService/Fastly/Object/Backend.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -504,6 +504,7 @@ __PACKAGE__->openapi_nullable( { 'ssl_client_key' => 'true', 'ssl_hostname' => 'true', 'ssl_sni_hostname' => 'true', + 'tcp_keepalive_enable' => 'true', 'tcp_keepalive_interval' => 'true', 'tcp_keepalive_probes' => 'true', 'tcp_keepalive_time' => 'true', diff --git a/lib/WebService/Fastly/Object/BackendResponse.pm b/lib/WebService/Fastly/Object/BackendResponse.pm index 1b447fb3..115f0bcb 100644 --- a/lib/WebService/Fastly/Object/BackendResponse.pm +++ b/lib/WebService/Fastly/Object/BackendResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -562,6 +562,7 @@ __PACKAGE__->openapi_nullable( { 'ssl_client_key' => 'true', 'ssl_hostname' => 'true', 'ssl_sni_hostname' => 'true', + 'tcp_keepalive_enable' => 'true', 'tcp_keepalive_interval' => 'true', 'tcp_keepalive_probes' => 'true', 'tcp_keepalive_time' => 'true', diff --git a/lib/WebService/Fastly/Object/BackendResponseAllOf.pm b/lib/WebService/Fastly/Object/BackendResponseAllOf.pm index 64980020..4fd48596 100644 --- a/lib/WebService/Fastly/Object/BackendResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/BackendResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Batch.pm b/lib/WebService/Fastly/Object/Batch.pm index ed179a52..2b5cc7da 100644 --- a/lib/WebService/Fastly/Object/Batch.pm +++ b/lib/WebService/Fastly/Object/Batch.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BatchErrors.pm b/lib/WebService/Fastly/Object/BatchErrors.pm index 93b2e300..e2e1b492 100644 --- a/lib/WebService/Fastly/Object/BatchErrors.pm +++ b/lib/WebService/Fastly/Object/BatchErrors.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Billing.pm b/lib/WebService/Fastly/Object/Billing.pm index 20a6d2de..ac5776e8 100644 --- a/lib/WebService/Fastly/Object/Billing.pm +++ b/lib/WebService/Fastly/Object/Billing.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BillingAddressAttributes.pm b/lib/WebService/Fastly/Object/BillingAddressAttributes.pm index 4c620224..972cb435 100644 --- a/lib/WebService/Fastly/Object/BillingAddressAttributes.pm +++ b/lib/WebService/Fastly/Object/BillingAddressAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BillingAddressRequest.pm b/lib/WebService/Fastly/Object/BillingAddressRequest.pm index ce94fef5..4d2eb8cc 100644 --- a/lib/WebService/Fastly/Object/BillingAddressRequest.pm +++ b/lib/WebService/Fastly/Object/BillingAddressRequest.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BillingAddressRequestData.pm b/lib/WebService/Fastly/Object/BillingAddressRequestData.pm index 5769afda..86d29223 100644 --- a/lib/WebService/Fastly/Object/BillingAddressRequestData.pm +++ b/lib/WebService/Fastly/Object/BillingAddressRequestData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BillingAddressResponse.pm b/lib/WebService/Fastly/Object/BillingAddressResponse.pm index a03f4b62..90ed8677 100644 --- a/lib/WebService/Fastly/Object/BillingAddressResponse.pm +++ b/lib/WebService/Fastly/Object/BillingAddressResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BillingAddressResponseData.pm b/lib/WebService/Fastly/Object/BillingAddressResponseData.pm index 3101f3eb..534f5a5d 100644 --- a/lib/WebService/Fastly/Object/BillingAddressResponseData.pm +++ b/lib/WebService/Fastly/Object/BillingAddressResponseData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BillingAddressVerificationErrorResponse.pm b/lib/WebService/Fastly/Object/BillingAddressVerificationErrorResponse.pm index d3589f0d..41900bd6 100644 --- a/lib/WebService/Fastly/Object/BillingAddressVerificationErrorResponse.pm +++ b/lib/WebService/Fastly/Object/BillingAddressVerificationErrorResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BillingAddressVerificationErrorResponseErrors.pm b/lib/WebService/Fastly/Object/BillingAddressVerificationErrorResponseErrors.pm index 00d39478..112043a1 100644 --- a/lib/WebService/Fastly/Object/BillingAddressVerificationErrorResponseErrors.pm +++ b/lib/WebService/Fastly/Object/BillingAddressVerificationErrorResponseErrors.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BillingEstimateLines.pm b/lib/WebService/Fastly/Object/BillingEstimateLines.pm index 93216238..22a0ee3b 100644 --- a/lib/WebService/Fastly/Object/BillingEstimateLines.pm +++ b/lib/WebService/Fastly/Object/BillingEstimateLines.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BillingEstimateLinesLineItems.pm b/lib/WebService/Fastly/Object/BillingEstimateLinesLineItems.pm index 03a8ff39..80f051c2 100644 --- a/lib/WebService/Fastly/Object/BillingEstimateLinesLineItems.pm +++ b/lib/WebService/Fastly/Object/BillingEstimateLinesLineItems.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BillingEstimateResponse.pm b/lib/WebService/Fastly/Object/BillingEstimateResponse.pm index 8ab869d7..e2772e6a 100644 --- a/lib/WebService/Fastly/Object/BillingEstimateResponse.pm +++ b/lib/WebService/Fastly/Object/BillingEstimateResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BillingResponse.pm b/lib/WebService/Fastly/Object/BillingResponse.pm index c5595b28..dd6c13da 100644 --- a/lib/WebService/Fastly/Object/BillingResponse.pm +++ b/lib/WebService/Fastly/Object/BillingResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BillingResponseItemItemsData.pm b/lib/WebService/Fastly/Object/BillingResponseItemItemsData.pm index d47c1229..33ff95d0 100644 --- a/lib/WebService/Fastly/Object/BillingResponseItemItemsData.pm +++ b/lib/WebService/Fastly/Object/BillingResponseItemItemsData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BillingResponseLineItem.pm b/lib/WebService/Fastly/Object/BillingResponseLineItem.pm index 2beebe53..b925c1a9 100644 --- a/lib/WebService/Fastly/Object/BillingResponseLineItem.pm +++ b/lib/WebService/Fastly/Object/BillingResponseLineItem.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BillingStatus.pm b/lib/WebService/Fastly/Object/BillingStatus.pm index d22c3514..7749da87 100644 --- a/lib/WebService/Fastly/Object/BillingStatus.pm +++ b/lib/WebService/Fastly/Object/BillingStatus.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BillingTotal.pm b/lib/WebService/Fastly/Object/BillingTotal.pm index a2a4ee7e..8d79f3e3 100644 --- a/lib/WebService/Fastly/Object/BillingTotal.pm +++ b/lib/WebService/Fastly/Object/BillingTotal.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BillingTotalExtras.pm b/lib/WebService/Fastly/Object/BillingTotalExtras.pm index 5d2e1084..b1432ce5 100644 --- a/lib/WebService/Fastly/Object/BillingTotalExtras.pm +++ b/lib/WebService/Fastly/Object/BillingTotalExtras.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BulkUpdateAclEntriesRequest.pm b/lib/WebService/Fastly/Object/BulkUpdateAclEntriesRequest.pm index 7a662a6c..f6940acc 100644 --- a/lib/WebService/Fastly/Object/BulkUpdateAclEntriesRequest.pm +++ b/lib/WebService/Fastly/Object/BulkUpdateAclEntriesRequest.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BulkUpdateAclEntry.pm b/lib/WebService/Fastly/Object/BulkUpdateAclEntry.pm index b6e29b87..ac43259f 100644 --- a/lib/WebService/Fastly/Object/BulkUpdateAclEntry.pm +++ b/lib/WebService/Fastly/Object/BulkUpdateAclEntry.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BulkUpdateAclEntryAllOf.pm b/lib/WebService/Fastly/Object/BulkUpdateAclEntryAllOf.pm index 39abc5b7..109c99e6 100644 --- a/lib/WebService/Fastly/Object/BulkUpdateAclEntryAllOf.pm +++ b/lib/WebService/Fastly/Object/BulkUpdateAclEntryAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BulkUpdateConfigStoreItem.pm b/lib/WebService/Fastly/Object/BulkUpdateConfigStoreItem.pm index 8620360a..d1838383 100644 --- a/lib/WebService/Fastly/Object/BulkUpdateConfigStoreItem.pm +++ b/lib/WebService/Fastly/Object/BulkUpdateConfigStoreItem.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BulkUpdateConfigStoreItemAllOf.pm b/lib/WebService/Fastly/Object/BulkUpdateConfigStoreItemAllOf.pm index 4719c362..059c922e 100644 --- a/lib/WebService/Fastly/Object/BulkUpdateConfigStoreItemAllOf.pm +++ b/lib/WebService/Fastly/Object/BulkUpdateConfigStoreItemAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BulkUpdateConfigStoreListRequest.pm b/lib/WebService/Fastly/Object/BulkUpdateConfigStoreListRequest.pm index 8d67bb98..87b055c1 100644 --- a/lib/WebService/Fastly/Object/BulkUpdateConfigStoreListRequest.pm +++ b/lib/WebService/Fastly/Object/BulkUpdateConfigStoreListRequest.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BulkUpdateDictionaryItem.pm b/lib/WebService/Fastly/Object/BulkUpdateDictionaryItem.pm index 00cf24c3..ae378442 100644 --- a/lib/WebService/Fastly/Object/BulkUpdateDictionaryItem.pm +++ b/lib/WebService/Fastly/Object/BulkUpdateDictionaryItem.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BulkUpdateDictionaryListRequest.pm b/lib/WebService/Fastly/Object/BulkUpdateDictionaryListRequest.pm index 4d1e98ac..6c2c9d36 100644 --- a/lib/WebService/Fastly/Object/BulkUpdateDictionaryListRequest.pm +++ b/lib/WebService/Fastly/Object/BulkUpdateDictionaryListRequest.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/BulkWafActiveRules.pm b/lib/WebService/Fastly/Object/BulkWafActiveRules.pm index f131e0b1..8005aaec 100644 --- a/lib/WebService/Fastly/Object/BulkWafActiveRules.pm +++ b/lib/WebService/Fastly/Object/BulkWafActiveRules.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/CacheSetting.pm b/lib/WebService/Fastly/Object/CacheSetting.pm index e1fa160f..e87621cd 100644 --- a/lib/WebService/Fastly/Object/CacheSetting.pm +++ b/lib/WebService/Fastly/Object/CacheSetting.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/CacheSettingResponse.pm b/lib/WebService/Fastly/Object/CacheSettingResponse.pm index 99a662c6..07fa70ba 100644 --- a/lib/WebService/Fastly/Object/CacheSettingResponse.pm +++ b/lib/WebService/Fastly/Object/CacheSettingResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ClientKey.pm b/lib/WebService/Fastly/Object/ClientKey.pm index a991f876..4e2c4115 100644 --- a/lib/WebService/Fastly/Object/ClientKey.pm +++ b/lib/WebService/Fastly/Object/ClientKey.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Condition.pm b/lib/WebService/Fastly/Object/Condition.pm index 2f81e5ec..dd2d5731 100644 --- a/lib/WebService/Fastly/Object/Condition.pm +++ b/lib/WebService/Fastly/Object/Condition.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ConditionResponse.pm b/lib/WebService/Fastly/Object/ConditionResponse.pm index 63316b99..a6dd10c3 100644 --- a/lib/WebService/Fastly/Object/ConditionResponse.pm +++ b/lib/WebService/Fastly/Object/ConditionResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ConfigStore.pm b/lib/WebService/Fastly/Object/ConfigStore.pm index c47cfa33..e16e98ef 100644 --- a/lib/WebService/Fastly/Object/ConfigStore.pm +++ b/lib/WebService/Fastly/Object/ConfigStore.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ConfigStoreInfoResponse.pm b/lib/WebService/Fastly/Object/ConfigStoreInfoResponse.pm index f6556a15..c613e7e6 100644 --- a/lib/WebService/Fastly/Object/ConfigStoreInfoResponse.pm +++ b/lib/WebService/Fastly/Object/ConfigStoreInfoResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ConfigStoreItem.pm b/lib/WebService/Fastly/Object/ConfigStoreItem.pm index 50707109..7f45b527 100644 --- a/lib/WebService/Fastly/Object/ConfigStoreItem.pm +++ b/lib/WebService/Fastly/Object/ConfigStoreItem.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ConfigStoreItemResponse.pm b/lib/WebService/Fastly/Object/ConfigStoreItemResponse.pm index a0d30ccd..09662162 100644 --- a/lib/WebService/Fastly/Object/ConfigStoreItemResponse.pm +++ b/lib/WebService/Fastly/Object/ConfigStoreItemResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ConfigStoreItemResponseAllOf.pm b/lib/WebService/Fastly/Object/ConfigStoreItemResponseAllOf.pm index 6dd20a88..522007b3 100644 --- a/lib/WebService/Fastly/Object/ConfigStoreItemResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/ConfigStoreItemResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ConfigStoreResponse.pm b/lib/WebService/Fastly/Object/ConfigStoreResponse.pm index 9526b454..d4d1628a 100644 --- a/lib/WebService/Fastly/Object/ConfigStoreResponse.pm +++ b/lib/WebService/Fastly/Object/ConfigStoreResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ConfigStoreResponseAllOf.pm b/lib/WebService/Fastly/Object/ConfigStoreResponseAllOf.pm index 50569013..fba36da1 100644 --- a/lib/WebService/Fastly/Object/ConfigStoreResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/ConfigStoreResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Contact.pm b/lib/WebService/Fastly/Object/Contact.pm index 0b7904a7..809eff41 100644 --- a/lib/WebService/Fastly/Object/Contact.pm +++ b/lib/WebService/Fastly/Object/Contact.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ContactResponse.pm b/lib/WebService/Fastly/Object/ContactResponse.pm index 717c40c1..fe79d0cf 100644 --- a/lib/WebService/Fastly/Object/ContactResponse.pm +++ b/lib/WebService/Fastly/Object/ContactResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ContactResponseAllOf.pm b/lib/WebService/Fastly/Object/ContactResponseAllOf.pm index 60b9bc98..1e8301e8 100644 --- a/lib/WebService/Fastly/Object/ContactResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/ContactResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Content.pm b/lib/WebService/Fastly/Object/Content.pm index 377be9e4..1577411d 100644 --- a/lib/WebService/Fastly/Object/Content.pm +++ b/lib/WebService/Fastly/Object/Content.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/CreateResponseObjectRequest.pm b/lib/WebService/Fastly/Object/CreateResponseObjectRequest.pm index b5ced240..e23ab604 100644 --- a/lib/WebService/Fastly/Object/CreateResponseObjectRequest.pm +++ b/lib/WebService/Fastly/Object/CreateResponseObjectRequest.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Customer.pm b/lib/WebService/Fastly/Object/Customer.pm index 8bd416c6..0a734463 100644 --- a/lib/WebService/Fastly/Object/Customer.pm +++ b/lib/WebService/Fastly/Object/Customer.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/CustomerResponse.pm b/lib/WebService/Fastly/Object/CustomerResponse.pm index 32bc0578..2ce10221 100644 --- a/lib/WebService/Fastly/Object/CustomerResponse.pm +++ b/lib/WebService/Fastly/Object/CustomerResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/CustomerResponseAllOf.pm b/lib/WebService/Fastly/Object/CustomerResponseAllOf.pm index 049b9cd3..8823edcb 100644 --- a/lib/WebService/Fastly/Object/CustomerResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/CustomerResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/DefaultSettings.pm b/lib/WebService/Fastly/Object/DefaultSettings.pm new file mode 100644 index 00000000..23549d4d --- /dev/null +++ b/lib/WebService/Fastly/Object/DefaultSettings.pm @@ -0,0 +1,238 @@ +=begin comment + +Fastly API + +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) + +The version of the API Spec document: 1.0.0 +Contact: oss@fastly.com + +=end comment + +=cut + +# +# NOTE: This class is auto generated. +# Do not edit the class manually. +# +package WebService::Fastly::Object::DefaultSettings; + +require 5.6.0; +use strict; +use warnings; +use utf8; +use JSON::MaybeXS qw(decode_json); +use Data::Dumper; +use Module::Runtime qw(use_module); +use Log::Any qw($log); +use Date::Parse; +use DateTime; + + +use base ("Class::Accessor", "Class::Data::Inheritable"); + +# +# +# +# NOTE: This class is auto generated. Do not edit the class manually. +# + +=begin comment + +Fastly API + +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) + +The version of the API Spec document: 1.0.0 +Contact: oss@fastly.com + +=end comment + +=cut + +# +# NOTE: This class is auto generated. +# Do not edit the class manually. +# +__PACKAGE__->mk_classdata('attribute_map' => {}); +__PACKAGE__->mk_classdata('openapi_types' => {}); +__PACKAGE__->mk_classdata('method_documentation' => {}); +__PACKAGE__->mk_classdata('class_documentation' => {}); +__PACKAGE__->mk_classdata('openapi_nullable' => {}); + +# new plain object +sub new { + my ($class, %args) = @_; + + my $self = bless {}, $class; + + $self->init(%args); + + return $self; +} + +# initialize the object +sub init +{ + my ($self, %args) = @_; + + foreach my $attribute (keys %{$self->attribute_map}) { + my $args_key = $self->attribute_map->{$attribute}; + $self->$attribute( $args{ $args_key } ); + } +} + +# return perl hash +sub to_hash { + my $self = shift; + my $_hash = decode_json(JSON()->new->allow_blessed->convert_blessed->encode($self)); + + return $_hash; +} + +# used by JSON for serialization +sub TO_JSON { + my $self = shift; + my $_data = {}; + foreach my $_key (keys %{$self->attribute_map}) { + $_data->{$self->attribute_map->{$_key}} = $self->{$_key}; + } + + return $_data; +} + +# from Perl hashref +sub from_hash { + my ($self, $hash) = @_; + + # loop through attributes and use openapi_types to deserialize the data + while ( my ($_key, $_type) = each %{$self->openapi_types} ) { + my $_json_attribute = $self->attribute_map->{$_key}; + my $_is_nullable = ($self->openapi_nullable->{$_key} || 'false') eq 'true'; + if ($_type =~ /^array\[(.+)\]$/i) { # array + my $_subclass = $1; + my @_array = (); + foreach my $_element (@{$hash->{$_json_attribute}}) { + push @_array, $self->_deserialize($_subclass, $_element, $_is_nullable); + } + $self->{$_key} = \@_array; + } elsif ($_type =~ /^hash\[string,(.+)\]$/i) { # hash + my $_subclass = $1; + my %_hash = (); + while (my($_key, $_element) = each %{$hash->{$_json_attribute}}) { + $_hash{$_key} = $self->_deserialize($_subclass, $_element, $_is_nullable); + } + $self->{$_key} = \%_hash; + } elsif (exists $hash->{$_json_attribute}) { #hash(model), primitive, datetime + $self->{$_key} = $self->_deserialize($_type, $hash->{$_json_attribute}, $_is_nullable); + } else { + $log->debugf("Warning: %s (%s) does not exist in input hash\n", $_key, $_json_attribute); + } + } + + return $self; +} + +# deserialize non-array data +sub _deserialize { + my ($self, $type, $data, $is_nullable) = @_; + $log->debugf("deserializing %s with %s",Dumper($data), $type); + + if (!(defined $data) && $is_nullable) { + return undef; + } + if ($type eq 'DateTime') { + return DateTime->from_epoch(epoch => str2time($data)); + } elsif ( grep( /^$type$/, ('int', 'double', 'string', 'boolean'))) { + return $data; + } else { # hash(model) + my $_instance = eval "WebService::Fastly::Object::$type->new()"; + return $_instance->from_hash($data); + } +} + + +__PACKAGE__->class_documentation({description => '', + class => 'DefaultSettings', + required => [], # TODO +} ); + +__PACKAGE__->method_documentation({ + 'resize_filter' => { + datatype => 'string', + base_name => 'resize_filter', + description => 'The type of filter to use while resizing an image.', + format => '', + read_only => 'false', + }, + 'webp' => { + datatype => 'boolean', + base_name => 'webp', + description => 'Controls whether or not to default to WebP output when the client supports it. This is equivalent to adding \"auto=webp\" to all image optimizer requests. ', + format => '', + read_only => 'false', + }, + 'webp_quality' => { + datatype => 'int', + base_name => 'webp_quality', + description => 'The default quality to use with WebP output. This can be overridden with the second option in the \"quality\" URL parameter on specific image optimizer requests. ', + format => '', + read_only => 'false', + }, + 'jpeg_type' => { + datatype => 'string', + base_name => 'jpeg_type', + description => 'The default type of JPEG output to use. This can be overridden with \"format=bjpeg\" and \"format=pjpeg\" on specific image optimizer requests. ', + format => '', + read_only => 'false', + }, + 'jpeg_quality' => { + datatype => 'int', + base_name => 'jpeg_quality', + description => 'The default quality to use with JPEG output. This can be overridden with the \"quality\" parameter on specific image optimizer requests. ', + format => '', + read_only => 'false', + }, + 'upscale' => { + datatype => 'boolean', + base_name => 'upscale', + description => 'Whether or not we should allow output images to render at sizes larger than input. ', + format => '', + read_only => 'false', + }, + 'allow_video' => { + datatype => 'boolean', + base_name => 'allow_video', + description => 'Enables GIF to MP4 transformations on this service.', + format => '', + read_only => 'false', + }, +}); + +__PACKAGE__->openapi_types( { + 'resize_filter' => 'string', + 'webp' => 'boolean', + 'webp_quality' => 'int', + 'jpeg_type' => 'string', + 'jpeg_quality' => 'int', + 'upscale' => 'boolean', + 'allow_video' => 'boolean' +} ); + +__PACKAGE__->attribute_map( { + 'resize_filter' => 'resize_filter', + 'webp' => 'webp', + 'webp_quality' => 'webp_quality', + 'jpeg_type' => 'jpeg_type', + 'jpeg_quality' => 'jpeg_quality', + 'upscale' => 'upscale', + 'allow_video' => 'allow_video' +} ); + +__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map}); + +__PACKAGE__->openapi_nullable( { +} ); + + +1; diff --git a/lib/WebService/Fastly/Object/DefaultSettingsError.pm b/lib/WebService/Fastly/Object/DefaultSettingsError.pm new file mode 100644 index 00000000..9a239b2c --- /dev/null +++ b/lib/WebService/Fastly/Object/DefaultSettingsError.pm @@ -0,0 +1,202 @@ +=begin comment + +Fastly API + +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) + +The version of the API Spec document: 1.0.0 +Contact: oss@fastly.com + +=end comment + +=cut + +# +# NOTE: This class is auto generated. +# Do not edit the class manually. +# +package WebService::Fastly::Object::DefaultSettingsError; + +require 5.6.0; +use strict; +use warnings; +use utf8; +use JSON::MaybeXS qw(decode_json); +use Data::Dumper; +use Module::Runtime qw(use_module); +use Log::Any qw($log); +use Date::Parse; +use DateTime; + + +use base ("Class::Accessor", "Class::Data::Inheritable"); + +# +# +# +# NOTE: This class is auto generated. Do not edit the class manually. +# + +=begin comment + +Fastly API + +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) + +The version of the API Spec document: 1.0.0 +Contact: oss@fastly.com + +=end comment + +=cut + +# +# NOTE: This class is auto generated. +# Do not edit the class manually. +# +__PACKAGE__->mk_classdata('attribute_map' => {}); +__PACKAGE__->mk_classdata('openapi_types' => {}); +__PACKAGE__->mk_classdata('method_documentation' => {}); +__PACKAGE__->mk_classdata('class_documentation' => {}); +__PACKAGE__->mk_classdata('openapi_nullable' => {}); + +# new plain object +sub new { + my ($class, %args) = @_; + + my $self = bless {}, $class; + + $self->init(%args); + + return $self; +} + +# initialize the object +sub init +{ + my ($self, %args) = @_; + + foreach my $attribute (keys %{$self->attribute_map}) { + my $args_key = $self->attribute_map->{$attribute}; + $self->$attribute( $args{ $args_key } ); + } +} + +# return perl hash +sub to_hash { + my $self = shift; + my $_hash = decode_json(JSON()->new->allow_blessed->convert_blessed->encode($self)); + + return $_hash; +} + +# used by JSON for serialization +sub TO_JSON { + my $self = shift; + my $_data = {}; + foreach my $_key (keys %{$self->attribute_map}) { + $_data->{$self->attribute_map->{$_key}} = $self->{$_key}; + } + + return $_data; +} + +# from Perl hashref +sub from_hash { + my ($self, $hash) = @_; + + # loop through attributes and use openapi_types to deserialize the data + while ( my ($_key, $_type) = each %{$self->openapi_types} ) { + my $_json_attribute = $self->attribute_map->{$_key}; + my $_is_nullable = ($self->openapi_nullable->{$_key} || 'false') eq 'true'; + if ($_type =~ /^array\[(.+)\]$/i) { # array + my $_subclass = $1; + my @_array = (); + foreach my $_element (@{$hash->{$_json_attribute}}) { + push @_array, $self->_deserialize($_subclass, $_element, $_is_nullable); + } + $self->{$_key} = \@_array; + } elsif ($_type =~ /^hash\[string,(.+)\]$/i) { # hash + my $_subclass = $1; + my %_hash = (); + while (my($_key, $_element) = each %{$hash->{$_json_attribute}}) { + $_hash{$_key} = $self->_deserialize($_subclass, $_element, $_is_nullable); + } + $self->{$_key} = \%_hash; + } elsif (exists $hash->{$_json_attribute}) { #hash(model), primitive, datetime + $self->{$_key} = $self->_deserialize($_type, $hash->{$_json_attribute}, $_is_nullable); + } else { + $log->debugf("Warning: %s (%s) does not exist in input hash\n", $_key, $_json_attribute); + } + } + + return $self; +} + +# deserialize non-array data +sub _deserialize { + my ($self, $type, $data, $is_nullable) = @_; + $log->debugf("deserializing %s with %s",Dumper($data), $type); + + if (!(defined $data) && $is_nullable) { + return undef; + } + if ($type eq 'DateTime') { + return DateTime->from_epoch(epoch => str2time($data)); + } elsif ( grep( /^$type$/, ('int', 'double', 'string', 'boolean'))) { + return $data; + } else { # hash(model) + my $_instance = eval "WebService::Fastly::Object::$type->new()"; + return $_instance->from_hash($data); + } +} + + +__PACKAGE__->class_documentation({description => '', + class => 'DefaultSettingsError', + required => [], # TODO +} ); + +__PACKAGE__->method_documentation({ + 'title' => { + datatype => 'string', + base_name => 'title', + description => '', + format => '', + read_only => 'false', + }, + 'type' => { + datatype => 'string', + base_name => 'type', + description => '', + format => '', + read_only => 'false', + }, + 'detail' => { + datatype => 'string', + base_name => 'detail', + description => '', + format => '', + read_only => 'false', + }, +}); + +__PACKAGE__->openapi_types( { + 'title' => 'string', + 'type' => 'string', + 'detail' => 'string' +} ); + +__PACKAGE__->attribute_map( { + 'title' => 'title', + 'type' => 'type', + 'detail' => 'detail' +} ); + +__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map}); + +__PACKAGE__->openapi_nullable( { +} ); + + +1; diff --git a/lib/WebService/Fastly/Object/DefaultSettingsResponse.pm b/lib/WebService/Fastly/Object/DefaultSettingsResponse.pm new file mode 100644 index 00000000..14b626fc --- /dev/null +++ b/lib/WebService/Fastly/Object/DefaultSettingsResponse.pm @@ -0,0 +1,239 @@ +=begin comment + +Fastly API + +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) + +The version of the API Spec document: 1.0.0 +Contact: oss@fastly.com + +=end comment + +=cut + +# +# NOTE: This class is auto generated. +# Do not edit the class manually. +# +package WebService::Fastly::Object::DefaultSettingsResponse; + +require 5.6.0; +use strict; +use warnings; +use utf8; +use JSON::MaybeXS qw(decode_json); +use Data::Dumper; +use Module::Runtime qw(use_module); +use Log::Any qw($log); +use Date::Parse; +use DateTime; + +use WebService::Fastly::Object::DefaultSettings; + +use base ("Class::Accessor", "Class::Data::Inheritable"); + +# +# +# +# NOTE: This class is auto generated. Do not edit the class manually. +# + +=begin comment + +Fastly API + +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) + +The version of the API Spec document: 1.0.0 +Contact: oss@fastly.com + +=end comment + +=cut + +# +# NOTE: This class is auto generated. +# Do not edit the class manually. +# +__PACKAGE__->mk_classdata('attribute_map' => {}); +__PACKAGE__->mk_classdata('openapi_types' => {}); +__PACKAGE__->mk_classdata('method_documentation' => {}); +__PACKAGE__->mk_classdata('class_documentation' => {}); +__PACKAGE__->mk_classdata('openapi_nullable' => {}); + +# new plain object +sub new { + my ($class, %args) = @_; + + my $self = bless {}, $class; + + $self->init(%args); + + return $self; +} + +# initialize the object +sub init +{ + my ($self, %args) = @_; + + foreach my $attribute (keys %{$self->attribute_map}) { + my $args_key = $self->attribute_map->{$attribute}; + $self->$attribute( $args{ $args_key } ); + } +} + +# return perl hash +sub to_hash { + my $self = shift; + my $_hash = decode_json(JSON()->new->allow_blessed->convert_blessed->encode($self)); + + return $_hash; +} + +# used by JSON for serialization +sub TO_JSON { + my $self = shift; + my $_data = {}; + foreach my $_key (keys %{$self->attribute_map}) { + $_data->{$self->attribute_map->{$_key}} = $self->{$_key}; + } + + return $_data; +} + +# from Perl hashref +sub from_hash { + my ($self, $hash) = @_; + + # loop through attributes and use openapi_types to deserialize the data + while ( my ($_key, $_type) = each %{$self->openapi_types} ) { + my $_json_attribute = $self->attribute_map->{$_key}; + my $_is_nullable = ($self->openapi_nullable->{$_key} || 'false') eq 'true'; + if ($_type =~ /^array\[(.+)\]$/i) { # array + my $_subclass = $1; + my @_array = (); + foreach my $_element (@{$hash->{$_json_attribute}}) { + push @_array, $self->_deserialize($_subclass, $_element, $_is_nullable); + } + $self->{$_key} = \@_array; + } elsif ($_type =~ /^hash\[string,(.+)\]$/i) { # hash + my $_subclass = $1; + my %_hash = (); + while (my($_key, $_element) = each %{$hash->{$_json_attribute}}) { + $_hash{$_key} = $self->_deserialize($_subclass, $_element, $_is_nullable); + } + $self->{$_key} = \%_hash; + } elsif (exists $hash->{$_json_attribute}) { #hash(model), primitive, datetime + $self->{$_key} = $self->_deserialize($_type, $hash->{$_json_attribute}, $_is_nullable); + } else { + $log->debugf("Warning: %s (%s) does not exist in input hash\n", $_key, $_json_attribute); + } + } + + return $self; +} + +# deserialize non-array data +sub _deserialize { + my ($self, $type, $data, $is_nullable) = @_; + $log->debugf("deserializing %s with %s",Dumper($data), $type); + + if (!(defined $data) && $is_nullable) { + return undef; + } + if ($type eq 'DateTime') { + return DateTime->from_epoch(epoch => str2time($data)); + } elsif ( grep( /^$type$/, ('int', 'double', 'string', 'boolean'))) { + return $data; + } else { # hash(model) + my $_instance = eval "WebService::Fastly::Object::$type->new()"; + return $_instance->from_hash($data); + } +} + + +__PACKAGE__->class_documentation({description => '', + class => 'DefaultSettingsResponse', + required => [], # TODO +} ); + +__PACKAGE__->method_documentation({ + 'resize_filter' => { + datatype => 'string', + base_name => 'resize_filter', + description => 'The type of filter to use while resizing an image.', + format => '', + read_only => 'false', + }, + 'webp' => { + datatype => 'boolean', + base_name => 'webp', + description => 'Controls whether or not to default to WebP output when the client supports it. This is equivalent to adding \"auto=webp\" to all image optimizer requests. ', + format => '', + read_only => 'false', + }, + 'webp_quality' => { + datatype => 'int', + base_name => 'webp_quality', + description => 'The default quality to use with WebP output. This can be overridden with the second option in the \"quality\" URL parameter on specific image optimizer requests. ', + format => '', + read_only => 'false', + }, + 'jpeg_type' => { + datatype => 'string', + base_name => 'jpeg_type', + description => 'The default type of JPEG output to use. This can be overridden with \"format=bjpeg\" and \"format=pjpeg\" on specific image optimizer requests. ', + format => '', + read_only => 'false', + }, + 'jpeg_quality' => { + datatype => 'int', + base_name => 'jpeg_quality', + description => 'The default quality to use with JPEG output. This can be overridden with the \"quality\" parameter on specific image optimizer requests. ', + format => '', + read_only => 'false', + }, + 'upscale' => { + datatype => 'boolean', + base_name => 'upscale', + description => 'Whether or not we should allow output images to render at sizes larger than input. ', + format => '', + read_only => 'false', + }, + 'allow_video' => { + datatype => 'boolean', + base_name => 'allow_video', + description => 'Enables GIF to MP4 transformations on this service.', + format => '', + read_only => 'false', + }, +}); + +__PACKAGE__->openapi_types( { + 'resize_filter' => 'string', + 'webp' => 'boolean', + 'webp_quality' => 'int', + 'jpeg_type' => 'string', + 'jpeg_quality' => 'int', + 'upscale' => 'boolean', + 'allow_video' => 'boolean' +} ); + +__PACKAGE__->attribute_map( { + 'resize_filter' => 'resize_filter', + 'webp' => 'webp', + 'webp_quality' => 'webp_quality', + 'jpeg_type' => 'jpeg_type', + 'jpeg_quality' => 'jpeg_quality', + 'upscale' => 'upscale', + 'allow_video' => 'allow_video' +} ); + +__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map}); + +__PACKAGE__->openapi_nullable( { +} ); + + +1; diff --git a/lib/WebService/Fastly/Object/Dictionary.pm b/lib/WebService/Fastly/Object/Dictionary.pm index 3b6f3e52..ad17b03b 100644 --- a/lib/WebService/Fastly/Object/Dictionary.pm +++ b/lib/WebService/Fastly/Object/Dictionary.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/DictionaryInfoResponse.pm b/lib/WebService/Fastly/Object/DictionaryInfoResponse.pm index 87e8cb8a..f81b3fcb 100644 --- a/lib/WebService/Fastly/Object/DictionaryInfoResponse.pm +++ b/lib/WebService/Fastly/Object/DictionaryInfoResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/DictionaryItem.pm b/lib/WebService/Fastly/Object/DictionaryItem.pm index 969a4b99..2048d4ff 100644 --- a/lib/WebService/Fastly/Object/DictionaryItem.pm +++ b/lib/WebService/Fastly/Object/DictionaryItem.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/DictionaryItemResponse.pm b/lib/WebService/Fastly/Object/DictionaryItemResponse.pm index e28efac1..72beccaf 100644 --- a/lib/WebService/Fastly/Object/DictionaryItemResponse.pm +++ b/lib/WebService/Fastly/Object/DictionaryItemResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/DictionaryItemResponseAllOf.pm b/lib/WebService/Fastly/Object/DictionaryItemResponseAllOf.pm index f0759e37..4a41fab3 100644 --- a/lib/WebService/Fastly/Object/DictionaryItemResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/DictionaryItemResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/DictionaryResponse.pm b/lib/WebService/Fastly/Object/DictionaryResponse.pm index 6b9ef84f..15ed80af 100644 --- a/lib/WebService/Fastly/Object/DictionaryResponse.pm +++ b/lib/WebService/Fastly/Object/DictionaryResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/DictionaryResponseAllOf.pm b/lib/WebService/Fastly/Object/DictionaryResponseAllOf.pm index e059241a..c6d4d2b6 100644 --- a/lib/WebService/Fastly/Object/DictionaryResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/DictionaryResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/DiffResponse.pm b/lib/WebService/Fastly/Object/DiffResponse.pm index d09895b3..bb928a6f 100644 --- a/lib/WebService/Fastly/Object/DiffResponse.pm +++ b/lib/WebService/Fastly/Object/DiffResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Director.pm b/lib/WebService/Fastly/Object/Director.pm index 03a0c4ae..4e22082a 100644 --- a/lib/WebService/Fastly/Object/Director.pm +++ b/lib/WebService/Fastly/Object/Director.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/DirectorBackend.pm b/lib/WebService/Fastly/Object/DirectorBackend.pm index 298dbe76..193e119f 100644 --- a/lib/WebService/Fastly/Object/DirectorBackend.pm +++ b/lib/WebService/Fastly/Object/DirectorBackend.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/DirectorBackendAllOf.pm b/lib/WebService/Fastly/Object/DirectorBackendAllOf.pm index 7611bef5..b6491539 100644 --- a/lib/WebService/Fastly/Object/DirectorBackendAllOf.pm +++ b/lib/WebService/Fastly/Object/DirectorBackendAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/DirectorResponse.pm b/lib/WebService/Fastly/Object/DirectorResponse.pm index dd858968..c426ba5a 100644 --- a/lib/WebService/Fastly/Object/DirectorResponse.pm +++ b/lib/WebService/Fastly/Object/DirectorResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Domain.pm b/lib/WebService/Fastly/Object/Domain.pm index 76e2dece..324a013b 100644 --- a/lib/WebService/Fastly/Object/Domain.pm +++ b/lib/WebService/Fastly/Object/Domain.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/DomainInspector.pm b/lib/WebService/Fastly/Object/DomainInspector.pm index 0b23fa33..d867dbe1 100644 --- a/lib/WebService/Fastly/Object/DomainInspector.pm +++ b/lib/WebService/Fastly/Object/DomainInspector.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/DomainInspectorEntry.pm b/lib/WebService/Fastly/Object/DomainInspectorEntry.pm index e135725f..ae8cdbbe 100644 --- a/lib/WebService/Fastly/Object/DomainInspectorEntry.pm +++ b/lib/WebService/Fastly/Object/DomainInspectorEntry.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/DomainInspectorEntryDimensions.pm b/lib/WebService/Fastly/Object/DomainInspectorEntryDimensions.pm index da055551..01c39552 100644 --- a/lib/WebService/Fastly/Object/DomainInspectorEntryDimensions.pm +++ b/lib/WebService/Fastly/Object/DomainInspectorEntryDimensions.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/DomainInspectorMeasurements.pm b/lib/WebService/Fastly/Object/DomainInspectorMeasurements.pm index 856ea3ec..e4e512ac 100644 --- a/lib/WebService/Fastly/Object/DomainInspectorMeasurements.pm +++ b/lib/WebService/Fastly/Object/DomainInspectorMeasurements.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/DomainInspectorRealtimeEntry.pm b/lib/WebService/Fastly/Object/DomainInspectorRealtimeEntry.pm index 401971d0..94c90718 100644 --- a/lib/WebService/Fastly/Object/DomainInspectorRealtimeEntry.pm +++ b/lib/WebService/Fastly/Object/DomainInspectorRealtimeEntry.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/DomainResponse.pm b/lib/WebService/Fastly/Object/DomainResponse.pm index 3261e75c..d0cb6a4b 100644 --- a/lib/WebService/Fastly/Object/DomainResponse.pm +++ b/lib/WebService/Fastly/Object/DomainResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/EnabledProductResponse.pm b/lib/WebService/Fastly/Object/EnabledProductResponse.pm index ab3e4aca..6c70cbd4 100644 --- a/lib/WebService/Fastly/Object/EnabledProductResponse.pm +++ b/lib/WebService/Fastly/Object/EnabledProductResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/EnabledProductResponseLinks.pm b/lib/WebService/Fastly/Object/EnabledProductResponseLinks.pm index 7e157608..01a170a0 100644 --- a/lib/WebService/Fastly/Object/EnabledProductResponseLinks.pm +++ b/lib/WebService/Fastly/Object/EnabledProductResponseLinks.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/EnabledProductResponseProduct.pm b/lib/WebService/Fastly/Object/EnabledProductResponseProduct.pm index dae79749..7de97404 100644 --- a/lib/WebService/Fastly/Object/EnabledProductResponseProduct.pm +++ b/lib/WebService/Fastly/Object/EnabledProductResponseProduct.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/EnabledProductResponseService.pm b/lib/WebService/Fastly/Object/EnabledProductResponseService.pm index 6106a595..a07dd14b 100644 --- a/lib/WebService/Fastly/Object/EnabledProductResponseService.pm +++ b/lib/WebService/Fastly/Object/EnabledProductResponseService.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Error.pm b/lib/WebService/Fastly/Object/Error.pm index 25bd184e..8c335000 100644 --- a/lib/WebService/Fastly/Object/Error.pm +++ b/lib/WebService/Fastly/Object/Error.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ErrorResponseData.pm b/lib/WebService/Fastly/Object/ErrorResponseData.pm index 8dba7353..b41317bf 100644 --- a/lib/WebService/Fastly/Object/ErrorResponseData.pm +++ b/lib/WebService/Fastly/Object/ErrorResponseData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Event.pm b/lib/WebService/Fastly/Object/Event.pm index cde45754..93c2e61a 100644 --- a/lib/WebService/Fastly/Object/Event.pm +++ b/lib/WebService/Fastly/Object/Event.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/EventAttributes.pm b/lib/WebService/Fastly/Object/EventAttributes.pm index 4343890e..5bdfd7c5 100644 --- a/lib/WebService/Fastly/Object/EventAttributes.pm +++ b/lib/WebService/Fastly/Object/EventAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/EventData.pm b/lib/WebService/Fastly/Object/EventData.pm index 910a4133..efd89a4b 100644 --- a/lib/WebService/Fastly/Object/EventData.pm +++ b/lib/WebService/Fastly/Object/EventData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/EventResponse.pm b/lib/WebService/Fastly/Object/EventResponse.pm index 92217a8e..c98f9d62 100644 --- a/lib/WebService/Fastly/Object/EventResponse.pm +++ b/lib/WebService/Fastly/Object/EventResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/EventsResponse.pm b/lib/WebService/Fastly/Object/EventsResponse.pm index 06a79ce7..68922088 100644 --- a/lib/WebService/Fastly/Object/EventsResponse.pm +++ b/lib/WebService/Fastly/Object/EventsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/GenericTokenError.pm b/lib/WebService/Fastly/Object/GenericTokenError.pm index d2e01387..9c823c21 100644 --- a/lib/WebService/Fastly/Object/GenericTokenError.pm +++ b/lib/WebService/Fastly/Object/GenericTokenError.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Gzip.pm b/lib/WebService/Fastly/Object/Gzip.pm index e3469e83..65c3e03b 100644 --- a/lib/WebService/Fastly/Object/Gzip.pm +++ b/lib/WebService/Fastly/Object/Gzip.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/GzipResponse.pm b/lib/WebService/Fastly/Object/GzipResponse.pm index 71288876..71c0dce4 100644 --- a/lib/WebService/Fastly/Object/GzipResponse.pm +++ b/lib/WebService/Fastly/Object/GzipResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Header.pm b/lib/WebService/Fastly/Object/Header.pm index 23d47bfc..b8c113cd 100644 --- a/lib/WebService/Fastly/Object/Header.pm +++ b/lib/WebService/Fastly/Object/Header.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HeaderResponse.pm b/lib/WebService/Fastly/Object/HeaderResponse.pm index 4ac46c2b..1c4925e5 100644 --- a/lib/WebService/Fastly/Object/HeaderResponse.pm +++ b/lib/WebService/Fastly/Object/HeaderResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HeaderResponseAdditional.pm b/lib/WebService/Fastly/Object/HeaderResponseAdditional.pm index aa468f49..eb61bd0b 100644 --- a/lib/WebService/Fastly/Object/HeaderResponseAdditional.pm +++ b/lib/WebService/Fastly/Object/HeaderResponseAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Healthcheck.pm b/lib/WebService/Fastly/Object/Healthcheck.pm index 6f2a6759..601031a7 100644 --- a/lib/WebService/Fastly/Object/Healthcheck.pm +++ b/lib/WebService/Fastly/Object/Healthcheck.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HealthcheckResponse.pm b/lib/WebService/Fastly/Object/HealthcheckResponse.pm index 538271f8..eff2b1d3 100644 --- a/lib/WebService/Fastly/Object/HealthcheckResponse.pm +++ b/lib/WebService/Fastly/Object/HealthcheckResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Historical.pm b/lib/WebService/Fastly/Object/Historical.pm index 634064ce..c8d98043 100644 --- a/lib/WebService/Fastly/Object/Historical.pm +++ b/lib/WebService/Fastly/Object/Historical.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalDdos.pm b/lib/WebService/Fastly/Object/HistoricalDdos.pm index f6b5630b..30f37d32 100644 --- a/lib/WebService/Fastly/Object/HistoricalDdos.pm +++ b/lib/WebService/Fastly/Object/HistoricalDdos.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalDdosMeta.pm b/lib/WebService/Fastly/Object/HistoricalDdosMeta.pm index b71dc7b4..9bb77743 100644 --- a/lib/WebService/Fastly/Object/HistoricalDdosMeta.pm +++ b/lib/WebService/Fastly/Object/HistoricalDdosMeta.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalDomains.pm b/lib/WebService/Fastly/Object/HistoricalDomains.pm index d6c63c31..4fc10fb5 100644 --- a/lib/WebService/Fastly/Object/HistoricalDomains.pm +++ b/lib/WebService/Fastly/Object/HistoricalDomains.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalDomainsData.pm b/lib/WebService/Fastly/Object/HistoricalDomainsData.pm index 92a2b1dc..2b77d3d9 100644 --- a/lib/WebService/Fastly/Object/HistoricalDomainsData.pm +++ b/lib/WebService/Fastly/Object/HistoricalDomainsData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalDomainsMeta.pm b/lib/WebService/Fastly/Object/HistoricalDomainsMeta.pm index d3c85d39..034ed6ac 100644 --- a/lib/WebService/Fastly/Object/HistoricalDomainsMeta.pm +++ b/lib/WebService/Fastly/Object/HistoricalDomainsMeta.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalDomainsMetaFilters.pm b/lib/WebService/Fastly/Object/HistoricalDomainsMetaFilters.pm index 4fbeb855..f5cd3cd3 100644 --- a/lib/WebService/Fastly/Object/HistoricalDomainsMetaFilters.pm +++ b/lib/WebService/Fastly/Object/HistoricalDomainsMetaFilters.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalDomainsResponse.pm b/lib/WebService/Fastly/Object/HistoricalDomainsResponse.pm index 17c592f3..4d875ebf 100644 --- a/lib/WebService/Fastly/Object/HistoricalDomainsResponse.pm +++ b/lib/WebService/Fastly/Object/HistoricalDomainsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalDomainsResponseAllOf.pm b/lib/WebService/Fastly/Object/HistoricalDomainsResponseAllOf.pm index a82e1664..1f02d02a 100644 --- a/lib/WebService/Fastly/Object/HistoricalDomainsResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/HistoricalDomainsResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalMeta.pm b/lib/WebService/Fastly/Object/HistoricalMeta.pm index 223f51dd..39d1f22a 100644 --- a/lib/WebService/Fastly/Object/HistoricalMeta.pm +++ b/lib/WebService/Fastly/Object/HistoricalMeta.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalOriginsResponse.pm b/lib/WebService/Fastly/Object/HistoricalOriginsResponse.pm index f81fb893..faa1906f 100644 --- a/lib/WebService/Fastly/Object/HistoricalOriginsResponse.pm +++ b/lib/WebService/Fastly/Object/HistoricalOriginsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalOriginsResponseAllOf.pm b/lib/WebService/Fastly/Object/HistoricalOriginsResponseAllOf.pm index 619fc7d4..17e52582 100644 --- a/lib/WebService/Fastly/Object/HistoricalOriginsResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/HistoricalOriginsResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalRegionsResponse.pm b/lib/WebService/Fastly/Object/HistoricalRegionsResponse.pm index 090cfe3b..05cfa2b9 100644 --- a/lib/WebService/Fastly/Object/HistoricalRegionsResponse.pm +++ b/lib/WebService/Fastly/Object/HistoricalRegionsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalRegionsResponseAllOf.pm b/lib/WebService/Fastly/Object/HistoricalRegionsResponseAllOf.pm index bb133f7e..33981987 100644 --- a/lib/WebService/Fastly/Object/HistoricalRegionsResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/HistoricalRegionsResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalStatsAggregatedResponse.pm b/lib/WebService/Fastly/Object/HistoricalStatsAggregatedResponse.pm index a47b8d8f..c494da48 100644 --- a/lib/WebService/Fastly/Object/HistoricalStatsAggregatedResponse.pm +++ b/lib/WebService/Fastly/Object/HistoricalStatsAggregatedResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalStatsAggregatedResponseAllOf.pm b/lib/WebService/Fastly/Object/HistoricalStatsAggregatedResponseAllOf.pm index fcbc0149..f2b2b129 100644 --- a/lib/WebService/Fastly/Object/HistoricalStatsAggregatedResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/HistoricalStatsAggregatedResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalStatsByServiceResponse.pm b/lib/WebService/Fastly/Object/HistoricalStatsByServiceResponse.pm index 1e7c3144..f7d7c58d 100644 --- a/lib/WebService/Fastly/Object/HistoricalStatsByServiceResponse.pm +++ b/lib/WebService/Fastly/Object/HistoricalStatsByServiceResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalStatsByServiceResponseAllOf.pm b/lib/WebService/Fastly/Object/HistoricalStatsByServiceResponseAllOf.pm index c2da2f30..923f89b0 100644 --- a/lib/WebService/Fastly/Object/HistoricalStatsByServiceResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/HistoricalStatsByServiceResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalUsageAggregatedResponse.pm b/lib/WebService/Fastly/Object/HistoricalUsageAggregatedResponse.pm index a1d1af0b..eb2043da 100644 --- a/lib/WebService/Fastly/Object/HistoricalUsageAggregatedResponse.pm +++ b/lib/WebService/Fastly/Object/HistoricalUsageAggregatedResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalUsageAggregatedResponseAllOf.pm b/lib/WebService/Fastly/Object/HistoricalUsageAggregatedResponseAllOf.pm index 5caa8fff..787b8b67 100644 --- a/lib/WebService/Fastly/Object/HistoricalUsageAggregatedResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/HistoricalUsageAggregatedResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalUsageData.pm b/lib/WebService/Fastly/Object/HistoricalUsageData.pm index d5162533..5fb346d2 100644 --- a/lib/WebService/Fastly/Object/HistoricalUsageData.pm +++ b/lib/WebService/Fastly/Object/HistoricalUsageData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalUsageMonthResponse.pm b/lib/WebService/Fastly/Object/HistoricalUsageMonthResponse.pm index a928ee82..ede32156 100644 --- a/lib/WebService/Fastly/Object/HistoricalUsageMonthResponse.pm +++ b/lib/WebService/Fastly/Object/HistoricalUsageMonthResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalUsageMonthResponseAllOf.pm b/lib/WebService/Fastly/Object/HistoricalUsageMonthResponseAllOf.pm index f9f358c9..5a79b373 100644 --- a/lib/WebService/Fastly/Object/HistoricalUsageMonthResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/HistoricalUsageMonthResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalUsageMonthResponseData.pm b/lib/WebService/Fastly/Object/HistoricalUsageMonthResponseData.pm index 96cbc61b..e23be4c1 100644 --- a/lib/WebService/Fastly/Object/HistoricalUsageMonthResponseData.pm +++ b/lib/WebService/Fastly/Object/HistoricalUsageMonthResponseData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalUsageService.pm b/lib/WebService/Fastly/Object/HistoricalUsageService.pm index 0dbf7d95..93b06824 100644 --- a/lib/WebService/Fastly/Object/HistoricalUsageService.pm +++ b/lib/WebService/Fastly/Object/HistoricalUsageService.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalUsageServiceResponse.pm b/lib/WebService/Fastly/Object/HistoricalUsageServiceResponse.pm index 9d4bf16f..a1b183cd 100644 --- a/lib/WebService/Fastly/Object/HistoricalUsageServiceResponse.pm +++ b/lib/WebService/Fastly/Object/HistoricalUsageServiceResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HistoricalUsageServiceResponseAllOf.pm b/lib/WebService/Fastly/Object/HistoricalUsageServiceResponseAllOf.pm index 4f5efd06..b2451670 100644 --- a/lib/WebService/Fastly/Object/HistoricalUsageServiceResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/HistoricalUsageServiceResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Http3.pm b/lib/WebService/Fastly/Object/Http3.pm index 74f6ad04..f643b30d 100644 --- a/lib/WebService/Fastly/Object/Http3.pm +++ b/lib/WebService/Fastly/Object/Http3.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Http3AllOf.pm b/lib/WebService/Fastly/Object/Http3AllOf.pm index ef1e66ed..96f69c4c 100644 --- a/lib/WebService/Fastly/Object/Http3AllOf.pm +++ b/lib/WebService/Fastly/Object/Http3AllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HttpResponseFormat.pm b/lib/WebService/Fastly/Object/HttpResponseFormat.pm index e3d92137..a698e677 100644 --- a/lib/WebService/Fastly/Object/HttpResponseFormat.pm +++ b/lib/WebService/Fastly/Object/HttpResponseFormat.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/HttpStreamFormat.pm b/lib/WebService/Fastly/Object/HttpStreamFormat.pm index 5584896e..4a61df0f 100644 --- a/lib/WebService/Fastly/Object/HttpStreamFormat.pm +++ b/lib/WebService/Fastly/Object/HttpStreamFormat.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/IamPermission.pm b/lib/WebService/Fastly/Object/IamPermission.pm index 9ff5abd7..8bfbd9d4 100644 --- a/lib/WebService/Fastly/Object/IamPermission.pm +++ b/lib/WebService/Fastly/Object/IamPermission.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/IamRole.pm b/lib/WebService/Fastly/Object/IamRole.pm index d4f01c17..4902054d 100644 --- a/lib/WebService/Fastly/Object/IamRole.pm +++ b/lib/WebService/Fastly/Object/IamRole.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/IamRoleAllOf.pm b/lib/WebService/Fastly/Object/IamRoleAllOf.pm index 5d443e3e..b4c6b874 100644 --- a/lib/WebService/Fastly/Object/IamRoleAllOf.pm +++ b/lib/WebService/Fastly/Object/IamRoleAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/IamServiceGroup.pm b/lib/WebService/Fastly/Object/IamServiceGroup.pm index 2b3af349..27aaf5f7 100644 --- a/lib/WebService/Fastly/Object/IamServiceGroup.pm +++ b/lib/WebService/Fastly/Object/IamServiceGroup.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/IamServiceGroupAllOf.pm b/lib/WebService/Fastly/Object/IamServiceGroupAllOf.pm index 207d8518..7eff221d 100644 --- a/lib/WebService/Fastly/Object/IamServiceGroupAllOf.pm +++ b/lib/WebService/Fastly/Object/IamServiceGroupAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/IamUserGroup.pm b/lib/WebService/Fastly/Object/IamUserGroup.pm index eda5d948..a50ae076 100644 --- a/lib/WebService/Fastly/Object/IamUserGroup.pm +++ b/lib/WebService/Fastly/Object/IamUserGroup.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/IamUserGroupAllOf.pm b/lib/WebService/Fastly/Object/IamUserGroupAllOf.pm index 4db4cc60..949eb0a7 100644 --- a/lib/WebService/Fastly/Object/IamUserGroupAllOf.pm +++ b/lib/WebService/Fastly/Object/IamUserGroupAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/IncludedWithWafActiveRuleItem.pm b/lib/WebService/Fastly/Object/IncludedWithWafActiveRuleItem.pm index e9d04e58..d9c96df8 100644 --- a/lib/WebService/Fastly/Object/IncludedWithWafActiveRuleItem.pm +++ b/lib/WebService/Fastly/Object/IncludedWithWafActiveRuleItem.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/IncludedWithWafExclusionItem.pm b/lib/WebService/Fastly/Object/IncludedWithWafExclusionItem.pm index 97beb68d..e03c4c38 100644 --- a/lib/WebService/Fastly/Object/IncludedWithWafExclusionItem.pm +++ b/lib/WebService/Fastly/Object/IncludedWithWafExclusionItem.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/IncludedWithWafFirewallVersionItem.pm b/lib/WebService/Fastly/Object/IncludedWithWafFirewallVersionItem.pm index 26c918b7..fd788663 100644 --- a/lib/WebService/Fastly/Object/IncludedWithWafFirewallVersionItem.pm +++ b/lib/WebService/Fastly/Object/IncludedWithWafFirewallVersionItem.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/IncludedWithWafRuleItem.pm b/lib/WebService/Fastly/Object/IncludedWithWafRuleItem.pm index 62a1a70e..062ddf8e 100644 --- a/lib/WebService/Fastly/Object/IncludedWithWafRuleItem.pm +++ b/lib/WebService/Fastly/Object/IncludedWithWafRuleItem.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InlineObject.pm b/lib/WebService/Fastly/Object/InlineObject.pm index b3c38605..2e86fb9f 100644 --- a/lib/WebService/Fastly/Object/InlineObject.pm +++ b/lib/WebService/Fastly/Object/InlineObject.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InlineObject1.pm b/lib/WebService/Fastly/Object/InlineObject1.pm index 128e9c6c..5ab22bc7 100644 --- a/lib/WebService/Fastly/Object/InlineObject1.pm +++ b/lib/WebService/Fastly/Object/InlineObject1.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InlineResponse200.pm b/lib/WebService/Fastly/Object/InlineResponse200.pm index 9f821c27..af06998e 100644 --- a/lib/WebService/Fastly/Object/InlineResponse200.pm +++ b/lib/WebService/Fastly/Object/InlineResponse200.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InlineResponse2001.pm b/lib/WebService/Fastly/Object/InlineResponse2001.pm index 032af145..22978ffa 100644 --- a/lib/WebService/Fastly/Object/InlineResponse2001.pm +++ b/lib/WebService/Fastly/Object/InlineResponse2001.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InlineResponse2002.pm b/lib/WebService/Fastly/Object/InlineResponse2002.pm index 1c941c9d..1afb5ebc 100644 --- a/lib/WebService/Fastly/Object/InlineResponse2002.pm +++ b/lib/WebService/Fastly/Object/InlineResponse2002.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InlineResponse2003.pm b/lib/WebService/Fastly/Object/InlineResponse2003.pm index 65e18ae9..ed53f136 100644 --- a/lib/WebService/Fastly/Object/InlineResponse2003.pm +++ b/lib/WebService/Fastly/Object/InlineResponse2003.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InlineResponse2003Meta.pm b/lib/WebService/Fastly/Object/InlineResponse2003Meta.pm index 1600dbda..21b9f8ef 100644 --- a/lib/WebService/Fastly/Object/InlineResponse2003Meta.pm +++ b/lib/WebService/Fastly/Object/InlineResponse2003Meta.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InlineResponse2004.pm b/lib/WebService/Fastly/Object/InlineResponse2004.pm index ecd0e8f1..2acad2b9 100644 --- a/lib/WebService/Fastly/Object/InlineResponse2004.pm +++ b/lib/WebService/Fastly/Object/InlineResponse2004.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InlineResponse2004Meta.pm b/lib/WebService/Fastly/Object/InlineResponse2004Meta.pm index 19a00e8d..2f789ef8 100644 --- a/lib/WebService/Fastly/Object/InlineResponse2004Meta.pm +++ b/lib/WebService/Fastly/Object/InlineResponse2004Meta.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InlineResponse2005.pm b/lib/WebService/Fastly/Object/InlineResponse2005.pm index 9936174a..5c4ac0ab 100644 --- a/lib/WebService/Fastly/Object/InlineResponse2005.pm +++ b/lib/WebService/Fastly/Object/InlineResponse2005.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InlineResponse2006.pm b/lib/WebService/Fastly/Object/InlineResponse2006.pm index 78938e1e..3d0bfa8b 100644 --- a/lib/WebService/Fastly/Object/InlineResponse2006.pm +++ b/lib/WebService/Fastly/Object/InlineResponse2006.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InlineResponse2007.pm b/lib/WebService/Fastly/Object/InlineResponse2007.pm index 0c63402d..fce76048 100644 --- a/lib/WebService/Fastly/Object/InlineResponse2007.pm +++ b/lib/WebService/Fastly/Object/InlineResponse2007.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InlineResponse400.pm b/lib/WebService/Fastly/Object/InlineResponse400.pm index 098e7739..41293d09 100644 --- a/lib/WebService/Fastly/Object/InlineResponse400.pm +++ b/lib/WebService/Fastly/Object/InlineResponse400.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Invitation.pm b/lib/WebService/Fastly/Object/Invitation.pm index 8ac82dde..9bdf36de 100644 --- a/lib/WebService/Fastly/Object/Invitation.pm +++ b/lib/WebService/Fastly/Object/Invitation.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InvitationData.pm b/lib/WebService/Fastly/Object/InvitationData.pm index 4c13fb3b..602815ed 100644 --- a/lib/WebService/Fastly/Object/InvitationData.pm +++ b/lib/WebService/Fastly/Object/InvitationData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InvitationDataAttributes.pm b/lib/WebService/Fastly/Object/InvitationDataAttributes.pm index 0f3aace1..749a31fa 100644 --- a/lib/WebService/Fastly/Object/InvitationDataAttributes.pm +++ b/lib/WebService/Fastly/Object/InvitationDataAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InvitationResponse.pm b/lib/WebService/Fastly/Object/InvitationResponse.pm index f9543b04..fc4df00b 100644 --- a/lib/WebService/Fastly/Object/InvitationResponse.pm +++ b/lib/WebService/Fastly/Object/InvitationResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InvitationResponseAllOf.pm b/lib/WebService/Fastly/Object/InvitationResponseAllOf.pm index bbc3cd87..83d5ef9c 100644 --- a/lib/WebService/Fastly/Object/InvitationResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/InvitationResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InvitationResponseData.pm b/lib/WebService/Fastly/Object/InvitationResponseData.pm index 2c09bafa..0410e48c 100644 --- a/lib/WebService/Fastly/Object/InvitationResponseData.pm +++ b/lib/WebService/Fastly/Object/InvitationResponseData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InvitationResponseDataAllOf.pm b/lib/WebService/Fastly/Object/InvitationResponseDataAllOf.pm index f56f2703..c46363a2 100644 --- a/lib/WebService/Fastly/Object/InvitationResponseDataAllOf.pm +++ b/lib/WebService/Fastly/Object/InvitationResponseDataAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InvitationsResponse.pm b/lib/WebService/Fastly/Object/InvitationsResponse.pm index d09d5c9c..e7642498 100644 --- a/lib/WebService/Fastly/Object/InvitationsResponse.pm +++ b/lib/WebService/Fastly/Object/InvitationsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InvitationsResponseAllOf.pm b/lib/WebService/Fastly/Object/InvitationsResponseAllOf.pm index 5c32218c..e94c444b 100644 --- a/lib/WebService/Fastly/Object/InvitationsResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/InvitationsResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Invoice.pm b/lib/WebService/Fastly/Object/Invoice.pm index de5e1f2d..02bc4282 100644 --- a/lib/WebService/Fastly/Object/Invoice.pm +++ b/lib/WebService/Fastly/Object/Invoice.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/InvoiceResponse.pm b/lib/WebService/Fastly/Object/InvoiceResponse.pm index 70725f5a..77eb27dd 100644 --- a/lib/WebService/Fastly/Object/InvoiceResponse.pm +++ b/lib/WebService/Fastly/Object/InvoiceResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Invoicelineitems.pm b/lib/WebService/Fastly/Object/Invoicelineitems.pm index 79e6e356..3e5e0ccd 100644 --- a/lib/WebService/Fastly/Object/Invoicelineitems.pm +++ b/lib/WebService/Fastly/Object/Invoicelineitems.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LegacyWafConfigurationSet.pm b/lib/WebService/Fastly/Object/LegacyWafConfigurationSet.pm index 47c1d068..b53d2f3e 100644 --- a/lib/WebService/Fastly/Object/LegacyWafConfigurationSet.pm +++ b/lib/WebService/Fastly/Object/LegacyWafConfigurationSet.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LegacyWafFirewall.pm b/lib/WebService/Fastly/Object/LegacyWafFirewall.pm index cacc3fed..1d5cbd75 100644 --- a/lib/WebService/Fastly/Object/LegacyWafFirewall.pm +++ b/lib/WebService/Fastly/Object/LegacyWafFirewall.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LegacyWafOwasp.pm b/lib/WebService/Fastly/Object/LegacyWafOwasp.pm index 94db0c5c..e8d834e9 100644 --- a/lib/WebService/Fastly/Object/LegacyWafOwasp.pm +++ b/lib/WebService/Fastly/Object/LegacyWafOwasp.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LegacyWafRule.pm b/lib/WebService/Fastly/Object/LegacyWafRule.pm index 4ebe7560..39c6f43e 100644 --- a/lib/WebService/Fastly/Object/LegacyWafRule.pm +++ b/lib/WebService/Fastly/Object/LegacyWafRule.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LegacyWafRuleStatus.pm b/lib/WebService/Fastly/Object/LegacyWafRuleStatus.pm index d492d8a1..87766cb1 100644 --- a/lib/WebService/Fastly/Object/LegacyWafRuleStatus.pm +++ b/lib/WebService/Fastly/Object/LegacyWafRuleStatus.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LegacyWafRuleset.pm b/lib/WebService/Fastly/Object/LegacyWafRuleset.pm index 3991fec7..d8697d5f 100644 --- a/lib/WebService/Fastly/Object/LegacyWafRuleset.pm +++ b/lib/WebService/Fastly/Object/LegacyWafRuleset.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LegacyWafTag.pm b/lib/WebService/Fastly/Object/LegacyWafTag.pm index 5b749a85..bf874f59 100644 --- a/lib/WebService/Fastly/Object/LegacyWafTag.pm +++ b/lib/WebService/Fastly/Object/LegacyWafTag.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LegacyWafUpdateStatus.pm b/lib/WebService/Fastly/Object/LegacyWafUpdateStatus.pm index 5d34c334..4d629a22 100644 --- a/lib/WebService/Fastly/Object/LegacyWafUpdateStatus.pm +++ b/lib/WebService/Fastly/Object/LegacyWafUpdateStatus.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LineItemData.pm b/lib/WebService/Fastly/Object/LineItemData.pm index 8fdf5081..e3f17dc6 100644 --- a/lib/WebService/Fastly/Object/LineItemData.pm +++ b/lib/WebService/Fastly/Object/LineItemData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LineItemDataReadOnlyInvoiceId.pm b/lib/WebService/Fastly/Object/LineItemDataReadOnlyInvoiceId.pm index ebca1b9c..95d71940 100644 --- a/lib/WebService/Fastly/Object/LineItemDataReadOnlyInvoiceId.pm +++ b/lib/WebService/Fastly/Object/LineItemDataReadOnlyInvoiceId.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ListInvoicesResponse.pm b/lib/WebService/Fastly/Object/ListInvoicesResponse.pm index 0368c37f..2963d3c0 100644 --- a/lib/WebService/Fastly/Object/ListInvoicesResponse.pm +++ b/lib/WebService/Fastly/Object/ListInvoicesResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Listinvoices.pm b/lib/WebService/Fastly/Object/Listinvoices.pm index 3a0d9d96..74068102 100644 --- a/lib/WebService/Fastly/Object/Listinvoices.pm +++ b/lib/WebService/Fastly/Object/Listinvoices.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingAddressAndPort.pm b/lib/WebService/Fastly/Object/LoggingAddressAndPort.pm index 99f3f689..f6c302de 100644 --- a/lib/WebService/Fastly/Object/LoggingAddressAndPort.pm +++ b/lib/WebService/Fastly/Object/LoggingAddressAndPort.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingAzureblobAdditional.pm b/lib/WebService/Fastly/Object/LoggingAzureblobAdditional.pm index 5a4eb221..f46ba920 100644 --- a/lib/WebService/Fastly/Object/LoggingAzureblobAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingAzureblobAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingAzureblobResponse.pm b/lib/WebService/Fastly/Object/LoggingAzureblobResponse.pm index 7d3ab28a..2917da34 100644 --- a/lib/WebService/Fastly/Object/LoggingAzureblobResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingAzureblobResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingBigqueryAdditional.pm b/lib/WebService/Fastly/Object/LoggingBigqueryAdditional.pm index 6d7c3b31..fa64ac5a 100644 --- a/lib/WebService/Fastly/Object/LoggingBigqueryAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingBigqueryAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingBigqueryResponse.pm b/lib/WebService/Fastly/Object/LoggingBigqueryResponse.pm index 0696b1ac..286adc7a 100644 --- a/lib/WebService/Fastly/Object/LoggingBigqueryResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingBigqueryResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingCloudfilesAdditional.pm b/lib/WebService/Fastly/Object/LoggingCloudfilesAdditional.pm index b108a839..97799a8c 100644 --- a/lib/WebService/Fastly/Object/LoggingCloudfilesAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingCloudfilesAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingCloudfilesResponse.pm b/lib/WebService/Fastly/Object/LoggingCloudfilesResponse.pm index a8dc23b5..91759289 100644 --- a/lib/WebService/Fastly/Object/LoggingCloudfilesResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingCloudfilesResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingCommon.pm b/lib/WebService/Fastly/Object/LoggingCommon.pm index 5e6417a4..021067ff 100644 --- a/lib/WebService/Fastly/Object/LoggingCommon.pm +++ b/lib/WebService/Fastly/Object/LoggingCommon.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingCommonResponse.pm b/lib/WebService/Fastly/Object/LoggingCommonResponse.pm index e67b8890..d4e67c09 100644 --- a/lib/WebService/Fastly/Object/LoggingCommonResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingCommonResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingCommonResponseAllOf.pm b/lib/WebService/Fastly/Object/LoggingCommonResponseAllOf.pm index 4cd6d6cf..1c1e4864 100644 --- a/lib/WebService/Fastly/Object/LoggingCommonResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/LoggingCommonResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingCommonResponseAllOf1.pm b/lib/WebService/Fastly/Object/LoggingCommonResponseAllOf1.pm index 9742ef34..d8be1830 100644 --- a/lib/WebService/Fastly/Object/LoggingCommonResponseAllOf1.pm +++ b/lib/WebService/Fastly/Object/LoggingCommonResponseAllOf1.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingDatadogAdditional.pm b/lib/WebService/Fastly/Object/LoggingDatadogAdditional.pm index fe431878..15cd2df1 100644 --- a/lib/WebService/Fastly/Object/LoggingDatadogAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingDatadogAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingDatadogResponse.pm b/lib/WebService/Fastly/Object/LoggingDatadogResponse.pm index e47e1c54..ddfe0699 100644 --- a/lib/WebService/Fastly/Object/LoggingDatadogResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingDatadogResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingDigitaloceanAdditional.pm b/lib/WebService/Fastly/Object/LoggingDigitaloceanAdditional.pm index 3b6b5359..f6247e89 100644 --- a/lib/WebService/Fastly/Object/LoggingDigitaloceanAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingDigitaloceanAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingDigitaloceanResponse.pm b/lib/WebService/Fastly/Object/LoggingDigitaloceanResponse.pm index d8433e4c..70f8665c 100644 --- a/lib/WebService/Fastly/Object/LoggingDigitaloceanResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingDigitaloceanResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingElasticsearchAdditional.pm b/lib/WebService/Fastly/Object/LoggingElasticsearchAdditional.pm index faec2616..33c9503d 100644 --- a/lib/WebService/Fastly/Object/LoggingElasticsearchAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingElasticsearchAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingElasticsearchResponse.pm b/lib/WebService/Fastly/Object/LoggingElasticsearchResponse.pm index 7eb98770..81cc32ef 100644 --- a/lib/WebService/Fastly/Object/LoggingElasticsearchResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingElasticsearchResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -47,7 +47,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingFormatVersionInteger.pm b/lib/WebService/Fastly/Object/LoggingFormatVersionInteger.pm index d8c287e6..25405415 100644 --- a/lib/WebService/Fastly/Object/LoggingFormatVersionInteger.pm +++ b/lib/WebService/Fastly/Object/LoggingFormatVersionInteger.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingFormatVersionString.pm b/lib/WebService/Fastly/Object/LoggingFormatVersionString.pm index c0b2033c..86df028d 100644 --- a/lib/WebService/Fastly/Object/LoggingFormatVersionString.pm +++ b/lib/WebService/Fastly/Object/LoggingFormatVersionString.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingFtpAdditional.pm b/lib/WebService/Fastly/Object/LoggingFtpAdditional.pm index 74869809..3eea7a45 100644 --- a/lib/WebService/Fastly/Object/LoggingFtpAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingFtpAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingFtpResponse.pm b/lib/WebService/Fastly/Object/LoggingFtpResponse.pm index ca37bf1b..2b278c01 100644 --- a/lib/WebService/Fastly/Object/LoggingFtpResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingFtpResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -47,7 +47,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingFtpResponseAllOf.pm b/lib/WebService/Fastly/Object/LoggingFtpResponseAllOf.pm index 79b036cf..a29a2930 100644 --- a/lib/WebService/Fastly/Object/LoggingFtpResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/LoggingFtpResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingGcsAdditional.pm b/lib/WebService/Fastly/Object/LoggingGcsAdditional.pm index acf949b1..a547fc39 100644 --- a/lib/WebService/Fastly/Object/LoggingGcsAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingGcsAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingGcsCommon.pm b/lib/WebService/Fastly/Object/LoggingGcsCommon.pm index 76f34f9f..ff48577c 100644 --- a/lib/WebService/Fastly/Object/LoggingGcsCommon.pm +++ b/lib/WebService/Fastly/Object/LoggingGcsCommon.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingGcsResponse.pm b/lib/WebService/Fastly/Object/LoggingGcsResponse.pm index 90884e05..2258c8f5 100644 --- a/lib/WebService/Fastly/Object/LoggingGcsResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingGcsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -47,7 +47,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingGenericCommon.pm b/lib/WebService/Fastly/Object/LoggingGenericCommon.pm index 5873f70f..6310d489 100644 --- a/lib/WebService/Fastly/Object/LoggingGenericCommon.pm +++ b/lib/WebService/Fastly/Object/LoggingGenericCommon.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingGenericCommonResponse.pm b/lib/WebService/Fastly/Object/LoggingGenericCommonResponse.pm index 4dd93bab..04c7c0ec 100644 --- a/lib/WebService/Fastly/Object/LoggingGenericCommonResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingGenericCommonResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingGenericCommonResponseAllOf.pm b/lib/WebService/Fastly/Object/LoggingGenericCommonResponseAllOf.pm index 3b420a6c..09181c50 100644 --- a/lib/WebService/Fastly/Object/LoggingGenericCommonResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/LoggingGenericCommonResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingGenericCommonResponseAllOf1.pm b/lib/WebService/Fastly/Object/LoggingGenericCommonResponseAllOf1.pm index 1e116802..6992b735 100644 --- a/lib/WebService/Fastly/Object/LoggingGenericCommonResponseAllOf1.pm +++ b/lib/WebService/Fastly/Object/LoggingGenericCommonResponseAllOf1.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingGooglePubsubAdditional.pm b/lib/WebService/Fastly/Object/LoggingGooglePubsubAdditional.pm index 70003c1f..073c0da8 100644 --- a/lib/WebService/Fastly/Object/LoggingGooglePubsubAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingGooglePubsubAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingGooglePubsubResponse.pm b/lib/WebService/Fastly/Object/LoggingGooglePubsubResponse.pm index eaf67505..6bfd1881 100644 --- a/lib/WebService/Fastly/Object/LoggingGooglePubsubResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingGooglePubsubResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingHerokuAdditional.pm b/lib/WebService/Fastly/Object/LoggingHerokuAdditional.pm index 55c56b6f..73195a2d 100644 --- a/lib/WebService/Fastly/Object/LoggingHerokuAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingHerokuAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingHerokuResponse.pm b/lib/WebService/Fastly/Object/LoggingHerokuResponse.pm index c5880ca8..5f5ec36d 100644 --- a/lib/WebService/Fastly/Object/LoggingHerokuResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingHerokuResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingHoneycombAdditional.pm b/lib/WebService/Fastly/Object/LoggingHoneycombAdditional.pm index 8c55f8fa..ed41b412 100644 --- a/lib/WebService/Fastly/Object/LoggingHoneycombAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingHoneycombAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingHoneycombResponse.pm b/lib/WebService/Fastly/Object/LoggingHoneycombResponse.pm index dada412b..4ab72647 100644 --- a/lib/WebService/Fastly/Object/LoggingHoneycombResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingHoneycombResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingHttpsAdditional.pm b/lib/WebService/Fastly/Object/LoggingHttpsAdditional.pm index 53d7545a..bed67ad2 100644 --- a/lib/WebService/Fastly/Object/LoggingHttpsAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingHttpsAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingHttpsResponse.pm b/lib/WebService/Fastly/Object/LoggingHttpsResponse.pm index 96e94b0d..e0bc993b 100644 --- a/lib/WebService/Fastly/Object/LoggingHttpsResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingHttpsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -48,7 +48,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingKafkaAdditional.pm b/lib/WebService/Fastly/Object/LoggingKafkaAdditional.pm index 92b857e1..21f6d14f 100644 --- a/lib/WebService/Fastly/Object/LoggingKafkaAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingKafkaAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingKafkaResponse.pm b/lib/WebService/Fastly/Object/LoggingKafkaResponse.pm index 022a21e9..a1b3494f 100644 --- a/lib/WebService/Fastly/Object/LoggingKafkaResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingKafkaResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -47,7 +47,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingKafkaResponsePost.pm b/lib/WebService/Fastly/Object/LoggingKafkaResponsePost.pm index 1ca4980e..291f0281 100644 --- a/lib/WebService/Fastly/Object/LoggingKafkaResponsePost.pm +++ b/lib/WebService/Fastly/Object/LoggingKafkaResponsePost.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -48,7 +48,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingKinesisAdditional.pm b/lib/WebService/Fastly/Object/LoggingKinesisAdditional.pm index c6159e5e..2d8a0d4a 100644 --- a/lib/WebService/Fastly/Object/LoggingKinesisAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingKinesisAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -177,7 +177,7 @@ __PACKAGE__->method_documentation({ 'format' => { datatype => 'string', base_name => 'format', - description => 'A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). Must produce valid JSON that Kinesis can ingest.', + description => 'A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats).', format => '', read_only => 'false', }, diff --git a/lib/WebService/Fastly/Object/LoggingKinesisResponse.pm b/lib/WebService/Fastly/Object/LoggingKinesisResponse.pm index 975a7a09..a133d1d2 100644 --- a/lib/WebService/Fastly/Object/LoggingKinesisResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingKinesisResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -47,7 +47,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -181,7 +181,7 @@ __PACKAGE__->method_documentation({ 'format' => { datatype => 'string', base_name => 'format', - description => 'A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). Must produce valid JSON that Kinesis can ingest.', + description => 'A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats).', format => '', read_only => 'false', }, diff --git a/lib/WebService/Fastly/Object/LoggingLogentriesAdditional.pm b/lib/WebService/Fastly/Object/LoggingLogentriesAdditional.pm index d0caf2d5..dc25a20b 100644 --- a/lib/WebService/Fastly/Object/LoggingLogentriesAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingLogentriesAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingLogentriesResponse.pm b/lib/WebService/Fastly/Object/LoggingLogentriesResponse.pm index 157ad1e6..9b8db212 100644 --- a/lib/WebService/Fastly/Object/LoggingLogentriesResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingLogentriesResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingLogglyAdditional.pm b/lib/WebService/Fastly/Object/LoggingLogglyAdditional.pm index fe518137..2cc80960 100644 --- a/lib/WebService/Fastly/Object/LoggingLogglyAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingLogglyAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingLogglyResponse.pm b/lib/WebService/Fastly/Object/LoggingLogglyResponse.pm index eac60a2e..facdf1eb 100644 --- a/lib/WebService/Fastly/Object/LoggingLogglyResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingLogglyResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingLogshuttleAdditional.pm b/lib/WebService/Fastly/Object/LoggingLogshuttleAdditional.pm index da09ad7a..54ccc9ad 100644 --- a/lib/WebService/Fastly/Object/LoggingLogshuttleAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingLogshuttleAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingLogshuttleResponse.pm b/lib/WebService/Fastly/Object/LoggingLogshuttleResponse.pm index 8e979479..b63a51a0 100644 --- a/lib/WebService/Fastly/Object/LoggingLogshuttleResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingLogshuttleResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingMessageType.pm b/lib/WebService/Fastly/Object/LoggingMessageType.pm index dd291703..527a02c0 100644 --- a/lib/WebService/Fastly/Object/LoggingMessageType.pm +++ b/lib/WebService/Fastly/Object/LoggingMessageType.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingNewrelicAdditional.pm b/lib/WebService/Fastly/Object/LoggingNewrelicAdditional.pm index 23003910..4e5dda19 100644 --- a/lib/WebService/Fastly/Object/LoggingNewrelicAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingNewrelicAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingNewrelicResponse.pm b/lib/WebService/Fastly/Object/LoggingNewrelicResponse.pm index 14fe726d..5b8d19a7 100644 --- a/lib/WebService/Fastly/Object/LoggingNewrelicResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingNewrelicResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingNewrelicotlpAdditional.pm b/lib/WebService/Fastly/Object/LoggingNewrelicotlpAdditional.pm index 2e166038..74c21769 100644 --- a/lib/WebService/Fastly/Object/LoggingNewrelicotlpAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingNewrelicotlpAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingNewrelicotlpResponse.pm b/lib/WebService/Fastly/Object/LoggingNewrelicotlpResponse.pm index fdcf1048..0537aba2 100644 --- a/lib/WebService/Fastly/Object/LoggingNewrelicotlpResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingNewrelicotlpResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingOpenstackAdditional.pm b/lib/WebService/Fastly/Object/LoggingOpenstackAdditional.pm index ee4df1ee..1a4dab4f 100644 --- a/lib/WebService/Fastly/Object/LoggingOpenstackAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingOpenstackAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingOpenstackResponse.pm b/lib/WebService/Fastly/Object/LoggingOpenstackResponse.pm index 0e2d81f4..7e48c5b2 100644 --- a/lib/WebService/Fastly/Object/LoggingOpenstackResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingOpenstackResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingPapertrailResponse.pm b/lib/WebService/Fastly/Object/LoggingPapertrailResponse.pm index 2dcf5ad6..5a3c286b 100644 --- a/lib/WebService/Fastly/Object/LoggingPapertrailResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingPapertrailResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingPlacement.pm b/lib/WebService/Fastly/Object/LoggingPlacement.pm index 1a60b5b7..fe91852e 100644 --- a/lib/WebService/Fastly/Object/LoggingPlacement.pm +++ b/lib/WebService/Fastly/Object/LoggingPlacement.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingRequestCapsCommon.pm b/lib/WebService/Fastly/Object/LoggingRequestCapsCommon.pm index 597746b3..86f4cda0 100644 --- a/lib/WebService/Fastly/Object/LoggingRequestCapsCommon.pm +++ b/lib/WebService/Fastly/Object/LoggingRequestCapsCommon.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingS3Additional.pm b/lib/WebService/Fastly/Object/LoggingS3Additional.pm index dcbe770c..f707ad9a 100644 --- a/lib/WebService/Fastly/Object/LoggingS3Additional.pm +++ b/lib/WebService/Fastly/Object/LoggingS3Additional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingS3Response.pm b/lib/WebService/Fastly/Object/LoggingS3Response.pm index 69a6baf0..662fa7fe 100644 --- a/lib/WebService/Fastly/Object/LoggingS3Response.pm +++ b/lib/WebService/Fastly/Object/LoggingS3Response.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingScalyrAdditional.pm b/lib/WebService/Fastly/Object/LoggingScalyrAdditional.pm index ea6d8c28..b0915210 100644 --- a/lib/WebService/Fastly/Object/LoggingScalyrAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingScalyrAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingScalyrResponse.pm b/lib/WebService/Fastly/Object/LoggingScalyrResponse.pm index 3061b033..641b6f49 100644 --- a/lib/WebService/Fastly/Object/LoggingScalyrResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingScalyrResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingSftpAdditional.pm b/lib/WebService/Fastly/Object/LoggingSftpAdditional.pm index 981adcfa..fd405350 100644 --- a/lib/WebService/Fastly/Object/LoggingSftpAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingSftpAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingSftpResponse.pm b/lib/WebService/Fastly/Object/LoggingSftpResponse.pm index caa427be..fdd2025d 100644 --- a/lib/WebService/Fastly/Object/LoggingSftpResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingSftpResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -47,7 +47,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingSftpResponseAllOf.pm b/lib/WebService/Fastly/Object/LoggingSftpResponseAllOf.pm index 9f529f22..da4ae23e 100644 --- a/lib/WebService/Fastly/Object/LoggingSftpResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/LoggingSftpResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingSplunkAdditional.pm b/lib/WebService/Fastly/Object/LoggingSplunkAdditional.pm index 00fb5d46..735fdf76 100644 --- a/lib/WebService/Fastly/Object/LoggingSplunkAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingSplunkAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingSplunkResponse.pm b/lib/WebService/Fastly/Object/LoggingSplunkResponse.pm index a8a15082..062d37ad 100644 --- a/lib/WebService/Fastly/Object/LoggingSplunkResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingSplunkResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -48,7 +48,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingSumologicAdditional.pm b/lib/WebService/Fastly/Object/LoggingSumologicAdditional.pm index 6a95020c..b88f8d6c 100644 --- a/lib/WebService/Fastly/Object/LoggingSumologicAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingSumologicAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingSumologicResponse.pm b/lib/WebService/Fastly/Object/LoggingSumologicResponse.pm index 2c0ae6b4..a0b8a376 100644 --- a/lib/WebService/Fastly/Object/LoggingSumologicResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingSumologicResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingSyslogAdditional.pm b/lib/WebService/Fastly/Object/LoggingSyslogAdditional.pm index a8c37126..c744eb1b 100644 --- a/lib/WebService/Fastly/Object/LoggingSyslogAdditional.pm +++ b/lib/WebService/Fastly/Object/LoggingSyslogAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingSyslogResponse.pm b/lib/WebService/Fastly/Object/LoggingSyslogResponse.pm index 5c295196..c0b23842 100644 --- a/lib/WebService/Fastly/Object/LoggingSyslogResponse.pm +++ b/lib/WebService/Fastly/Object/LoggingSyslogResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -49,7 +49,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingTlsCommon.pm b/lib/WebService/Fastly/Object/LoggingTlsCommon.pm index 484f02d3..5c865d8f 100644 --- a/lib/WebService/Fastly/Object/LoggingTlsCommon.pm +++ b/lib/WebService/Fastly/Object/LoggingTlsCommon.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/LoggingUseTls.pm b/lib/WebService/Fastly/Object/LoggingUseTls.pm index 8e03ed09..4d02d78d 100644 --- a/lib/WebService/Fastly/Object/LoggingUseTls.pm +++ b/lib/WebService/Fastly/Object/LoggingUseTls.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Metadata.pm b/lib/WebService/Fastly/Object/Metadata.pm index 16215d5d..13d5bcc6 100644 --- a/lib/WebService/Fastly/Object/Metadata.pm +++ b/lib/WebService/Fastly/Object/Metadata.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ModelPackage.pm b/lib/WebService/Fastly/Object/ModelPackage.pm index 93fefaeb..c70ca2b2 100644 --- a/lib/WebService/Fastly/Object/ModelPackage.pm +++ b/lib/WebService/Fastly/Object/ModelPackage.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/MutualAuthentication.pm b/lib/WebService/Fastly/Object/MutualAuthentication.pm index 5d591a4a..0e80f08f 100644 --- a/lib/WebService/Fastly/Object/MutualAuthentication.pm +++ b/lib/WebService/Fastly/Object/MutualAuthentication.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/MutualAuthenticationData.pm b/lib/WebService/Fastly/Object/MutualAuthenticationData.pm index 5ac1cc72..af0c57fd 100644 --- a/lib/WebService/Fastly/Object/MutualAuthenticationData.pm +++ b/lib/WebService/Fastly/Object/MutualAuthenticationData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/MutualAuthenticationDataAttributes.pm b/lib/WebService/Fastly/Object/MutualAuthenticationDataAttributes.pm index 9c52323a..8d2f47e7 100644 --- a/lib/WebService/Fastly/Object/MutualAuthenticationDataAttributes.pm +++ b/lib/WebService/Fastly/Object/MutualAuthenticationDataAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/MutualAuthenticationResponse.pm b/lib/WebService/Fastly/Object/MutualAuthenticationResponse.pm index e75c88cd..6c67aa36 100644 --- a/lib/WebService/Fastly/Object/MutualAuthenticationResponse.pm +++ b/lib/WebService/Fastly/Object/MutualAuthenticationResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/MutualAuthenticationResponseAttributes.pm b/lib/WebService/Fastly/Object/MutualAuthenticationResponseAttributes.pm index 685b0140..77ce554c 100644 --- a/lib/WebService/Fastly/Object/MutualAuthenticationResponseAttributes.pm +++ b/lib/WebService/Fastly/Object/MutualAuthenticationResponseAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/MutualAuthenticationResponseAttributesAllOf.pm b/lib/WebService/Fastly/Object/MutualAuthenticationResponseAttributesAllOf.pm index e71f9846..1fedce5d 100644 --- a/lib/WebService/Fastly/Object/MutualAuthenticationResponseAttributesAllOf.pm +++ b/lib/WebService/Fastly/Object/MutualAuthenticationResponseAttributesAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/MutualAuthenticationResponseData.pm b/lib/WebService/Fastly/Object/MutualAuthenticationResponseData.pm index 25e3eb22..2a60f0b9 100644 --- a/lib/WebService/Fastly/Object/MutualAuthenticationResponseData.pm +++ b/lib/WebService/Fastly/Object/MutualAuthenticationResponseData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/MutualAuthenticationResponseDataAllOf.pm b/lib/WebService/Fastly/Object/MutualAuthenticationResponseDataAllOf.pm index 516d6a35..ec9cfad4 100644 --- a/lib/WebService/Fastly/Object/MutualAuthenticationResponseDataAllOf.pm +++ b/lib/WebService/Fastly/Object/MutualAuthenticationResponseDataAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/MutualAuthenticationsResponse.pm b/lib/WebService/Fastly/Object/MutualAuthenticationsResponse.pm index 70283eba..e5aa44fd 100644 --- a/lib/WebService/Fastly/Object/MutualAuthenticationsResponse.pm +++ b/lib/WebService/Fastly/Object/MutualAuthenticationsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/MutualAuthenticationsResponseAllOf.pm b/lib/WebService/Fastly/Object/MutualAuthenticationsResponseAllOf.pm index 0833d544..f6a0b20b 100644 --- a/lib/WebService/Fastly/Object/MutualAuthenticationsResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/MutualAuthenticationsResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/OriginInspector.pm b/lib/WebService/Fastly/Object/OriginInspector.pm index d69c44f4..8d14762b 100644 --- a/lib/WebService/Fastly/Object/OriginInspector.pm +++ b/lib/WebService/Fastly/Object/OriginInspector.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/OriginInspectorDimensions.pm b/lib/WebService/Fastly/Object/OriginInspectorDimensions.pm index a8178ec3..48d8fa59 100644 --- a/lib/WebService/Fastly/Object/OriginInspectorDimensions.pm +++ b/lib/WebService/Fastly/Object/OriginInspectorDimensions.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/OriginInspectorEntry.pm b/lib/WebService/Fastly/Object/OriginInspectorEntry.pm index c38eb408..599c469b 100644 --- a/lib/WebService/Fastly/Object/OriginInspectorEntry.pm +++ b/lib/WebService/Fastly/Object/OriginInspectorEntry.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/OriginInspectorHistorical.pm b/lib/WebService/Fastly/Object/OriginInspectorHistorical.pm index 13911fb0..bbabdb31 100644 --- a/lib/WebService/Fastly/Object/OriginInspectorHistorical.pm +++ b/lib/WebService/Fastly/Object/OriginInspectorHistorical.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/OriginInspectorHistoricalData.pm b/lib/WebService/Fastly/Object/OriginInspectorHistoricalData.pm index 922cd112..91492b4e 100644 --- a/lib/WebService/Fastly/Object/OriginInspectorHistoricalData.pm +++ b/lib/WebService/Fastly/Object/OriginInspectorHistoricalData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/OriginInspectorHistoricalMeta.pm b/lib/WebService/Fastly/Object/OriginInspectorHistoricalMeta.pm index 18a62e9b..ec254b7b 100644 --- a/lib/WebService/Fastly/Object/OriginInspectorHistoricalMeta.pm +++ b/lib/WebService/Fastly/Object/OriginInspectorHistoricalMeta.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/OriginInspectorHistoricalMetaFilters.pm b/lib/WebService/Fastly/Object/OriginInspectorHistoricalMetaFilters.pm index 676643e3..c280632e 100644 --- a/lib/WebService/Fastly/Object/OriginInspectorHistoricalMetaFilters.pm +++ b/lib/WebService/Fastly/Object/OriginInspectorHistoricalMetaFilters.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/OriginInspectorMeasurements.pm b/lib/WebService/Fastly/Object/OriginInspectorMeasurements.pm index fb3f1632..89d6c24e 100644 --- a/lib/WebService/Fastly/Object/OriginInspectorMeasurements.pm +++ b/lib/WebService/Fastly/Object/OriginInspectorMeasurements.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/OriginInspectorRealtimeEntry.pm b/lib/WebService/Fastly/Object/OriginInspectorRealtimeEntry.pm index 5cd744d2..038deaac 100644 --- a/lib/WebService/Fastly/Object/OriginInspectorRealtimeEntry.pm +++ b/lib/WebService/Fastly/Object/OriginInspectorRealtimeEntry.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/OriginInspectorRealtimeEntryRecorded.pm b/lib/WebService/Fastly/Object/OriginInspectorRealtimeEntryRecorded.pm index a56c5527..456ee781 100644 --- a/lib/WebService/Fastly/Object/OriginInspectorRealtimeEntryRecorded.pm +++ b/lib/WebService/Fastly/Object/OriginInspectorRealtimeEntryRecorded.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/OriginInspectorSubsequentRequestTimestamp.pm b/lib/WebService/Fastly/Object/OriginInspectorSubsequentRequestTimestamp.pm index a766b264..9ec3bec5 100644 --- a/lib/WebService/Fastly/Object/OriginInspectorSubsequentRequestTimestamp.pm +++ b/lib/WebService/Fastly/Object/OriginInspectorSubsequentRequestTimestamp.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/OriginInspectorValues.pm b/lib/WebService/Fastly/Object/OriginInspectorValues.pm index a95378d8..94217c79 100644 --- a/lib/WebService/Fastly/Object/OriginInspectorValues.pm +++ b/lib/WebService/Fastly/Object/OriginInspectorValues.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PackageMetadata.pm b/lib/WebService/Fastly/Object/PackageMetadata.pm index 06fce291..9165b4ec 100644 --- a/lib/WebService/Fastly/Object/PackageMetadata.pm +++ b/lib/WebService/Fastly/Object/PackageMetadata.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PackageResponse.pm b/lib/WebService/Fastly/Object/PackageResponse.pm index 8f531d5a..02647a8a 100644 --- a/lib/WebService/Fastly/Object/PackageResponse.pm +++ b/lib/WebService/Fastly/Object/PackageResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PackageResponseAllOf.pm b/lib/WebService/Fastly/Object/PackageResponseAllOf.pm index 33aebd77..126bc00e 100644 --- a/lib/WebService/Fastly/Object/PackageResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/PackageResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Pagination.pm b/lib/WebService/Fastly/Object/Pagination.pm index 573c435d..ba28de1f 100644 --- a/lib/WebService/Fastly/Object/Pagination.pm +++ b/lib/WebService/Fastly/Object/Pagination.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PaginationCursorMeta.pm b/lib/WebService/Fastly/Object/PaginationCursorMeta.pm index a89b005f..2f359c7a 100644 --- a/lib/WebService/Fastly/Object/PaginationCursorMeta.pm +++ b/lib/WebService/Fastly/Object/PaginationCursorMeta.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PaginationLinks.pm b/lib/WebService/Fastly/Object/PaginationLinks.pm index f3a82c4d..f75f663d 100644 --- a/lib/WebService/Fastly/Object/PaginationLinks.pm +++ b/lib/WebService/Fastly/Object/PaginationLinks.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PaginationMeta.pm b/lib/WebService/Fastly/Object/PaginationMeta.pm index 16cec7af..091b9cbf 100644 --- a/lib/WebService/Fastly/Object/PaginationMeta.pm +++ b/lib/WebService/Fastly/Object/PaginationMeta.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Permission.pm b/lib/WebService/Fastly/Object/Permission.pm index 70849cf6..4be0ec3a 100644 --- a/lib/WebService/Fastly/Object/Permission.pm +++ b/lib/WebService/Fastly/Object/Permission.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PlatformDdosDataItems.pm b/lib/WebService/Fastly/Object/PlatformDdosDataItems.pm index bca3e176..825ffa13 100644 --- a/lib/WebService/Fastly/Object/PlatformDdosDataItems.pm +++ b/lib/WebService/Fastly/Object/PlatformDdosDataItems.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PlatformDdosEntry.pm b/lib/WebService/Fastly/Object/PlatformDdosEntry.pm index bdbae41d..717af37b 100644 --- a/lib/WebService/Fastly/Object/PlatformDdosEntry.pm +++ b/lib/WebService/Fastly/Object/PlatformDdosEntry.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PlatformDdosResponse.pm b/lib/WebService/Fastly/Object/PlatformDdosResponse.pm index 4c6b8729..546e2750 100644 --- a/lib/WebService/Fastly/Object/PlatformDdosResponse.pm +++ b/lib/WebService/Fastly/Object/PlatformDdosResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PlatformDdosResponseAllOf.pm b/lib/WebService/Fastly/Object/PlatformDdosResponseAllOf.pm index 93b6bb0c..7d44acc1 100644 --- a/lib/WebService/Fastly/Object/PlatformDdosResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/PlatformDdosResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PoolAdditional.pm b/lib/WebService/Fastly/Object/PoolAdditional.pm index 4de1ad30..5c770bf3 100644 --- a/lib/WebService/Fastly/Object/PoolAdditional.pm +++ b/lib/WebService/Fastly/Object/PoolAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PoolResponse.pm b/lib/WebService/Fastly/Object/PoolResponse.pm index 8a3ffc8b..bf220a4b 100644 --- a/lib/WebService/Fastly/Object/PoolResponse.pm +++ b/lib/WebService/Fastly/Object/PoolResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -47,7 +47,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PoolResponseAllOf.pm b/lib/WebService/Fastly/Object/PoolResponseAllOf.pm index 72b9b5ef..d4f76ffd 100644 --- a/lib/WebService/Fastly/Object/PoolResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/PoolResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PoolResponseCommon.pm b/lib/WebService/Fastly/Object/PoolResponseCommon.pm index 199e4917..48dca1f6 100644 --- a/lib/WebService/Fastly/Object/PoolResponseCommon.pm +++ b/lib/WebService/Fastly/Object/PoolResponseCommon.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PoolResponsePost.pm b/lib/WebService/Fastly/Object/PoolResponsePost.pm index afa23ed3..3a9ac751 100644 --- a/lib/WebService/Fastly/Object/PoolResponsePost.pm +++ b/lib/WebService/Fastly/Object/PoolResponsePost.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -47,7 +47,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PoolResponsePostAllOf.pm b/lib/WebService/Fastly/Object/PoolResponsePostAllOf.pm index 1b2fa2bc..399877aa 100644 --- a/lib/WebService/Fastly/Object/PoolResponsePostAllOf.pm +++ b/lib/WebService/Fastly/Object/PoolResponsePostAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Pop.pm b/lib/WebService/Fastly/Object/Pop.pm index 1470ff53..43c31597 100644 --- a/lib/WebService/Fastly/Object/Pop.pm +++ b/lib/WebService/Fastly/Object/Pop.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PopCoordinates.pm b/lib/WebService/Fastly/Object/PopCoordinates.pm index 4ded3b29..a8f3aa1a 100644 --- a/lib/WebService/Fastly/Object/PopCoordinates.pm +++ b/lib/WebService/Fastly/Object/PopCoordinates.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PublicIpList.pm b/lib/WebService/Fastly/Object/PublicIpList.pm index c42c9650..4daa4388 100644 --- a/lib/WebService/Fastly/Object/PublicIpList.pm +++ b/lib/WebService/Fastly/Object/PublicIpList.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PublishItem.pm b/lib/WebService/Fastly/Object/PublishItem.pm index f1f7c126..149df931 100644 --- a/lib/WebService/Fastly/Object/PublishItem.pm +++ b/lib/WebService/Fastly/Object/PublishItem.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PublishItemFormats.pm b/lib/WebService/Fastly/Object/PublishItemFormats.pm index f6deb798..b2c0556d 100644 --- a/lib/WebService/Fastly/Object/PublishItemFormats.pm +++ b/lib/WebService/Fastly/Object/PublishItemFormats.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PublishRequest.pm b/lib/WebService/Fastly/Object/PublishRequest.pm index e9185844..a586f819 100644 --- a/lib/WebService/Fastly/Object/PublishRequest.pm +++ b/lib/WebService/Fastly/Object/PublishRequest.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PurgeKeys.pm b/lib/WebService/Fastly/Object/PurgeKeys.pm index ba90a5c4..7355d6a3 100644 --- a/lib/WebService/Fastly/Object/PurgeKeys.pm +++ b/lib/WebService/Fastly/Object/PurgeKeys.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/PurgeResponse.pm b/lib/WebService/Fastly/Object/PurgeResponse.pm index c528ebcf..26d776f9 100644 --- a/lib/WebService/Fastly/Object/PurgeResponse.pm +++ b/lib/WebService/Fastly/Object/PurgeResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RateLimiter.pm b/lib/WebService/Fastly/Object/RateLimiter.pm index 3bbd46ae..c1314c2f 100644 --- a/lib/WebService/Fastly/Object/RateLimiter.pm +++ b/lib/WebService/Fastly/Object/RateLimiter.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RateLimiterResponse.pm b/lib/WebService/Fastly/Object/RateLimiterResponse.pm index 47c88d58..27ab5971 100644 --- a/lib/WebService/Fastly/Object/RateLimiterResponse.pm +++ b/lib/WebService/Fastly/Object/RateLimiterResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RateLimiterResponseAllOf.pm b/lib/WebService/Fastly/Object/RateLimiterResponseAllOf.pm index a3acc13a..fe864cf3 100644 --- a/lib/WebService/Fastly/Object/RateLimiterResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/RateLimiterResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ReadOnlyCustomerId.pm b/lib/WebService/Fastly/Object/ReadOnlyCustomerId.pm index 4fde62ef..c51dd4e0 100644 --- a/lib/WebService/Fastly/Object/ReadOnlyCustomerId.pm +++ b/lib/WebService/Fastly/Object/ReadOnlyCustomerId.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ReadOnlyId.pm b/lib/WebService/Fastly/Object/ReadOnlyId.pm index 1e5ab546..bd2eaa0d 100644 --- a/lib/WebService/Fastly/Object/ReadOnlyId.pm +++ b/lib/WebService/Fastly/Object/ReadOnlyId.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ReadOnlyServiceId.pm b/lib/WebService/Fastly/Object/ReadOnlyServiceId.pm index d7e2ef39..efd3fd3b 100644 --- a/lib/WebService/Fastly/Object/ReadOnlyServiceId.pm +++ b/lib/WebService/Fastly/Object/ReadOnlyServiceId.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ReadOnlyUserId.pm b/lib/WebService/Fastly/Object/ReadOnlyUserId.pm index ccf0345f..c67386aa 100644 --- a/lib/WebService/Fastly/Object/ReadOnlyUserId.pm +++ b/lib/WebService/Fastly/Object/ReadOnlyUserId.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ReadOnlyVersion.pm b/lib/WebService/Fastly/Object/ReadOnlyVersion.pm index 9b3ecb6e..c3ced315 100644 --- a/lib/WebService/Fastly/Object/ReadOnlyVersion.pm +++ b/lib/WebService/Fastly/Object/ReadOnlyVersion.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Realtime.pm b/lib/WebService/Fastly/Object/Realtime.pm index dbf3021c..f4399831 100644 --- a/lib/WebService/Fastly/Object/Realtime.pm +++ b/lib/WebService/Fastly/Object/Realtime.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RealtimeEntry.pm b/lib/WebService/Fastly/Object/RealtimeEntry.pm index 463d904a..221e77ca 100644 --- a/lib/WebService/Fastly/Object/RealtimeEntry.pm +++ b/lib/WebService/Fastly/Object/RealtimeEntry.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RealtimeEntryAggregated.pm b/lib/WebService/Fastly/Object/RealtimeEntryAggregated.pm index cc01e33c..3f0a1be0 100644 --- a/lib/WebService/Fastly/Object/RealtimeEntryAggregated.pm +++ b/lib/WebService/Fastly/Object/RealtimeEntryAggregated.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RealtimeEntryRecorded.pm b/lib/WebService/Fastly/Object/RealtimeEntryRecorded.pm index 8b1ec1f9..20a64d99 100644 --- a/lib/WebService/Fastly/Object/RealtimeEntryRecorded.pm +++ b/lib/WebService/Fastly/Object/RealtimeEntryRecorded.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RealtimeMeasurements.pm b/lib/WebService/Fastly/Object/RealtimeMeasurements.pm index de8e20c1..5db2416e 100644 --- a/lib/WebService/Fastly/Object/RealtimeMeasurements.pm +++ b/lib/WebService/Fastly/Object/RealtimeMeasurements.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RecordedTimestamp.pm b/lib/WebService/Fastly/Object/RecordedTimestamp.pm index c46b97cb..9b232820 100644 --- a/lib/WebService/Fastly/Object/RecordedTimestamp.pm +++ b/lib/WebService/Fastly/Object/RecordedTimestamp.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipCommonName.pm b/lib/WebService/Fastly/Object/RelationshipCommonName.pm index 279b096e..d85c3baf 100644 --- a/lib/WebService/Fastly/Object/RelationshipCommonName.pm +++ b/lib/WebService/Fastly/Object/RelationshipCommonName.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipCustomer.pm b/lib/WebService/Fastly/Object/RelationshipCustomer.pm index d40564f4..113d086f 100644 --- a/lib/WebService/Fastly/Object/RelationshipCustomer.pm +++ b/lib/WebService/Fastly/Object/RelationshipCustomer.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipCustomerCustomer.pm b/lib/WebService/Fastly/Object/RelationshipCustomerCustomer.pm index 20234e17..8697424f 100644 --- a/lib/WebService/Fastly/Object/RelationshipCustomerCustomer.pm +++ b/lib/WebService/Fastly/Object/RelationshipCustomerCustomer.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMemberCustomer.pm b/lib/WebService/Fastly/Object/RelationshipMemberCustomer.pm index 44313e7f..aae9dc86 100644 --- a/lib/WebService/Fastly/Object/RelationshipMemberCustomer.pm +++ b/lib/WebService/Fastly/Object/RelationshipMemberCustomer.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMemberMutualAuthentication.pm b/lib/WebService/Fastly/Object/RelationshipMemberMutualAuthentication.pm index dbc4d4b7..de10cb87 100644 --- a/lib/WebService/Fastly/Object/RelationshipMemberMutualAuthentication.pm +++ b/lib/WebService/Fastly/Object/RelationshipMemberMutualAuthentication.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMemberService.pm b/lib/WebService/Fastly/Object/RelationshipMemberService.pm index 7dc3360a..93eed465 100644 --- a/lib/WebService/Fastly/Object/RelationshipMemberService.pm +++ b/lib/WebService/Fastly/Object/RelationshipMemberService.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMemberServiceInvitation.pm b/lib/WebService/Fastly/Object/RelationshipMemberServiceInvitation.pm index c623a1a7..c0679028 100644 --- a/lib/WebService/Fastly/Object/RelationshipMemberServiceInvitation.pm +++ b/lib/WebService/Fastly/Object/RelationshipMemberServiceInvitation.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMemberTlsActivation.pm b/lib/WebService/Fastly/Object/RelationshipMemberTlsActivation.pm index 17d34f41..5245a5c0 100644 --- a/lib/WebService/Fastly/Object/RelationshipMemberTlsActivation.pm +++ b/lib/WebService/Fastly/Object/RelationshipMemberTlsActivation.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMemberTlsBulkCertificate.pm b/lib/WebService/Fastly/Object/RelationshipMemberTlsBulkCertificate.pm index 62b396ad..2f03e10e 100644 --- a/lib/WebService/Fastly/Object/RelationshipMemberTlsBulkCertificate.pm +++ b/lib/WebService/Fastly/Object/RelationshipMemberTlsBulkCertificate.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMemberTlsCertificate.pm b/lib/WebService/Fastly/Object/RelationshipMemberTlsCertificate.pm index 925a2450..c65e490b 100644 --- a/lib/WebService/Fastly/Object/RelationshipMemberTlsCertificate.pm +++ b/lib/WebService/Fastly/Object/RelationshipMemberTlsCertificate.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMemberTlsConfiguration.pm b/lib/WebService/Fastly/Object/RelationshipMemberTlsConfiguration.pm index bb40e910..1250292b 100644 --- a/lib/WebService/Fastly/Object/RelationshipMemberTlsConfiguration.pm +++ b/lib/WebService/Fastly/Object/RelationshipMemberTlsConfiguration.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMemberTlsDnsRecord.pm b/lib/WebService/Fastly/Object/RelationshipMemberTlsDnsRecord.pm index 329d4f31..574283f0 100644 --- a/lib/WebService/Fastly/Object/RelationshipMemberTlsDnsRecord.pm +++ b/lib/WebService/Fastly/Object/RelationshipMemberTlsDnsRecord.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMemberTlsDomain.pm b/lib/WebService/Fastly/Object/RelationshipMemberTlsDomain.pm index 5ec4ce72..9cbe6702 100644 --- a/lib/WebService/Fastly/Object/RelationshipMemberTlsDomain.pm +++ b/lib/WebService/Fastly/Object/RelationshipMemberTlsDomain.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMemberTlsPrivateKey.pm b/lib/WebService/Fastly/Object/RelationshipMemberTlsPrivateKey.pm index 84571947..1e891b62 100644 --- a/lib/WebService/Fastly/Object/RelationshipMemberTlsPrivateKey.pm +++ b/lib/WebService/Fastly/Object/RelationshipMemberTlsPrivateKey.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMemberTlsSubscription.pm b/lib/WebService/Fastly/Object/RelationshipMemberTlsSubscription.pm index a3efba30..88f1128c 100644 --- a/lib/WebService/Fastly/Object/RelationshipMemberTlsSubscription.pm +++ b/lib/WebService/Fastly/Object/RelationshipMemberTlsSubscription.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMemberWafActiveRule.pm b/lib/WebService/Fastly/Object/RelationshipMemberWafActiveRule.pm index 8923f999..cb7ebe2b 100644 --- a/lib/WebService/Fastly/Object/RelationshipMemberWafActiveRule.pm +++ b/lib/WebService/Fastly/Object/RelationshipMemberWafActiveRule.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMemberWafFirewall.pm b/lib/WebService/Fastly/Object/RelationshipMemberWafFirewall.pm index 8b197995..4e2c8f77 100644 --- a/lib/WebService/Fastly/Object/RelationshipMemberWafFirewall.pm +++ b/lib/WebService/Fastly/Object/RelationshipMemberWafFirewall.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMemberWafFirewallVersion.pm b/lib/WebService/Fastly/Object/RelationshipMemberWafFirewallVersion.pm index 16b91e2e..4b041f74 100644 --- a/lib/WebService/Fastly/Object/RelationshipMemberWafFirewallVersion.pm +++ b/lib/WebService/Fastly/Object/RelationshipMemberWafFirewallVersion.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMemberWafRule.pm b/lib/WebService/Fastly/Object/RelationshipMemberWafRule.pm index 20d3e81a..bb534b4a 100644 --- a/lib/WebService/Fastly/Object/RelationshipMemberWafRule.pm +++ b/lib/WebService/Fastly/Object/RelationshipMemberWafRule.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMemberWafRuleRevision.pm b/lib/WebService/Fastly/Object/RelationshipMemberWafRuleRevision.pm index c0f00c08..84d9e0fa 100644 --- a/lib/WebService/Fastly/Object/RelationshipMemberWafRuleRevision.pm +++ b/lib/WebService/Fastly/Object/RelationshipMemberWafRuleRevision.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMemberWafTag.pm b/lib/WebService/Fastly/Object/RelationshipMemberWafTag.pm index 4b0bd3ef..e078a73e 100644 --- a/lib/WebService/Fastly/Object/RelationshipMemberWafTag.pm +++ b/lib/WebService/Fastly/Object/RelationshipMemberWafTag.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMutualAuthentication.pm b/lib/WebService/Fastly/Object/RelationshipMutualAuthentication.pm index b69b2f6f..002eb44e 100644 --- a/lib/WebService/Fastly/Object/RelationshipMutualAuthentication.pm +++ b/lib/WebService/Fastly/Object/RelationshipMutualAuthentication.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMutualAuthenticationMutualAuthentication.pm b/lib/WebService/Fastly/Object/RelationshipMutualAuthenticationMutualAuthentication.pm index 6137a272..ceae7b8e 100644 --- a/lib/WebService/Fastly/Object/RelationshipMutualAuthenticationMutualAuthentication.pm +++ b/lib/WebService/Fastly/Object/RelationshipMutualAuthenticationMutualAuthentication.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMutualAuthentications.pm b/lib/WebService/Fastly/Object/RelationshipMutualAuthentications.pm index d1c757d1..81b8b2b4 100644 --- a/lib/WebService/Fastly/Object/RelationshipMutualAuthentications.pm +++ b/lib/WebService/Fastly/Object/RelationshipMutualAuthentications.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipMutualAuthenticationsMutualAuthentications.pm b/lib/WebService/Fastly/Object/RelationshipMutualAuthenticationsMutualAuthentications.pm index 2e484547..7ae80d3a 100644 --- a/lib/WebService/Fastly/Object/RelationshipMutualAuthenticationsMutualAuthentications.pm +++ b/lib/WebService/Fastly/Object/RelationshipMutualAuthenticationsMutualAuthentications.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipService.pm b/lib/WebService/Fastly/Object/RelationshipService.pm index ed0f907c..c31477c7 100644 --- a/lib/WebService/Fastly/Object/RelationshipService.pm +++ b/lib/WebService/Fastly/Object/RelationshipService.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipServiceInvitations.pm b/lib/WebService/Fastly/Object/RelationshipServiceInvitations.pm index 3877abde..4cdfd569 100644 --- a/lib/WebService/Fastly/Object/RelationshipServiceInvitations.pm +++ b/lib/WebService/Fastly/Object/RelationshipServiceInvitations.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipServiceInvitationsCreate.pm b/lib/WebService/Fastly/Object/RelationshipServiceInvitationsCreate.pm index f895a69a..e999ce65 100644 --- a/lib/WebService/Fastly/Object/RelationshipServiceInvitationsCreate.pm +++ b/lib/WebService/Fastly/Object/RelationshipServiceInvitationsCreate.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipServiceInvitationsCreateServiceInvitations.pm b/lib/WebService/Fastly/Object/RelationshipServiceInvitationsCreateServiceInvitations.pm index 455cdc10..cfd9c5ab 100644 --- a/lib/WebService/Fastly/Object/RelationshipServiceInvitationsCreateServiceInvitations.pm +++ b/lib/WebService/Fastly/Object/RelationshipServiceInvitationsCreateServiceInvitations.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipServiceInvitationsServiceInvitations.pm b/lib/WebService/Fastly/Object/RelationshipServiceInvitationsServiceInvitations.pm index a5601cf4..7ca7a120 100644 --- a/lib/WebService/Fastly/Object/RelationshipServiceInvitationsServiceInvitations.pm +++ b/lib/WebService/Fastly/Object/RelationshipServiceInvitationsServiceInvitations.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipServices.pm b/lib/WebService/Fastly/Object/RelationshipServices.pm index aaf98517..f6c6d81d 100644 --- a/lib/WebService/Fastly/Object/RelationshipServices.pm +++ b/lib/WebService/Fastly/Object/RelationshipServices.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipServicesServices.pm b/lib/WebService/Fastly/Object/RelationshipServicesServices.pm index e4901262..c5e0a87e 100644 --- a/lib/WebService/Fastly/Object/RelationshipServicesServices.pm +++ b/lib/WebService/Fastly/Object/RelationshipServicesServices.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsActivation.pm b/lib/WebService/Fastly/Object/RelationshipTlsActivation.pm index 94bba7e0..3ea50062 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsActivation.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsActivation.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsActivationTlsActivation.pm b/lib/WebService/Fastly/Object/RelationshipTlsActivationTlsActivation.pm index a90c0e12..e2679d00 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsActivationTlsActivation.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsActivationTlsActivation.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsActivations.pm b/lib/WebService/Fastly/Object/RelationshipTlsActivations.pm index b31bf4fd..dcc31e6a 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsActivations.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsActivations.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsBulkCertificate.pm b/lib/WebService/Fastly/Object/RelationshipTlsBulkCertificate.pm index 3d65d50f..8b4677b8 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsBulkCertificate.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsBulkCertificate.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsBulkCertificateTlsBulkCertificate.pm b/lib/WebService/Fastly/Object/RelationshipTlsBulkCertificateTlsBulkCertificate.pm index 9825e8ba..8168dde4 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsBulkCertificateTlsBulkCertificate.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsBulkCertificateTlsBulkCertificate.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsBulkCertificates.pm b/lib/WebService/Fastly/Object/RelationshipTlsBulkCertificates.pm index e057ab8f..90a95112 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsBulkCertificates.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsBulkCertificates.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsCertificate.pm b/lib/WebService/Fastly/Object/RelationshipTlsCertificate.pm index c8102d5d..9f6659ce 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsCertificate.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsCertificate.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsCertificateTlsCertificate.pm b/lib/WebService/Fastly/Object/RelationshipTlsCertificateTlsCertificate.pm index aba4230a..f17919df 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsCertificateTlsCertificate.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsCertificateTlsCertificate.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsCertificates.pm b/lib/WebService/Fastly/Object/RelationshipTlsCertificates.pm index e08e970d..895257cc 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsCertificates.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsCertificates.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsCertificatesTlsCertificates.pm b/lib/WebService/Fastly/Object/RelationshipTlsCertificatesTlsCertificates.pm index 6ab8b93f..02b39835 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsCertificatesTlsCertificates.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsCertificatesTlsCertificates.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsConfiguration.pm b/lib/WebService/Fastly/Object/RelationshipTlsConfiguration.pm index 9472eea3..f1321c9c 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsConfiguration.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsConfiguration.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsConfigurationForTlsSubscription.pm b/lib/WebService/Fastly/Object/RelationshipTlsConfigurationForTlsSubscription.pm index 0986d6a5..4ce385b7 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsConfigurationForTlsSubscription.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsConfigurationForTlsSubscription.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsConfigurationTlsConfiguration.pm b/lib/WebService/Fastly/Object/RelationshipTlsConfigurationTlsConfiguration.pm index 4e4b92d9..e3e4c631 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsConfigurationTlsConfiguration.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsConfigurationTlsConfiguration.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsConfigurations.pm b/lib/WebService/Fastly/Object/RelationshipTlsConfigurations.pm index e3921c06..72891823 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsConfigurations.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsConfigurations.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsConfigurationsTlsConfigurations.pm b/lib/WebService/Fastly/Object/RelationshipTlsConfigurationsTlsConfigurations.pm index 30faa776..f694fadd 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsConfigurationsTlsConfigurations.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsConfigurationsTlsConfigurations.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsDnsRecord.pm b/lib/WebService/Fastly/Object/RelationshipTlsDnsRecord.pm index 8f61e920..b6c4a086 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsDnsRecord.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsDnsRecord.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsDnsRecordDnsRecord.pm b/lib/WebService/Fastly/Object/RelationshipTlsDnsRecordDnsRecord.pm index b943868d..8a8b6b9a 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsDnsRecordDnsRecord.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsDnsRecordDnsRecord.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsDnsRecords.pm b/lib/WebService/Fastly/Object/RelationshipTlsDnsRecords.pm index d4492e31..72227366 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsDnsRecords.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsDnsRecords.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsDomain.pm b/lib/WebService/Fastly/Object/RelationshipTlsDomain.pm index c061ec7c..c082e866 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsDomain.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsDomain.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsDomainTlsDomain.pm b/lib/WebService/Fastly/Object/RelationshipTlsDomainTlsDomain.pm index 7abf809d..95bee5b4 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsDomainTlsDomain.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsDomainTlsDomain.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsDomains.pm b/lib/WebService/Fastly/Object/RelationshipTlsDomains.pm index f5795243..0f9cc0d5 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsDomains.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsDomains.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsDomainsTlsDomains.pm b/lib/WebService/Fastly/Object/RelationshipTlsDomainsTlsDomains.pm index 3b2a0519..bcca37b0 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsDomainsTlsDomains.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsDomainsTlsDomains.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsPrivateKey.pm b/lib/WebService/Fastly/Object/RelationshipTlsPrivateKey.pm index 3ad43c10..5d083fcf 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsPrivateKey.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsPrivateKey.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsPrivateKeyTlsPrivateKey.pm b/lib/WebService/Fastly/Object/RelationshipTlsPrivateKeyTlsPrivateKey.pm index 832a12a2..d4913e67 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsPrivateKeyTlsPrivateKey.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsPrivateKeyTlsPrivateKey.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsPrivateKeys.pm b/lib/WebService/Fastly/Object/RelationshipTlsPrivateKeys.pm index 1e98f875..26821167 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsPrivateKeys.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsPrivateKeys.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsPrivateKeysTlsPrivateKeys.pm b/lib/WebService/Fastly/Object/RelationshipTlsPrivateKeysTlsPrivateKeys.pm index 8fb5af65..59fc130f 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsPrivateKeysTlsPrivateKeys.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsPrivateKeysTlsPrivateKeys.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsSubscription.pm b/lib/WebService/Fastly/Object/RelationshipTlsSubscription.pm index 223c7a8f..225f41a0 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsSubscription.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsSubscription.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsSubscriptionTlsSubscription.pm b/lib/WebService/Fastly/Object/RelationshipTlsSubscriptionTlsSubscription.pm index 62fc5e2a..12742eaf 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsSubscriptionTlsSubscription.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsSubscriptionTlsSubscription.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipTlsSubscriptions.pm b/lib/WebService/Fastly/Object/RelationshipTlsSubscriptions.pm index d717ce96..89217a2b 100644 --- a/lib/WebService/Fastly/Object/RelationshipTlsSubscriptions.pm +++ b/lib/WebService/Fastly/Object/RelationshipTlsSubscriptions.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipUser.pm b/lib/WebService/Fastly/Object/RelationshipUser.pm index abd2bbf3..88c5f11e 100644 --- a/lib/WebService/Fastly/Object/RelationshipUser.pm +++ b/lib/WebService/Fastly/Object/RelationshipUser.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipUserUser.pm b/lib/WebService/Fastly/Object/RelationshipUserUser.pm index 67722377..b5f07fe6 100644 --- a/lib/WebService/Fastly/Object/RelationshipUserUser.pm +++ b/lib/WebService/Fastly/Object/RelationshipUserUser.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipWafActiveRules.pm b/lib/WebService/Fastly/Object/RelationshipWafActiveRules.pm index 88cda3f4..db57b7d3 100644 --- a/lib/WebService/Fastly/Object/RelationshipWafActiveRules.pm +++ b/lib/WebService/Fastly/Object/RelationshipWafActiveRules.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipWafActiveRulesWafActiveRules.pm b/lib/WebService/Fastly/Object/RelationshipWafActiveRulesWafActiveRules.pm index 3f43489a..6c57d6ae 100644 --- a/lib/WebService/Fastly/Object/RelationshipWafActiveRulesWafActiveRules.pm +++ b/lib/WebService/Fastly/Object/RelationshipWafActiveRulesWafActiveRules.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipWafFirewall.pm b/lib/WebService/Fastly/Object/RelationshipWafFirewall.pm index addac19c..5ca02c2d 100644 --- a/lib/WebService/Fastly/Object/RelationshipWafFirewall.pm +++ b/lib/WebService/Fastly/Object/RelationshipWafFirewall.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipWafFirewallVersion.pm b/lib/WebService/Fastly/Object/RelationshipWafFirewallVersion.pm index 2a037c57..d65fa8bd 100644 --- a/lib/WebService/Fastly/Object/RelationshipWafFirewallVersion.pm +++ b/lib/WebService/Fastly/Object/RelationshipWafFirewallVersion.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipWafFirewallVersionWafFirewallVersion.pm b/lib/WebService/Fastly/Object/RelationshipWafFirewallVersionWafFirewallVersion.pm index df755a56..165f3bd2 100644 --- a/lib/WebService/Fastly/Object/RelationshipWafFirewallVersionWafFirewallVersion.pm +++ b/lib/WebService/Fastly/Object/RelationshipWafFirewallVersionWafFirewallVersion.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipWafFirewallVersions.pm b/lib/WebService/Fastly/Object/RelationshipWafFirewallVersions.pm index 0dfdfaca..1543ae80 100644 --- a/lib/WebService/Fastly/Object/RelationshipWafFirewallVersions.pm +++ b/lib/WebService/Fastly/Object/RelationshipWafFirewallVersions.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipWafFirewallWafFirewall.pm b/lib/WebService/Fastly/Object/RelationshipWafFirewallWafFirewall.pm index 2de006fb..93e5030d 100644 --- a/lib/WebService/Fastly/Object/RelationshipWafFirewallWafFirewall.pm +++ b/lib/WebService/Fastly/Object/RelationshipWafFirewallWafFirewall.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipWafRule.pm b/lib/WebService/Fastly/Object/RelationshipWafRule.pm index c9dc331c..9443ce28 100644 --- a/lib/WebService/Fastly/Object/RelationshipWafRule.pm +++ b/lib/WebService/Fastly/Object/RelationshipWafRule.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipWafRuleRevision.pm b/lib/WebService/Fastly/Object/RelationshipWafRuleRevision.pm index 41cb97ec..4fac5fed 100644 --- a/lib/WebService/Fastly/Object/RelationshipWafRuleRevision.pm +++ b/lib/WebService/Fastly/Object/RelationshipWafRuleRevision.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipWafRuleRevisionWafRuleRevisions.pm b/lib/WebService/Fastly/Object/RelationshipWafRuleRevisionWafRuleRevisions.pm index b90620bd..4f5a4f4d 100644 --- a/lib/WebService/Fastly/Object/RelationshipWafRuleRevisionWafRuleRevisions.pm +++ b/lib/WebService/Fastly/Object/RelationshipWafRuleRevisionWafRuleRevisions.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipWafRuleRevisions.pm b/lib/WebService/Fastly/Object/RelationshipWafRuleRevisions.pm index e2c90903..35d59860 100644 --- a/lib/WebService/Fastly/Object/RelationshipWafRuleRevisions.pm +++ b/lib/WebService/Fastly/Object/RelationshipWafRuleRevisions.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipWafRuleWafRule.pm b/lib/WebService/Fastly/Object/RelationshipWafRuleWafRule.pm index 6e8e927f..413bcc71 100644 --- a/lib/WebService/Fastly/Object/RelationshipWafRuleWafRule.pm +++ b/lib/WebService/Fastly/Object/RelationshipWafRuleWafRule.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipWafRules.pm b/lib/WebService/Fastly/Object/RelationshipWafRules.pm index 2b0243d9..3bcbd81d 100644 --- a/lib/WebService/Fastly/Object/RelationshipWafRules.pm +++ b/lib/WebService/Fastly/Object/RelationshipWafRules.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipWafTags.pm b/lib/WebService/Fastly/Object/RelationshipWafTags.pm index efa97c24..bd9a9b32 100644 --- a/lib/WebService/Fastly/Object/RelationshipWafTags.pm +++ b/lib/WebService/Fastly/Object/RelationshipWafTags.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipWafTagsWafTags.pm b/lib/WebService/Fastly/Object/RelationshipWafTagsWafTags.pm index fff277b5..e90f5713 100644 --- a/lib/WebService/Fastly/Object/RelationshipWafTagsWafTags.pm +++ b/lib/WebService/Fastly/Object/RelationshipWafTagsWafTags.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipsForInvitation.pm b/lib/WebService/Fastly/Object/RelationshipsForInvitation.pm index 44f32a81..44f3a73d 100644 --- a/lib/WebService/Fastly/Object/RelationshipsForInvitation.pm +++ b/lib/WebService/Fastly/Object/RelationshipsForInvitation.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipsForMutualAuthentication.pm b/lib/WebService/Fastly/Object/RelationshipsForMutualAuthentication.pm index ecaa3a50..ea72df2b 100644 --- a/lib/WebService/Fastly/Object/RelationshipsForMutualAuthentication.pm +++ b/lib/WebService/Fastly/Object/RelationshipsForMutualAuthentication.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipsForStar.pm b/lib/WebService/Fastly/Object/RelationshipsForStar.pm index 2aebc6c9..687293fc 100644 --- a/lib/WebService/Fastly/Object/RelationshipsForStar.pm +++ b/lib/WebService/Fastly/Object/RelationshipsForStar.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipsForTlsActivation.pm b/lib/WebService/Fastly/Object/RelationshipsForTlsActivation.pm index 16402b7e..5fa755c9 100644 --- a/lib/WebService/Fastly/Object/RelationshipsForTlsActivation.pm +++ b/lib/WebService/Fastly/Object/RelationshipsForTlsActivation.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -47,7 +47,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipsForTlsBulkCertificate.pm b/lib/WebService/Fastly/Object/RelationshipsForTlsBulkCertificate.pm index 8b16efe5..91d0b8f8 100644 --- a/lib/WebService/Fastly/Object/RelationshipsForTlsBulkCertificate.pm +++ b/lib/WebService/Fastly/Object/RelationshipsForTlsBulkCertificate.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipsForTlsConfiguration.pm b/lib/WebService/Fastly/Object/RelationshipsForTlsConfiguration.pm index 72696ab5..171bf606 100644 --- a/lib/WebService/Fastly/Object/RelationshipsForTlsConfiguration.pm +++ b/lib/WebService/Fastly/Object/RelationshipsForTlsConfiguration.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipsForTlsDomain.pm b/lib/WebService/Fastly/Object/RelationshipsForTlsDomain.pm index df372b99..4dceb6f1 100644 --- a/lib/WebService/Fastly/Object/RelationshipsForTlsDomain.pm +++ b/lib/WebService/Fastly/Object/RelationshipsForTlsDomain.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipsForTlsPrivateKey.pm b/lib/WebService/Fastly/Object/RelationshipsForTlsPrivateKey.pm index ee62a8d9..e46c6286 100644 --- a/lib/WebService/Fastly/Object/RelationshipsForTlsPrivateKey.pm +++ b/lib/WebService/Fastly/Object/RelationshipsForTlsPrivateKey.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipsForTlsSubscription.pm b/lib/WebService/Fastly/Object/RelationshipsForTlsSubscription.pm index f289c8cb..a873cde6 100644 --- a/lib/WebService/Fastly/Object/RelationshipsForTlsSubscription.pm +++ b/lib/WebService/Fastly/Object/RelationshipsForTlsSubscription.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -49,7 +49,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipsForWafActiveRule.pm b/lib/WebService/Fastly/Object/RelationshipsForWafActiveRule.pm index b84b4dd8..f95c85a5 100644 --- a/lib/WebService/Fastly/Object/RelationshipsForWafActiveRule.pm +++ b/lib/WebService/Fastly/Object/RelationshipsForWafActiveRule.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipsForWafExclusion.pm b/lib/WebService/Fastly/Object/RelationshipsForWafExclusion.pm index f63f9bfd..066e189d 100644 --- a/lib/WebService/Fastly/Object/RelationshipsForWafExclusion.pm +++ b/lib/WebService/Fastly/Object/RelationshipsForWafExclusion.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipsForWafFirewallVersion.pm b/lib/WebService/Fastly/Object/RelationshipsForWafFirewallVersion.pm index 866f598a..a1e4e9ad 100644 --- a/lib/WebService/Fastly/Object/RelationshipsForWafFirewallVersion.pm +++ b/lib/WebService/Fastly/Object/RelationshipsForWafFirewallVersion.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RelationshipsForWafRule.pm b/lib/WebService/Fastly/Object/RelationshipsForWafRule.pm index ed2420ca..cfde5468 100644 --- a/lib/WebService/Fastly/Object/RelationshipsForWafRule.pm +++ b/lib/WebService/Fastly/Object/RelationshipsForWafRule.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RequestSettingsAdditional.pm b/lib/WebService/Fastly/Object/RequestSettingsAdditional.pm index 6c9676e7..03fb1631 100644 --- a/lib/WebService/Fastly/Object/RequestSettingsAdditional.pm +++ b/lib/WebService/Fastly/Object/RequestSettingsAdditional.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RequestSettingsResponse.pm b/lib/WebService/Fastly/Object/RequestSettingsResponse.pm index e4ca0282..dfdce3e4 100644 --- a/lib/WebService/Fastly/Object/RequestSettingsResponse.pm +++ b/lib/WebService/Fastly/Object/RequestSettingsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RequestSettingsResponseAllOf.pm b/lib/WebService/Fastly/Object/RequestSettingsResponseAllOf.pm index cb3676e3..8b614984 100644 --- a/lib/WebService/Fastly/Object/RequestSettingsResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/RequestSettingsResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Resource.pm b/lib/WebService/Fastly/Object/Resource.pm index 9e0c3135..bbe16e21 100644 --- a/lib/WebService/Fastly/Object/Resource.pm +++ b/lib/WebService/Fastly/Object/Resource.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ResourceResponse.pm b/lib/WebService/Fastly/Object/ResourceResponse.pm index 6e58571d..f94319f3 100644 --- a/lib/WebService/Fastly/Object/ResourceResponse.pm +++ b/lib/WebService/Fastly/Object/ResourceResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ResourceResponseAllOf.pm b/lib/WebService/Fastly/Object/ResourceResponseAllOf.pm index 27ef412a..8ca9066b 100644 --- a/lib/WebService/Fastly/Object/ResourceResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/ResourceResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ResponseObject.pm b/lib/WebService/Fastly/Object/ResponseObject.pm index 13964c2c..bb17c5fa 100644 --- a/lib/WebService/Fastly/Object/ResponseObject.pm +++ b/lib/WebService/Fastly/Object/ResponseObject.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ResponseObjectResponse.pm b/lib/WebService/Fastly/Object/ResponseObjectResponse.pm index 2a6c51d2..0edc755f 100644 --- a/lib/WebService/Fastly/Object/ResponseObjectResponse.pm +++ b/lib/WebService/Fastly/Object/ResponseObjectResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Results.pm b/lib/WebService/Fastly/Object/Results.pm index 689e9673..dedd647d 100644 --- a/lib/WebService/Fastly/Object/Results.pm +++ b/lib/WebService/Fastly/Object/Results.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/RoleUser.pm b/lib/WebService/Fastly/Object/RoleUser.pm index 249a654e..7e6f3768 100644 --- a/lib/WebService/Fastly/Object/RoleUser.pm +++ b/lib/WebService/Fastly/Object/RoleUser.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SchemasContactResponse.pm b/lib/WebService/Fastly/Object/SchemasContactResponse.pm index a9800676..9f340b4f 100644 --- a/lib/WebService/Fastly/Object/SchemasContactResponse.pm +++ b/lib/WebService/Fastly/Object/SchemasContactResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SchemasSnippetResponse.pm b/lib/WebService/Fastly/Object/SchemasSnippetResponse.pm index 939f7ced..7207ba9d 100644 --- a/lib/WebService/Fastly/Object/SchemasSnippetResponse.pm +++ b/lib/WebService/Fastly/Object/SchemasSnippetResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SchemasSnippetResponseCommon.pm b/lib/WebService/Fastly/Object/SchemasSnippetResponseCommon.pm index 1f6ade13..cd8c18cf 100644 --- a/lib/WebService/Fastly/Object/SchemasSnippetResponseCommon.pm +++ b/lib/WebService/Fastly/Object/SchemasSnippetResponseCommon.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SchemasUserResponse.pm b/lib/WebService/Fastly/Object/SchemasUserResponse.pm index 0bfb5833..f84efe0e 100644 --- a/lib/WebService/Fastly/Object/SchemasUserResponse.pm +++ b/lib/WebService/Fastly/Object/SchemasUserResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SchemasUserResponseReadOnly.pm b/lib/WebService/Fastly/Object/SchemasUserResponseReadOnly.pm index 89d709da..a2c81226 100644 --- a/lib/WebService/Fastly/Object/SchemasUserResponseReadOnly.pm +++ b/lib/WebService/Fastly/Object/SchemasUserResponseReadOnly.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SchemasVclResponse.pm b/lib/WebService/Fastly/Object/SchemasVclResponse.pm index e79eab88..12ac8479 100644 --- a/lib/WebService/Fastly/Object/SchemasVclResponse.pm +++ b/lib/WebService/Fastly/Object/SchemasVclResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SchemasVersion.pm b/lib/WebService/Fastly/Object/SchemasVersion.pm index b3bbd541..9527cdb0 100644 --- a/lib/WebService/Fastly/Object/SchemasVersion.pm +++ b/lib/WebService/Fastly/Object/SchemasVersion.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SchemasVersionResponse.pm b/lib/WebService/Fastly/Object/SchemasVersionResponse.pm index e715d24e..220eae3b 100644 --- a/lib/WebService/Fastly/Object/SchemasVersionResponse.pm +++ b/lib/WebService/Fastly/Object/SchemasVersionResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SchemasWafFirewallVersion.pm b/lib/WebService/Fastly/Object/SchemasWafFirewallVersion.pm index 4ef3c99a..561c4d31 100644 --- a/lib/WebService/Fastly/Object/SchemasWafFirewallVersion.pm +++ b/lib/WebService/Fastly/Object/SchemasWafFirewallVersion.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SchemasWafFirewallVersionData.pm b/lib/WebService/Fastly/Object/SchemasWafFirewallVersionData.pm index ec8b75ff..a1120b62 100644 --- a/lib/WebService/Fastly/Object/SchemasWafFirewallVersionData.pm +++ b/lib/WebService/Fastly/Object/SchemasWafFirewallVersionData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Secret.pm b/lib/WebService/Fastly/Object/Secret.pm index 23989218..074c7786 100644 --- a/lib/WebService/Fastly/Object/Secret.pm +++ b/lib/WebService/Fastly/Object/Secret.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SecretResponse.pm b/lib/WebService/Fastly/Object/SecretResponse.pm index 4a0f7479..94ae4467 100644 --- a/lib/WebService/Fastly/Object/SecretResponse.pm +++ b/lib/WebService/Fastly/Object/SecretResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SecretStore.pm b/lib/WebService/Fastly/Object/SecretStore.pm index 590c5c13..790171df 100644 --- a/lib/WebService/Fastly/Object/SecretStore.pm +++ b/lib/WebService/Fastly/Object/SecretStore.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SecretStoreResponse.pm b/lib/WebService/Fastly/Object/SecretStoreResponse.pm index 1ffa3f58..a8143f22 100644 --- a/lib/WebService/Fastly/Object/SecretStoreResponse.pm +++ b/lib/WebService/Fastly/Object/SecretStoreResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Server.pm b/lib/WebService/Fastly/Object/Server.pm index 75400cd3..96e34b6d 100644 --- a/lib/WebService/Fastly/Object/Server.pm +++ b/lib/WebService/Fastly/Object/Server.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServerResponse.pm b/lib/WebService/Fastly/Object/ServerResponse.pm index eb2f784a..078d2153 100644 --- a/lib/WebService/Fastly/Object/ServerResponse.pm +++ b/lib/WebService/Fastly/Object/ServerResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServerResponseAllOf.pm b/lib/WebService/Fastly/Object/ServerResponseAllOf.pm index 913b54fc..e58959df 100644 --- a/lib/WebService/Fastly/Object/ServerResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/ServerResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Service.pm b/lib/WebService/Fastly/Object/Service.pm index ce9c48dd..6073a1ae 100644 --- a/lib/WebService/Fastly/Object/Service.pm +++ b/lib/WebService/Fastly/Object/Service.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceAuthorization.pm b/lib/WebService/Fastly/Object/ServiceAuthorization.pm index 64a2e7fb..215190d8 100644 --- a/lib/WebService/Fastly/Object/ServiceAuthorization.pm +++ b/lib/WebService/Fastly/Object/ServiceAuthorization.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceAuthorizationData.pm b/lib/WebService/Fastly/Object/ServiceAuthorizationData.pm index abfca35e..68ff56ac 100644 --- a/lib/WebService/Fastly/Object/ServiceAuthorizationData.pm +++ b/lib/WebService/Fastly/Object/ServiceAuthorizationData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceAuthorizationDataAttributes.pm b/lib/WebService/Fastly/Object/ServiceAuthorizationDataAttributes.pm index cbb23efe..77784e92 100644 --- a/lib/WebService/Fastly/Object/ServiceAuthorizationDataAttributes.pm +++ b/lib/WebService/Fastly/Object/ServiceAuthorizationDataAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceAuthorizationDataRelationships.pm b/lib/WebService/Fastly/Object/ServiceAuthorizationDataRelationships.pm index d5be4de1..7074870c 100644 --- a/lib/WebService/Fastly/Object/ServiceAuthorizationDataRelationships.pm +++ b/lib/WebService/Fastly/Object/ServiceAuthorizationDataRelationships.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceAuthorizationDataRelationshipsUser.pm b/lib/WebService/Fastly/Object/ServiceAuthorizationDataRelationshipsUser.pm index fe3ae7af..a3b87be3 100644 --- a/lib/WebService/Fastly/Object/ServiceAuthorizationDataRelationshipsUser.pm +++ b/lib/WebService/Fastly/Object/ServiceAuthorizationDataRelationshipsUser.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceAuthorizationDataRelationshipsUserData.pm b/lib/WebService/Fastly/Object/ServiceAuthorizationDataRelationshipsUserData.pm index 260399c0..3f0e791a 100644 --- a/lib/WebService/Fastly/Object/ServiceAuthorizationDataRelationshipsUserData.pm +++ b/lib/WebService/Fastly/Object/ServiceAuthorizationDataRelationshipsUserData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceAuthorizationResponse.pm b/lib/WebService/Fastly/Object/ServiceAuthorizationResponse.pm index d3cb1d78..f3d19c63 100644 --- a/lib/WebService/Fastly/Object/ServiceAuthorizationResponse.pm +++ b/lib/WebService/Fastly/Object/ServiceAuthorizationResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceAuthorizationResponseData.pm b/lib/WebService/Fastly/Object/ServiceAuthorizationResponseData.pm index 97658ba2..70577c21 100644 --- a/lib/WebService/Fastly/Object/ServiceAuthorizationResponseData.pm +++ b/lib/WebService/Fastly/Object/ServiceAuthorizationResponseData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceAuthorizationResponseDataAllOf.pm b/lib/WebService/Fastly/Object/ServiceAuthorizationResponseDataAllOf.pm index 87f65a13..c26155b6 100644 --- a/lib/WebService/Fastly/Object/ServiceAuthorizationResponseDataAllOf.pm +++ b/lib/WebService/Fastly/Object/ServiceAuthorizationResponseDataAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceAuthorizationsResponse.pm b/lib/WebService/Fastly/Object/ServiceAuthorizationsResponse.pm index ff2b8866..4608e3a3 100644 --- a/lib/WebService/Fastly/Object/ServiceAuthorizationsResponse.pm +++ b/lib/WebService/Fastly/Object/ServiceAuthorizationsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceAuthorizationsResponseAllOf.pm b/lib/WebService/Fastly/Object/ServiceAuthorizationsResponseAllOf.pm index fc279ab6..8b3ccbe9 100644 --- a/lib/WebService/Fastly/Object/ServiceAuthorizationsResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/ServiceAuthorizationsResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceCreate.pm b/lib/WebService/Fastly/Object/ServiceCreate.pm index 9ead975e..dd5b7b1b 100644 --- a/lib/WebService/Fastly/Object/ServiceCreate.pm +++ b/lib/WebService/Fastly/Object/ServiceCreate.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceCreateAllOf.pm b/lib/WebService/Fastly/Object/ServiceCreateAllOf.pm index dd995614..8af52eec 100644 --- a/lib/WebService/Fastly/Object/ServiceCreateAllOf.pm +++ b/lib/WebService/Fastly/Object/ServiceCreateAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceDetail.pm b/lib/WebService/Fastly/Object/ServiceDetail.pm index 8b9aa972..9b49ef5e 100644 --- a/lib/WebService/Fastly/Object/ServiceDetail.pm +++ b/lib/WebService/Fastly/Object/ServiceDetail.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceDetailAllOf.pm b/lib/WebService/Fastly/Object/ServiceDetailAllOf.pm index 1b48984b..6207d5cb 100644 --- a/lib/WebService/Fastly/Object/ServiceDetailAllOf.pm +++ b/lib/WebService/Fastly/Object/ServiceDetailAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceIdAndVersion.pm b/lib/WebService/Fastly/Object/ServiceIdAndVersion.pm index 4baf5fd7..d19aaa38 100644 --- a/lib/WebService/Fastly/Object/ServiceIdAndVersion.pm +++ b/lib/WebService/Fastly/Object/ServiceIdAndVersion.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceIdAndVersionString.pm b/lib/WebService/Fastly/Object/ServiceIdAndVersionString.pm index 9cd87ee8..fdef4206 100644 --- a/lib/WebService/Fastly/Object/ServiceIdAndVersionString.pm +++ b/lib/WebService/Fastly/Object/ServiceIdAndVersionString.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceInvitation.pm b/lib/WebService/Fastly/Object/ServiceInvitation.pm index fdd3d8ca..0770b312 100644 --- a/lib/WebService/Fastly/Object/ServiceInvitation.pm +++ b/lib/WebService/Fastly/Object/ServiceInvitation.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceInvitationData.pm b/lib/WebService/Fastly/Object/ServiceInvitationData.pm index 08f3c344..a8f31378 100644 --- a/lib/WebService/Fastly/Object/ServiceInvitationData.pm +++ b/lib/WebService/Fastly/Object/ServiceInvitationData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceInvitationDataAttributes.pm b/lib/WebService/Fastly/Object/ServiceInvitationDataAttributes.pm index 5e9d0103..88174655 100644 --- a/lib/WebService/Fastly/Object/ServiceInvitationDataAttributes.pm +++ b/lib/WebService/Fastly/Object/ServiceInvitationDataAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceInvitationDataRelationships.pm b/lib/WebService/Fastly/Object/ServiceInvitationDataRelationships.pm index b1f376d9..d0724836 100644 --- a/lib/WebService/Fastly/Object/ServiceInvitationDataRelationships.pm +++ b/lib/WebService/Fastly/Object/ServiceInvitationDataRelationships.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceInvitationResponse.pm b/lib/WebService/Fastly/Object/ServiceInvitationResponse.pm index 73426384..dab81e82 100644 --- a/lib/WebService/Fastly/Object/ServiceInvitationResponse.pm +++ b/lib/WebService/Fastly/Object/ServiceInvitationResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceInvitationResponseAllOf.pm b/lib/WebService/Fastly/Object/ServiceInvitationResponseAllOf.pm index c3e17af7..3848c79c 100644 --- a/lib/WebService/Fastly/Object/ServiceInvitationResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/ServiceInvitationResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceInvitationResponseAllOfData.pm b/lib/WebService/Fastly/Object/ServiceInvitationResponseAllOfData.pm index 6a5be964..50e7c333 100644 --- a/lib/WebService/Fastly/Object/ServiceInvitationResponseAllOfData.pm +++ b/lib/WebService/Fastly/Object/ServiceInvitationResponseAllOfData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceListResponse.pm b/lib/WebService/Fastly/Object/ServiceListResponse.pm index 1f3f2cc4..0fd1dea7 100644 --- a/lib/WebService/Fastly/Object/ServiceListResponse.pm +++ b/lib/WebService/Fastly/Object/ServiceListResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceListResponseAllOf.pm b/lib/WebService/Fastly/Object/ServiceListResponseAllOf.pm index b9893daf..09245429 100644 --- a/lib/WebService/Fastly/Object/ServiceListResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/ServiceListResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceResponse.pm b/lib/WebService/Fastly/Object/ServiceResponse.pm index 4095ceba..2c1d8a96 100644 --- a/lib/WebService/Fastly/Object/ServiceResponse.pm +++ b/lib/WebService/Fastly/Object/ServiceResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceResponseAllOf.pm b/lib/WebService/Fastly/Object/ServiceResponseAllOf.pm index 4b147870..b8a8e7a1 100644 --- a/lib/WebService/Fastly/Object/ServiceResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/ServiceResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceVersionDetail.pm b/lib/WebService/Fastly/Object/ServiceVersionDetail.pm index 21b6b4c7..94340898 100644 --- a/lib/WebService/Fastly/Object/ServiceVersionDetail.pm +++ b/lib/WebService/Fastly/Object/ServiceVersionDetail.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -56,7 +56,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ServiceVersionDetailOrNull.pm b/lib/WebService/Fastly/Object/ServiceVersionDetailOrNull.pm index 6de8a340..9f5689d3 100644 --- a/lib/WebService/Fastly/Object/ServiceVersionDetailOrNull.pm +++ b/lib/WebService/Fastly/Object/ServiceVersionDetailOrNull.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -56,7 +56,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Settings.pm b/lib/WebService/Fastly/Object/Settings.pm index d85a99f5..2a0e256d 100644 --- a/lib/WebService/Fastly/Object/Settings.pm +++ b/lib/WebService/Fastly/Object/Settings.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SettingsResponse.pm b/lib/WebService/Fastly/Object/SettingsResponse.pm index 1cbc0d75..9d50607f 100644 --- a/lib/WebService/Fastly/Object/SettingsResponse.pm +++ b/lib/WebService/Fastly/Object/SettingsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SigningKey.pm b/lib/WebService/Fastly/Object/SigningKey.pm index a2c4ca4d..aa649e20 100644 --- a/lib/WebService/Fastly/Object/SigningKey.pm +++ b/lib/WebService/Fastly/Object/SigningKey.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Snippet.pm b/lib/WebService/Fastly/Object/Snippet.pm index ef886345..a1db78c0 100644 --- a/lib/WebService/Fastly/Object/Snippet.pm +++ b/lib/WebService/Fastly/Object/Snippet.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SnippetAllOf.pm b/lib/WebService/Fastly/Object/SnippetAllOf.pm index 24882176..0afdbf6d 100644 --- a/lib/WebService/Fastly/Object/SnippetAllOf.pm +++ b/lib/WebService/Fastly/Object/SnippetAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SnippetCommon.pm b/lib/WebService/Fastly/Object/SnippetCommon.pm index f6c25404..308eabc1 100644 --- a/lib/WebService/Fastly/Object/SnippetCommon.pm +++ b/lib/WebService/Fastly/Object/SnippetCommon.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SnippetResponse.pm b/lib/WebService/Fastly/Object/SnippetResponse.pm index 16a16efc..fcdb176f 100644 --- a/lib/WebService/Fastly/Object/SnippetResponse.pm +++ b/lib/WebService/Fastly/Object/SnippetResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SnippetResponseCommon.pm b/lib/WebService/Fastly/Object/SnippetResponseCommon.pm index 22d611ab..e1191351 100644 --- a/lib/WebService/Fastly/Object/SnippetResponseCommon.pm +++ b/lib/WebService/Fastly/Object/SnippetResponseCommon.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SnippetResponseCommonAllOf.pm b/lib/WebService/Fastly/Object/SnippetResponseCommonAllOf.pm index 3809800e..e0fc48af 100644 --- a/lib/WebService/Fastly/Object/SnippetResponseCommonAllOf.pm +++ b/lib/WebService/Fastly/Object/SnippetResponseCommonAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SnippetResponsePost.pm b/lib/WebService/Fastly/Object/SnippetResponsePost.pm index 1320c162..fec67152 100644 --- a/lib/WebService/Fastly/Object/SnippetResponsePost.pm +++ b/lib/WebService/Fastly/Object/SnippetResponsePost.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SnippetWithDynamicNumber.pm b/lib/WebService/Fastly/Object/SnippetWithDynamicNumber.pm index ff2c15cd..88da2d26 100644 --- a/lib/WebService/Fastly/Object/SnippetWithDynamicNumber.pm +++ b/lib/WebService/Fastly/Object/SnippetWithDynamicNumber.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SnippetWithDynamicNumberAllOf.pm b/lib/WebService/Fastly/Object/SnippetWithDynamicNumberAllOf.pm index 95685b90..994cc669 100644 --- a/lib/WebService/Fastly/Object/SnippetWithDynamicNumberAllOf.pm +++ b/lib/WebService/Fastly/Object/SnippetWithDynamicNumberAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Star.pm b/lib/WebService/Fastly/Object/Star.pm index 591038ad..ecdd9404 100644 --- a/lib/WebService/Fastly/Object/Star.pm +++ b/lib/WebService/Fastly/Object/Star.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/StarData.pm b/lib/WebService/Fastly/Object/StarData.pm index a260a0e4..6f9fc1f3 100644 --- a/lib/WebService/Fastly/Object/StarData.pm +++ b/lib/WebService/Fastly/Object/StarData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/StarResponse.pm b/lib/WebService/Fastly/Object/StarResponse.pm index d6589d93..77b8571b 100644 --- a/lib/WebService/Fastly/Object/StarResponse.pm +++ b/lib/WebService/Fastly/Object/StarResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/StarResponseAllOf.pm b/lib/WebService/Fastly/Object/StarResponseAllOf.pm index 98f965df..7db92442 100644 --- a/lib/WebService/Fastly/Object/StarResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/StarResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Stats.pm b/lib/WebService/Fastly/Object/Stats.pm index 4573995e..9b6c595e 100644 --- a/lib/WebService/Fastly/Object/Stats.pm +++ b/lib/WebService/Fastly/Object/Stats.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Store.pm b/lib/WebService/Fastly/Object/Store.pm index c9591ce7..f5d51a82 100644 --- a/lib/WebService/Fastly/Object/Store.pm +++ b/lib/WebService/Fastly/Object/Store.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/StoreResponse.pm b/lib/WebService/Fastly/Object/StoreResponse.pm index 8e0946ce..7b82493b 100644 --- a/lib/WebService/Fastly/Object/StoreResponse.pm +++ b/lib/WebService/Fastly/Object/StoreResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SubsequentRequestTimestamp.pm b/lib/WebService/Fastly/Object/SubsequentRequestTimestamp.pm index a551ca83..61508a06 100644 --- a/lib/WebService/Fastly/Object/SubsequentRequestTimestamp.pm +++ b/lib/WebService/Fastly/Object/SubsequentRequestTimestamp.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SudoGenericTokenError.pm b/lib/WebService/Fastly/Object/SudoGenericTokenError.pm index 913b0521..93b639d6 100644 --- a/lib/WebService/Fastly/Object/SudoGenericTokenError.pm +++ b/lib/WebService/Fastly/Object/SudoGenericTokenError.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SudoRequest.pm b/lib/WebService/Fastly/Object/SudoRequest.pm index 5ffb6b6b..ab8fdf75 100644 --- a/lib/WebService/Fastly/Object/SudoRequest.pm +++ b/lib/WebService/Fastly/Object/SudoRequest.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/SudoResponse.pm b/lib/WebService/Fastly/Object/SudoResponse.pm index 8714654c..914b77eb 100644 --- a/lib/WebService/Fastly/Object/SudoResponse.pm +++ b/lib/WebService/Fastly/Object/SudoResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Timestamps.pm b/lib/WebService/Fastly/Object/Timestamps.pm index 63389754..8ab11b2f 100644 --- a/lib/WebService/Fastly/Object/Timestamps.pm +++ b/lib/WebService/Fastly/Object/Timestamps.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TimestampsNoDelete.pm b/lib/WebService/Fastly/Object/TimestampsNoDelete.pm index 5be98e16..a2a85570 100644 --- a/lib/WebService/Fastly/Object/TimestampsNoDelete.pm +++ b/lib/WebService/Fastly/Object/TimestampsNoDelete.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsActivation.pm b/lib/WebService/Fastly/Object/TlsActivation.pm index 1e910805..ec9af5a5 100644 --- a/lib/WebService/Fastly/Object/TlsActivation.pm +++ b/lib/WebService/Fastly/Object/TlsActivation.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsActivationData.pm b/lib/WebService/Fastly/Object/TlsActivationData.pm index 239fa930..d0da4664 100644 --- a/lib/WebService/Fastly/Object/TlsActivationData.pm +++ b/lib/WebService/Fastly/Object/TlsActivationData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsActivationResponse.pm b/lib/WebService/Fastly/Object/TlsActivationResponse.pm index 443e96de..680d44d7 100644 --- a/lib/WebService/Fastly/Object/TlsActivationResponse.pm +++ b/lib/WebService/Fastly/Object/TlsActivationResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsActivationResponseData.pm b/lib/WebService/Fastly/Object/TlsActivationResponseData.pm index 54d19772..b2fa0e01 100644 --- a/lib/WebService/Fastly/Object/TlsActivationResponseData.pm +++ b/lib/WebService/Fastly/Object/TlsActivationResponseData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsActivationResponseDataAllOf.pm b/lib/WebService/Fastly/Object/TlsActivationResponseDataAllOf.pm index 406663df..cfb055c5 100644 --- a/lib/WebService/Fastly/Object/TlsActivationResponseDataAllOf.pm +++ b/lib/WebService/Fastly/Object/TlsActivationResponseDataAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsActivationsResponse.pm b/lib/WebService/Fastly/Object/TlsActivationsResponse.pm index 18536036..33cd2afe 100644 --- a/lib/WebService/Fastly/Object/TlsActivationsResponse.pm +++ b/lib/WebService/Fastly/Object/TlsActivationsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsActivationsResponseAllOf.pm b/lib/WebService/Fastly/Object/TlsActivationsResponseAllOf.pm index d1f82a19..68d70134 100644 --- a/lib/WebService/Fastly/Object/TlsActivationsResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/TlsActivationsResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsBulkCertificate.pm b/lib/WebService/Fastly/Object/TlsBulkCertificate.pm index 0117cab0..b110dea6 100644 --- a/lib/WebService/Fastly/Object/TlsBulkCertificate.pm +++ b/lib/WebService/Fastly/Object/TlsBulkCertificate.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsBulkCertificateData.pm b/lib/WebService/Fastly/Object/TlsBulkCertificateData.pm index 120b346f..503dd90d 100644 --- a/lib/WebService/Fastly/Object/TlsBulkCertificateData.pm +++ b/lib/WebService/Fastly/Object/TlsBulkCertificateData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsBulkCertificateDataAttributes.pm b/lib/WebService/Fastly/Object/TlsBulkCertificateDataAttributes.pm index f2913c44..acf5d237 100644 --- a/lib/WebService/Fastly/Object/TlsBulkCertificateDataAttributes.pm +++ b/lib/WebService/Fastly/Object/TlsBulkCertificateDataAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsBulkCertificateResponse.pm b/lib/WebService/Fastly/Object/TlsBulkCertificateResponse.pm index 82facd89..97fc7fe6 100644 --- a/lib/WebService/Fastly/Object/TlsBulkCertificateResponse.pm +++ b/lib/WebService/Fastly/Object/TlsBulkCertificateResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsBulkCertificateResponseAttributes.pm b/lib/WebService/Fastly/Object/TlsBulkCertificateResponseAttributes.pm index 3205c080..40dca509 100644 --- a/lib/WebService/Fastly/Object/TlsBulkCertificateResponseAttributes.pm +++ b/lib/WebService/Fastly/Object/TlsBulkCertificateResponseAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsBulkCertificateResponseAttributesAllOf.pm b/lib/WebService/Fastly/Object/TlsBulkCertificateResponseAttributesAllOf.pm index b328171b..5c7aa4d1 100644 --- a/lib/WebService/Fastly/Object/TlsBulkCertificateResponseAttributesAllOf.pm +++ b/lib/WebService/Fastly/Object/TlsBulkCertificateResponseAttributesAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsBulkCertificateResponseData.pm b/lib/WebService/Fastly/Object/TlsBulkCertificateResponseData.pm index 062e5937..4116948e 100644 --- a/lib/WebService/Fastly/Object/TlsBulkCertificateResponseData.pm +++ b/lib/WebService/Fastly/Object/TlsBulkCertificateResponseData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsBulkCertificateResponseDataAllOf.pm b/lib/WebService/Fastly/Object/TlsBulkCertificateResponseDataAllOf.pm index 3a63d648..caa2e8a2 100644 --- a/lib/WebService/Fastly/Object/TlsBulkCertificateResponseDataAllOf.pm +++ b/lib/WebService/Fastly/Object/TlsBulkCertificateResponseDataAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsBulkCertificatesResponse.pm b/lib/WebService/Fastly/Object/TlsBulkCertificatesResponse.pm index e81b4691..bd70ef8f 100644 --- a/lib/WebService/Fastly/Object/TlsBulkCertificatesResponse.pm +++ b/lib/WebService/Fastly/Object/TlsBulkCertificatesResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsBulkCertificatesResponseAllOf.pm b/lib/WebService/Fastly/Object/TlsBulkCertificatesResponseAllOf.pm index 8b52af5b..e476109c 100644 --- a/lib/WebService/Fastly/Object/TlsBulkCertificatesResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/TlsBulkCertificatesResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCertificate.pm b/lib/WebService/Fastly/Object/TlsCertificate.pm index 9d8b8495..e2e785ec 100644 --- a/lib/WebService/Fastly/Object/TlsCertificate.pm +++ b/lib/WebService/Fastly/Object/TlsCertificate.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCertificateData.pm b/lib/WebService/Fastly/Object/TlsCertificateData.pm index bcbdad6d..38fa3434 100644 --- a/lib/WebService/Fastly/Object/TlsCertificateData.pm +++ b/lib/WebService/Fastly/Object/TlsCertificateData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCertificateDataAttributes.pm b/lib/WebService/Fastly/Object/TlsCertificateDataAttributes.pm index c835a1ad..0a30da94 100644 --- a/lib/WebService/Fastly/Object/TlsCertificateDataAttributes.pm +++ b/lib/WebService/Fastly/Object/TlsCertificateDataAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCertificateResponse.pm b/lib/WebService/Fastly/Object/TlsCertificateResponse.pm index 48651c77..d8eb432e 100644 --- a/lib/WebService/Fastly/Object/TlsCertificateResponse.pm +++ b/lib/WebService/Fastly/Object/TlsCertificateResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCertificateResponseAttributes.pm b/lib/WebService/Fastly/Object/TlsCertificateResponseAttributes.pm index 7f554e1b..de60dec5 100644 --- a/lib/WebService/Fastly/Object/TlsCertificateResponseAttributes.pm +++ b/lib/WebService/Fastly/Object/TlsCertificateResponseAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCertificateResponseAttributesAllOf.pm b/lib/WebService/Fastly/Object/TlsCertificateResponseAttributesAllOf.pm index b5705576..94506426 100644 --- a/lib/WebService/Fastly/Object/TlsCertificateResponseAttributesAllOf.pm +++ b/lib/WebService/Fastly/Object/TlsCertificateResponseAttributesAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCertificateResponseData.pm b/lib/WebService/Fastly/Object/TlsCertificateResponseData.pm index f7b2785a..3ae77695 100644 --- a/lib/WebService/Fastly/Object/TlsCertificateResponseData.pm +++ b/lib/WebService/Fastly/Object/TlsCertificateResponseData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCertificateResponseDataAllOf.pm b/lib/WebService/Fastly/Object/TlsCertificateResponseDataAllOf.pm index e8084e8a..0f73242c 100644 --- a/lib/WebService/Fastly/Object/TlsCertificateResponseDataAllOf.pm +++ b/lib/WebService/Fastly/Object/TlsCertificateResponseDataAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCertificatesResponse.pm b/lib/WebService/Fastly/Object/TlsCertificatesResponse.pm index a78cabfc..97193cc7 100644 --- a/lib/WebService/Fastly/Object/TlsCertificatesResponse.pm +++ b/lib/WebService/Fastly/Object/TlsCertificatesResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCertificatesResponseAllOf.pm b/lib/WebService/Fastly/Object/TlsCertificatesResponseAllOf.pm index dae2e9d1..1182051d 100644 --- a/lib/WebService/Fastly/Object/TlsCertificatesResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/TlsCertificatesResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCommonResponse.pm b/lib/WebService/Fastly/Object/TlsCommonResponse.pm index 2e877b38..fa7dd011 100644 --- a/lib/WebService/Fastly/Object/TlsCommonResponse.pm +++ b/lib/WebService/Fastly/Object/TlsCommonResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCommonResponseAllOf.pm b/lib/WebService/Fastly/Object/TlsCommonResponseAllOf.pm index 26d2fe93..31bf9844 100644 --- a/lib/WebService/Fastly/Object/TlsCommonResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/TlsCommonResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCommonResponseAllOf1.pm b/lib/WebService/Fastly/Object/TlsCommonResponseAllOf1.pm index 46c30825..9d726154 100644 --- a/lib/WebService/Fastly/Object/TlsCommonResponseAllOf1.pm +++ b/lib/WebService/Fastly/Object/TlsCommonResponseAllOf1.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsConfiguration.pm b/lib/WebService/Fastly/Object/TlsConfiguration.pm index a93168d8..f2579993 100644 --- a/lib/WebService/Fastly/Object/TlsConfiguration.pm +++ b/lib/WebService/Fastly/Object/TlsConfiguration.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsConfigurationData.pm b/lib/WebService/Fastly/Object/TlsConfigurationData.pm index 25c4fe44..79e26ec3 100644 --- a/lib/WebService/Fastly/Object/TlsConfigurationData.pm +++ b/lib/WebService/Fastly/Object/TlsConfigurationData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsConfigurationDataAttributes.pm b/lib/WebService/Fastly/Object/TlsConfigurationDataAttributes.pm index b0c1b9d0..b2d71623 100644 --- a/lib/WebService/Fastly/Object/TlsConfigurationDataAttributes.pm +++ b/lib/WebService/Fastly/Object/TlsConfigurationDataAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsConfigurationResponse.pm b/lib/WebService/Fastly/Object/TlsConfigurationResponse.pm index 22aabd84..f8840383 100644 --- a/lib/WebService/Fastly/Object/TlsConfigurationResponse.pm +++ b/lib/WebService/Fastly/Object/TlsConfigurationResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsConfigurationResponseAttributes.pm b/lib/WebService/Fastly/Object/TlsConfigurationResponseAttributes.pm index 488194c1..d39e7748 100644 --- a/lib/WebService/Fastly/Object/TlsConfigurationResponseAttributes.pm +++ b/lib/WebService/Fastly/Object/TlsConfigurationResponseAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsConfigurationResponseAttributesAllOf.pm b/lib/WebService/Fastly/Object/TlsConfigurationResponseAttributesAllOf.pm index fbd5415c..453e5c18 100644 --- a/lib/WebService/Fastly/Object/TlsConfigurationResponseAttributesAllOf.pm +++ b/lib/WebService/Fastly/Object/TlsConfigurationResponseAttributesAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsConfigurationResponseData.pm b/lib/WebService/Fastly/Object/TlsConfigurationResponseData.pm index 5cefe1e1..0f5261f4 100644 --- a/lib/WebService/Fastly/Object/TlsConfigurationResponseData.pm +++ b/lib/WebService/Fastly/Object/TlsConfigurationResponseData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsConfigurationResponseDataAllOf.pm b/lib/WebService/Fastly/Object/TlsConfigurationResponseDataAllOf.pm index 5abacc4e..9bc72168 100644 --- a/lib/WebService/Fastly/Object/TlsConfigurationResponseDataAllOf.pm +++ b/lib/WebService/Fastly/Object/TlsConfigurationResponseDataAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsConfigurationsResponse.pm b/lib/WebService/Fastly/Object/TlsConfigurationsResponse.pm index c867daa8..18a24032 100644 --- a/lib/WebService/Fastly/Object/TlsConfigurationsResponse.pm +++ b/lib/WebService/Fastly/Object/TlsConfigurationsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsConfigurationsResponseAllOf.pm b/lib/WebService/Fastly/Object/TlsConfigurationsResponseAllOf.pm index 756c1a8e..56247a48 100644 --- a/lib/WebService/Fastly/Object/TlsConfigurationsResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/TlsConfigurationsResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCsr.pm b/lib/WebService/Fastly/Object/TlsCsr.pm index e7ecd18f..4d616f46 100644 --- a/lib/WebService/Fastly/Object/TlsCsr.pm +++ b/lib/WebService/Fastly/Object/TlsCsr.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCsrData.pm b/lib/WebService/Fastly/Object/TlsCsrData.pm index aee2925f..0d43ad35 100644 --- a/lib/WebService/Fastly/Object/TlsCsrData.pm +++ b/lib/WebService/Fastly/Object/TlsCsrData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCsrDataAttributes.pm b/lib/WebService/Fastly/Object/TlsCsrDataAttributes.pm index ee5f352e..e4b3e10f 100644 --- a/lib/WebService/Fastly/Object/TlsCsrDataAttributes.pm +++ b/lib/WebService/Fastly/Object/TlsCsrDataAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCsrErrorResponse.pm b/lib/WebService/Fastly/Object/TlsCsrErrorResponse.pm index 60b050ae..208db14d 100644 --- a/lib/WebService/Fastly/Object/TlsCsrErrorResponse.pm +++ b/lib/WebService/Fastly/Object/TlsCsrErrorResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCsrResponse.pm b/lib/WebService/Fastly/Object/TlsCsrResponse.pm index 8774a3b9..f37f5ab8 100644 --- a/lib/WebService/Fastly/Object/TlsCsrResponse.pm +++ b/lib/WebService/Fastly/Object/TlsCsrResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCsrResponseAttributes.pm b/lib/WebService/Fastly/Object/TlsCsrResponseAttributes.pm index dc0f36e1..3c0182da 100644 --- a/lib/WebService/Fastly/Object/TlsCsrResponseAttributes.pm +++ b/lib/WebService/Fastly/Object/TlsCsrResponseAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsCsrResponseData.pm b/lib/WebService/Fastly/Object/TlsCsrResponseData.pm index cc53c863..d836b2cd 100644 --- a/lib/WebService/Fastly/Object/TlsCsrResponseData.pm +++ b/lib/WebService/Fastly/Object/TlsCsrResponseData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsDnsRecord.pm b/lib/WebService/Fastly/Object/TlsDnsRecord.pm index 87035653..6392ed13 100644 --- a/lib/WebService/Fastly/Object/TlsDnsRecord.pm +++ b/lib/WebService/Fastly/Object/TlsDnsRecord.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsDomainData.pm b/lib/WebService/Fastly/Object/TlsDomainData.pm index 66af2adc..88cab947 100644 --- a/lib/WebService/Fastly/Object/TlsDomainData.pm +++ b/lib/WebService/Fastly/Object/TlsDomainData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsDomainsResponse.pm b/lib/WebService/Fastly/Object/TlsDomainsResponse.pm index 759f1506..9e195229 100644 --- a/lib/WebService/Fastly/Object/TlsDomainsResponse.pm +++ b/lib/WebService/Fastly/Object/TlsDomainsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsDomainsResponseAllOf.pm b/lib/WebService/Fastly/Object/TlsDomainsResponseAllOf.pm index 256b92fa..668d604b 100644 --- a/lib/WebService/Fastly/Object/TlsDomainsResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/TlsDomainsResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsPrivateKey.pm b/lib/WebService/Fastly/Object/TlsPrivateKey.pm index 3c49416e..fc450221 100644 --- a/lib/WebService/Fastly/Object/TlsPrivateKey.pm +++ b/lib/WebService/Fastly/Object/TlsPrivateKey.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsPrivateKeyData.pm b/lib/WebService/Fastly/Object/TlsPrivateKeyData.pm index 9b853cf8..90544316 100644 --- a/lib/WebService/Fastly/Object/TlsPrivateKeyData.pm +++ b/lib/WebService/Fastly/Object/TlsPrivateKeyData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsPrivateKeyDataAttributes.pm b/lib/WebService/Fastly/Object/TlsPrivateKeyDataAttributes.pm index e7bec325..aaf81bf5 100644 --- a/lib/WebService/Fastly/Object/TlsPrivateKeyDataAttributes.pm +++ b/lib/WebService/Fastly/Object/TlsPrivateKeyDataAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsPrivateKeyResponse.pm b/lib/WebService/Fastly/Object/TlsPrivateKeyResponse.pm index f37c6c9e..11231e7d 100644 --- a/lib/WebService/Fastly/Object/TlsPrivateKeyResponse.pm +++ b/lib/WebService/Fastly/Object/TlsPrivateKeyResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsPrivateKeyResponseAttributes.pm b/lib/WebService/Fastly/Object/TlsPrivateKeyResponseAttributes.pm index b0d51869..671c4099 100644 --- a/lib/WebService/Fastly/Object/TlsPrivateKeyResponseAttributes.pm +++ b/lib/WebService/Fastly/Object/TlsPrivateKeyResponseAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsPrivateKeyResponseAttributesAllOf.pm b/lib/WebService/Fastly/Object/TlsPrivateKeyResponseAttributesAllOf.pm index 4215cfbb..337daf97 100644 --- a/lib/WebService/Fastly/Object/TlsPrivateKeyResponseAttributesAllOf.pm +++ b/lib/WebService/Fastly/Object/TlsPrivateKeyResponseAttributesAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsPrivateKeyResponseData.pm b/lib/WebService/Fastly/Object/TlsPrivateKeyResponseData.pm index 2abe070b..c494f1d1 100644 --- a/lib/WebService/Fastly/Object/TlsPrivateKeyResponseData.pm +++ b/lib/WebService/Fastly/Object/TlsPrivateKeyResponseData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsPrivateKeysResponse.pm b/lib/WebService/Fastly/Object/TlsPrivateKeysResponse.pm index 423d98a9..6aab4348 100644 --- a/lib/WebService/Fastly/Object/TlsPrivateKeysResponse.pm +++ b/lib/WebService/Fastly/Object/TlsPrivateKeysResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsPrivateKeysResponseAllOf.pm b/lib/WebService/Fastly/Object/TlsPrivateKeysResponseAllOf.pm index 4d1c306e..bc2bf73e 100644 --- a/lib/WebService/Fastly/Object/TlsPrivateKeysResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/TlsPrivateKeysResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsSubscription.pm b/lib/WebService/Fastly/Object/TlsSubscription.pm index c95b5666..99454374 100644 --- a/lib/WebService/Fastly/Object/TlsSubscription.pm +++ b/lib/WebService/Fastly/Object/TlsSubscription.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsSubscriptionData.pm b/lib/WebService/Fastly/Object/TlsSubscriptionData.pm index c6a07726..4f8de4ac 100644 --- a/lib/WebService/Fastly/Object/TlsSubscriptionData.pm +++ b/lib/WebService/Fastly/Object/TlsSubscriptionData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsSubscriptionDataAttributes.pm b/lib/WebService/Fastly/Object/TlsSubscriptionDataAttributes.pm index 45f3d49f..c8bfd44f 100644 --- a/lib/WebService/Fastly/Object/TlsSubscriptionDataAttributes.pm +++ b/lib/WebService/Fastly/Object/TlsSubscriptionDataAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -161,7 +161,7 @@ __PACKAGE__->method_documentation({ 'certificate_authority' => { datatype => 'string', base_name => 'certificate_authority', - description => 'The entity that issues and certifies the TLS certificates for your subscription.', + description => 'The entity that issues and certifies the TLS certificates for your subscription, either `certainly`, `lets-encrypt`, or `globalsign`. To migrate the subscription from one certificate authority to another, such as to migrate from 'lets-encrypt' to 'certainly', pass `certificate_authority` to the PATCH endpoint. To migrate from 'globalsign' to 'certainly', contact Fastly Support.', format => '', read_only => 'false', }, diff --git a/lib/WebService/Fastly/Object/TlsSubscriptionResponse.pm b/lib/WebService/Fastly/Object/TlsSubscriptionResponse.pm index 8dc44228..50f6a89b 100644 --- a/lib/WebService/Fastly/Object/TlsSubscriptionResponse.pm +++ b/lib/WebService/Fastly/Object/TlsSubscriptionResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsSubscriptionResponseAttributes.pm b/lib/WebService/Fastly/Object/TlsSubscriptionResponseAttributes.pm index dafc00e7..b4c19b99 100644 --- a/lib/WebService/Fastly/Object/TlsSubscriptionResponseAttributes.pm +++ b/lib/WebService/Fastly/Object/TlsSubscriptionResponseAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsSubscriptionResponseAttributesAllOf.pm b/lib/WebService/Fastly/Object/TlsSubscriptionResponseAttributesAllOf.pm index 455760b8..d8c870cc 100644 --- a/lib/WebService/Fastly/Object/TlsSubscriptionResponseAttributesAllOf.pm +++ b/lib/WebService/Fastly/Object/TlsSubscriptionResponseAttributesAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsSubscriptionResponseData.pm b/lib/WebService/Fastly/Object/TlsSubscriptionResponseData.pm index dc99630d..659a891e 100644 --- a/lib/WebService/Fastly/Object/TlsSubscriptionResponseData.pm +++ b/lib/WebService/Fastly/Object/TlsSubscriptionResponseData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsSubscriptionsResponse.pm b/lib/WebService/Fastly/Object/TlsSubscriptionsResponse.pm index f5d06413..2c5335a3 100644 --- a/lib/WebService/Fastly/Object/TlsSubscriptionsResponse.pm +++ b/lib/WebService/Fastly/Object/TlsSubscriptionsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TlsSubscriptionsResponseAllOf.pm b/lib/WebService/Fastly/Object/TlsSubscriptionsResponseAllOf.pm index 5d0083f2..9ad15c7f 100644 --- a/lib/WebService/Fastly/Object/TlsSubscriptionsResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/TlsSubscriptionsResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Token.pm b/lib/WebService/Fastly/Object/Token.pm index fadd061e..2adeb196 100644 --- a/lib/WebService/Fastly/Object/Token.pm +++ b/lib/WebService/Fastly/Object/Token.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TokenCreatedResponse.pm b/lib/WebService/Fastly/Object/TokenCreatedResponse.pm index 32bafb13..ae531113 100644 --- a/lib/WebService/Fastly/Object/TokenCreatedResponse.pm +++ b/lib/WebService/Fastly/Object/TokenCreatedResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TokenCreatedResponseAllOf.pm b/lib/WebService/Fastly/Object/TokenCreatedResponseAllOf.pm index b03037c3..49555182 100644 --- a/lib/WebService/Fastly/Object/TokenCreatedResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/TokenCreatedResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TokenResponse.pm b/lib/WebService/Fastly/Object/TokenResponse.pm index faec5515..f5c9805f 100644 --- a/lib/WebService/Fastly/Object/TokenResponse.pm +++ b/lib/WebService/Fastly/Object/TokenResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TokenResponseAllOf.pm b/lib/WebService/Fastly/Object/TokenResponseAllOf.pm index f79265f1..ba834e2d 100644 --- a/lib/WebService/Fastly/Object/TokenResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/TokenResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TokensAdditionalProps.pm b/lib/WebService/Fastly/Object/TokensAdditionalProps.pm index 3ab165d8..bcf6e8b3 100644 --- a/lib/WebService/Fastly/Object/TokensAdditionalProps.pm +++ b/lib/WebService/Fastly/Object/TokensAdditionalProps.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeBillingAddress.pm b/lib/WebService/Fastly/Object/TypeBillingAddress.pm index d2c254ca..24775620 100644 --- a/lib/WebService/Fastly/Object/TypeBillingAddress.pm +++ b/lib/WebService/Fastly/Object/TypeBillingAddress.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeContact.pm b/lib/WebService/Fastly/Object/TypeContact.pm index 0e85518a..ba6320f2 100644 --- a/lib/WebService/Fastly/Object/TypeContact.pm +++ b/lib/WebService/Fastly/Object/TypeContact.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeCustomer.pm b/lib/WebService/Fastly/Object/TypeCustomer.pm index 2bdccc0b..8e0779b1 100644 --- a/lib/WebService/Fastly/Object/TypeCustomer.pm +++ b/lib/WebService/Fastly/Object/TypeCustomer.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeEvent.pm b/lib/WebService/Fastly/Object/TypeEvent.pm index e13f8920..013fd8b2 100644 --- a/lib/WebService/Fastly/Object/TypeEvent.pm +++ b/lib/WebService/Fastly/Object/TypeEvent.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeInvitation.pm b/lib/WebService/Fastly/Object/TypeInvitation.pm index 0792b682..7c85af5f 100644 --- a/lib/WebService/Fastly/Object/TypeInvitation.pm +++ b/lib/WebService/Fastly/Object/TypeInvitation.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeMutualAuthentication.pm b/lib/WebService/Fastly/Object/TypeMutualAuthentication.pm index 9910c623..4578f5bc 100644 --- a/lib/WebService/Fastly/Object/TypeMutualAuthentication.pm +++ b/lib/WebService/Fastly/Object/TypeMutualAuthentication.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeResource.pm b/lib/WebService/Fastly/Object/TypeResource.pm index ef63fc69..0e463429 100644 --- a/lib/WebService/Fastly/Object/TypeResource.pm +++ b/lib/WebService/Fastly/Object/TypeResource.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeService.pm b/lib/WebService/Fastly/Object/TypeService.pm index 7a1ace61..0e0b319e 100644 --- a/lib/WebService/Fastly/Object/TypeService.pm +++ b/lib/WebService/Fastly/Object/TypeService.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeServiceAuthorization.pm b/lib/WebService/Fastly/Object/TypeServiceAuthorization.pm index ea6821ee..99c8735f 100644 --- a/lib/WebService/Fastly/Object/TypeServiceAuthorization.pm +++ b/lib/WebService/Fastly/Object/TypeServiceAuthorization.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeServiceInvitation.pm b/lib/WebService/Fastly/Object/TypeServiceInvitation.pm index a222464a..ed301dc1 100644 --- a/lib/WebService/Fastly/Object/TypeServiceInvitation.pm +++ b/lib/WebService/Fastly/Object/TypeServiceInvitation.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeStar.pm b/lib/WebService/Fastly/Object/TypeStar.pm index c5d89a8e..7a34eea4 100644 --- a/lib/WebService/Fastly/Object/TypeStar.pm +++ b/lib/WebService/Fastly/Object/TypeStar.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeTlsActivation.pm b/lib/WebService/Fastly/Object/TypeTlsActivation.pm index d48969b0..e767653b 100644 --- a/lib/WebService/Fastly/Object/TypeTlsActivation.pm +++ b/lib/WebService/Fastly/Object/TypeTlsActivation.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeTlsBulkCertificate.pm b/lib/WebService/Fastly/Object/TypeTlsBulkCertificate.pm index c37719b1..aec6b27e 100644 --- a/lib/WebService/Fastly/Object/TypeTlsBulkCertificate.pm +++ b/lib/WebService/Fastly/Object/TypeTlsBulkCertificate.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeTlsCertificate.pm b/lib/WebService/Fastly/Object/TypeTlsCertificate.pm index 68d50481..85139cd2 100644 --- a/lib/WebService/Fastly/Object/TypeTlsCertificate.pm +++ b/lib/WebService/Fastly/Object/TypeTlsCertificate.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeTlsConfiguration.pm b/lib/WebService/Fastly/Object/TypeTlsConfiguration.pm index 30282cb4..77875a8e 100644 --- a/lib/WebService/Fastly/Object/TypeTlsConfiguration.pm +++ b/lib/WebService/Fastly/Object/TypeTlsConfiguration.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeTlsCsr.pm b/lib/WebService/Fastly/Object/TypeTlsCsr.pm index 3d83d9d8..caf2a9b5 100644 --- a/lib/WebService/Fastly/Object/TypeTlsCsr.pm +++ b/lib/WebService/Fastly/Object/TypeTlsCsr.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeTlsDnsRecord.pm b/lib/WebService/Fastly/Object/TypeTlsDnsRecord.pm index 4d5fd7b1..1a80aed9 100644 --- a/lib/WebService/Fastly/Object/TypeTlsDnsRecord.pm +++ b/lib/WebService/Fastly/Object/TypeTlsDnsRecord.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeTlsDomain.pm b/lib/WebService/Fastly/Object/TypeTlsDomain.pm index 8de49b99..65a01661 100644 --- a/lib/WebService/Fastly/Object/TypeTlsDomain.pm +++ b/lib/WebService/Fastly/Object/TypeTlsDomain.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeTlsPrivateKey.pm b/lib/WebService/Fastly/Object/TypeTlsPrivateKey.pm index 7d5db243..81a86fec 100644 --- a/lib/WebService/Fastly/Object/TypeTlsPrivateKey.pm +++ b/lib/WebService/Fastly/Object/TypeTlsPrivateKey.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeTlsSubscription.pm b/lib/WebService/Fastly/Object/TypeTlsSubscription.pm index d5469770..0a601679 100644 --- a/lib/WebService/Fastly/Object/TypeTlsSubscription.pm +++ b/lib/WebService/Fastly/Object/TypeTlsSubscription.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeUser.pm b/lib/WebService/Fastly/Object/TypeUser.pm index e225bdcd..655377dd 100644 --- a/lib/WebService/Fastly/Object/TypeUser.pm +++ b/lib/WebService/Fastly/Object/TypeUser.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeWafActiveRule.pm b/lib/WebService/Fastly/Object/TypeWafActiveRule.pm index 4b5fae9d..06fcc8f4 100644 --- a/lib/WebService/Fastly/Object/TypeWafActiveRule.pm +++ b/lib/WebService/Fastly/Object/TypeWafActiveRule.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeWafExclusion.pm b/lib/WebService/Fastly/Object/TypeWafExclusion.pm index bb1af9fb..687b818e 100644 --- a/lib/WebService/Fastly/Object/TypeWafExclusion.pm +++ b/lib/WebService/Fastly/Object/TypeWafExclusion.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeWafFirewall.pm b/lib/WebService/Fastly/Object/TypeWafFirewall.pm index dce01fde..5e9bfc86 100644 --- a/lib/WebService/Fastly/Object/TypeWafFirewall.pm +++ b/lib/WebService/Fastly/Object/TypeWafFirewall.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeWafFirewallVersion.pm b/lib/WebService/Fastly/Object/TypeWafFirewallVersion.pm index 819d87c4..21f7b4ad 100644 --- a/lib/WebService/Fastly/Object/TypeWafFirewallVersion.pm +++ b/lib/WebService/Fastly/Object/TypeWafFirewallVersion.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeWafRule.pm b/lib/WebService/Fastly/Object/TypeWafRule.pm index 14b14061..0ca8feab 100644 --- a/lib/WebService/Fastly/Object/TypeWafRule.pm +++ b/lib/WebService/Fastly/Object/TypeWafRule.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeWafRuleRevision.pm b/lib/WebService/Fastly/Object/TypeWafRuleRevision.pm index 8eeee47c..22376351 100644 --- a/lib/WebService/Fastly/Object/TypeWafRuleRevision.pm +++ b/lib/WebService/Fastly/Object/TypeWafRuleRevision.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/TypeWafTag.pm b/lib/WebService/Fastly/Object/TypeWafTag.pm index 89687877..b642462e 100644 --- a/lib/WebService/Fastly/Object/TypeWafTag.pm +++ b/lib/WebService/Fastly/Object/TypeWafTag.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/UpdateBillingAddressRequest.pm b/lib/WebService/Fastly/Object/UpdateBillingAddressRequest.pm index 285e077f..d68f445a 100644 --- a/lib/WebService/Fastly/Object/UpdateBillingAddressRequest.pm +++ b/lib/WebService/Fastly/Object/UpdateBillingAddressRequest.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/UpdateBillingAddressRequestData.pm b/lib/WebService/Fastly/Object/UpdateBillingAddressRequestData.pm index bf4dbe88..50d74bb9 100644 --- a/lib/WebService/Fastly/Object/UpdateBillingAddressRequestData.pm +++ b/lib/WebService/Fastly/Object/UpdateBillingAddressRequestData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/User.pm b/lib/WebService/Fastly/Object/User.pm index f6abdded..962f8094 100644 --- a/lib/WebService/Fastly/Object/User.pm +++ b/lib/WebService/Fastly/Object/User.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/UserResponse.pm b/lib/WebService/Fastly/Object/UserResponse.pm index 3cdb11bb..1a36a0d9 100644 --- a/lib/WebService/Fastly/Object/UserResponse.pm +++ b/lib/WebService/Fastly/Object/UserResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/UserResponseReadOnly.pm b/lib/WebService/Fastly/Object/UserResponseReadOnly.pm index 15657592..f2d3b549 100644 --- a/lib/WebService/Fastly/Object/UserResponseReadOnly.pm +++ b/lib/WebService/Fastly/Object/UserResponseReadOnly.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ValidatorResult.pm b/lib/WebService/Fastly/Object/ValidatorResult.pm index 02e0a56c..e43e3e4d 100644 --- a/lib/WebService/Fastly/Object/ValidatorResult.pm +++ b/lib/WebService/Fastly/Object/ValidatorResult.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ValidatorResultData.pm b/lib/WebService/Fastly/Object/ValidatorResultData.pm index 3829243a..87834225 100644 --- a/lib/WebService/Fastly/Object/ValidatorResultData.pm +++ b/lib/WebService/Fastly/Object/ValidatorResultData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ValidatorResultDataAttributes.pm b/lib/WebService/Fastly/Object/ValidatorResultDataAttributes.pm index 708ab768..214f7767 100644 --- a/lib/WebService/Fastly/Object/ValidatorResultDataAttributes.pm +++ b/lib/WebService/Fastly/Object/ValidatorResultDataAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ValidatorResultDataAttributesMessages.pm b/lib/WebService/Fastly/Object/ValidatorResultDataAttributesMessages.pm index 64a4993f..85fac54a 100644 --- a/lib/WebService/Fastly/Object/ValidatorResultDataAttributesMessages.pm +++ b/lib/WebService/Fastly/Object/ValidatorResultDataAttributesMessages.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Values.pm b/lib/WebService/Fastly/Object/Values.pm index cecb1d78..d48adf25 100644 --- a/lib/WebService/Fastly/Object/Values.pm +++ b/lib/WebService/Fastly/Object/Values.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/ValuesDdos.pm b/lib/WebService/Fastly/Object/ValuesDdos.pm index ee2b2c33..cfa7314e 100644 --- a/lib/WebService/Fastly/Object/ValuesDdos.pm +++ b/lib/WebService/Fastly/Object/ValuesDdos.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Vcl.pm b/lib/WebService/Fastly/Object/Vcl.pm index 9f588fe8..23b45b02 100644 --- a/lib/WebService/Fastly/Object/Vcl.pm +++ b/lib/WebService/Fastly/Object/Vcl.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/VclDiff.pm b/lib/WebService/Fastly/Object/VclDiff.pm index 52b70b28..9d25f7b5 100644 --- a/lib/WebService/Fastly/Object/VclDiff.pm +++ b/lib/WebService/Fastly/Object/VclDiff.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/VclResponse.pm b/lib/WebService/Fastly/Object/VclResponse.pm index 4faec115..a53463f5 100644 --- a/lib/WebService/Fastly/Object/VclResponse.pm +++ b/lib/WebService/Fastly/Object/VclResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/VclSyntaxHighlightingResponse.pm b/lib/WebService/Fastly/Object/VclSyntaxHighlightingResponse.pm index 642b313a..0129ce15 100644 --- a/lib/WebService/Fastly/Object/VclSyntaxHighlightingResponse.pm +++ b/lib/WebService/Fastly/Object/VclSyntaxHighlightingResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/Version.pm b/lib/WebService/Fastly/Object/Version.pm index abaec92f..d8071fa2 100644 --- a/lib/WebService/Fastly/Object/Version.pm +++ b/lib/WebService/Fastly/Object/Version.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/VersionCreateResponse.pm b/lib/WebService/Fastly/Object/VersionCreateResponse.pm index 32d02a41..001b86f7 100644 --- a/lib/WebService/Fastly/Object/VersionCreateResponse.pm +++ b/lib/WebService/Fastly/Object/VersionCreateResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/VersionDetail.pm b/lib/WebService/Fastly/Object/VersionDetail.pm index 4c41ecd3..824bdeec 100644 --- a/lib/WebService/Fastly/Object/VersionDetail.pm +++ b/lib/WebService/Fastly/Object/VersionDetail.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -54,7 +54,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/VersionDetailSettings.pm b/lib/WebService/Fastly/Object/VersionDetailSettings.pm index 3374413d..cdbc43e4 100644 --- a/lib/WebService/Fastly/Object/VersionDetailSettings.pm +++ b/lib/WebService/Fastly/Object/VersionDetailSettings.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/VersionResponse.pm b/lib/WebService/Fastly/Object/VersionResponse.pm index 5bedad8c..97a39713 100644 --- a/lib/WebService/Fastly/Object/VersionResponse.pm +++ b/lib/WebService/Fastly/Object/VersionResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/VersionResponseAllOf.pm b/lib/WebService/Fastly/Object/VersionResponseAllOf.pm index c318f9a9..c712c36f 100644 --- a/lib/WebService/Fastly/Object/VersionResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/VersionResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafActiveRule.pm b/lib/WebService/Fastly/Object/WafActiveRule.pm index 3833a5f8..75a69e16 100644 --- a/lib/WebService/Fastly/Object/WafActiveRule.pm +++ b/lib/WebService/Fastly/Object/WafActiveRule.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafActiveRuleCreationResponse.pm b/lib/WebService/Fastly/Object/WafActiveRuleCreationResponse.pm index f171b1b8..30080ac8 100644 --- a/lib/WebService/Fastly/Object/WafActiveRuleCreationResponse.pm +++ b/lib/WebService/Fastly/Object/WafActiveRuleCreationResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -47,7 +47,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafActiveRuleData.pm b/lib/WebService/Fastly/Object/WafActiveRuleData.pm index 59e7ab36..9f59da9d 100644 --- a/lib/WebService/Fastly/Object/WafActiveRuleData.pm +++ b/lib/WebService/Fastly/Object/WafActiveRuleData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafActiveRuleDataAttributes.pm b/lib/WebService/Fastly/Object/WafActiveRuleDataAttributes.pm index 948df552..db4ab7d9 100644 --- a/lib/WebService/Fastly/Object/WafActiveRuleDataAttributes.pm +++ b/lib/WebService/Fastly/Object/WafActiveRuleDataAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafActiveRuleResponse.pm b/lib/WebService/Fastly/Object/WafActiveRuleResponse.pm index 61c2fd35..c52bb29f 100644 --- a/lib/WebService/Fastly/Object/WafActiveRuleResponse.pm +++ b/lib/WebService/Fastly/Object/WafActiveRuleResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafActiveRuleResponseData.pm b/lib/WebService/Fastly/Object/WafActiveRuleResponseData.pm index 96bfe50f..cfb4b298 100644 --- a/lib/WebService/Fastly/Object/WafActiveRuleResponseData.pm +++ b/lib/WebService/Fastly/Object/WafActiveRuleResponseData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafActiveRuleResponseDataAllOf.pm b/lib/WebService/Fastly/Object/WafActiveRuleResponseDataAllOf.pm index 9c6d143f..755090c6 100644 --- a/lib/WebService/Fastly/Object/WafActiveRuleResponseDataAllOf.pm +++ b/lib/WebService/Fastly/Object/WafActiveRuleResponseDataAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafActiveRuleResponseDataAttributes.pm b/lib/WebService/Fastly/Object/WafActiveRuleResponseDataAttributes.pm index 86ca7296..70f1afe5 100644 --- a/lib/WebService/Fastly/Object/WafActiveRuleResponseDataAttributes.pm +++ b/lib/WebService/Fastly/Object/WafActiveRuleResponseDataAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafActiveRuleResponseDataAttributesAllOf.pm b/lib/WebService/Fastly/Object/WafActiveRuleResponseDataAttributesAllOf.pm index 09c6acf2..f9a12848 100644 --- a/lib/WebService/Fastly/Object/WafActiveRuleResponseDataAttributesAllOf.pm +++ b/lib/WebService/Fastly/Object/WafActiveRuleResponseDataAttributesAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafActiveRuleResponseDataRelationships.pm b/lib/WebService/Fastly/Object/WafActiveRuleResponseDataRelationships.pm index b03fa273..d6b4f30d 100644 --- a/lib/WebService/Fastly/Object/WafActiveRuleResponseDataRelationships.pm +++ b/lib/WebService/Fastly/Object/WafActiveRuleResponseDataRelationships.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafActiveRulesResponse.pm b/lib/WebService/Fastly/Object/WafActiveRulesResponse.pm index c837d8f5..bd996f9a 100644 --- a/lib/WebService/Fastly/Object/WafActiveRulesResponse.pm +++ b/lib/WebService/Fastly/Object/WafActiveRulesResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -47,7 +47,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafActiveRulesResponseAllOf.pm b/lib/WebService/Fastly/Object/WafActiveRulesResponseAllOf.pm index a90794fa..44ffba49 100644 --- a/lib/WebService/Fastly/Object/WafActiveRulesResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/WafActiveRulesResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafExclusion.pm b/lib/WebService/Fastly/Object/WafExclusion.pm index 0a37e458..11e1fe03 100644 --- a/lib/WebService/Fastly/Object/WafExclusion.pm +++ b/lib/WebService/Fastly/Object/WafExclusion.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafExclusionData.pm b/lib/WebService/Fastly/Object/WafExclusionData.pm index a14f0579..8009e615 100644 --- a/lib/WebService/Fastly/Object/WafExclusionData.pm +++ b/lib/WebService/Fastly/Object/WafExclusionData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -44,7 +44,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafExclusionDataAttributes.pm b/lib/WebService/Fastly/Object/WafExclusionDataAttributes.pm index 2973dff8..99959984 100644 --- a/lib/WebService/Fastly/Object/WafExclusionDataAttributes.pm +++ b/lib/WebService/Fastly/Object/WafExclusionDataAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafExclusionResponse.pm b/lib/WebService/Fastly/Object/WafExclusionResponse.pm index 985ac6d9..d386b4c3 100644 --- a/lib/WebService/Fastly/Object/WafExclusionResponse.pm +++ b/lib/WebService/Fastly/Object/WafExclusionResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafExclusionResponseData.pm b/lib/WebService/Fastly/Object/WafExclusionResponseData.pm index 9e44e2d9..0c766482 100644 --- a/lib/WebService/Fastly/Object/WafExclusionResponseData.pm +++ b/lib/WebService/Fastly/Object/WafExclusionResponseData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafExclusionResponseDataAllOf.pm b/lib/WebService/Fastly/Object/WafExclusionResponseDataAllOf.pm index c0fb833f..7f8c4144 100644 --- a/lib/WebService/Fastly/Object/WafExclusionResponseDataAllOf.pm +++ b/lib/WebService/Fastly/Object/WafExclusionResponseDataAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafExclusionResponseDataAttributes.pm b/lib/WebService/Fastly/Object/WafExclusionResponseDataAttributes.pm index b80c6ca6..b023a352 100644 --- a/lib/WebService/Fastly/Object/WafExclusionResponseDataAttributes.pm +++ b/lib/WebService/Fastly/Object/WafExclusionResponseDataAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafExclusionResponseDataAttributesAllOf.pm b/lib/WebService/Fastly/Object/WafExclusionResponseDataAttributesAllOf.pm index 5776804c..90f72d94 100644 --- a/lib/WebService/Fastly/Object/WafExclusionResponseDataAttributesAllOf.pm +++ b/lib/WebService/Fastly/Object/WafExclusionResponseDataAttributesAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafExclusionResponseDataRelationships.pm b/lib/WebService/Fastly/Object/WafExclusionResponseDataRelationships.pm index 0a323e7a..7f51b1cf 100644 --- a/lib/WebService/Fastly/Object/WafExclusionResponseDataRelationships.pm +++ b/lib/WebService/Fastly/Object/WafExclusionResponseDataRelationships.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -45,7 +45,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafExclusionsResponse.pm b/lib/WebService/Fastly/Object/WafExclusionsResponse.pm index 48e855da..c82f0750 100644 --- a/lib/WebService/Fastly/Object/WafExclusionsResponse.pm +++ b/lib/WebService/Fastly/Object/WafExclusionsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -47,7 +47,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafExclusionsResponseAllOf.pm b/lib/WebService/Fastly/Object/WafExclusionsResponseAllOf.pm index f181d3be..d188944a 100644 --- a/lib/WebService/Fastly/Object/WafExclusionsResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/WafExclusionsResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewall.pm b/lib/WebService/Fastly/Object/WafFirewall.pm index 0f0fafdb..d21e5ab5 100644 --- a/lib/WebService/Fastly/Object/WafFirewall.pm +++ b/lib/WebService/Fastly/Object/WafFirewall.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewallData.pm b/lib/WebService/Fastly/Object/WafFirewallData.pm index d2846d8b..b341f75e 100644 --- a/lib/WebService/Fastly/Object/WafFirewallData.pm +++ b/lib/WebService/Fastly/Object/WafFirewallData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewallDataAttributes.pm b/lib/WebService/Fastly/Object/WafFirewallDataAttributes.pm index 8c6a1c9d..e7aa348e 100644 --- a/lib/WebService/Fastly/Object/WafFirewallDataAttributes.pm +++ b/lib/WebService/Fastly/Object/WafFirewallDataAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewallResponse.pm b/lib/WebService/Fastly/Object/WafFirewallResponse.pm index 35718938..b3e95c54 100644 --- a/lib/WebService/Fastly/Object/WafFirewallResponse.pm +++ b/lib/WebService/Fastly/Object/WafFirewallResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewallResponseData.pm b/lib/WebService/Fastly/Object/WafFirewallResponseData.pm index 33d9e462..cff8e369 100644 --- a/lib/WebService/Fastly/Object/WafFirewallResponseData.pm +++ b/lib/WebService/Fastly/Object/WafFirewallResponseData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewallResponseDataAllOf.pm b/lib/WebService/Fastly/Object/WafFirewallResponseDataAllOf.pm index da290ffb..7cdb55be 100644 --- a/lib/WebService/Fastly/Object/WafFirewallResponseDataAllOf.pm +++ b/lib/WebService/Fastly/Object/WafFirewallResponseDataAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewallResponseDataAttributes.pm b/lib/WebService/Fastly/Object/WafFirewallResponseDataAttributes.pm index a09ab7d0..ce9a6991 100644 --- a/lib/WebService/Fastly/Object/WafFirewallResponseDataAttributes.pm +++ b/lib/WebService/Fastly/Object/WafFirewallResponseDataAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewallResponseDataAttributesAllOf.pm b/lib/WebService/Fastly/Object/WafFirewallResponseDataAttributesAllOf.pm index 98f61748..aef8be64 100644 --- a/lib/WebService/Fastly/Object/WafFirewallResponseDataAttributesAllOf.pm +++ b/lib/WebService/Fastly/Object/WafFirewallResponseDataAttributesAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewallVersion.pm b/lib/WebService/Fastly/Object/WafFirewallVersion.pm index 6d3f95a0..5c53a14f 100644 --- a/lib/WebService/Fastly/Object/WafFirewallVersion.pm +++ b/lib/WebService/Fastly/Object/WafFirewallVersion.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewallVersionData.pm b/lib/WebService/Fastly/Object/WafFirewallVersionData.pm index dcb65df4..21fb17c9 100644 --- a/lib/WebService/Fastly/Object/WafFirewallVersionData.pm +++ b/lib/WebService/Fastly/Object/WafFirewallVersionData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewallVersionDataAttributes.pm b/lib/WebService/Fastly/Object/WafFirewallVersionDataAttributes.pm index 51ebe0fa..3d88a20c 100644 --- a/lib/WebService/Fastly/Object/WafFirewallVersionDataAttributes.pm +++ b/lib/WebService/Fastly/Object/WafFirewallVersionDataAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewallVersionResponse.pm b/lib/WebService/Fastly/Object/WafFirewallVersionResponse.pm index 930b6ae6..7af1e12b 100644 --- a/lib/WebService/Fastly/Object/WafFirewallVersionResponse.pm +++ b/lib/WebService/Fastly/Object/WafFirewallVersionResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewallVersionResponseData.pm b/lib/WebService/Fastly/Object/WafFirewallVersionResponseData.pm index 00792022..c190f358 100644 --- a/lib/WebService/Fastly/Object/WafFirewallVersionResponseData.pm +++ b/lib/WebService/Fastly/Object/WafFirewallVersionResponseData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewallVersionResponseDataAllOf.pm b/lib/WebService/Fastly/Object/WafFirewallVersionResponseDataAllOf.pm index f8c9a011..9ede10c9 100644 --- a/lib/WebService/Fastly/Object/WafFirewallVersionResponseDataAllOf.pm +++ b/lib/WebService/Fastly/Object/WafFirewallVersionResponseDataAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewallVersionResponseDataAttributes.pm b/lib/WebService/Fastly/Object/WafFirewallVersionResponseDataAttributes.pm index a4d47e4f..a7cea4fb 100644 --- a/lib/WebService/Fastly/Object/WafFirewallVersionResponseDataAttributes.pm +++ b/lib/WebService/Fastly/Object/WafFirewallVersionResponseDataAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewallVersionResponseDataAttributesAllOf.pm b/lib/WebService/Fastly/Object/WafFirewallVersionResponseDataAttributesAllOf.pm index a59f42bc..7adf6324 100644 --- a/lib/WebService/Fastly/Object/WafFirewallVersionResponseDataAttributesAllOf.pm +++ b/lib/WebService/Fastly/Object/WafFirewallVersionResponseDataAttributesAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewallVersionsResponse.pm b/lib/WebService/Fastly/Object/WafFirewallVersionsResponse.pm index 105d7382..76c2ca9f 100644 --- a/lib/WebService/Fastly/Object/WafFirewallVersionsResponse.pm +++ b/lib/WebService/Fastly/Object/WafFirewallVersionsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -47,7 +47,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewallVersionsResponseAllOf.pm b/lib/WebService/Fastly/Object/WafFirewallVersionsResponseAllOf.pm index 3c6daecd..75797c7a 100644 --- a/lib/WebService/Fastly/Object/WafFirewallVersionsResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/WafFirewallVersionsResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewallsResponse.pm b/lib/WebService/Fastly/Object/WafFirewallsResponse.pm index dda6a089..82330735 100644 --- a/lib/WebService/Fastly/Object/WafFirewallsResponse.pm +++ b/lib/WebService/Fastly/Object/WafFirewallsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -47,7 +47,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafFirewallsResponseAllOf.pm b/lib/WebService/Fastly/Object/WafFirewallsResponseAllOf.pm index d2a08717..0db59efa 100644 --- a/lib/WebService/Fastly/Object/WafFirewallsResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/WafFirewallsResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafRule.pm b/lib/WebService/Fastly/Object/WafRule.pm index 980773ff..319e3657 100644 --- a/lib/WebService/Fastly/Object/WafRule.pm +++ b/lib/WebService/Fastly/Object/WafRule.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafRuleAttributes.pm b/lib/WebService/Fastly/Object/WafRuleAttributes.pm index 94b94474..44882430 100644 --- a/lib/WebService/Fastly/Object/WafRuleAttributes.pm +++ b/lib/WebService/Fastly/Object/WafRuleAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafRuleResponse.pm b/lib/WebService/Fastly/Object/WafRuleResponse.pm index ecbaa0ef..d46df624 100644 --- a/lib/WebService/Fastly/Object/WafRuleResponse.pm +++ b/lib/WebService/Fastly/Object/WafRuleResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafRuleResponseData.pm b/lib/WebService/Fastly/Object/WafRuleResponseData.pm index 0e9a5840..41eaf23a 100644 --- a/lib/WebService/Fastly/Object/WafRuleResponseData.pm +++ b/lib/WebService/Fastly/Object/WafRuleResponseData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafRuleResponseDataAllOf.pm b/lib/WebService/Fastly/Object/WafRuleResponseDataAllOf.pm index caf0e924..60729174 100644 --- a/lib/WebService/Fastly/Object/WafRuleResponseDataAllOf.pm +++ b/lib/WebService/Fastly/Object/WafRuleResponseDataAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafRuleRevision.pm b/lib/WebService/Fastly/Object/WafRuleRevision.pm index c632a8aa..6d397275 100644 --- a/lib/WebService/Fastly/Object/WafRuleRevision.pm +++ b/lib/WebService/Fastly/Object/WafRuleRevision.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafRuleRevisionAttributes.pm b/lib/WebService/Fastly/Object/WafRuleRevisionAttributes.pm index fa58cec3..9667b4ef 100644 --- a/lib/WebService/Fastly/Object/WafRuleRevisionAttributes.pm +++ b/lib/WebService/Fastly/Object/WafRuleRevisionAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafRuleRevisionOrLatest.pm b/lib/WebService/Fastly/Object/WafRuleRevisionOrLatest.pm index d317d1a8..f4a27655 100644 --- a/lib/WebService/Fastly/Object/WafRuleRevisionOrLatest.pm +++ b/lib/WebService/Fastly/Object/WafRuleRevisionOrLatest.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafRuleRevisionResponse.pm b/lib/WebService/Fastly/Object/WafRuleRevisionResponse.pm index ca80bef9..e0ae95d2 100644 --- a/lib/WebService/Fastly/Object/WafRuleRevisionResponse.pm +++ b/lib/WebService/Fastly/Object/WafRuleRevisionResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafRuleRevisionResponseData.pm b/lib/WebService/Fastly/Object/WafRuleRevisionResponseData.pm index 50beb4d6..ef42b6e1 100644 --- a/lib/WebService/Fastly/Object/WafRuleRevisionResponseData.pm +++ b/lib/WebService/Fastly/Object/WafRuleRevisionResponseData.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafRuleRevisionResponseDataAllOf.pm b/lib/WebService/Fastly/Object/WafRuleRevisionResponseDataAllOf.pm index 2ba85150..3a7f35e5 100644 --- a/lib/WebService/Fastly/Object/WafRuleRevisionResponseDataAllOf.pm +++ b/lib/WebService/Fastly/Object/WafRuleRevisionResponseDataAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -42,7 +42,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafRuleRevisionsResponse.pm b/lib/WebService/Fastly/Object/WafRuleRevisionsResponse.pm index db04f0a4..f749631e 100644 --- a/lib/WebService/Fastly/Object/WafRuleRevisionsResponse.pm +++ b/lib/WebService/Fastly/Object/WafRuleRevisionsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -47,7 +47,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafRuleRevisionsResponseAllOf.pm b/lib/WebService/Fastly/Object/WafRuleRevisionsResponseAllOf.pm index 18b2312d..e043dd62 100644 --- a/lib/WebService/Fastly/Object/WafRuleRevisionsResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/WafRuleRevisionsResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafRulesResponse.pm b/lib/WebService/Fastly/Object/WafRulesResponse.pm index de50d6d6..cfe82fb2 100644 --- a/lib/WebService/Fastly/Object/WafRulesResponse.pm +++ b/lib/WebService/Fastly/Object/WafRulesResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -47,7 +47,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafRulesResponseAllOf.pm b/lib/WebService/Fastly/Object/WafRulesResponseAllOf.pm index f4d7c542..27f32740 100644 --- a/lib/WebService/Fastly/Object/WafRulesResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/WafRulesResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafTag.pm b/lib/WebService/Fastly/Object/WafTag.pm index fb0cc04d..9aa5eaf0 100644 --- a/lib/WebService/Fastly/Object/WafTag.pm +++ b/lib/WebService/Fastly/Object/WafTag.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafTagAttributes.pm b/lib/WebService/Fastly/Object/WafTagAttributes.pm index cfc957e2..1ae3ae90 100644 --- a/lib/WebService/Fastly/Object/WafTagAttributes.pm +++ b/lib/WebService/Fastly/Object/WafTagAttributes.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafTagsResponse.pm b/lib/WebService/Fastly/Object/WafTagsResponse.pm index e2e1d54d..3d24a9cb 100644 --- a/lib/WebService/Fastly/Object/WafTagsResponse.pm +++ b/lib/WebService/Fastly/Object/WafTagsResponse.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -47,7 +47,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafTagsResponseAllOf.pm b/lib/WebService/Fastly/Object/WafTagsResponseAllOf.pm index 59b1a110..7ea92366 100644 --- a/lib/WebService/Fastly/Object/WafTagsResponseAllOf.pm +++ b/lib/WebService/Fastly/Object/WafTagsResponseAllOf.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -43,7 +43,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WafTagsResponseDataItem.pm b/lib/WebService/Fastly/Object/WafTagsResponseDataItem.pm index f1dca254..b83379cd 100644 --- a/lib/WebService/Fastly/Object/WafTagsResponseDataItem.pm +++ b/lib/WebService/Fastly/Object/WafTagsResponseDataItem.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -46,7 +46,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Object/WsMessageFormat.pm b/lib/WebService/Fastly/Object/WsMessageFormat.pm index 2b1c4aa1..efa58329 100644 --- a/lib/WebService/Fastly/Object/WsMessageFormat.pm +++ b/lib/WebService/Fastly/Object/WsMessageFormat.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -41,7 +41,7 @@ use base ("Class::Accessor", "Class::Data::Inheritable"); Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/OriginInspectorHistoricalApi.pm b/lib/WebService/Fastly/OriginInspectorHistoricalApi.pm index 9b6e04bf..59513280 100644 --- a/lib/WebService/Fastly/OriginInspectorHistoricalApi.pm +++ b/lib/WebService/Fastly/OriginInspectorHistoricalApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/OriginInspectorRealtimeApi.pm b/lib/WebService/Fastly/OriginInspectorRealtimeApi.pm index f2301c85..e5bcc60d 100644 --- a/lib/WebService/Fastly/OriginInspectorRealtimeApi.pm +++ b/lib/WebService/Fastly/OriginInspectorRealtimeApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/PackageApi.pm b/lib/WebService/Fastly/PackageApi.pm index 009ed639..3e8ebb47 100644 --- a/lib/WebService/Fastly/PackageApi.pm +++ b/lib/WebService/Fastly/PackageApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/PoolApi.pm b/lib/WebService/Fastly/PoolApi.pm index 1a0ebaca..74a34e16 100644 --- a/lib/WebService/Fastly/PoolApi.pm +++ b/lib/WebService/Fastly/PoolApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/PopApi.pm b/lib/WebService/Fastly/PopApi.pm index 0f045deb..0ab5e78d 100644 --- a/lib/WebService/Fastly/PopApi.pm +++ b/lib/WebService/Fastly/PopApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/PublicIpListApi.pm b/lib/WebService/Fastly/PublicIpListApi.pm index 58a7d784..d8ce79b0 100644 --- a/lib/WebService/Fastly/PublicIpListApi.pm +++ b/lib/WebService/Fastly/PublicIpListApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/PublishApi.pm b/lib/WebService/Fastly/PublishApi.pm index 9af5356a..a77c2c3c 100644 --- a/lib/WebService/Fastly/PublishApi.pm +++ b/lib/WebService/Fastly/PublishApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/PurgeApi.pm b/lib/WebService/Fastly/PurgeApi.pm index a27e955f..8448514d 100644 --- a/lib/WebService/Fastly/PurgeApi.pm +++ b/lib/WebService/Fastly/PurgeApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/RateLimiterApi.pm b/lib/WebService/Fastly/RateLimiterApi.pm index dc3e2828..9a331986 100644 --- a/lib/WebService/Fastly/RateLimiterApi.pm +++ b/lib/WebService/Fastly/RateLimiterApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/RealtimeApi.pm b/lib/WebService/Fastly/RealtimeApi.pm index 02425361..70a4060c 100644 --- a/lib/WebService/Fastly/RealtimeApi.pm +++ b/lib/WebService/Fastly/RealtimeApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/RequestSettingsApi.pm b/lib/WebService/Fastly/RequestSettingsApi.pm index ddde592d..510330be 100644 --- a/lib/WebService/Fastly/RequestSettingsApi.pm +++ b/lib/WebService/Fastly/RequestSettingsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/ResourceApi.pm b/lib/WebService/Fastly/ResourceApi.pm index d9604377..099b7727 100644 --- a/lib/WebService/Fastly/ResourceApi.pm +++ b/lib/WebService/Fastly/ResourceApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/ResponseObjectApi.pm b/lib/WebService/Fastly/ResponseObjectApi.pm index 1a579c8d..6c1b5fff 100644 --- a/lib/WebService/Fastly/ResponseObjectApi.pm +++ b/lib/WebService/Fastly/ResponseObjectApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Role.pm b/lib/WebService/Fastly/Role.pm index c5500534..56eefd08 100644 --- a/lib/WebService/Fastly/Role.pm +++ b/lib/WebService/Fastly/Role.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/Role/AutoDoc.pm b/lib/WebService/Fastly/Role/AutoDoc.pm index c34dc069..6255fbcc 100644 --- a/lib/WebService/Fastly/Role/AutoDoc.pm +++ b/lib/WebService/Fastly/Role/AutoDoc.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/SecretStoreApi.pm b/lib/WebService/Fastly/SecretStoreApi.pm index c95dcabf..0f9710bc 100644 --- a/lib/WebService/Fastly/SecretStoreApi.pm +++ b/lib/WebService/Fastly/SecretStoreApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/SecretStoreItemApi.pm b/lib/WebService/Fastly/SecretStoreItemApi.pm index 19f095bc..1fce16ae 100644 --- a/lib/WebService/Fastly/SecretStoreItemApi.pm +++ b/lib/WebService/Fastly/SecretStoreItemApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/ServerApi.pm b/lib/WebService/Fastly/ServerApi.pm index c62d6616..5560a7de 100644 --- a/lib/WebService/Fastly/ServerApi.pm +++ b/lib/WebService/Fastly/ServerApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/ServiceApi.pm b/lib/WebService/Fastly/ServiceApi.pm index edbe9ead..5d53944a 100644 --- a/lib/WebService/Fastly/ServiceApi.pm +++ b/lib/WebService/Fastly/ServiceApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/ServiceAuthorizationsApi.pm b/lib/WebService/Fastly/ServiceAuthorizationsApi.pm index 57fadb9d..7325f614 100644 --- a/lib/WebService/Fastly/ServiceAuthorizationsApi.pm +++ b/lib/WebService/Fastly/ServiceAuthorizationsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/SettingsApi.pm b/lib/WebService/Fastly/SettingsApi.pm index eafdf361..d32af2f5 100644 --- a/lib/WebService/Fastly/SettingsApi.pm +++ b/lib/WebService/Fastly/SettingsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/SnippetApi.pm b/lib/WebService/Fastly/SnippetApi.pm index 833582e9..f20374c9 100644 --- a/lib/WebService/Fastly/SnippetApi.pm +++ b/lib/WebService/Fastly/SnippetApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/StarApi.pm b/lib/WebService/Fastly/StarApi.pm index 5cd8d18b..97a910f5 100644 --- a/lib/WebService/Fastly/StarApi.pm +++ b/lib/WebService/Fastly/StarApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/StatsApi.pm b/lib/WebService/Fastly/StatsApi.pm index 3e2976d0..f9e8e75c 100644 --- a/lib/WebService/Fastly/StatsApi.pm +++ b/lib/WebService/Fastly/StatsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/SudoApi.pm b/lib/WebService/Fastly/SudoApi.pm index 8757daaf..2a33c05f 100644 --- a/lib/WebService/Fastly/SudoApi.pm +++ b/lib/WebService/Fastly/SudoApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/TlsActivationsApi.pm b/lib/WebService/Fastly/TlsActivationsApi.pm index 68837d53..2a2b2490 100644 --- a/lib/WebService/Fastly/TlsActivationsApi.pm +++ b/lib/WebService/Fastly/TlsActivationsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/TlsBulkCertificatesApi.pm b/lib/WebService/Fastly/TlsBulkCertificatesApi.pm index fc6b5fe3..22b6eb83 100644 --- a/lib/WebService/Fastly/TlsBulkCertificatesApi.pm +++ b/lib/WebService/Fastly/TlsBulkCertificatesApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/TlsCertificatesApi.pm b/lib/WebService/Fastly/TlsCertificatesApi.pm index 9aed6ff8..da5593d6 100644 --- a/lib/WebService/Fastly/TlsCertificatesApi.pm +++ b/lib/WebService/Fastly/TlsCertificatesApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/TlsConfigurationsApi.pm b/lib/WebService/Fastly/TlsConfigurationsApi.pm index 64052762..3d47d5e3 100644 --- a/lib/WebService/Fastly/TlsConfigurationsApi.pm +++ b/lib/WebService/Fastly/TlsConfigurationsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/TlsCsrsApi.pm b/lib/WebService/Fastly/TlsCsrsApi.pm index 9302f8ff..3f61bdc0 100644 --- a/lib/WebService/Fastly/TlsCsrsApi.pm +++ b/lib/WebService/Fastly/TlsCsrsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/TlsDomainsApi.pm b/lib/WebService/Fastly/TlsDomainsApi.pm index c296c408..4c75a44e 100644 --- a/lib/WebService/Fastly/TlsDomainsApi.pm +++ b/lib/WebService/Fastly/TlsDomainsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/TlsPrivateKeysApi.pm b/lib/WebService/Fastly/TlsPrivateKeysApi.pm index ad464505..42d73f69 100644 --- a/lib/WebService/Fastly/TlsPrivateKeysApi.pm +++ b/lib/WebService/Fastly/TlsPrivateKeysApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/TlsSubscriptionsApi.pm b/lib/WebService/Fastly/TlsSubscriptionsApi.pm index 5364179f..7cdce032 100644 --- a/lib/WebService/Fastly/TlsSubscriptionsApi.pm +++ b/lib/WebService/Fastly/TlsSubscriptionsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com @@ -381,7 +381,7 @@ sub delete_tls_sub { # Get a TLS subscription # # @param string $tls_subscription_id Alphanumeric string identifying a TLS subscription. (required) -# @param string $include Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, and `tls_authorizations.self_managed_http_challenge`. (optional) +# @param string $include Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, `tls_authorizations.self_managed_http_challenge`, and `tls_certificates`. (optional) { my $params = { 'tls_subscription_id' => { @@ -391,7 +391,7 @@ sub delete_tls_sub { }, 'include' => { data_type => 'string', - description => 'Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, and `tls_authorizations.self_managed_http_challenge`. ', + description => 'Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, `tls_authorizations.self_managed_http_challenge`, and `tls_certificates`. ', required => '0', }, }; @@ -461,7 +461,8 @@ sub get_tls_sub { # @param string $filter[state] Limit the returned subscriptions by state. Valid values are `pending`, `processing`, `issued`, `renewing`, and `failed`. Accepts parameters: `not` (e.g., `filter[state][not]=renewing`). (optional) # @param string $filter[tls_domains/id] Limit the returned subscriptions to those that include the specific domain. (optional) # @param boolean $filter[has_active_order] Limit the returned subscriptions to those that have currently active orders. Permitted values: `true`. (optional) -# @param string $include Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, and `tls_authorizations.self_managed_http_challenge`. (optional) +# @param string $filter[certificate_authority] Limit the returned subscriptions to a specific certification authority. Values may include `certainly`, `lets-encrypt`, or `globalsign`. (optional) +# @param string $include Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, `tls_authorizations.self_managed_http_challenge`, and `tls_certificates`. (optional) # @param int $page[number] Current page. (optional) # @param int $page[size] Number of records per page. (optional, default to 20) # @param string $sort The order in which to list the results by creation date. (optional, default to 'created_at') @@ -482,9 +483,14 @@ sub get_tls_sub { description => 'Limit the returned subscriptions to those that have currently active orders. Permitted values: `true`. ', required => '0', }, + 'filter[certificate_authority]' => { + data_type => 'string', + description => 'Limit the returned subscriptions to a specific certification authority. Values may include `certainly`, `lets-encrypt`, or `globalsign`. ', + required => '0', + }, 'include' => { data_type => 'string', - description => 'Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, and `tls_authorizations.self_managed_http_challenge`. ', + description => 'Include related objects. Optional, comma-separated values. Permitted values: `tls_authorizations`, `tls_authorizations.globalsign_email_challenge`, `tls_authorizations.self_managed_http_challenge`, and `tls_certificates`. ', required => '0', }, 'page[number]' => { @@ -544,6 +550,11 @@ sub list_tls_subs { $query_params->{'filter[has_active_order]'} = $self->{api_client}->to_query_value($args{'filter[has_active_order]'}); } + # query params + if ( exists $args{'filter[certificate_authority]'}) { + $query_params->{'filter[certificate_authority]'} = $self->{api_client}->to_query_value($args{'filter[certificate_authority]'}); + } + # query params if ( exists $args{'include'}) { $query_params->{'include'} = $self->{api_client}->to_query_value($args{'include'}); diff --git a/lib/WebService/Fastly/TokensApi.pm b/lib/WebService/Fastly/TokensApi.pm index df8e7014..13ffb53f 100644 --- a/lib/WebService/Fastly/TokensApi.pm +++ b/lib/WebService/Fastly/TokensApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/UserApi.pm b/lib/WebService/Fastly/UserApi.pm index 36d5b0da..65130726 100644 --- a/lib/WebService/Fastly/UserApi.pm +++ b/lib/WebService/Fastly/UserApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/VclApi.pm b/lib/WebService/Fastly/VclApi.pm index cc5e91ee..0734c707 100644 --- a/lib/WebService/Fastly/VclApi.pm +++ b/lib/WebService/Fastly/VclApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/VclDiffApi.pm b/lib/WebService/Fastly/VclDiffApi.pm index 66caf436..265499c6 100644 --- a/lib/WebService/Fastly/VclDiffApi.pm +++ b/lib/WebService/Fastly/VclDiffApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/VersionApi.pm b/lib/WebService/Fastly/VersionApi.pm index bd213fba..36b3ade6 100644 --- a/lib/WebService/Fastly/VersionApi.pm +++ b/lib/WebService/Fastly/VersionApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/WafActiveRulesApi.pm b/lib/WebService/Fastly/WafActiveRulesApi.pm index 2cd48521..1722782d 100644 --- a/lib/WebService/Fastly/WafActiveRulesApi.pm +++ b/lib/WebService/Fastly/WafActiveRulesApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/WafExclusionsApi.pm b/lib/WebService/Fastly/WafExclusionsApi.pm index f6af3231..c52e9924 100644 --- a/lib/WebService/Fastly/WafExclusionsApi.pm +++ b/lib/WebService/Fastly/WafExclusionsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/WafFirewallVersionsApi.pm b/lib/WebService/Fastly/WafFirewallVersionsApi.pm index 00622a99..7cde5070 100644 --- a/lib/WebService/Fastly/WafFirewallVersionsApi.pm +++ b/lib/WebService/Fastly/WafFirewallVersionsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/WafFirewallsApi.pm b/lib/WebService/Fastly/WafFirewallsApi.pm index 58373cef..3603558d 100644 --- a/lib/WebService/Fastly/WafFirewallsApi.pm +++ b/lib/WebService/Fastly/WafFirewallsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/WafRuleRevisionsApi.pm b/lib/WebService/Fastly/WafRuleRevisionsApi.pm index f631943b..38c2f4ad 100644 --- a/lib/WebService/Fastly/WafRuleRevisionsApi.pm +++ b/lib/WebService/Fastly/WafRuleRevisionsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/WafRulesApi.pm b/lib/WebService/Fastly/WafRulesApi.pm index b459dbf3..a8a8de0c 100644 --- a/lib/WebService/Fastly/WafRulesApi.pm +++ b/lib/WebService/Fastly/WafRulesApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/WafTagsApi.pm b/lib/WebService/Fastly/WafTagsApi.pm index 11d949bc..7d6b8e4d 100644 --- a/lib/WebService/Fastly/WafTagsApi.pm +++ b/lib/WebService/Fastly/WafTagsApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/lib/WebService/Fastly/WholePlatformDdosHistoricalApi.pm b/lib/WebService/Fastly/WholePlatformDdosHistoricalApi.pm index 5d89e73e..01f04dec 100644 --- a/lib/WebService/Fastly/WholePlatformDdosHistoricalApi.pm +++ b/lib/WebService/Fastly/WholePlatformDdosHistoricalApi.pm @@ -2,7 +2,7 @@ Fastly API -Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/) +Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/) The version of the API Spec document: 1.0.0 Contact: oss@fastly.com diff --git a/sig.json b/sig.json index b5bd944f..a2ee9222 100644 --- a/sig.json +++ b/sig.json @@ -1 +1 @@ -{"G": "78194d35", "D": "aed6fda1"} +{"G": "12e42c04", "D": "dd010b17"}