Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
doramatadora committed Nov 17, 2021
1 parent 8423937 commit 29578bf
Show file tree
Hide file tree
Showing 495 changed files with 493 additions and 4,797 deletions.
1 change: 0 additions & 1 deletion docs/Acl.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ Name | Type | Description | Notes
**name** | **String** | Name for the ACL. Must start with an alphanumeric character and contain only alphanumeric characters, underscores, and whitespace. | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/AclEntries.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ Name | Type | Description | Notes
**entries** | [**[AclEntry]**](AclEntry.md) | | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
15 changes: 1 addition & 14 deletions docs/AclEntry.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,10 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**negated** | **Number** | Whether to negate the match. Useful primarily when creating individual exceptions to larger subnets. | [optional] [one of: 0, 1][defaults to NegatedEnum.0]
**negated** | **Number** | Whether to negate the match. Useful primarily when creating individual exceptions to larger subnets. | [optional] [one of: 0, 1]
**comment** | **String** | A freeform descriptive note. | [optional]
**ip** | **String** | An IP address. | [optional]
**subnet** | **Number** | Number of bits for the subnet mask applied to the IP address. For IPv4 addresses, a value of 32 represents the smallest subnet mask (1 address), 24 represents a class C subnet mask (256 addresses), 16 represents a class B subnet mask (65k addresses), and 8 is class A subnet mask (16m addresses). If not provided, no mask is applied. | [optional]



## Enums

### `negated`

* `0` (value: `0`)

* `1` (value: `1`)





[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
15 changes: 1 addition & 14 deletions docs/AclEntryResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**negated** | **Number** | Whether to negate the match. Useful primarily when creating individual exceptions to larger subnets. | [optional] [one of: 0, 1][defaults to NegatedEnum.0]
**negated** | **Number** | Whether to negate the match. Useful primarily when creating individual exceptions to larger subnets. | [optional] [one of: 0, 1]
**comment** | **String** | A freeform descriptive note. | [optional]
**ip** | **String** | An IP address. | [optional]
**subnet** | **Number** | Number of bits for the subnet mask applied to the IP address. For IPv4 addresses, a value of 32 represents the smallest subnet mask (1 address), 24 represents a class C subnet mask (256 addresses), 16 represents a class B subnet mask (65k addresses), and 8 is class A subnet mask (16m addresses). If not provided, no mask is applied. | [optional]
Expand All @@ -16,17 +16,4 @@ Name | Type | Description | Notes
**service_id** | **String** | Alphanumeric string identifying the service. | [optional] [readonly]



## Enums

### `negated`

* `0` (value: `0`)

* `1` (value: `1`)





[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/AclEntryResponseAllOf.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ Name | Type | Description | Notes
**service_id** | **String** | Alphanumeric string identifying the service. | [optional] [readonly]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/AclResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ Name | Type | Description | Notes
**id** | **String** | Alphanumeric string identifying a ACL. | [optional] [readonly]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/AclResponseAllOf.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ Name | Type | Description | Notes
**id** | **String** | Alphanumeric string identifying a ACL. | [optional] [readonly]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
3 changes: 1 addition & 2 deletions docs/Backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Name | Type | Description | Notes
**shield** | **String** | Data center POP code of the data center to use as a [shield](https://docs.fastly.com/en/guides/shielding). | [optional]
**ssl_ca_cert** | **String** | CA certificate attached to origin. | [optional]
**ssl_cert_hostname** | **String** | Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all. | [optional]
**ssl_check_cert** | **Boolean** | Be strict on checking SSL certs. | [optional] [defaults to true]
**ssl_check_cert** | **Boolean** | Be strict on checking SSL certs. | [optional] [defaults to true]
**ssl_ciphers** | **String** | List of [OpenSSL ciphers](https://www.openssl.org/docs/manmaster/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional]
**ssl_client_cert** | **String** | Client certificate attached to origin. | [optional]
**ssl_client_key** | **String** | Client key attached to origin. | [optional]
Expand All @@ -35,5 +35,4 @@ Name | Type | Description | Notes
**weight** | **Number** | Weight used to load balance this backend against others. May be any positive integer. If `auto_loadbalance` is true, the chance of this backend being selected is equal to its own weight over the sum of all weights for backends that have `auto_loadbalance` set to true. | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
3 changes: 1 addition & 2 deletions docs/BackendResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Name | Type | Description | Notes
**shield** | **String** | Data center POP code of the data center to use as a [shield](https://docs.fastly.com/en/guides/shielding). | [optional]
**ssl_ca_cert** | **String** | CA certificate attached to origin. | [optional]
**ssl_cert_hostname** | **String** | Overrides `ssl_hostname`, but only for cert verification. Does not affect SNI at all. | [optional]
**ssl_check_cert** | **Boolean** | Be strict on checking SSL certs. | [optional] [defaults to true]
**ssl_check_cert** | **Boolean** | Be strict on checking SSL certs. | [optional] [defaults to true]
**ssl_ciphers** | **String** | List of [OpenSSL ciphers](https://www.openssl.org/docs/manmaster/man1/ciphers.html) to support for connections to this origin. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional]
**ssl_client_cert** | **String** | Client certificate attached to origin. | [optional]
**ssl_client_key** | **String** | Client key attached to origin. | [optional]
Expand All @@ -41,5 +41,4 @@ Name | Type | Description | Notes
**locked** | **Boolean** | Indicates whether the version of the service this backend is attached to accepts edits. | [optional] [readonly]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/BackendResponseAllOf.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ Name | Type | Description | Notes
**locked** | **Boolean** | Indicates whether the version of the service this backend is attached to accepts edits. | [optional] [readonly]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/Billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ Name | Type | Description | Notes
**regions** | **{String: {String: Object}}** | | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/BillingAddress.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ Name | Type | Description | Notes
**data** | [**BillingAddressData**](BillingAddressData.md) | | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/BillingAddressData.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ Name | Type | Description | Notes
**relationships** | [**RelationshipCustomer**](RelationshipCustomer.md) | | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/BillingAddressDataAttributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ Name | Type | Description | Notes
**state** | **String** | The state or province name. | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/BillingAddressResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ Name | Type | Description | Notes
**data** | [**BillingAddressResponseAllOfData**](BillingAddressResponseAllOfData.md) | | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/BillingAddressResponseAllOf.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ Name | Type | Description | Notes
**data** | [**BillingAddressResponseAllOfData**](BillingAddressResponseAllOfData.md) | | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/BillingAddressResponseAllOfData.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ Name | Type | Description | Notes
**attributes** | [**Timestamps**](Timestamps.md) | | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/BillingEstimateResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ Name | Type | Description | Notes
**lines** | [**[BillingEstimateResponseAllOfLines]**](BillingEstimateResponseAllOfLines.md) | | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/BillingEstimateResponseAllOf.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ Name | Type | Description | Notes
**lines** | [**[BillingEstimateResponseAllOfLines]**](BillingEstimateResponseAllOfLines.md) | | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/BillingEstimateResponseAllOfLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ Name | Type | Description | Notes
**client_plan_id** | **String** | | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/BillingEstimateResponseAllOfLines.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ Name | Type | Description | Notes
**line** | [**BillingEstimateResponseAllOfLine**](BillingEstimateResponseAllOfLine.md) | | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/BillingResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ Name | Type | Description | Notes
**line_items** | [**[Timestamps]**](Timestamps.md) | | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/BillingResponseAllOf.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ Name | Type | Description | Notes
**line_items** | [**[Timestamps]**](Timestamps.md) | | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
17 changes: 0 additions & 17 deletions docs/BillingStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,4 @@ Name | Type | Description | Notes
**sent_at** | **String** | | [optional]



## Enums

### `status`

* `Pending` (value: `"Pending"`)

* `Outstanding` (value: `"Outstanding"`)

* `Paid` (value: `"Paid"`)

* `MTD` (value: `"MTD"`)





[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/BillingTotal.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ Name | Type | Description | Notes
**terms** | **String** | Payment terms. Almost always Net15. | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/BillingTotalExtras.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ Name | Type | Description | Notes
**setup** | **Number** | Initial set up cost in USD. Not present if $0.0 or this is not the month the extra was added. | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/BulkWafActiveRules.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ Name | Type | Description | Notes
**data** | [**[WafActiveRuleData]**](WafActiveRuleData.md) | | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
15 changes: 0 additions & 15 deletions docs/CacheSetting.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,4 @@ Name | Type | Description | Notes
**ttl** | **Number** | Maximum time to consider the object fresh in the cache (the cache 'time to live'). | [optional]



## Enums

### `action`

* `pass` (value: `"pass"`)

* `deliver` (value: `"deliver"`)

* `restart` (value: `"restart"`)





[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
15 changes: 0 additions & 15 deletions docs/CacheSettingResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,4 @@ Name | Type | Description | Notes
**updated_at** | **String** | Date and time in ISO 8601 format. | [optional] [readonly]



## Enums

### `action`

* `pass` (value: `"pass"`)

* `deliver` (value: `"deliver"`)

* `restart` (value: `"restart"`)





[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
19 changes: 1 addition & 18 deletions docs/Condition.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,9 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**comment** | **String** | A freeform descriptive note. | [optional]
**name** | **String** | Name of the condition. Required. | [optional]
**priority** | **Number** | Priority determines execution order. Lower numbers execute first. | [optional] [defaults to 100]
**priority** | **Number** | Priority determines execution order. Lower numbers execute first. | [optional] [defaults to 100]
**statement** | **String** | A conditional expression in VCL used to determine if the condition is met. | [optional]
**type** | **String** | Type of the condition. Required. | [optional] [one of: "REQUEST", "CACHE", "RESPONSE", "PREFETCH"]





### `type`

* `REQUEST` (value: `"REQUEST"`)

* `CACHE` (value: `"CACHE"`)

* `RESPONSE` (value: `"RESPONSE"`)

* `PREFETCH` (value: `"PREFETCH"`)





[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
19 changes: 1 addition & 18 deletions docs/ConditionResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**comment** | **String** | A freeform descriptive note. | [optional]
**name** | **String** | Name of the condition. Required. | [optional]
**priority** | **Number** | Priority determines execution order. Lower numbers execute first. | [optional] [defaults to 100]
**priority** | **Number** | Priority determines execution order. Lower numbers execute first. | [optional] [defaults to 100]
**statement** | **String** | A conditional expression in VCL used to determine if the condition is met. | [optional]
**type** | **String** | Type of the condition. Required. | [optional] [one of: "REQUEST", "CACHE", "RESPONSE", "PREFETCH"]
**service_id** | **String** | Alphanumeric string identifying the service. | [optional] [readonly]
Expand All @@ -16,21 +16,4 @@ Name | Type | Description | Notes
**updated_at** | **String** | Date and time in ISO 8601 format. | [optional] [readonly]





### `type`

* `REQUEST` (value: `"REQUEST"`)

* `CACHE` (value: `"CACHE"`)

* `RESPONSE` (value: `"RESPONSE"`)

* `PREFETCH` (value: `"PREFETCH"`)





[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/Content.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ Name | Type | Description | Notes
**pop** | **String** | | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
13 changes: 0 additions & 13 deletions docs/Customer.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,4 @@ Name | Type | Description | Notes
**technical_contact_id** | **String** | The alphanumeric string identifying the account's technical contact. | [optional]





### `billing_network_type`

* `public` (value: `"public"`)

* `private` (value: `"private"`)





[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/CustomerCustomerIdBillingAddressData.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ Name | Type | Description | Notes
**attributes** | [**BillingAddress**](BillingAddress.md) | | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/CustomerCustomerIdBillingAddressData1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ Name | Type | Description | Notes
**attributes** | [**BillingAddress**](BillingAddress.md) | | [optional]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
13 changes: 0 additions & 13 deletions docs/CustomerResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,4 @@ Name | Type | Description | Notes
**id** | **String** | Alphanumeric string identifying the customer. | [optional] [readonly]





### `billing_network_type`

* `public` (value: `"public"`)

* `private` (value: `"private"`)





[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/CustomerResponseAllOf.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ Name | Type | Description | Notes
**id** | **String** | Alphanumeric string identifying the customer. | [optional] [readonly]



[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Loading

0 comments on commit 29578bf

Please sign in to comment.