diff --git a/api_version b/api_version index 57807d6d0..a6c2798a4 100644 --- a/api_version +++ b/api_version @@ -1 +1 @@ -1.22.0 +1.23.0 diff --git a/changelog.md b/changelog.md index e4d345266..060432ec4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 2.13.0 + + - SDK update for Outscale API v1.23.0 + # 2.12.0 - SDK update for Outscale API v1.22.0 diff --git a/sdk_version b/sdk_version index d8b698973..fb2c0766b 100644 --- a/sdk_version +++ b/sdk_version @@ -1 +1 @@ -2.12.0 +2.13.0 diff --git a/v2/README.md b/v2/README.md index 37cb23201..d399e19dc 100644 --- a/v2/README.md +++ b/v2/README.md @@ -10,8 +10,8 @@ An OpenAPI description of the OUTSCALE API is also available in this [GitHub rep ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: 1.22 -- Package version: 2.12.0 +- API version: 1.23 +- Package version: 2.13.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen ## Installation diff --git a/v2/api/openapi.yaml b/v2/api/openapi.yaml index f8c21ebf4..0fc963473 100644 --- a/v2/api/openapi.yaml +++ b/v2/api/openapi.yaml @@ -14,7 +14,7 @@ info: url: https://opensource.org/licenses/BSD-3-Clause termsOfService: https://en.outscale.com/terms-of-service/ title: 3DS OUTSCALE API - version: "1.22" + version: "1.23" servers: - url: https://api.{region}.outscale.com/api/v1 variables: @@ -37,8 +37,8 @@ security: paths: /AcceptNetPeering: description: |- - Accepts a Net peering connection request.
- To accept this request, you must be the owner of the peer Net. If you do not accept the request within 7 days, the state of the Net peering connection becomes `expired`.

+ Accepts a Net peering request.
+ To accept this request, you must be the owner of the peer Net. If you do not accept the request within 7 days, the state of the Net peering becomes `expired`.

**[NOTE]**
A peering connection between two Nets works both ways. Therefore, when an A-to-B peering connection is accepted, any pending B-to-A peering connection is automatically rejected as redundant. post: @@ -668,11 +668,12 @@ paths: - NetAccessPoint /CreateNetPeering: description: |- - Requests a Net peering connection between a Net you own and a peer Net that belongs to you or another account.
- This action creates a Net peering connection that remains in the `pending-acceptance` state until it is accepted by the owner of the peer Net. If the owner of the peer Net does not accept the request within 7 days, the state of the Net peering connection becomes `expired`. For more information, see [AcceptNetPeering](#acceptnetpeering).

+ Requests a Net peering between a Net you own and a peer Net that belongs to you or another account.
+ This action creates a Net peering that remains in the `pending-acceptance` state until it is accepted by the owner of the peer Net. If the owner of the peer Net does not accept the request within 7 days, the state of the Net peering becomes `expired`. For more information, see [AcceptNetPeering](#acceptnetpeering).

**[NOTE]**
- * The two Nets must not have overlapping IP ranges. Otherwise, the Net peering connection is in the `failed` state. + * Peered Nets must contain at least one virtual machine (VM) each before the creation of the Net peering.
+ * The two Nets must not have overlapping IP ranges. Otherwise, the Net peering is in the `failed` state.
* A peering connection between two Nets works both ways. Therefore, you do not need to create a B-to-A connection if an A-to-B connection is created and accepted. post: operationId: CreateNetPeering @@ -787,7 +788,7 @@ paths: Creates a route in a specified route table within a specified Net.
You must specify one of the following elements as the target:

- * Net peering connection
+ * Net peering
* NAT VM
* Internet service
* Virtual gateway
@@ -1104,7 +1105,7 @@ paths: * Network interface cards (NIC) (eni-xxxxxxxx)
* Nets (vpc-xxxxxxxx)
* Subnets (subnet-xxxxxxxx)
- * Net peering connections (vpcx-xxxxxxxx)
+ * Net peerings (vpcx-xxxxxxxx)
* Net endpoints (vpce-xxxxxxxx)
* NAT services (nat-xxxxxxxx)
* Internet services (igw-xxxxxxxx)
@@ -1733,7 +1734,7 @@ paths: Before deleting the Net, you need to delete or detach all the resources associated with the Net:

* Virtual machines (VMs)
- * Net peering connections
+ * Net peerings
* Custom route tables
* Public IPs allocated to resources in the Net
* Network Interface Cards (NICs) created in the Subnets
@@ -1797,8 +1798,8 @@ paths: - NetAccessPoint /DeleteNetPeering: description: |- - Deletes a Net peering connection.
- If the Net peering connection is in the `active` state, it can be deleted either by the owner of the requester Net or the owner of the peer Net.
+ Deletes a Net peering.
+ If the Net peering is in the `active` state, it can be deleted either by the owner of the requester Net or the owner of the peer Net.
If it is in the `pending-acceptance` state, it can be deleted only by the owner of the requester Net.
If it is in the `rejected`, `failed`, or `expired` states, it cannot be deleted. post: @@ -4192,8 +4193,8 @@ paths: - LoadBalancer /RejectNetPeering: description: |- - Rejects a Net peering connection request.
- The Net peering connection must be in the `pending-acceptance` state to be rejected. The rejected Net peering connection is then in the `rejected` state. + Rejects a Net peering request.
+ The Net peering must be in the `pending-acceptance` state to be rejected. The rejected Net peering is then in the `rejected` state. post: operationId: RejectNetPeering requestBody: @@ -4277,8 +4278,7 @@ paths: application/json: schema: $ref: '#/components/schemas/SendResetPasswordEmailResponse' - description: The HTTP 200 response (OK). You need to provide this token - when updating the account password using the ResetAccountPassword method. + description: The HTTP 200 response (OK). security: [] tags: - Account @@ -4995,7 +4995,7 @@ paths: Replaces an existing route within a route table in a Net.
You must specify one of the following elements as the target:

- * Net peering connection
+ * Net peering
* NAT virtual machine (VM)
* Internet service
* Virtual gateway
@@ -5279,7 +5279,7 @@ components: perform the action. type: boolean NetPeeringId: - description: The ID of the Net peering connection you want to accept. + description: The ID of the Net peering you want to accept. type: string required: - NetPeeringId @@ -5632,9 +5632,9 @@ components: $ref: '#/components/schemas/BsuToCreate' DeviceName: description: The device name for the volume. For a root device, you must - use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXY`, - `/dev/xvdX`, or `/dev/xvdXY` (where `X` is a letter between `b` and `z` - and where `Y` is a letter between `a` and `z`). + use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXX`, + `/dev/xvdX`, or `/dev/xvdXX` (where the first `X` is a letter between + `b` and `z`, and the second `X` is a letter between `a` and `z`). type: string VirtualDeviceName: description: The name of the virtual device (`ephemeralN`). @@ -5658,9 +5658,9 @@ components: $ref: '#/components/schemas/BsuToCreate' DeviceName: description: The device name for the volume. For a root device, you must - use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXY`, - `/dev/xvdX`, or `/dev/xvdXY` (where `X` is a letter between `b` and `z` - and where `Y` is a letter between `a` and `z`). + use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXX`, + `/dev/xvdX`, or `/dev/xvdXX` (where the first `X` is a letter between + `b` and `z`, and the second `X` is a letter between `a` and `z`). type: string NoDevice: description: Removes the device which is included in the block device mapping @@ -5685,9 +5685,9 @@ components: $ref: '#/components/schemas/BsuToUpdateVm' DeviceName: description: The device name for the volume. For a root device, you must - use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXY`, - `/dev/xvdX`, or `/dev/xvdXY` (where `X` is a letter between `b` and `z` - and where `Y` is a letter between `a` and `z`). + use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXX`, + `/dev/xvdX`, or `/dev/xvdXX` (where the first `X` is a letter between + `b` and `z`, and the second `X` is a letter between `a` and `z`). type: string NoDevice: description: Removes the device which is included in the block device mapping @@ -5739,7 +5739,8 @@ components: Iops: description: The number of I/O operations per second (IOPS). This parameter must be specified only if you create an `io1` volume. The maximum number - of IOPS allowed for `io1` volumes is `13000`. + of IOPS allowed for `io1` volumes is `13000` with a maximum performance + ratio of 300 IOPS per gibibyte. type: integer SnapshotId: description: The ID of the snapshot used to create the volume. @@ -6171,7 +6172,7 @@ components: perform the action. type: boolean IpRanges: - description: One or more IP ranges, in CIDR notation (for example, `192.0.2.0/16`). + description: One or more IP addresses or CIDR blocks (for example, `192.0.2.0/16`). items: type: string type: array @@ -7639,7 +7640,7 @@ components: description: The ID of a NAT service. type: string NetPeeringId: - description: The ID of a Net peering connection. + description: The ID of a Net peering. type: string NicId: description: The ID of a NIC. @@ -8879,7 +8880,8 @@ components: Iops: description: The number of I/O operations per second (IOPS). This parameter must be specified only if you create an `io1` volume. The maximum number - of IOPS allowed for `io1` volumes is `13000`. + of IOPS allowed for `io1` volumes is `13000` with a maximum performance + ratio of 300 IOPS per gibibyte. type: integer Size: description: 'The size of the volume, in gibibytes (GiB). The maximum allowed @@ -9733,7 +9735,7 @@ components: perform the action. type: boolean NetPeeringId: - description: The ID of the Net peering connection you want to delete. + description: The ID of the Net peering you want to delete. type: string required: - NetPeeringId @@ -10715,7 +10717,7 @@ components: type: string type: array IpRanges: - description: One or more IP ranges, in CIDR notation (for example, `192.0.2.0/16`). + description: One or more IP addresses or CIDR blocks (for example, `192.0.2.0/16`). items: type: string type: array @@ -11639,7 +11641,7 @@ components: type: string type: array NetPeeringIds: - description: The IDs of the Net peering connections. + description: The IDs of the Net peerings. items: type: string type: array @@ -11659,30 +11661,29 @@ components: type: string type: array StateMessages: - description: Additional information about the states of the Net peering - connections. + description: Additional information about the states of the Net peerings. items: type: string type: array StateNames: - description: The states of the Net peering connections (`pending-acceptance` - \| `active` \| `rejected` \| `failed` \| `expired` \| `deleted`). + description: The states of the Net peerings (`pending-acceptance` \| `active` + \| `rejected` \| `failed` \| `expired` \| `deleted`). items: type: string type: array TagKeys: - description: The keys of the tags associated with the Net peering connections. + description: The keys of the tags associated with the Net peerings. items: type: string type: array TagValues: - description: The values of the tags associated with the Net peering connections. + description: The values of the tags associated with the Net peerings. items: type: string type: array Tags: description: 'The key/value combination of the tags associated with the - Net peering connections, in the following format: "Filters":{"Tags":["TAGKEY=TAGVALUE"]}.' + Net peerings, in the following format: "Filters":{"Tags":["TAGKEY=TAGVALUE"]}.' items: type: string type: array @@ -12168,8 +12169,7 @@ components: type: string type: array RouteNetPeeringIds: - description: The IDs of the Net peering connections specified in routes - in the tables. + description: The IDs of the Net peerings specified in routes in the tables. items: type: string type: array @@ -13933,9 +13933,9 @@ components: properties: DeviceName: description: The name of the device. For a root device, you must use `/dev/sda1`. - For other volumes, you must use `/dev/sdX`, `/dev/sdXY`, `/dev/xvdX`, - or `/dev/xvdXY` (where `X` is a letter between `b` and `z` and where `Y` - is a letter between `a` and `z`). + For other volumes, you must use `/dev/sdX`, `/dev/sdXX`, `/dev/xvdX`, + or `/dev/xvdXX` (where the first `X` is a letter between `b` and `z`, + and the second `X` is a letter between `a` and `z`). type: string DryRun: description: If true, checks whether you have the required permissions to @@ -14587,7 +14587,7 @@ components: type: object NetPeering: additionalProperties: false - description: Information about the Net peering connection. + description: Information about the Net peering. example: SourceNet: IpRange: IpRange @@ -14610,31 +14610,31 @@ components: AccepterNet: $ref: '#/components/schemas/AccepterNet' NetPeeringId: - description: The ID of the Net peering connection. + description: The ID of the Net peering. type: string SourceNet: $ref: '#/components/schemas/SourceNet' State: $ref: '#/components/schemas/NetPeeringState' Tags: - description: One or more tags associated with the Net peering connection. + description: One or more tags associated with the Net peering. items: $ref: '#/components/schemas/ResourceTag' type: array type: object NetPeeringState: additionalProperties: false - description: Information about the state of the Net peering connection. + description: Information about the state of the Net peering. example: Message: Message Name: Name properties: Message: - description: Additional information about the state of the Net peering connection. + description: Additional information about the state of the Net peering. type: string Name: - description: The state of the Net peering connection (`pending-acceptance` - \| `active` \| `rejected` \| `failed` \| `expired` \| `deleted`). + description: The state of the Net peering (`pending-acceptance` \| `active` + \| `rejected` \| `failed` \| `expired` \| `deleted`). type: string type: object NetToVirtualGatewayLink: @@ -17196,7 +17196,7 @@ components: Key: Key properties: NetPeerings: - description: Information about one or more Net peering connections. + description: Information about one or more Net peerings. items: $ref: '#/components/schemas/NetPeering' type: array @@ -19547,7 +19547,7 @@ components: perform the action. type: boolean NetPeeringId: - description: The ID of the Net peering connection you want to reject. + description: The ID of the Net peering you want to reject. type: string required: - NetPeeringId @@ -19666,7 +19666,7 @@ components: description: The ID of the Net access point. type: string NetPeeringId: - description: The ID of the Net peering connection. + description: The ID of the Net peering. type: string NicId: description: The ID of the NIC. @@ -20892,7 +20892,7 @@ components: perform the action. type: boolean IpRanges: - description: One or more IP ranges, in CIDR notation (for example, `192.0.2.0/16`). + description: One or more IP addresses or CIDR blocks (for example, `192.0.2.0/16`). items: type: string type: array @@ -21656,7 +21656,7 @@ components: description: The ID of a NAT service. type: string NetPeeringId: - description: The ID of a Net peering connection. + description: The ID of a Net peering. type: string NicId: description: The ID of a network interface card (NIC). @@ -22128,8 +22128,9 @@ components: Iops: description: The new number of I/O operations per second (IOPS). This parameter can be specified only if you update an `io1` volume. The maximum number - of IOPS allowed for `io1` volumes is `13000`. This modification is instantaneous - on a cold volume, not on a hot one. + of IOPS allowed for `io1` volumes is `13000` with a maximum performance + ratio of 300 IOPS per gibibyte. This modification is instantaneous on + a cold volume, not on a hot one. type: integer Size: description: (cold volume only) The new size of the volume, in gibibytes @@ -23061,20 +23062,23 @@ components: ApiKeyAuth: description: |- With this authentication scheme, you must use an access key to sign your API requests. For more information, see [About Signatures of API Requests](https://docs.outscale.com/en/userguide/About-Signatures-of-API-Requests.html).
- In addition to your access key, you can configure API access rules with Certificate Authorities (CAs), requiring you to provide a certificate to perform actions. In that case, you can bypass systematically providing a certificate by activating a trusted session. For more information, see the [UpdateApiAccessPolicy](#updateapiaccesspolicy) method and [About Your API Access Policy](https://docs.outscale.com/en/userguide/About-Your-API-Access-Policy.html). + * In addition to your access key, you can configure API access rules with Certificate Authorities (CAs), requiring you to provide a certificate to perform actions. In that case, you can bypass systematically providing a certificate by activating a trusted session. For more information, see the [UpdateApiAccessPolicy](#updateapiaccesspolicy) method and [About Your API Access Policy](https://docs.outscale.com/en/userguide/About-Your-API-Access-Policy.html). in: header name: Authorization type: apiKey ApiKeyAuthSec: description: |- With this authentication scheme, you must use an access key to sign your API requests. For more information, see [About Signatures of API Requests](https://docs.outscale.com/en/userguide/About-Signatures-of-API-Requests.html).
- In addition to your access key, if you have configured API access rules with a Certificate Authority (CA), you cannot bypass systematically providing a certificate even if you activate a trusted session. For more information, see [About Your API Access Policy](https://docs.outscale.com/en/userguide/About-Your-API-Access-Policy.html). + * In addition to your access key, if you have configured API access rules with a Certificate Authority (CA), you cannot bypass systematically providing a certificate even if you activate a trusted session. For more information, see [About Your API Access Policy](https://docs.outscale.com/en/userguide/About-Your-API-Access-Policy.html). in: header name: Authorization type: apiKey BasicAuth: description: |- - With this authentication scheme, you must specify an authentication field in the header of your API request, containing the following information: `Authorization: Basic XXXX`, where `XXXX` is your `email:password` encoded in Base64.
- In addition to your email and password combination, if you have configured API access rules with a Certificate Authority (CA), you cannot bypass systematically providing a certificate even if you activate a trusted session. For more information, see [About Your API Access Policy](https://docs.outscale.com/en/userguide/About-Your-API-Access-Policy.html). + With this authentication scheme, you must specify the following headers in your API request:
+ * `Authorization: Basic XXXX`, where `XXXX` is your `email:password` encoded in Base64 + * `X-Osc-Date` in the `YYYYMMDDTHHMMSSZ` format + * Example with Curl: ``$ curl -X POST https://api.eu-west-2.outscale.com/api/v1/ReadAccessKeys -H "Authorization: Basic `echo -n "MYEMAIL:MYPASSWORD" | base64`" -H "X-Osc-Date: `TZ=GMT date "+%Y%m%dT%H%M%SZ"`"`` + * In addition to your email and password combination, if you have configured API access rules with a Certificate Authority (CA), you cannot bypass systematically providing a certificate even if you activate a trusted session. For more information, see [About Your API Access Policy](https://docs.outscale.com/en/userguide/About-Your-API-Access-Policy.html). scheme: basic type: http diff --git a/v2/api_access_key.go b/v2/api_access_key.go index b148da2fd..fe63c64bd 100644 --- a/v2/api_access_key.go +++ b/v2/api_access_key.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_account.go b/v2/api_account.go index 337e95194..f1ae4edf9 100644 --- a/v2/api_account.go +++ b/v2/api_account.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_api_access_policy.go b/v2/api_api_access_policy.go index 6ad429d4d..657632b5d 100644 --- a/v2/api_api_access_policy.go +++ b/v2/api_api_access_policy.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_api_access_rule.go b/v2/api_api_access_rule.go index 2a4908b37..1ae405f14 100644 --- a/v2/api_api_access_rule.go +++ b/v2/api_api_access_rule.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_api_log.go b/v2/api_api_log.go index d1ff1d436..9fc025e2e 100644 --- a/v2/api_api_log.go +++ b/v2/api_api_log.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_ca.go b/v2/api_ca.go index 45f73f7e0..67eee6f42 100644 --- a/v2/api_ca.go +++ b/v2/api_ca.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_catalog.go b/v2/api_catalog.go index 6d6fb0a8f..c42f549b7 100644 --- a/v2/api_catalog.go +++ b/v2/api_catalog.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_client_gateway.go b/v2/api_client_gateway.go index b12f8fd12..565be216f 100644 --- a/v2/api_client_gateway.go +++ b/v2/api_client_gateway.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_dhcp_option.go b/v2/api_dhcp_option.go index ebe8ecff5..8ba2a5ba7 100644 --- a/v2/api_dhcp_option.go +++ b/v2/api_dhcp_option.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_direct_link.go b/v2/api_direct_link.go index ea6783eb5..38ce55841 100644 --- a/v2/api_direct_link.go +++ b/v2/api_direct_link.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_direct_link_interface.go b/v2/api_direct_link_interface.go index 44eb47713..7fa1dacbb 100644 --- a/v2/api_direct_link_interface.go +++ b/v2/api_direct_link_interface.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_flexible_gpu.go b/v2/api_flexible_gpu.go index a237819e8..102f25532 100644 --- a/v2/api_flexible_gpu.go +++ b/v2/api_flexible_gpu.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_image.go b/v2/api_image.go index b09e8dee2..9e87e7f48 100644 --- a/v2/api_image.go +++ b/v2/api_image.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_internet_service.go b/v2/api_internet_service.go index 74fe737e1..47d60f0f1 100644 --- a/v2/api_internet_service.go +++ b/v2/api_internet_service.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_keypair.go b/v2/api_keypair.go index c36f3c3b0..87383485f 100644 --- a/v2/api_keypair.go +++ b/v2/api_keypair.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_listener.go b/v2/api_listener.go index 1761d68b6..271080a2a 100644 --- a/v2/api_listener.go +++ b/v2/api_listener.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_load_balancer.go b/v2/api_load_balancer.go index 479edc5eb..e73de02f8 100644 --- a/v2/api_load_balancer.go +++ b/v2/api_load_balancer.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_load_balancer_policy.go b/v2/api_load_balancer_policy.go index f65ce5557..aa56aa509 100644 --- a/v2/api_load_balancer_policy.go +++ b/v2/api_load_balancer_policy.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_location.go b/v2/api_location.go index eba44de50..dc2e07620 100644 --- a/v2/api_location.go +++ b/v2/api_location.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_nat_service.go b/v2/api_nat_service.go index 7cbf69324..435d3df22 100644 --- a/v2/api_nat_service.go +++ b/v2/api_nat_service.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_net.go b/v2/api_net.go index f2636dc78..a2589073e 100644 --- a/v2/api_net.go +++ b/v2/api_net.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_net_access_point.go b/v2/api_net_access_point.go index 95e4a88ac..ae1a1d875 100644 --- a/v2/api_net_access_point.go +++ b/v2/api_net_access_point.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_net_peering.go b/v2/api_net_peering.go index c7c343f0f..824f29649 100644 --- a/v2/api_net_peering.go +++ b/v2/api_net_peering.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_nic.go b/v2/api_nic.go index fada5a87d..4baf18ca4 100644 --- a/v2/api_nic.go +++ b/v2/api_nic.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_product_type.go b/v2/api_product_type.go index fc830f757..7ee17daaf 100644 --- a/v2/api_product_type.go +++ b/v2/api_product_type.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_public_catalog.go b/v2/api_public_catalog.go index e2a7e9443..95da8408c 100644 --- a/v2/api_public_catalog.go +++ b/v2/api_public_catalog.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_public_ip.go b/v2/api_public_ip.go index 4757c9cef..bc75e42a2 100644 --- a/v2/api_public_ip.go +++ b/v2/api_public_ip.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_quota.go b/v2/api_quota.go index fe28dd95b..acc400287 100644 --- a/v2/api_quota.go +++ b/v2/api_quota.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_region.go b/v2/api_region.go index 1d57aeda4..352d1b6d7 100644 --- a/v2/api_region.go +++ b/v2/api_region.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_route.go b/v2/api_route.go index 2c4cbba18..c5568fade 100644 --- a/v2/api_route.go +++ b/v2/api_route.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_route_table.go b/v2/api_route_table.go index f08367d9d..afae8740e 100644 --- a/v2/api_route_table.go +++ b/v2/api_route_table.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_security_group.go b/v2/api_security_group.go index abf3b1e02..05df3eb5d 100644 --- a/v2/api_security_group.go +++ b/v2/api_security_group.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_security_group_rule.go b/v2/api_security_group_rule.go index a5a12d6bc..053ebe49d 100644 --- a/v2/api_security_group_rule.go +++ b/v2/api_security_group_rule.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_server_certificate.go b/v2/api_server_certificate.go index 92e0eb7c4..2d126dc97 100644 --- a/v2/api_server_certificate.go +++ b/v2/api_server_certificate.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_snapshot.go b/v2/api_snapshot.go index 6acdcf875..a8a82f29f 100644 --- a/v2/api_snapshot.go +++ b/v2/api_snapshot.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_subnet.go b/v2/api_subnet.go index 4eaa47597..de276ac8c 100644 --- a/v2/api_subnet.go +++ b/v2/api_subnet.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_subregion.go b/v2/api_subregion.go index dd78ace9e..1b34d0882 100644 --- a/v2/api_subregion.go +++ b/v2/api_subregion.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_tag.go b/v2/api_tag.go index a7f92c6ae..fdd3eac13 100644 --- a/v2/api_tag.go +++ b/v2/api_tag.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_task.go b/v2/api_task.go index 0a579b731..4f234fb13 100644 --- a/v2/api_task.go +++ b/v2/api_task.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_virtual_gateway.go b/v2/api_virtual_gateway.go index e81074058..80de9020d 100644 --- a/v2/api_virtual_gateway.go +++ b/v2/api_virtual_gateway.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_vm.go b/v2/api_vm.go index f8cc0714e..81ce1c0ff 100644 --- a/v2/api_vm.go +++ b/v2/api_vm.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_volume.go b/v2/api_volume.go index b79cabd27..316349fdc 100644 --- a/v2/api_volume.go +++ b/v2/api_volume.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/api_vpn_connection.go b/v2/api_vpn_connection.go index ffa115ac9..7f9bfdf01 100644 --- a/v2/api_vpn_connection.go +++ b/v2/api_vpn_connection.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/client.go b/v2/client.go index 418bd4fd1..1d05ab463 100644 --- a/v2/client.go +++ b/v2/client.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -43,7 +43,7 @@ var ( xmlCheck = regexp.MustCompile(`(?i:(?:application|text)/xml)`) ) -// APIClient manages communication with the 3DS OUTSCALE API API v1.22 +// APIClient manages communication with the 3DS OUTSCALE API API v1.23 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/v2/configuration.go b/v2/configuration.go index 06e994ce2..9c05f66fb 100644 --- a/v2/configuration.go +++ b/v2/configuration.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -112,7 +112,7 @@ type Configuration struct { func NewConfiguration() *Configuration { cfg := &Configuration{ DefaultHeader: make(map[string]string), - UserAgent: "osc-sdk-go/2.12.0", + UserAgent: "osc-sdk-go/2.13.0", Debug: false, Servers: ServerConfigurations{ { diff --git a/v2/docs/AcceptNetPeeringRequest.md b/v2/docs/AcceptNetPeeringRequest.md index e7c692c9e..a51bd77a1 100644 --- a/v2/docs/AcceptNetPeeringRequest.md +++ b/v2/docs/AcceptNetPeeringRequest.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **DryRun** | Pointer to **bool** | If true, checks whether you have the required permissions to perform the action. | [optional] -**NetPeeringId** | **string** | The ID of the Net peering connection you want to accept. | +**NetPeeringId** | **string** | The ID of the Net peering you want to accept. | ## Methods diff --git a/v2/docs/BlockDeviceMappingImage.md b/v2/docs/BlockDeviceMappingImage.md index f3773308e..6ec2516fc 100644 --- a/v2/docs/BlockDeviceMappingImage.md +++ b/v2/docs/BlockDeviceMappingImage.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Bsu** | Pointer to [**BsuToCreate**](BsuToCreate.md) | | [optional] -**DeviceName** | Pointer to **string** | The device name for the volume. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXY`, `/dev/xvdX`, or `/dev/xvdXY` (where `X` is a letter between `b` and `z` and where `Y` is a letter between `a` and `z`). | [optional] +**DeviceName** | Pointer to **string** | The device name for the volume. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXX`, `/dev/xvdX`, or `/dev/xvdXX` (where the first `X` is a letter between `b` and `z`, and the second `X` is a letter between `a` and `z`). | [optional] **VirtualDeviceName** | Pointer to **string** | The name of the virtual device (`ephemeralN`). | [optional] ## Methods diff --git a/v2/docs/BlockDeviceMappingVmCreation.md b/v2/docs/BlockDeviceMappingVmCreation.md index 6a88afbeb..3209ac769 100644 --- a/v2/docs/BlockDeviceMappingVmCreation.md +++ b/v2/docs/BlockDeviceMappingVmCreation.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Bsu** | Pointer to [**BsuToCreate**](BsuToCreate.md) | | [optional] -**DeviceName** | Pointer to **string** | The device name for the volume. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXY`, `/dev/xvdX`, or `/dev/xvdXY` (where `X` is a letter between `b` and `z` and where `Y` is a letter between `a` and `z`). | [optional] +**DeviceName** | Pointer to **string** | The device name for the volume. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXX`, `/dev/xvdX`, or `/dev/xvdXX` (where the first `X` is a letter between `b` and `z`, and the second `X` is a letter between `a` and `z`). | [optional] **NoDevice** | Pointer to **string** | Removes the device which is included in the block device mapping of the OMI. | [optional] **VirtualDeviceName** | Pointer to **string** | The name of the virtual device (`ephemeralN`). | [optional] diff --git a/v2/docs/BlockDeviceMappingVmUpdate.md b/v2/docs/BlockDeviceMappingVmUpdate.md index 4aa9d33c8..5a360b3b5 100644 --- a/v2/docs/BlockDeviceMappingVmUpdate.md +++ b/v2/docs/BlockDeviceMappingVmUpdate.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Bsu** | Pointer to [**BsuToUpdateVm**](BsuToUpdateVm.md) | | [optional] -**DeviceName** | Pointer to **string** | The device name for the volume. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXY`, `/dev/xvdX`, or `/dev/xvdXY` (where `X` is a letter between `b` and `z` and where `Y` is a letter between `a` and `z`). | [optional] +**DeviceName** | Pointer to **string** | The device name for the volume. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXX`, `/dev/xvdX`, or `/dev/xvdXX` (where the first `X` is a letter between `b` and `z`, and the second `X` is a letter between `a` and `z`). | [optional] **NoDevice** | Pointer to **string** | Removes the device which is included in the block device mapping of the OMI. | [optional] **VirtualDeviceName** | Pointer to **string** | The name of the virtual device (`ephemeralN`). | [optional] diff --git a/v2/docs/BsuToCreate.md b/v2/docs/BsuToCreate.md index ddc27347a..93bf1cbfc 100644 --- a/v2/docs/BsuToCreate.md +++ b/v2/docs/BsuToCreate.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **DeleteOnVmDeletion** | Pointer to **bool** | By default or if set to true, the volume is deleted when terminating the VM. If false, the volume is not deleted when terminating the VM. | [optional] [default to true] -**Iops** | Pointer to **int32** | The number of I/O operations per second (IOPS). This parameter must be specified only if you create an `io1` volume. The maximum number of IOPS allowed for `io1` volumes is `13000`. | [optional] +**Iops** | Pointer to **int32** | The number of I/O operations per second (IOPS). This parameter must be specified only if you create an `io1` volume. The maximum number of IOPS allowed for `io1` volumes is `13000` with a maximum performance ratio of 300 IOPS per gibibyte. | [optional] **SnapshotId** | Pointer to **string** | The ID of the snapshot used to create the volume. | [optional] **VolumeSize** | Pointer to **int32** | The size of the volume, in gibibytes (GiB).<br /> If you specify a snapshot ID, the volume size must be at least equal to the snapshot size.<br /> If you specify a snapshot ID but no volume size, the volume is created with a size similar to the snapshot one. | [optional] **VolumeType** | Pointer to **string** | The type of the volume (`standard` \\| `io1` \\| `gp2`). If not specified in the request, a `standard` volume is created.<br /> For more information about volume types, see [About Volumes > Volume Types and IOPS](https://docs.outscale.com/en/userguide/About-Volumes.html#_volume_types_and_iops). | [optional] diff --git a/v2/docs/CreateApiAccessRuleRequest.md b/v2/docs/CreateApiAccessRuleRequest.md index ee1cfa050..f7a639259 100644 --- a/v2/docs/CreateApiAccessRuleRequest.md +++ b/v2/docs/CreateApiAccessRuleRequest.md @@ -8,7 +8,7 @@ Name | Type | Description | Notes **Cns** | Pointer to **[]string** | One or more Client Certificate Common Names (CNs). If this parameter is specified, you must also specify the `CaIds` parameter. | [optional] **Description** | Pointer to **string** | A description for the API access rule. | [optional] **DryRun** | Pointer to **bool** | If true, checks whether you have the required permissions to perform the action. | [optional] -**IpRanges** | Pointer to **[]string** | One or more IP ranges, in CIDR notation (for example, `192.0.2.0/16`). | [optional] +**IpRanges** | Pointer to **[]string** | One or more IP addresses or CIDR blocks (for example, `192.0.2.0/16`). | [optional] ## Methods diff --git a/v2/docs/CreateRouteRequest.md b/v2/docs/CreateRouteRequest.md index 6a07c5349..2ddd4e9ec 100644 --- a/v2/docs/CreateRouteRequest.md +++ b/v2/docs/CreateRouteRequest.md @@ -8,7 +8,7 @@ Name | Type | Description | Notes **DryRun** | Pointer to **bool** | If true, checks whether you have the required permissions to perform the action. | [optional] **GatewayId** | Pointer to **string** | The ID of an Internet service or virtual gateway attached to your Net. | [optional] **NatServiceId** | Pointer to **string** | The ID of a NAT service. | [optional] -**NetPeeringId** | Pointer to **string** | The ID of a Net peering connection. | [optional] +**NetPeeringId** | Pointer to **string** | The ID of a Net peering. | [optional] **NicId** | Pointer to **string** | The ID of a NIC. | [optional] **RouteTableId** | **string** | The ID of the route table for which you want to create a route. | **VmId** | Pointer to **string** | The ID of a NAT VM in your Net (attached to exactly one NIC). | [optional] diff --git a/v2/docs/CreateVolumeRequest.md b/v2/docs/CreateVolumeRequest.md index f60fa88a4..05353cd87 100644 --- a/v2/docs/CreateVolumeRequest.md +++ b/v2/docs/CreateVolumeRequest.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **DryRun** | Pointer to **bool** | If true, checks whether you have the required permissions to perform the action. | [optional] -**Iops** | Pointer to **int32** | The number of I/O operations per second (IOPS). This parameter must be specified only if you create an `io1` volume. The maximum number of IOPS allowed for `io1` volumes is `13000`. | [optional] +**Iops** | Pointer to **int32** | The number of I/O operations per second (IOPS). This parameter must be specified only if you create an `io1` volume. The maximum number of IOPS allowed for `io1` volumes is `13000` with a maximum performance ratio of 300 IOPS per gibibyte. | [optional] **Size** | Pointer to **int32** | The size of the volume, in gibibytes (GiB). The maximum allowed size for a volume is 14901 GiB. This parameter is required if the volume is not created from a snapshot (`SnapshotId` unspecified). | [optional] **SnapshotId** | Pointer to **string** | The ID of the snapshot from which you want to create the volume. | [optional] **SubregionName** | **string** | The Subregion in which you want to create the volume. | diff --git a/v2/docs/DeleteNetPeeringRequest.md b/v2/docs/DeleteNetPeeringRequest.md index 1acc87ca2..6dbf177fb 100644 --- a/v2/docs/DeleteNetPeeringRequest.md +++ b/v2/docs/DeleteNetPeeringRequest.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **DryRun** | Pointer to **bool** | If true, checks whether you have the required permissions to perform the action. | [optional] -**NetPeeringId** | **string** | The ID of the Net peering connection you want to delete. | +**NetPeeringId** | **string** | The ID of the Net peering you want to delete. | ## Methods diff --git a/v2/docs/FiltersApiAccessRule.md b/v2/docs/FiltersApiAccessRule.md index 90b9bc295..5c69abe5c 100644 --- a/v2/docs/FiltersApiAccessRule.md +++ b/v2/docs/FiltersApiAccessRule.md @@ -8,7 +8,7 @@ Name | Type | Description | Notes **CaIds** | Pointer to **[]string** | One or more IDs of Client Certificate Authorities (CAs). | [optional] **Cns** | Pointer to **[]string** | One or more Client Certificate Common Names (CNs). | [optional] **Descriptions** | Pointer to **[]string** | One or more descriptions of API access rules. | [optional] -**IpRanges** | Pointer to **[]string** | One or more IP ranges, in CIDR notation (for example, `192.0.2.0/16`). | [optional] +**IpRanges** | Pointer to **[]string** | One or more IP addresses or CIDR blocks (for example, `192.0.2.0/16`). | [optional] ## Methods diff --git a/v2/docs/FiltersNetPeering.md b/v2/docs/FiltersNetPeering.md index 51943d0bf..6ac71c290 100644 --- a/v2/docs/FiltersNetPeering.md +++ b/v2/docs/FiltersNetPeering.md @@ -7,15 +7,15 @@ Name | Type | Description | Notes **AccepterNetAccountIds** | Pointer to **[]string** | The account IDs of the owners of the peer Nets. | [optional] **AccepterNetIpRanges** | Pointer to **[]string** | The IP ranges of the peer Nets, in CIDR notation (for example, `10.0.0.0/24`). | [optional] **AccepterNetNetIds** | Pointer to **[]string** | The IDs of the peer Nets. | [optional] -**NetPeeringIds** | Pointer to **[]string** | The IDs of the Net peering connections. | [optional] +**NetPeeringIds** | Pointer to **[]string** | The IDs of the Net peerings. | [optional] **SourceNetAccountIds** | Pointer to **[]string** | The account IDs of the owners of the peer Nets. | [optional] **SourceNetIpRanges** | Pointer to **[]string** | The IP ranges of the peer Nets. | [optional] **SourceNetNetIds** | Pointer to **[]string** | The IDs of the peer Nets. | [optional] -**StateMessages** | Pointer to **[]string** | Additional information about the states of the Net peering connections. | [optional] -**StateNames** | Pointer to **[]string** | The states of the Net peering connections (`pending-acceptance` \\| `active` \\| `rejected` \\| `failed` \\| `expired` \\| `deleted`). | [optional] -**TagKeys** | Pointer to **[]string** | The keys of the tags associated with the Net peering connections. | [optional] -**TagValues** | Pointer to **[]string** | The values of the tags associated with the Net peering connections. | [optional] -**Tags** | Pointer to **[]string** | The key/value combination of the tags associated with the Net peering connections, in the following format: &quot;Filters&quot;:{&quot;Tags&quot;:[&quot;TAGKEY=TAGVALUE&quot;]}. | [optional] +**StateMessages** | Pointer to **[]string** | Additional information about the states of the Net peerings. | [optional] +**StateNames** | Pointer to **[]string** | The states of the Net peerings (`pending-acceptance` \\| `active` \\| `rejected` \\| `failed` \\| `expired` \\| `deleted`). | [optional] +**TagKeys** | Pointer to **[]string** | The keys of the tags associated with the Net peerings. | [optional] +**TagValues** | Pointer to **[]string** | The values of the tags associated with the Net peerings. | [optional] +**Tags** | Pointer to **[]string** | The key/value combination of the tags associated with the Net peerings, in the following format: &quot;Filters&quot;:{&quot;Tags&quot;:[&quot;TAGKEY=TAGVALUE&quot;]}. | [optional] ## Methods diff --git a/v2/docs/FiltersRouteTable.md b/v2/docs/FiltersRouteTable.md index 21253029c..4d29d6a56 100644 --- a/v2/docs/FiltersRouteTable.md +++ b/v2/docs/FiltersRouteTable.md @@ -14,7 +14,7 @@ Name | Type | Description | Notes **RouteDestinationServiceIds** | Pointer to **[]string** | The service IDs specified in routes in the tables. | [optional] **RouteGatewayIds** | Pointer to **[]string** | The IDs of the gateways specified in routes in the tables. | [optional] **RouteNatServiceIds** | Pointer to **[]string** | The IDs of the NAT services specified in routes in the tables. | [optional] -**RouteNetPeeringIds** | Pointer to **[]string** | The IDs of the Net peering connections specified in routes in the tables. | [optional] +**RouteNetPeeringIds** | Pointer to **[]string** | The IDs of the Net peerings specified in routes in the tables. | [optional] **RouteStates** | Pointer to **[]string** | The states of routes in the route tables (always `active`). | [optional] **RouteTableIds** | Pointer to **[]string** | The IDs of the route tables. | [optional] **RouteVmIds** | Pointer to **[]string** | The IDs of the VMs specified in routes in the tables. | [optional] diff --git a/v2/docs/LinkVolumeRequest.md b/v2/docs/LinkVolumeRequest.md index 209bccb5f..3b56ee504 100644 --- a/v2/docs/LinkVolumeRequest.md +++ b/v2/docs/LinkVolumeRequest.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**DeviceName** | **string** | The name of the device. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXY`, `/dev/xvdX`, or `/dev/xvdXY` (where `X` is a letter between `b` and `z` and where `Y` is a letter between `a` and `z`). | +**DeviceName** | **string** | The name of the device. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXX`, `/dev/xvdX`, or `/dev/xvdXX` (where the first `X` is a letter between `b` and `z`, and the second `X` is a letter between `a` and `z`). | **DryRun** | Pointer to **bool** | If true, checks whether you have the required permissions to perform the action. | [optional] **VmId** | **string** | The ID of the VM you want to attach the volume to. | **VolumeId** | **string** | The ID of the volume you want to attach. | diff --git a/v2/docs/NetPeering.md b/v2/docs/NetPeering.md index 95eba2b01..57e3ea89a 100644 --- a/v2/docs/NetPeering.md +++ b/v2/docs/NetPeering.md @@ -5,10 +5,10 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **AccepterNet** | Pointer to [**AccepterNet**](AccepterNet.md) | | [optional] -**NetPeeringId** | Pointer to **string** | The ID of the Net peering connection. | [optional] +**NetPeeringId** | Pointer to **string** | The ID of the Net peering. | [optional] **SourceNet** | Pointer to [**SourceNet**](SourceNet.md) | | [optional] **State** | Pointer to [**NetPeeringState**](NetPeeringState.md) | | [optional] -**Tags** | Pointer to [**[]ResourceTag**](ResourceTag.md) | One or more tags associated with the Net peering connection. | [optional] +**Tags** | Pointer to [**[]ResourceTag**](ResourceTag.md) | One or more tags associated with the Net peering. | [optional] ## Methods diff --git a/v2/docs/NetPeeringState.md b/v2/docs/NetPeeringState.md index c4bd6a619..a5f0dca19 100644 --- a/v2/docs/NetPeeringState.md +++ b/v2/docs/NetPeeringState.md @@ -4,8 +4,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**Message** | Pointer to **string** | Additional information about the state of the Net peering connection. | [optional] -**Name** | Pointer to **string** | The state of the Net peering connection (`pending-acceptance` \\| `active` \\| `rejected` \\| `failed` \\| `expired` \\| `deleted`). | [optional] +**Message** | Pointer to **string** | Additional information about the state of the Net peering. | [optional] +**Name** | Pointer to **string** | The state of the Net peering (`pending-acceptance` \\| `active` \\| `rejected` \\| `failed` \\| `expired` \\| `deleted`). | [optional] ## Methods diff --git a/v2/docs/ReadNetPeeringsResponse.md b/v2/docs/ReadNetPeeringsResponse.md index 1d3df770e..018a5f7a4 100644 --- a/v2/docs/ReadNetPeeringsResponse.md +++ b/v2/docs/ReadNetPeeringsResponse.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**NetPeerings** | Pointer to [**[]NetPeering**](NetPeering.md) | Information about one or more Net peering connections. | [optional] +**NetPeerings** | Pointer to [**[]NetPeering**](NetPeering.md) | Information about one or more Net peerings. | [optional] **ResponseContext** | Pointer to [**ResponseContext**](ResponseContext.md) | | [optional] ## Methods diff --git a/v2/docs/RejectNetPeeringRequest.md b/v2/docs/RejectNetPeeringRequest.md index 06a7afe78..5a6b05a06 100644 --- a/v2/docs/RejectNetPeeringRequest.md +++ b/v2/docs/RejectNetPeeringRequest.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **DryRun** | Pointer to **bool** | If true, checks whether you have the required permissions to perform the action. | [optional] -**NetPeeringId** | **string** | The ID of the Net peering connection you want to reject. | +**NetPeeringId** | **string** | The ID of the Net peering you want to reject. | ## Methods diff --git a/v2/docs/Route.md b/v2/docs/Route.md index 4f1e7b5a2..09474c26d 100644 --- a/v2/docs/Route.md +++ b/v2/docs/Route.md @@ -10,7 +10,7 @@ Name | Type | Description | Notes **GatewayId** | Pointer to **string** | The ID of the Internet service or virtual gateway attached to the Net. | [optional] **NatServiceId** | Pointer to **string** | The ID of a NAT service attached to the Net. | [optional] **NetAccessPointId** | Pointer to **string** | The ID of the Net access point. | [optional] -**NetPeeringId** | Pointer to **string** | The ID of the Net peering connection. | [optional] +**NetPeeringId** | Pointer to **string** | The ID of the Net peering. | [optional] **NicId** | Pointer to **string** | The ID of the NIC. | [optional] **State** | Pointer to **string** | The state of a route in the route table (always `active`). | [optional] **VmAccountId** | Pointer to **string** | The account ID of the owner of the VM. | [optional] diff --git a/v2/docs/UpdateApiAccessRuleRequest.md b/v2/docs/UpdateApiAccessRuleRequest.md index 16042823d..9b3e01d95 100644 --- a/v2/docs/UpdateApiAccessRuleRequest.md +++ b/v2/docs/UpdateApiAccessRuleRequest.md @@ -9,7 +9,7 @@ Name | Type | Description | Notes **Cns** | Pointer to **[]string** | One or more Client Certificate Common Names (CNs). | [optional] **Description** | Pointer to **string** | A new description for the API access rule. | [optional] **DryRun** | Pointer to **bool** | If true, checks whether you have the required permissions to perform the action. | [optional] -**IpRanges** | Pointer to **[]string** | One or more IP ranges, in CIDR notation (for example, `192.0.2.0/16`). | [optional] +**IpRanges** | Pointer to **[]string** | One or more IP addresses or CIDR blocks (for example, `192.0.2.0/16`). | [optional] ## Methods diff --git a/v2/docs/UpdateRouteRequest.md b/v2/docs/UpdateRouteRequest.md index 975b019ac..cfa5e9f3a 100644 --- a/v2/docs/UpdateRouteRequest.md +++ b/v2/docs/UpdateRouteRequest.md @@ -8,7 +8,7 @@ Name | Type | Description | Notes **DryRun** | Pointer to **bool** | If true, checks whether you have the required permissions to perform the action. | [optional] **GatewayId** | Pointer to **string** | The ID of an Internet service or virtual gateway attached to your Net. | [optional] **NatServiceId** | Pointer to **string** | The ID of a NAT service. | [optional] -**NetPeeringId** | Pointer to **string** | The ID of a Net peering connection. | [optional] +**NetPeeringId** | Pointer to **string** | The ID of a Net peering. | [optional] **NicId** | Pointer to **string** | The ID of a network interface card (NIC). | [optional] **RouteTableId** | **string** | The ID of the route table. | **VmId** | Pointer to **string** | The ID of a NAT VM in your Net. | [optional] diff --git a/v2/docs/UpdateVolumeRequest.md b/v2/docs/UpdateVolumeRequest.md index bdbeabbb1..453f2b7df 100644 --- a/v2/docs/UpdateVolumeRequest.md +++ b/v2/docs/UpdateVolumeRequest.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **DryRun** | Pointer to **bool** | If true, checks whether you have the required permissions to perform the action. | [optional] -**Iops** | Pointer to **int32** | The new number of I/O operations per second (IOPS). This parameter can be specified only if you update an `io1` volume. The maximum number of IOPS allowed for `io1` volumes is `13000`. This modification is instantaneous on a cold volume, not on a hot one. | [optional] +**Iops** | Pointer to **int32** | The new number of I/O operations per second (IOPS). This parameter can be specified only if you update an `io1` volume. The maximum number of IOPS allowed for `io1` volumes is `13000` with a maximum performance ratio of 300 IOPS per gibibyte. This modification is instantaneous on a cold volume, not on a hot one. | [optional] **Size** | Pointer to **int32** | (cold volume only) The new size of the volume, in gibibytes (GiB). This value must be equal to or greater than the current size of the volume. This modification is not instantaneous. | [optional] **VolumeId** | **string** | The ID of the volume you want to update. | **VolumeType** | Pointer to **string** | (cold volume only) The new type of the volume (`standard` \\| `io1` \\| `gp2`). This modification is instantaneous. If you update to an `io1` volume, you must also specify the `Iops` parameter. | [optional] diff --git a/v2/model_accept_net_peering_request.go b/v2/model_accept_net_peering_request.go index 147982736..adf3876ff 100644 --- a/v2/model_accept_net_peering_request.go +++ b/v2/model_accept_net_peering_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -19,7 +19,7 @@ import ( type AcceptNetPeeringRequest struct { // If true, checks whether you have the required permissions to perform the action. DryRun *bool `json:"DryRun,omitempty"` - // The ID of the Net peering connection you want to accept. + // The ID of the Net peering you want to accept. NetPeeringId string `json:"NetPeeringId"` } diff --git a/v2/model_accept_net_peering_response.go b/v2/model_accept_net_peering_response.go index bb1451b03..76578a1ac 100644 --- a/v2/model_accept_net_peering_response.go +++ b/v2/model_accept_net_peering_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_accepter_net.go b/v2/model_accepter_net.go index a8b216b53..d8c175426 100644 --- a/v2/model_accepter_net.go +++ b/v2/model_accepter_net.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_access_key.go b/v2/model_access_key.go index 1e99bb37b..42aa01e2f 100644 --- a/v2/model_access_key.go +++ b/v2/model_access_key.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_access_key_secret_key.go b/v2/model_access_key_secret_key.go index 423f21d6e..b91f1e9a8 100644 --- a/v2/model_access_key_secret_key.go +++ b/v2/model_access_key_secret_key.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_access_log.go b/v2/model_access_log.go index 3491a1ab3..e551bc101 100644 --- a/v2/model_access_log.go +++ b/v2/model_access_log.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_account.go b/v2/model_account.go index e273fa5f0..53ea6929c 100644 --- a/v2/model_account.go +++ b/v2/model_account.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_api_access_policy.go b/v2/model_api_access_policy.go index 5f46add7e..01bcea2b8 100644 --- a/v2/model_api_access_policy.go +++ b/v2/model_api_access_policy.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_api_access_rule.go b/v2/model_api_access_rule.go index c6d444acc..fa895f150 100644 --- a/v2/model_api_access_rule.go +++ b/v2/model_api_access_rule.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_application_sticky_cookie_policy.go b/v2/model_application_sticky_cookie_policy.go index 3c00069b9..43541e736 100644 --- a/v2/model_application_sticky_cookie_policy.go +++ b/v2/model_application_sticky_cookie_policy.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_backend_vm_health.go b/v2/model_backend_vm_health.go index 9fbe4d047..250afef3d 100644 --- a/v2/model_backend_vm_health.go +++ b/v2/model_backend_vm_health.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_block_device_mapping_created.go b/v2/model_block_device_mapping_created.go index d5fbf8dcb..8038ff5d4 100644 --- a/v2/model_block_device_mapping_created.go +++ b/v2/model_block_device_mapping_created.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_block_device_mapping_image.go b/v2/model_block_device_mapping_image.go index 07201470e..b85cd879a 100644 --- a/v2/model_block_device_mapping_image.go +++ b/v2/model_block_device_mapping_image.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -18,7 +18,7 @@ import ( // BlockDeviceMappingImage One or more parameters used to automatically set up volumes when the VM is created. type BlockDeviceMappingImage struct { Bsu *BsuToCreate `json:"Bsu,omitempty"` - // The device name for the volume. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXY`, `/dev/xvdX`, or `/dev/xvdXY` (where `X` is a letter between `b` and `z` and where `Y` is a letter between `a` and `z`). + // The device name for the volume. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXX`, `/dev/xvdX`, or `/dev/xvdXX` (where the first `X` is a letter between `b` and `z`, and the second `X` is a letter between `a` and `z`). DeviceName *string `json:"DeviceName,omitempty"` // The name of the virtual device (`ephemeralN`). VirtualDeviceName *string `json:"VirtualDeviceName,omitempty"` diff --git a/v2/model_block_device_mapping_vm_creation.go b/v2/model_block_device_mapping_vm_creation.go index 0b127faab..33fe83494 100644 --- a/v2/model_block_device_mapping_vm_creation.go +++ b/v2/model_block_device_mapping_vm_creation.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -18,7 +18,7 @@ import ( // BlockDeviceMappingVmCreation Information about the block device mapping. type BlockDeviceMappingVmCreation struct { Bsu *BsuToCreate `json:"Bsu,omitempty"` - // The device name for the volume. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXY`, `/dev/xvdX`, or `/dev/xvdXY` (where `X` is a letter between `b` and `z` and where `Y` is a letter between `a` and `z`). + // The device name for the volume. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXX`, `/dev/xvdX`, or `/dev/xvdXX` (where the first `X` is a letter between `b` and `z`, and the second `X` is a letter between `a` and `z`). DeviceName *string `json:"DeviceName,omitempty"` // Removes the device which is included in the block device mapping of the OMI. NoDevice *string `json:"NoDevice,omitempty"` diff --git a/v2/model_block_device_mapping_vm_update.go b/v2/model_block_device_mapping_vm_update.go index 48ae8ec4b..ca09e6462 100644 --- a/v2/model_block_device_mapping_vm_update.go +++ b/v2/model_block_device_mapping_vm_update.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -18,7 +18,7 @@ import ( // BlockDeviceMappingVmUpdate Information about the block device mapping. type BlockDeviceMappingVmUpdate struct { Bsu *BsuToUpdateVm `json:"Bsu,omitempty"` - // The device name for the volume. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXY`, `/dev/xvdX`, or `/dev/xvdXY` (where `X` is a letter between `b` and `z` and where `Y` is a letter between `a` and `z`). + // The device name for the volume. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXX`, `/dev/xvdX`, or `/dev/xvdXX` (where the first `X` is a letter between `b` and `z`, and the second `X` is a letter between `a` and `z`). DeviceName *string `json:"DeviceName,omitempty"` // Removes the device which is included in the block device mapping of the OMI. NoDevice *string `json:"NoDevice,omitempty"` diff --git a/v2/model_bsu_created.go b/v2/model_bsu_created.go index 1fa0e962a..48c540191 100644 --- a/v2/model_bsu_created.go +++ b/v2/model_bsu_created.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_bsu_to_create.go b/v2/model_bsu_to_create.go index 3d28bedfd..fd76658d1 100644 --- a/v2/model_bsu_to_create.go +++ b/v2/model_bsu_to_create.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -19,7 +19,7 @@ import ( type BsuToCreate struct { // By default or if set to true, the volume is deleted when terminating the VM. If false, the volume is not deleted when terminating the VM. DeleteOnVmDeletion *bool `json:"DeleteOnVmDeletion,omitempty"` - // The number of I/O operations per second (IOPS). This parameter must be specified only if you create an `io1` volume. The maximum number of IOPS allowed for `io1` volumes is `13000`. + // The number of I/O operations per second (IOPS). This parameter must be specified only if you create an `io1` volume. The maximum number of IOPS allowed for `io1` volumes is `13000` with a maximum performance ratio of 300 IOPS per gibibyte. Iops *int32 `json:"Iops,omitempty"` // The ID of the snapshot used to create the volume. SnapshotId *string `json:"SnapshotId,omitempty"` diff --git a/v2/model_bsu_to_update_vm.go b/v2/model_bsu_to_update_vm.go index 03122ebee..41c907573 100644 --- a/v2/model_bsu_to_update_vm.go +++ b/v2/model_bsu_to_update_vm.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_ca.go b/v2/model_ca.go index 5020bafb6..a08ae221b 100644 --- a/v2/model_ca.go +++ b/v2/model_ca.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_catalog.go b/v2/model_catalog.go index 06adf6e5f..0296372ed 100644 --- a/v2/model_catalog.go +++ b/v2/model_catalog.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_catalog_entry.go b/v2/model_catalog_entry.go index 1a52ff2bc..bae75f747 100644 --- a/v2/model_catalog_entry.go +++ b/v2/model_catalog_entry.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_check_authentication_request.go b/v2/model_check_authentication_request.go index 37de9dcf9..5e758e65b 100644 --- a/v2/model_check_authentication_request.go +++ b/v2/model_check_authentication_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_check_authentication_response.go b/v2/model_check_authentication_response.go index 0da6b185b..98591db62 100644 --- a/v2/model_check_authentication_response.go +++ b/v2/model_check_authentication_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_client_gateway.go b/v2/model_client_gateway.go index f0bb769f6..7722c32bd 100644 --- a/v2/model_client_gateway.go +++ b/v2/model_client_gateway.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_consumption_entry.go b/v2/model_consumption_entry.go index 6132bde62..7f7b2910a 100644 --- a/v2/model_consumption_entry.go +++ b/v2/model_consumption_entry.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_access_key_request.go b/v2/model_create_access_key_request.go index 3d5b4217a..71304231c 100644 --- a/v2/model_create_access_key_request.go +++ b/v2/model_create_access_key_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_access_key_response.go b/v2/model_create_access_key_response.go index 88cb2383d..798be6adc 100644 --- a/v2/model_create_access_key_response.go +++ b/v2/model_create_access_key_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_account_request.go b/v2/model_create_account_request.go index 5149da126..59389723b 100644 --- a/v2/model_create_account_request.go +++ b/v2/model_create_account_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_account_response.go b/v2/model_create_account_response.go index 786c514d3..449350dbb 100644 --- a/v2/model_create_account_response.go +++ b/v2/model_create_account_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_api_access_rule_request.go b/v2/model_create_api_access_rule_request.go index 91ff27a82..18bbed89c 100644 --- a/v2/model_create_api_access_rule_request.go +++ b/v2/model_create_api_access_rule_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -25,7 +25,7 @@ type CreateApiAccessRuleRequest struct { Description *string `json:"Description,omitempty"` // If true, checks whether you have the required permissions to perform the action. DryRun *bool `json:"DryRun,omitempty"` - // One or more IP ranges, in CIDR notation (for example, `192.0.2.0/16`). + // One or more IP addresses or CIDR blocks (for example, `192.0.2.0/16`). IpRanges *[]string `json:"IpRanges,omitempty"` } diff --git a/v2/model_create_api_access_rule_response.go b/v2/model_create_api_access_rule_response.go index 587ef16ea..bd64a3b61 100644 --- a/v2/model_create_api_access_rule_response.go +++ b/v2/model_create_api_access_rule_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_ca_request.go b/v2/model_create_ca_request.go index 9f61602c3..8f2c5f21b 100644 --- a/v2/model_create_ca_request.go +++ b/v2/model_create_ca_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_ca_response.go b/v2/model_create_ca_response.go index b4c634983..0f6b8d872 100644 --- a/v2/model_create_ca_response.go +++ b/v2/model_create_ca_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_client_gateway_request.go b/v2/model_create_client_gateway_request.go index 0066df3a4..38ac83cac 100644 --- a/v2/model_create_client_gateway_request.go +++ b/v2/model_create_client_gateway_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_client_gateway_response.go b/v2/model_create_client_gateway_response.go index 5b283138a..c817b0a05 100644 --- a/v2/model_create_client_gateway_response.go +++ b/v2/model_create_client_gateway_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_dhcp_options_request.go b/v2/model_create_dhcp_options_request.go index 05089afd1..2cca36fcb 100644 --- a/v2/model_create_dhcp_options_request.go +++ b/v2/model_create_dhcp_options_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_dhcp_options_response.go b/v2/model_create_dhcp_options_response.go index abfbec16e..8d955b235 100644 --- a/v2/model_create_dhcp_options_response.go +++ b/v2/model_create_dhcp_options_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_direct_link_interface_request.go b/v2/model_create_direct_link_interface_request.go index ae5df02d7..f581bd9b9 100644 --- a/v2/model_create_direct_link_interface_request.go +++ b/v2/model_create_direct_link_interface_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_direct_link_interface_response.go b/v2/model_create_direct_link_interface_response.go index 699039fcc..222942afc 100644 --- a/v2/model_create_direct_link_interface_response.go +++ b/v2/model_create_direct_link_interface_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_direct_link_request.go b/v2/model_create_direct_link_request.go index c1c907a07..30fa2a078 100644 --- a/v2/model_create_direct_link_request.go +++ b/v2/model_create_direct_link_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_direct_link_response.go b/v2/model_create_direct_link_response.go index 68574460d..6dba17a8f 100644 --- a/v2/model_create_direct_link_response.go +++ b/v2/model_create_direct_link_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_flexible_gpu_request.go b/v2/model_create_flexible_gpu_request.go index 7e90a12ef..c5cbf1a04 100644 --- a/v2/model_create_flexible_gpu_request.go +++ b/v2/model_create_flexible_gpu_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_flexible_gpu_response.go b/v2/model_create_flexible_gpu_response.go index 0b31e576a..5ce9576cd 100644 --- a/v2/model_create_flexible_gpu_response.go +++ b/v2/model_create_flexible_gpu_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_image_export_task_request.go b/v2/model_create_image_export_task_request.go index 409a1c86f..873e053ac 100644 --- a/v2/model_create_image_export_task_request.go +++ b/v2/model_create_image_export_task_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_image_export_task_response.go b/v2/model_create_image_export_task_response.go index e77da0da1..525dcd3a6 100644 --- a/v2/model_create_image_export_task_response.go +++ b/v2/model_create_image_export_task_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_image_request.go b/v2/model_create_image_request.go index c4f7ed364..eebd0fc3d 100644 --- a/v2/model_create_image_request.go +++ b/v2/model_create_image_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_image_response.go b/v2/model_create_image_response.go index f3b7cecc7..91d09fe90 100644 --- a/v2/model_create_image_response.go +++ b/v2/model_create_image_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_internet_service_request.go b/v2/model_create_internet_service_request.go index 3833b22e9..0ce4c68a4 100644 --- a/v2/model_create_internet_service_request.go +++ b/v2/model_create_internet_service_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_internet_service_response.go b/v2/model_create_internet_service_response.go index 41e3bd6cd..44212c7c7 100644 --- a/v2/model_create_internet_service_response.go +++ b/v2/model_create_internet_service_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_keypair_request.go b/v2/model_create_keypair_request.go index b49f8630e..5a1b1f21c 100644 --- a/v2/model_create_keypair_request.go +++ b/v2/model_create_keypair_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_keypair_response.go b/v2/model_create_keypair_response.go index db79e212f..f7d830517 100644 --- a/v2/model_create_keypair_response.go +++ b/v2/model_create_keypair_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_listener_rule_request.go b/v2/model_create_listener_rule_request.go index c726ae86b..672ceaa23 100644 --- a/v2/model_create_listener_rule_request.go +++ b/v2/model_create_listener_rule_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_listener_rule_response.go b/v2/model_create_listener_rule_response.go index b79f12add..32be4f905 100644 --- a/v2/model_create_listener_rule_response.go +++ b/v2/model_create_listener_rule_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_load_balancer_listeners_request.go b/v2/model_create_load_balancer_listeners_request.go index 7cb2a2c07..ed407550a 100644 --- a/v2/model_create_load_balancer_listeners_request.go +++ b/v2/model_create_load_balancer_listeners_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_load_balancer_listeners_response.go b/v2/model_create_load_balancer_listeners_response.go index 1720880de..1c6e75061 100644 --- a/v2/model_create_load_balancer_listeners_response.go +++ b/v2/model_create_load_balancer_listeners_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_load_balancer_policy_request.go b/v2/model_create_load_balancer_policy_request.go index 6cd21fea4..4d3fc7d3f 100644 --- a/v2/model_create_load_balancer_policy_request.go +++ b/v2/model_create_load_balancer_policy_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_load_balancer_policy_response.go b/v2/model_create_load_balancer_policy_response.go index cb6ebfdd8..db90a2e29 100644 --- a/v2/model_create_load_balancer_policy_response.go +++ b/v2/model_create_load_balancer_policy_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_load_balancer_request.go b/v2/model_create_load_balancer_request.go index 3e3766b46..9a732a57b 100644 --- a/v2/model_create_load_balancer_request.go +++ b/v2/model_create_load_balancer_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_load_balancer_response.go b/v2/model_create_load_balancer_response.go index 879ab8d21..c4c4c8d98 100644 --- a/v2/model_create_load_balancer_response.go +++ b/v2/model_create_load_balancer_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_load_balancer_tags_request.go b/v2/model_create_load_balancer_tags_request.go index d2f1ad07e..59f51ef92 100644 --- a/v2/model_create_load_balancer_tags_request.go +++ b/v2/model_create_load_balancer_tags_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_load_balancer_tags_response.go b/v2/model_create_load_balancer_tags_response.go index 612ea6c53..4275ff2e4 100644 --- a/v2/model_create_load_balancer_tags_response.go +++ b/v2/model_create_load_balancer_tags_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_nat_service_request.go b/v2/model_create_nat_service_request.go index 80dd79d71..f93a53957 100644 --- a/v2/model_create_nat_service_request.go +++ b/v2/model_create_nat_service_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_nat_service_response.go b/v2/model_create_nat_service_response.go index 543d07033..76f08f0f8 100644 --- a/v2/model_create_nat_service_response.go +++ b/v2/model_create_nat_service_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_net_access_point_request.go b/v2/model_create_net_access_point_request.go index b9b716905..51d1a74f4 100644 --- a/v2/model_create_net_access_point_request.go +++ b/v2/model_create_net_access_point_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_net_access_point_response.go b/v2/model_create_net_access_point_response.go index 2da1e1d65..3c5c15b97 100644 --- a/v2/model_create_net_access_point_response.go +++ b/v2/model_create_net_access_point_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_net_peering_request.go b/v2/model_create_net_peering_request.go index 10c03500b..34417ba3c 100644 --- a/v2/model_create_net_peering_request.go +++ b/v2/model_create_net_peering_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_net_peering_response.go b/v2/model_create_net_peering_response.go index b82af2a38..367814aa6 100644 --- a/v2/model_create_net_peering_response.go +++ b/v2/model_create_net_peering_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_net_request.go b/v2/model_create_net_request.go index 6270c57e3..3b6e106e9 100644 --- a/v2/model_create_net_request.go +++ b/v2/model_create_net_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_net_response.go b/v2/model_create_net_response.go index 92123fd7a..37b8d9695 100644 --- a/v2/model_create_net_response.go +++ b/v2/model_create_net_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_nic_request.go b/v2/model_create_nic_request.go index e1ff68aa6..9b32e2d57 100644 --- a/v2/model_create_nic_request.go +++ b/v2/model_create_nic_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_nic_response.go b/v2/model_create_nic_response.go index b422f9e6c..15e81e3f4 100644 --- a/v2/model_create_nic_response.go +++ b/v2/model_create_nic_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_public_ip_request.go b/v2/model_create_public_ip_request.go index 3d086b92a..d99036b94 100644 --- a/v2/model_create_public_ip_request.go +++ b/v2/model_create_public_ip_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_public_ip_response.go b/v2/model_create_public_ip_response.go index 8ad9a3303..a4cd8c311 100644 --- a/v2/model_create_public_ip_response.go +++ b/v2/model_create_public_ip_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_route_request.go b/v2/model_create_route_request.go index 0e3f5b55e..359d1c26e 100644 --- a/v2/model_create_route_request.go +++ b/v2/model_create_route_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -25,7 +25,7 @@ type CreateRouteRequest struct { GatewayId *string `json:"GatewayId,omitempty"` // The ID of a NAT service. NatServiceId *string `json:"NatServiceId,omitempty"` - // The ID of a Net peering connection. + // The ID of a Net peering. NetPeeringId *string `json:"NetPeeringId,omitempty"` // The ID of a NIC. NicId *string `json:"NicId,omitempty"` diff --git a/v2/model_create_route_response.go b/v2/model_create_route_response.go index 247b0f135..4cffbdbce 100644 --- a/v2/model_create_route_response.go +++ b/v2/model_create_route_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_route_table_request.go b/v2/model_create_route_table_request.go index 52df93a11..5960be40e 100644 --- a/v2/model_create_route_table_request.go +++ b/v2/model_create_route_table_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_route_table_response.go b/v2/model_create_route_table_response.go index cda921e78..4f09d12bb 100644 --- a/v2/model_create_route_table_response.go +++ b/v2/model_create_route_table_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_security_group_request.go b/v2/model_create_security_group_request.go index e47a2449c..5f9e4b8bb 100644 --- a/v2/model_create_security_group_request.go +++ b/v2/model_create_security_group_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_security_group_response.go b/v2/model_create_security_group_response.go index 29f17e24a..e5b73b0be 100644 --- a/v2/model_create_security_group_response.go +++ b/v2/model_create_security_group_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_security_group_rule_request.go b/v2/model_create_security_group_rule_request.go index ffbffe8f0..a1c9a806b 100644 --- a/v2/model_create_security_group_rule_request.go +++ b/v2/model_create_security_group_rule_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_security_group_rule_response.go b/v2/model_create_security_group_rule_response.go index 1907ec61f..2e584d8dc 100644 --- a/v2/model_create_security_group_rule_response.go +++ b/v2/model_create_security_group_rule_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_server_certificate_request.go b/v2/model_create_server_certificate_request.go index 8906d0af3..e773a7556 100644 --- a/v2/model_create_server_certificate_request.go +++ b/v2/model_create_server_certificate_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_server_certificate_response.go b/v2/model_create_server_certificate_response.go index 8bc896b20..6de4a1a69 100644 --- a/v2/model_create_server_certificate_response.go +++ b/v2/model_create_server_certificate_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_snapshot_export_task_request.go b/v2/model_create_snapshot_export_task_request.go index 155107f0d..69a386d60 100644 --- a/v2/model_create_snapshot_export_task_request.go +++ b/v2/model_create_snapshot_export_task_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_snapshot_export_task_response.go b/v2/model_create_snapshot_export_task_response.go index b8ddc88ee..c0ca46444 100644 --- a/v2/model_create_snapshot_export_task_response.go +++ b/v2/model_create_snapshot_export_task_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_snapshot_request.go b/v2/model_create_snapshot_request.go index 068534377..783bd268c 100644 --- a/v2/model_create_snapshot_request.go +++ b/v2/model_create_snapshot_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_snapshot_response.go b/v2/model_create_snapshot_response.go index a97ae694f..b15148a2e 100644 --- a/v2/model_create_snapshot_response.go +++ b/v2/model_create_snapshot_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_subnet_request.go b/v2/model_create_subnet_request.go index f7f35ef33..cfb36ec88 100644 --- a/v2/model_create_subnet_request.go +++ b/v2/model_create_subnet_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_subnet_response.go b/v2/model_create_subnet_response.go index 70bd95320..ec3217ab0 100644 --- a/v2/model_create_subnet_response.go +++ b/v2/model_create_subnet_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_tags_request.go b/v2/model_create_tags_request.go index 571d66ed3..691718a9a 100644 --- a/v2/model_create_tags_request.go +++ b/v2/model_create_tags_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_tags_response.go b/v2/model_create_tags_response.go index 6d620c9f3..8633c0f0e 100644 --- a/v2/model_create_tags_response.go +++ b/v2/model_create_tags_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_virtual_gateway_request.go b/v2/model_create_virtual_gateway_request.go index ab574c944..9543d4582 100644 --- a/v2/model_create_virtual_gateway_request.go +++ b/v2/model_create_virtual_gateway_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_virtual_gateway_response.go b/v2/model_create_virtual_gateway_response.go index ceee0fce9..91a127b64 100644 --- a/v2/model_create_virtual_gateway_response.go +++ b/v2/model_create_virtual_gateway_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_vms_request.go b/v2/model_create_vms_request.go index 9f6f18363..68f4428cd 100644 --- a/v2/model_create_vms_request.go +++ b/v2/model_create_vms_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_vms_response.go b/v2/model_create_vms_response.go index d8a8415af..f5d958e0e 100644 --- a/v2/model_create_vms_response.go +++ b/v2/model_create_vms_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_volume_request.go b/v2/model_create_volume_request.go index dbd684deb..481ab58fd 100644 --- a/v2/model_create_volume_request.go +++ b/v2/model_create_volume_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -19,7 +19,7 @@ import ( type CreateVolumeRequest struct { // If true, checks whether you have the required permissions to perform the action. DryRun *bool `json:"DryRun,omitempty"` - // The number of I/O operations per second (IOPS). This parameter must be specified only if you create an `io1` volume. The maximum number of IOPS allowed for `io1` volumes is `13000`. + // The number of I/O operations per second (IOPS). This parameter must be specified only if you create an `io1` volume. The maximum number of IOPS allowed for `io1` volumes is `13000` with a maximum performance ratio of 300 IOPS per gibibyte. Iops *int32 `json:"Iops,omitempty"` // The size of the volume, in gibibytes (GiB). The maximum allowed size for a volume is 14901 GiB. This parameter is required if the volume is not created from a snapshot (`SnapshotId` unspecified). Size *int32 `json:"Size,omitempty"` diff --git a/v2/model_create_volume_response.go b/v2/model_create_volume_response.go index d5ff3c64a..6725b98e8 100644 --- a/v2/model_create_volume_response.go +++ b/v2/model_create_volume_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_vpn_connection_request.go b/v2/model_create_vpn_connection_request.go index a059ecf9a..f7138049f 100644 --- a/v2/model_create_vpn_connection_request.go +++ b/v2/model_create_vpn_connection_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_vpn_connection_response.go b/v2/model_create_vpn_connection_response.go index 15fb19ec4..0b66ad070 100644 --- a/v2/model_create_vpn_connection_response.go +++ b/v2/model_create_vpn_connection_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_vpn_connection_route_request.go b/v2/model_create_vpn_connection_route_request.go index 99db06a79..ebb58ee18 100644 --- a/v2/model_create_vpn_connection_route_request.go +++ b/v2/model_create_vpn_connection_route_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_create_vpn_connection_route_response.go b/v2/model_create_vpn_connection_route_response.go index 39fe3695d..d803ed632 100644 --- a/v2/model_create_vpn_connection_route_response.go +++ b/v2/model_create_vpn_connection_route_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_access_key_request.go b/v2/model_delete_access_key_request.go index ea1268470..984341e7f 100644 --- a/v2/model_delete_access_key_request.go +++ b/v2/model_delete_access_key_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_access_key_response.go b/v2/model_delete_access_key_response.go index 73aae7830..fa4bfd78e 100644 --- a/v2/model_delete_access_key_response.go +++ b/v2/model_delete_access_key_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_api_access_rule_request.go b/v2/model_delete_api_access_rule_request.go index 1b10f7c2c..5857fa85e 100644 --- a/v2/model_delete_api_access_rule_request.go +++ b/v2/model_delete_api_access_rule_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_api_access_rule_response.go b/v2/model_delete_api_access_rule_response.go index 377b673cb..9952bf057 100644 --- a/v2/model_delete_api_access_rule_response.go +++ b/v2/model_delete_api_access_rule_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_ca_request.go b/v2/model_delete_ca_request.go index 281293eb5..b2979d160 100644 --- a/v2/model_delete_ca_request.go +++ b/v2/model_delete_ca_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_ca_response.go b/v2/model_delete_ca_response.go index 96eedb3de..4993b8efc 100644 --- a/v2/model_delete_ca_response.go +++ b/v2/model_delete_ca_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_client_gateway_request.go b/v2/model_delete_client_gateway_request.go index 3e12765cd..0f65b7a3e 100644 --- a/v2/model_delete_client_gateway_request.go +++ b/v2/model_delete_client_gateway_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_client_gateway_response.go b/v2/model_delete_client_gateway_response.go index 5433913b7..e82311d95 100644 --- a/v2/model_delete_client_gateway_response.go +++ b/v2/model_delete_client_gateway_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_dhcp_options_request.go b/v2/model_delete_dhcp_options_request.go index 4224da588..e02519323 100644 --- a/v2/model_delete_dhcp_options_request.go +++ b/v2/model_delete_dhcp_options_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_dhcp_options_response.go b/v2/model_delete_dhcp_options_response.go index 83e89290b..550a4b86b 100644 --- a/v2/model_delete_dhcp_options_response.go +++ b/v2/model_delete_dhcp_options_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_direct_link_interface_request.go b/v2/model_delete_direct_link_interface_request.go index a2cff466d..7c0469993 100644 --- a/v2/model_delete_direct_link_interface_request.go +++ b/v2/model_delete_direct_link_interface_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_direct_link_interface_response.go b/v2/model_delete_direct_link_interface_response.go index 175df8738..e759bc862 100644 --- a/v2/model_delete_direct_link_interface_response.go +++ b/v2/model_delete_direct_link_interface_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_direct_link_request.go b/v2/model_delete_direct_link_request.go index 949a82b93..8e362c806 100644 --- a/v2/model_delete_direct_link_request.go +++ b/v2/model_delete_direct_link_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_direct_link_response.go b/v2/model_delete_direct_link_response.go index 7ea3c2fd1..e74ffc518 100644 --- a/v2/model_delete_direct_link_response.go +++ b/v2/model_delete_direct_link_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_export_task_request.go b/v2/model_delete_export_task_request.go index e37a50fb0..fb2ff5276 100644 --- a/v2/model_delete_export_task_request.go +++ b/v2/model_delete_export_task_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_export_task_response.go b/v2/model_delete_export_task_response.go index a295c0c2d..2553b2a7c 100644 --- a/v2/model_delete_export_task_response.go +++ b/v2/model_delete_export_task_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_flexible_gpu_request.go b/v2/model_delete_flexible_gpu_request.go index 10cde969a..5150f349f 100644 --- a/v2/model_delete_flexible_gpu_request.go +++ b/v2/model_delete_flexible_gpu_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_flexible_gpu_response.go b/v2/model_delete_flexible_gpu_response.go index e8f4b71be..3de1c4c6d 100644 --- a/v2/model_delete_flexible_gpu_response.go +++ b/v2/model_delete_flexible_gpu_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_image_request.go b/v2/model_delete_image_request.go index 2c91ad735..82929bb15 100644 --- a/v2/model_delete_image_request.go +++ b/v2/model_delete_image_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_image_response.go b/v2/model_delete_image_response.go index 2bd9bb3b0..f7c9c9d79 100644 --- a/v2/model_delete_image_response.go +++ b/v2/model_delete_image_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_internet_service_request.go b/v2/model_delete_internet_service_request.go index 5f6427c72..dcd6f499d 100644 --- a/v2/model_delete_internet_service_request.go +++ b/v2/model_delete_internet_service_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_internet_service_response.go b/v2/model_delete_internet_service_response.go index ac00a8f8a..66288e0b0 100644 --- a/v2/model_delete_internet_service_response.go +++ b/v2/model_delete_internet_service_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_keypair_request.go b/v2/model_delete_keypair_request.go index f8550d910..258185e86 100644 --- a/v2/model_delete_keypair_request.go +++ b/v2/model_delete_keypair_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_keypair_response.go b/v2/model_delete_keypair_response.go index 8b9744f53..36a3fc185 100644 --- a/v2/model_delete_keypair_response.go +++ b/v2/model_delete_keypair_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_listener_rule_request.go b/v2/model_delete_listener_rule_request.go index 547ff5051..e665c3c86 100644 --- a/v2/model_delete_listener_rule_request.go +++ b/v2/model_delete_listener_rule_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_listener_rule_response.go b/v2/model_delete_listener_rule_response.go index 1e4c37c4d..eadf31c00 100644 --- a/v2/model_delete_listener_rule_response.go +++ b/v2/model_delete_listener_rule_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_load_balancer_listeners_request.go b/v2/model_delete_load_balancer_listeners_request.go index 7d5282f8d..60ce1962a 100644 --- a/v2/model_delete_load_balancer_listeners_request.go +++ b/v2/model_delete_load_balancer_listeners_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_load_balancer_listeners_response.go b/v2/model_delete_load_balancer_listeners_response.go index 6645ca15a..b60b32321 100644 --- a/v2/model_delete_load_balancer_listeners_response.go +++ b/v2/model_delete_load_balancer_listeners_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_load_balancer_policy_request.go b/v2/model_delete_load_balancer_policy_request.go index 3ecfbbbde..2ac9a3a8c 100644 --- a/v2/model_delete_load_balancer_policy_request.go +++ b/v2/model_delete_load_balancer_policy_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_load_balancer_policy_response.go b/v2/model_delete_load_balancer_policy_response.go index 38577b469..9ee9d5a7d 100644 --- a/v2/model_delete_load_balancer_policy_response.go +++ b/v2/model_delete_load_balancer_policy_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_load_balancer_request.go b/v2/model_delete_load_balancer_request.go index 2befc5139..b9695043c 100644 --- a/v2/model_delete_load_balancer_request.go +++ b/v2/model_delete_load_balancer_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_load_balancer_response.go b/v2/model_delete_load_balancer_response.go index 4e87df597..637cf28a5 100644 --- a/v2/model_delete_load_balancer_response.go +++ b/v2/model_delete_load_balancer_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_load_balancer_tags_request.go b/v2/model_delete_load_balancer_tags_request.go index 0c5eb0ab9..898b280af 100644 --- a/v2/model_delete_load_balancer_tags_request.go +++ b/v2/model_delete_load_balancer_tags_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_load_balancer_tags_response.go b/v2/model_delete_load_balancer_tags_response.go index 041ca19a3..ae2190bc4 100644 --- a/v2/model_delete_load_balancer_tags_response.go +++ b/v2/model_delete_load_balancer_tags_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_nat_service_request.go b/v2/model_delete_nat_service_request.go index d3c80a0f7..9ebf208f6 100644 --- a/v2/model_delete_nat_service_request.go +++ b/v2/model_delete_nat_service_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_nat_service_response.go b/v2/model_delete_nat_service_response.go index df90115e4..0c7d35c69 100644 --- a/v2/model_delete_nat_service_response.go +++ b/v2/model_delete_nat_service_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_net_access_point_request.go b/v2/model_delete_net_access_point_request.go index 20f4cc361..ba14a4bd0 100644 --- a/v2/model_delete_net_access_point_request.go +++ b/v2/model_delete_net_access_point_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_net_access_point_response.go b/v2/model_delete_net_access_point_response.go index df5a19165..4af131840 100644 --- a/v2/model_delete_net_access_point_response.go +++ b/v2/model_delete_net_access_point_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_net_peering_request.go b/v2/model_delete_net_peering_request.go index e3f46298c..9ff57ca69 100644 --- a/v2/model_delete_net_peering_request.go +++ b/v2/model_delete_net_peering_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -19,7 +19,7 @@ import ( type DeleteNetPeeringRequest struct { // If true, checks whether you have the required permissions to perform the action. DryRun *bool `json:"DryRun,omitempty"` - // The ID of the Net peering connection you want to delete. + // The ID of the Net peering you want to delete. NetPeeringId string `json:"NetPeeringId"` } diff --git a/v2/model_delete_net_peering_response.go b/v2/model_delete_net_peering_response.go index b06e2f424..cf5b57411 100644 --- a/v2/model_delete_net_peering_response.go +++ b/v2/model_delete_net_peering_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_net_request.go b/v2/model_delete_net_request.go index dfa4be86a..ed19316c6 100644 --- a/v2/model_delete_net_request.go +++ b/v2/model_delete_net_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_net_response.go b/v2/model_delete_net_response.go index 9607ec209..e70a257d8 100644 --- a/v2/model_delete_net_response.go +++ b/v2/model_delete_net_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_nic_request.go b/v2/model_delete_nic_request.go index 126ae3343..3a6d6978a 100644 --- a/v2/model_delete_nic_request.go +++ b/v2/model_delete_nic_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_nic_response.go b/v2/model_delete_nic_response.go index 52a4ed416..ecf120c64 100644 --- a/v2/model_delete_nic_response.go +++ b/v2/model_delete_nic_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_public_ip_request.go b/v2/model_delete_public_ip_request.go index 4b99a72fd..22e1f2cde 100644 --- a/v2/model_delete_public_ip_request.go +++ b/v2/model_delete_public_ip_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_public_ip_response.go b/v2/model_delete_public_ip_response.go index 7191c0748..96b91f315 100644 --- a/v2/model_delete_public_ip_response.go +++ b/v2/model_delete_public_ip_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_route_request.go b/v2/model_delete_route_request.go index 7241dd70a..d48cc7aee 100644 --- a/v2/model_delete_route_request.go +++ b/v2/model_delete_route_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_route_response.go b/v2/model_delete_route_response.go index 983c8c412..0dbee6f7c 100644 --- a/v2/model_delete_route_response.go +++ b/v2/model_delete_route_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_route_table_request.go b/v2/model_delete_route_table_request.go index b3157353e..5742a61b1 100644 --- a/v2/model_delete_route_table_request.go +++ b/v2/model_delete_route_table_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_route_table_response.go b/v2/model_delete_route_table_response.go index d9cf89b10..b508b7cbc 100644 --- a/v2/model_delete_route_table_response.go +++ b/v2/model_delete_route_table_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_security_group_request.go b/v2/model_delete_security_group_request.go index a5598fe1a..47df28c09 100644 --- a/v2/model_delete_security_group_request.go +++ b/v2/model_delete_security_group_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_security_group_response.go b/v2/model_delete_security_group_response.go index 88eb310a7..b731e1fba 100644 --- a/v2/model_delete_security_group_response.go +++ b/v2/model_delete_security_group_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_security_group_rule_request.go b/v2/model_delete_security_group_rule_request.go index b59a79ac8..78027477e 100644 --- a/v2/model_delete_security_group_rule_request.go +++ b/v2/model_delete_security_group_rule_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_security_group_rule_response.go b/v2/model_delete_security_group_rule_response.go index 44a9997dd..e53f1a585 100644 --- a/v2/model_delete_security_group_rule_response.go +++ b/v2/model_delete_security_group_rule_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_server_certificate_request.go b/v2/model_delete_server_certificate_request.go index 7f3b8eb82..c4c8ec14a 100644 --- a/v2/model_delete_server_certificate_request.go +++ b/v2/model_delete_server_certificate_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_server_certificate_response.go b/v2/model_delete_server_certificate_response.go index a6cc86086..b8f88f023 100644 --- a/v2/model_delete_server_certificate_response.go +++ b/v2/model_delete_server_certificate_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_snapshot_request.go b/v2/model_delete_snapshot_request.go index f5d054818..3d36904f2 100644 --- a/v2/model_delete_snapshot_request.go +++ b/v2/model_delete_snapshot_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_snapshot_response.go b/v2/model_delete_snapshot_response.go index 2c7e33fa1..fe83583c0 100644 --- a/v2/model_delete_snapshot_response.go +++ b/v2/model_delete_snapshot_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_subnet_request.go b/v2/model_delete_subnet_request.go index 0aeeff241..6ac5bc231 100644 --- a/v2/model_delete_subnet_request.go +++ b/v2/model_delete_subnet_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_subnet_response.go b/v2/model_delete_subnet_response.go index a959d6e08..47a8ab012 100644 --- a/v2/model_delete_subnet_response.go +++ b/v2/model_delete_subnet_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_tags_request.go b/v2/model_delete_tags_request.go index 9a1cafc59..c5973d174 100644 --- a/v2/model_delete_tags_request.go +++ b/v2/model_delete_tags_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_tags_response.go b/v2/model_delete_tags_response.go index c9a34e1ba..a3be1c714 100644 --- a/v2/model_delete_tags_response.go +++ b/v2/model_delete_tags_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_virtual_gateway_request.go b/v2/model_delete_virtual_gateway_request.go index 9570f6a21..ec08101dd 100644 --- a/v2/model_delete_virtual_gateway_request.go +++ b/v2/model_delete_virtual_gateway_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_virtual_gateway_response.go b/v2/model_delete_virtual_gateway_response.go index 64d485236..b5d47a0f6 100644 --- a/v2/model_delete_virtual_gateway_response.go +++ b/v2/model_delete_virtual_gateway_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_vms_request.go b/v2/model_delete_vms_request.go index 45245b63f..8e37850b1 100644 --- a/v2/model_delete_vms_request.go +++ b/v2/model_delete_vms_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_vms_response.go b/v2/model_delete_vms_response.go index 92d2e708c..7a3a6ab95 100644 --- a/v2/model_delete_vms_response.go +++ b/v2/model_delete_vms_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_volume_request.go b/v2/model_delete_volume_request.go index ade70748d..d01da44a5 100644 --- a/v2/model_delete_volume_request.go +++ b/v2/model_delete_volume_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_volume_response.go b/v2/model_delete_volume_response.go index 64b50e4e9..9c950430e 100644 --- a/v2/model_delete_volume_response.go +++ b/v2/model_delete_volume_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_vpn_connection_request.go b/v2/model_delete_vpn_connection_request.go index 422fb0733..b928589aa 100644 --- a/v2/model_delete_vpn_connection_request.go +++ b/v2/model_delete_vpn_connection_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_vpn_connection_response.go b/v2/model_delete_vpn_connection_response.go index 09ba5127a..92c9a1d0a 100644 --- a/v2/model_delete_vpn_connection_response.go +++ b/v2/model_delete_vpn_connection_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_vpn_connection_route_request.go b/v2/model_delete_vpn_connection_route_request.go index 93060759c..96aace3dd 100644 --- a/v2/model_delete_vpn_connection_route_request.go +++ b/v2/model_delete_vpn_connection_route_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_delete_vpn_connection_route_response.go b/v2/model_delete_vpn_connection_route_response.go index 0cd37126c..c85062764 100644 --- a/v2/model_delete_vpn_connection_route_response.go +++ b/v2/model_delete_vpn_connection_route_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_deregister_vms_in_load_balancer_request.go b/v2/model_deregister_vms_in_load_balancer_request.go index 56ab01547..70382849a 100644 --- a/v2/model_deregister_vms_in_load_balancer_request.go +++ b/v2/model_deregister_vms_in_load_balancer_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_deregister_vms_in_load_balancer_response.go b/v2/model_deregister_vms_in_load_balancer_response.go index 111fdf7f8..ae57d2a2a 100644 --- a/v2/model_deregister_vms_in_load_balancer_response.go +++ b/v2/model_deregister_vms_in_load_balancer_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_dhcp_options_set.go b/v2/model_dhcp_options_set.go index 2bd496f69..798a14bb3 100644 --- a/v2/model_dhcp_options_set.go +++ b/v2/model_dhcp_options_set.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_direct_link.go b/v2/model_direct_link.go index 83ecd3b0a..a59de61cc 100644 --- a/v2/model_direct_link.go +++ b/v2/model_direct_link.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_direct_link_interface.go b/v2/model_direct_link_interface.go index 9eb8ee078..1cad641dc 100644 --- a/v2/model_direct_link_interface.go +++ b/v2/model_direct_link_interface.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_direct_link_interfaces.go b/v2/model_direct_link_interfaces.go index 757253d95..718a8fa4f 100644 --- a/v2/model_direct_link_interfaces.go +++ b/v2/model_direct_link_interfaces.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_error_response.go b/v2/model_error_response.go index a40131fb4..0805f7c03 100644 --- a/v2/model_error_response.go +++ b/v2/model_error_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_errors.go b/v2/model_errors.go index 0d4cf9cf9..52cfada5e 100644 --- a/v2/model_errors.go +++ b/v2/model_errors.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_access_keys.go b/v2/model_filters_access_keys.go index 3d9e34a9e..312cab314 100644 --- a/v2/model_filters_access_keys.go +++ b/v2/model_filters_access_keys.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_api_access_rule.go b/v2/model_filters_api_access_rule.go index 86aa01716..16f26484d 100644 --- a/v2/model_filters_api_access_rule.go +++ b/v2/model_filters_api_access_rule.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -25,7 +25,7 @@ type FiltersApiAccessRule struct { Cns *[]string `json:"Cns,omitempty"` // One or more descriptions of API access rules. Descriptions *[]string `json:"Descriptions,omitempty"` - // One or more IP ranges, in CIDR notation (for example, `192.0.2.0/16`). + // One or more IP addresses or CIDR blocks (for example, `192.0.2.0/16`). IpRanges *[]string `json:"IpRanges,omitempty"` } diff --git a/v2/model_filters_api_log.go b/v2/model_filters_api_log.go index d88bfdb10..b5da58255 100644 --- a/v2/model_filters_api_log.go +++ b/v2/model_filters_api_log.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_ca.go b/v2/model_filters_ca.go index ffb1d5840..8478aac3f 100644 --- a/v2/model_filters_ca.go +++ b/v2/model_filters_ca.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_client_gateway.go b/v2/model_filters_client_gateway.go index 9c6a54467..f4de0ced4 100644 --- a/v2/model_filters_client_gateway.go +++ b/v2/model_filters_client_gateway.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_dhcp_options.go b/v2/model_filters_dhcp_options.go index 814ed0f71..d454723f6 100644 --- a/v2/model_filters_dhcp_options.go +++ b/v2/model_filters_dhcp_options.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_direct_link.go b/v2/model_filters_direct_link.go index 2a052be2f..4a3f77c0d 100644 --- a/v2/model_filters_direct_link.go +++ b/v2/model_filters_direct_link.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_direct_link_interface.go b/v2/model_filters_direct_link_interface.go index bfd96dba8..0e9979340 100644 --- a/v2/model_filters_direct_link_interface.go +++ b/v2/model_filters_direct_link_interface.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_export_task.go b/v2/model_filters_export_task.go index ca6b5bde2..57c52851d 100644 --- a/v2/model_filters_export_task.go +++ b/v2/model_filters_export_task.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_flexible_gpu.go b/v2/model_filters_flexible_gpu.go index e7837ba97..bf7890d15 100644 --- a/v2/model_filters_flexible_gpu.go +++ b/v2/model_filters_flexible_gpu.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_image.go b/v2/model_filters_image.go index 3089fcc7a..1b5ef09f7 100644 --- a/v2/model_filters_image.go +++ b/v2/model_filters_image.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_internet_service.go b/v2/model_filters_internet_service.go index c075d6dcc..c007efada 100644 --- a/v2/model_filters_internet_service.go +++ b/v2/model_filters_internet_service.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_keypair.go b/v2/model_filters_keypair.go index 3835a234c..af24ffbc7 100644 --- a/v2/model_filters_keypair.go +++ b/v2/model_filters_keypair.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_listener_rule.go b/v2/model_filters_listener_rule.go index 30f10dd68..193948e22 100644 --- a/v2/model_filters_listener_rule.go +++ b/v2/model_filters_listener_rule.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_load_balancer.go b/v2/model_filters_load_balancer.go index b144b0425..3be735188 100644 --- a/v2/model_filters_load_balancer.go +++ b/v2/model_filters_load_balancer.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_nat_service.go b/v2/model_filters_nat_service.go index 285770b6e..8565c87fd 100644 --- a/v2/model_filters_nat_service.go +++ b/v2/model_filters_nat_service.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_net.go b/v2/model_filters_net.go index c32df1fe9..b3fdc4c33 100644 --- a/v2/model_filters_net.go +++ b/v2/model_filters_net.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_net_access_point.go b/v2/model_filters_net_access_point.go index 26556b3ba..bc3f03a33 100644 --- a/v2/model_filters_net_access_point.go +++ b/v2/model_filters_net_access_point.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_net_peering.go b/v2/model_filters_net_peering.go index 6fcca0bdb..0b825b1a5 100644 --- a/v2/model_filters_net_peering.go +++ b/v2/model_filters_net_peering.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -23,7 +23,7 @@ type FiltersNetPeering struct { AccepterNetIpRanges *[]string `json:"AccepterNetIpRanges,omitempty"` // The IDs of the peer Nets. AccepterNetNetIds *[]string `json:"AccepterNetNetIds,omitempty"` - // The IDs of the Net peering connections. + // The IDs of the Net peerings. NetPeeringIds *[]string `json:"NetPeeringIds,omitempty"` // The account IDs of the owners of the peer Nets. SourceNetAccountIds *[]string `json:"SourceNetAccountIds,omitempty"` @@ -31,15 +31,15 @@ type FiltersNetPeering struct { SourceNetIpRanges *[]string `json:"SourceNetIpRanges,omitempty"` // The IDs of the peer Nets. SourceNetNetIds *[]string `json:"SourceNetNetIds,omitempty"` - // Additional information about the states of the Net peering connections. + // Additional information about the states of the Net peerings. StateMessages *[]string `json:"StateMessages,omitempty"` - // The states of the Net peering connections (`pending-acceptance` \\| `active` \\| `rejected` \\| `failed` \\| `expired` \\| `deleted`). + // The states of the Net peerings (`pending-acceptance` \\| `active` \\| `rejected` \\| `failed` \\| `expired` \\| `deleted`). StateNames *[]string `json:"StateNames,omitempty"` - // The keys of the tags associated with the Net peering connections. + // The keys of the tags associated with the Net peerings. TagKeys *[]string `json:"TagKeys,omitempty"` - // The values of the tags associated with the Net peering connections. + // The values of the tags associated with the Net peerings. TagValues *[]string `json:"TagValues,omitempty"` - // The key/value combination of the tags associated with the Net peering connections, in the following format: "Filters":{"Tags":["TAGKEY=TAGVALUE"]}. + // The key/value combination of the tags associated with the Net peerings, in the following format: "Filters":{"Tags":["TAGKEY=TAGVALUE"]}. Tags *[]string `json:"Tags,omitempty"` } diff --git a/v2/model_filters_nic.go b/v2/model_filters_nic.go index 8da1f3f7e..6f0017549 100644 --- a/v2/model_filters_nic.go +++ b/v2/model_filters_nic.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_product_type.go b/v2/model_filters_product_type.go index f92754ab9..bebe9e470 100644 --- a/v2/model_filters_product_type.go +++ b/v2/model_filters_product_type.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_public_ip.go b/v2/model_filters_public_ip.go index 6914e59fc..8329bb384 100644 --- a/v2/model_filters_public_ip.go +++ b/v2/model_filters_public_ip.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_quota.go b/v2/model_filters_quota.go index c18c9d950..832f16f73 100644 --- a/v2/model_filters_quota.go +++ b/v2/model_filters_quota.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_route_table.go b/v2/model_filters_route_table.go index dc7d00a87..1252f28df 100644 --- a/v2/model_filters_route_table.go +++ b/v2/model_filters_route_table.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -37,7 +37,7 @@ type FiltersRouteTable struct { RouteGatewayIds *[]string `json:"RouteGatewayIds,omitempty"` // The IDs of the NAT services specified in routes in the tables. RouteNatServiceIds *[]string `json:"RouteNatServiceIds,omitempty"` - // The IDs of the Net peering connections specified in routes in the tables. + // The IDs of the Net peerings specified in routes in the tables. RouteNetPeeringIds *[]string `json:"RouteNetPeeringIds,omitempty"` // The states of routes in the route tables (always `active`). RouteStates *[]string `json:"RouteStates,omitempty"` diff --git a/v2/model_filters_security_group.go b/v2/model_filters_security_group.go index 9a1a026aa..67c235411 100644 --- a/v2/model_filters_security_group.go +++ b/v2/model_filters_security_group.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_server_certificate.go b/v2/model_filters_server_certificate.go index 56f1d7f78..18f75d965 100644 --- a/v2/model_filters_server_certificate.go +++ b/v2/model_filters_server_certificate.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_service.go b/v2/model_filters_service.go index 7973ca2a1..425fcab8c 100644 --- a/v2/model_filters_service.go +++ b/v2/model_filters_service.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_snapshot.go b/v2/model_filters_snapshot.go index 5b968ef9a..5587d4b21 100644 --- a/v2/model_filters_snapshot.go +++ b/v2/model_filters_snapshot.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_subnet.go b/v2/model_filters_subnet.go index 18cc5379c..b9fb059b7 100644 --- a/v2/model_filters_subnet.go +++ b/v2/model_filters_subnet.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_subregion.go b/v2/model_filters_subregion.go index 5a0c5754e..5e15c08ed 100644 --- a/v2/model_filters_subregion.go +++ b/v2/model_filters_subregion.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_tag.go b/v2/model_filters_tag.go index f206db337..0cae19f67 100644 --- a/v2/model_filters_tag.go +++ b/v2/model_filters_tag.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_virtual_gateway.go b/v2/model_filters_virtual_gateway.go index 4d614a2a0..d22e7c8ee 100644 --- a/v2/model_filters_virtual_gateway.go +++ b/v2/model_filters_virtual_gateway.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_vm.go b/v2/model_filters_vm.go index bef881ab9..5add1f17b 100644 --- a/v2/model_filters_vm.go +++ b/v2/model_filters_vm.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_vm_type.go b/v2/model_filters_vm_type.go index 4776ae458..c2ea781d5 100644 --- a/v2/model_filters_vm_type.go +++ b/v2/model_filters_vm_type.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_vms_state.go b/v2/model_filters_vms_state.go index b6e15c07d..aa7e28dc0 100644 --- a/v2/model_filters_vms_state.go +++ b/v2/model_filters_vms_state.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_volume.go b/v2/model_filters_volume.go index 27ea84cee..a4deb7617 100644 --- a/v2/model_filters_volume.go +++ b/v2/model_filters_volume.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_filters_vpn_connection.go b/v2/model_filters_vpn_connection.go index 609840183..b813126a9 100644 --- a/v2/model_filters_vpn_connection.go +++ b/v2/model_filters_vpn_connection.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_flexible_gpu.go b/v2/model_flexible_gpu.go index c558c7844..f310be2f4 100644 --- a/v2/model_flexible_gpu.go +++ b/v2/model_flexible_gpu.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_flexible_gpu_catalog.go b/v2/model_flexible_gpu_catalog.go index 8e8a4c457..c9c607e21 100644 --- a/v2/model_flexible_gpu_catalog.go +++ b/v2/model_flexible_gpu_catalog.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_health_check.go b/v2/model_health_check.go index ab0f9c362..b20503229 100644 --- a/v2/model_health_check.go +++ b/v2/model_health_check.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_image.go b/v2/model_image.go index 7e27341ff..5cb45190a 100644 --- a/v2/model_image.go +++ b/v2/model_image.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_image_export_task.go b/v2/model_image_export_task.go index 68a98da80..82c6876a9 100644 --- a/v2/model_image_export_task.go +++ b/v2/model_image_export_task.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_internet_service.go b/v2/model_internet_service.go index 910f67e15..984d13691 100644 --- a/v2/model_internet_service.go +++ b/v2/model_internet_service.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_keypair.go b/v2/model_keypair.go index dedc63220..0b7a6c1e6 100644 --- a/v2/model_keypair.go +++ b/v2/model_keypair.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_keypair_created.go b/v2/model_keypair_created.go index 1340340f6..57badd2ba 100644 --- a/v2/model_keypair_created.go +++ b/v2/model_keypair_created.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_flexible_gpu_request.go b/v2/model_link_flexible_gpu_request.go index 33fbcae9e..b64a87bb7 100644 --- a/v2/model_link_flexible_gpu_request.go +++ b/v2/model_link_flexible_gpu_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_flexible_gpu_response.go b/v2/model_link_flexible_gpu_response.go index a284697e6..e58be655b 100644 --- a/v2/model_link_flexible_gpu_response.go +++ b/v2/model_link_flexible_gpu_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_internet_service_request.go b/v2/model_link_internet_service_request.go index af260aaf0..80049d2ad 100644 --- a/v2/model_link_internet_service_request.go +++ b/v2/model_link_internet_service_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_internet_service_response.go b/v2/model_link_internet_service_response.go index c0aa76707..b7c926421 100644 --- a/v2/model_link_internet_service_response.go +++ b/v2/model_link_internet_service_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_load_balancer_backend_machines_request.go b/v2/model_link_load_balancer_backend_machines_request.go index 6f614e08c..f49676578 100644 --- a/v2/model_link_load_balancer_backend_machines_request.go +++ b/v2/model_link_load_balancer_backend_machines_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_load_balancer_backend_machines_response.go b/v2/model_link_load_balancer_backend_machines_response.go index deb6fd2f1..c41714f83 100644 --- a/v2/model_link_load_balancer_backend_machines_response.go +++ b/v2/model_link_load_balancer_backend_machines_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_nic.go b/v2/model_link_nic.go index 27d76da00..923df3b03 100644 --- a/v2/model_link_nic.go +++ b/v2/model_link_nic.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_nic_light.go b/v2/model_link_nic_light.go index a389603a7..84af7d081 100644 --- a/v2/model_link_nic_light.go +++ b/v2/model_link_nic_light.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_nic_request.go b/v2/model_link_nic_request.go index 41c2febcb..da070defc 100644 --- a/v2/model_link_nic_request.go +++ b/v2/model_link_nic_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_nic_response.go b/v2/model_link_nic_response.go index 8cea605d4..0295bec23 100644 --- a/v2/model_link_nic_response.go +++ b/v2/model_link_nic_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_nic_to_update.go b/v2/model_link_nic_to_update.go index 99bfa2dea..1ec0f3b7d 100644 --- a/v2/model_link_nic_to_update.go +++ b/v2/model_link_nic_to_update.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_private_ips_request.go b/v2/model_link_private_ips_request.go index 635755b55..7b85d1c7f 100644 --- a/v2/model_link_private_ips_request.go +++ b/v2/model_link_private_ips_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_private_ips_response.go b/v2/model_link_private_ips_response.go index 64a020cf3..7115872b8 100644 --- a/v2/model_link_private_ips_response.go +++ b/v2/model_link_private_ips_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_public_ip.go b/v2/model_link_public_ip.go index 84fbf2495..c1c027eac 100644 --- a/v2/model_link_public_ip.go +++ b/v2/model_link_public_ip.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_public_ip_light_for_vm.go b/v2/model_link_public_ip_light_for_vm.go index 5c24aded4..2216f6b2c 100644 --- a/v2/model_link_public_ip_light_for_vm.go +++ b/v2/model_link_public_ip_light_for_vm.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_public_ip_request.go b/v2/model_link_public_ip_request.go index 2d0a327fa..b1342a5ab 100644 --- a/v2/model_link_public_ip_request.go +++ b/v2/model_link_public_ip_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_public_ip_response.go b/v2/model_link_public_ip_response.go index c71c8fb4c..944bdbbe7 100644 --- a/v2/model_link_public_ip_response.go +++ b/v2/model_link_public_ip_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_route_table.go b/v2/model_link_route_table.go index 56df3052e..47d5e4eea 100644 --- a/v2/model_link_route_table.go +++ b/v2/model_link_route_table.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_route_table_request.go b/v2/model_link_route_table_request.go index 2e7cb532b..9f1f11fb4 100644 --- a/v2/model_link_route_table_request.go +++ b/v2/model_link_route_table_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_route_table_response.go b/v2/model_link_route_table_response.go index 2bb11cab1..84e2a11d9 100644 --- a/v2/model_link_route_table_response.go +++ b/v2/model_link_route_table_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_virtual_gateway_request.go b/v2/model_link_virtual_gateway_request.go index 52cb3ec66..d5af2d0d7 100644 --- a/v2/model_link_virtual_gateway_request.go +++ b/v2/model_link_virtual_gateway_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_virtual_gateway_response.go b/v2/model_link_virtual_gateway_response.go index f3c2ccb1e..7b91c7faf 100644 --- a/v2/model_link_virtual_gateway_response.go +++ b/v2/model_link_virtual_gateway_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_link_volume_request.go b/v2/model_link_volume_request.go index c4433fe5e..2c654a4ee 100644 --- a/v2/model_link_volume_request.go +++ b/v2/model_link_volume_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -17,7 +17,7 @@ import ( // LinkVolumeRequest struct for LinkVolumeRequest type LinkVolumeRequest struct { - // The name of the device. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXY`, `/dev/xvdX`, or `/dev/xvdXY` (where `X` is a letter between `b` and `z` and where `Y` is a letter between `a` and `z`). + // The name of the device. For a root device, you must use `/dev/sda1`. For other volumes, you must use `/dev/sdX`, `/dev/sdXX`, `/dev/xvdX`, or `/dev/xvdXX` (where the first `X` is a letter between `b` and `z`, and the second `X` is a letter between `a` and `z`). DeviceName string `json:"DeviceName"` // If true, checks whether you have the required permissions to perform the action. DryRun *bool `json:"DryRun,omitempty"` diff --git a/v2/model_link_volume_response.go b/v2/model_link_volume_response.go index e933cec52..2ee245f61 100644 --- a/v2/model_link_volume_response.go +++ b/v2/model_link_volume_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_linked_volume.go b/v2/model_linked_volume.go index 30f8db323..1965e13d6 100644 --- a/v2/model_linked_volume.go +++ b/v2/model_linked_volume.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_listener.go b/v2/model_listener.go index 9f2c6feba..86a98e9d8 100644 --- a/v2/model_listener.go +++ b/v2/model_listener.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_listener_for_creation.go b/v2/model_listener_for_creation.go index 2fbc5fa35..331369454 100644 --- a/v2/model_listener_for_creation.go +++ b/v2/model_listener_for_creation.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_listener_rule.go b/v2/model_listener_rule.go index b69770028..3199588c8 100644 --- a/v2/model_listener_rule.go +++ b/v2/model_listener_rule.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_listener_rule_for_creation.go b/v2/model_listener_rule_for_creation.go index 9fc6238c3..590a9ef63 100644 --- a/v2/model_listener_rule_for_creation.go +++ b/v2/model_listener_rule_for_creation.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_load_balancer.go b/v2/model_load_balancer.go index 04e903265..66a99d926 100644 --- a/v2/model_load_balancer.go +++ b/v2/model_load_balancer.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_load_balancer_light.go b/v2/model_load_balancer_light.go index 52ccba2b9..93ed1daaf 100644 --- a/v2/model_load_balancer_light.go +++ b/v2/model_load_balancer_light.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_load_balancer_sticky_cookie_policy.go b/v2/model_load_balancer_sticky_cookie_policy.go index d32243828..09e85d1e0 100644 --- a/v2/model_load_balancer_sticky_cookie_policy.go +++ b/v2/model_load_balancer_sticky_cookie_policy.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_load_balancer_tag.go b/v2/model_load_balancer_tag.go index d1b37ee08..4294a96a1 100644 --- a/v2/model_load_balancer_tag.go +++ b/v2/model_load_balancer_tag.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_location.go b/v2/model_location.go index 1edb6f0ab..2c665e1c4 100644 --- a/v2/model_location.go +++ b/v2/model_location.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_log.go b/v2/model_log.go index 048c519d5..ea3dc3286 100644 --- a/v2/model_log.go +++ b/v2/model_log.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_maintenance_event.go b/v2/model_maintenance_event.go index 4da734bb3..805f63abe 100644 --- a/v2/model_maintenance_event.go +++ b/v2/model_maintenance_event.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_nat_service.go b/v2/model_nat_service.go index d98008542..f1c47071e 100644 --- a/v2/model_nat_service.go +++ b/v2/model_nat_service.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_net.go b/v2/model_net.go index 9e183c557..0adbd9cab 100644 --- a/v2/model_net.go +++ b/v2/model_net.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_net_access_point.go b/v2/model_net_access_point.go index 9680d86fb..1476a39aa 100644 --- a/v2/model_net_access_point.go +++ b/v2/model_net_access_point.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_net_peering.go b/v2/model_net_peering.go index 137457103..aafd1a8df 100644 --- a/v2/model_net_peering.go +++ b/v2/model_net_peering.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -15,14 +15,14 @@ import ( "encoding/json" ) -// NetPeering Information about the Net peering connection. +// NetPeering Information about the Net peering. type NetPeering struct { AccepterNet *AccepterNet `json:"AccepterNet,omitempty"` - // The ID of the Net peering connection. + // The ID of the Net peering. NetPeeringId *string `json:"NetPeeringId,omitempty"` SourceNet *SourceNet `json:"SourceNet,omitempty"` State *NetPeeringState `json:"State,omitempty"` - // One or more tags associated with the Net peering connection. + // One or more tags associated with the Net peering. Tags *[]ResourceTag `json:"Tags,omitempty"` } diff --git a/v2/model_net_peering_state.go b/v2/model_net_peering_state.go index ca6ffdad9..53ad19894 100644 --- a/v2/model_net_peering_state.go +++ b/v2/model_net_peering_state.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -15,11 +15,11 @@ import ( "encoding/json" ) -// NetPeeringState Information about the state of the Net peering connection. +// NetPeeringState Information about the state of the Net peering. type NetPeeringState struct { - // Additional information about the state of the Net peering connection. + // Additional information about the state of the Net peering. Message *string `json:"Message,omitempty"` - // The state of the Net peering connection (`pending-acceptance` \\| `active` \\| `rejected` \\| `failed` \\| `expired` \\| `deleted`). + // The state of the Net peering (`pending-acceptance` \\| `active` \\| `rejected` \\| `failed` \\| `expired` \\| `deleted`). Name *string `json:"Name,omitempty"` } diff --git a/v2/model_net_to_virtual_gateway_link.go b/v2/model_net_to_virtual_gateway_link.go index e239f4309..be8362d92 100644 --- a/v2/model_net_to_virtual_gateway_link.go +++ b/v2/model_net_to_virtual_gateway_link.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_nic.go b/v2/model_nic.go index 1a69bc5e5..1a1547495 100644 --- a/v2/model_nic.go +++ b/v2/model_nic.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_nic_for_vm_creation.go b/v2/model_nic_for_vm_creation.go index 76b84e16e..2e5ecc970 100644 --- a/v2/model_nic_for_vm_creation.go +++ b/v2/model_nic_for_vm_creation.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_nic_light.go b/v2/model_nic_light.go index 7315dfd79..830935314 100644 --- a/v2/model_nic_light.go +++ b/v2/model_nic_light.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_osu_api_key.go b/v2/model_osu_api_key.go index e638983fd..f0ffc2b21 100644 --- a/v2/model_osu_api_key.go +++ b/v2/model_osu_api_key.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_osu_export_image_export_task.go b/v2/model_osu_export_image_export_task.go index 7bd7128fa..7ea3a3d08 100644 --- a/v2/model_osu_export_image_export_task.go +++ b/v2/model_osu_export_image_export_task.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_osu_export_snapshot_export_task.go b/v2/model_osu_export_snapshot_export_task.go index 2d4330dbe..04b976b40 100644 --- a/v2/model_osu_export_snapshot_export_task.go +++ b/v2/model_osu_export_snapshot_export_task.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_osu_export_to_create.go b/v2/model_osu_export_to_create.go index 043503e53..c6de0a58b 100644 --- a/v2/model_osu_export_to_create.go +++ b/v2/model_osu_export_to_create.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_permissions_on_resource.go b/v2/model_permissions_on_resource.go index b7fe6bb35..af55174f4 100644 --- a/v2/model_permissions_on_resource.go +++ b/v2/model_permissions_on_resource.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_permissions_on_resource_creation.go b/v2/model_permissions_on_resource_creation.go index 8b1c0ae5c..30c31566d 100644 --- a/v2/model_permissions_on_resource_creation.go +++ b/v2/model_permissions_on_resource_creation.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_phase1_options.go b/v2/model_phase1_options.go index 0563cfd8a..b04d363f0 100644 --- a/v2/model_phase1_options.go +++ b/v2/model_phase1_options.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_phase2_options.go b/v2/model_phase2_options.go index 4e15c1f57..14c20ef1f 100644 --- a/v2/model_phase2_options.go +++ b/v2/model_phase2_options.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_placement.go b/v2/model_placement.go index e2722ee15..661f08763 100644 --- a/v2/model_placement.go +++ b/v2/model_placement.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_private_ip.go b/v2/model_private_ip.go index fd06e8e89..f5d0b06d7 100644 --- a/v2/model_private_ip.go +++ b/v2/model_private_ip.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_private_ip_light.go b/v2/model_private_ip_light.go index 53d3c4b58..f4a2446a4 100644 --- a/v2/model_private_ip_light.go +++ b/v2/model_private_ip_light.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_private_ip_light_for_vm.go b/v2/model_private_ip_light_for_vm.go index e9a258adb..b1284dcd8 100644 --- a/v2/model_private_ip_light_for_vm.go +++ b/v2/model_private_ip_light_for_vm.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_product_type.go b/v2/model_product_type.go index 37b93cab6..9f838b270 100644 --- a/v2/model_product_type.go +++ b/v2/model_product_type.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_public_ip.go b/v2/model_public_ip.go index 5f77c2b43..35ac0c45b 100644 --- a/v2/model_public_ip.go +++ b/v2/model_public_ip.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_public_ip_light.go b/v2/model_public_ip_light.go index 05a073824..134d409d2 100644 --- a/v2/model_public_ip_light.go +++ b/v2/model_public_ip_light.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_quota.go b/v2/model_quota.go index 01c0983c9..952cc15d5 100644 --- a/v2/model_quota.go +++ b/v2/model_quota.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_quota_types.go b/v2/model_quota_types.go index 6428345c2..a9abb051e 100644 --- a/v2/model_quota_types.go +++ b/v2/model_quota_types.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_access_keys_request.go b/v2/model_read_access_keys_request.go index 8de66f871..b27cd068e 100644 --- a/v2/model_read_access_keys_request.go +++ b/v2/model_read_access_keys_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_access_keys_response.go b/v2/model_read_access_keys_response.go index 68a0f4b98..3e87c5160 100644 --- a/v2/model_read_access_keys_response.go +++ b/v2/model_read_access_keys_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_accounts_request.go b/v2/model_read_accounts_request.go index 0105489ee..e4d2b02b9 100644 --- a/v2/model_read_accounts_request.go +++ b/v2/model_read_accounts_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_accounts_response.go b/v2/model_read_accounts_response.go index 7318b4f27..49381e67e 100644 --- a/v2/model_read_accounts_response.go +++ b/v2/model_read_accounts_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_admin_password_request.go b/v2/model_read_admin_password_request.go index 68c306177..6e14d33d7 100644 --- a/v2/model_read_admin_password_request.go +++ b/v2/model_read_admin_password_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_admin_password_response.go b/v2/model_read_admin_password_response.go index 4ab5cb758..d733a6b4b 100644 --- a/v2/model_read_admin_password_response.go +++ b/v2/model_read_admin_password_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_api_access_policy_request.go b/v2/model_read_api_access_policy_request.go index f0d48f910..5f205fd0f 100644 --- a/v2/model_read_api_access_policy_request.go +++ b/v2/model_read_api_access_policy_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_api_access_policy_response.go b/v2/model_read_api_access_policy_response.go index 316dc6f7b..bae18c7f1 100644 --- a/v2/model_read_api_access_policy_response.go +++ b/v2/model_read_api_access_policy_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_api_access_rules_request.go b/v2/model_read_api_access_rules_request.go index 1992ad8e0..0d533bd68 100644 --- a/v2/model_read_api_access_rules_request.go +++ b/v2/model_read_api_access_rules_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_api_access_rules_response.go b/v2/model_read_api_access_rules_response.go index 995c98c66..1672b53af 100644 --- a/v2/model_read_api_access_rules_response.go +++ b/v2/model_read_api_access_rules_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_api_logs_request.go b/v2/model_read_api_logs_request.go index ad6a2e5ed..a0c003b82 100644 --- a/v2/model_read_api_logs_request.go +++ b/v2/model_read_api_logs_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_api_logs_response.go b/v2/model_read_api_logs_response.go index 3a91962bd..019ac13ca 100644 --- a/v2/model_read_api_logs_response.go +++ b/v2/model_read_api_logs_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_cas_request.go b/v2/model_read_cas_request.go index f6733363d..0b585fdc6 100644 --- a/v2/model_read_cas_request.go +++ b/v2/model_read_cas_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_cas_response.go b/v2/model_read_cas_response.go index 7b57a58d1..0a98ba34c 100644 --- a/v2/model_read_cas_response.go +++ b/v2/model_read_cas_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_catalog_request.go b/v2/model_read_catalog_request.go index 7fd028c81..6ae03dfda 100644 --- a/v2/model_read_catalog_request.go +++ b/v2/model_read_catalog_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_catalog_response.go b/v2/model_read_catalog_response.go index c809b9f67..55305b440 100644 --- a/v2/model_read_catalog_response.go +++ b/v2/model_read_catalog_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_client_gateways_request.go b/v2/model_read_client_gateways_request.go index 27f3d3577..d5144a467 100644 --- a/v2/model_read_client_gateways_request.go +++ b/v2/model_read_client_gateways_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_client_gateways_response.go b/v2/model_read_client_gateways_response.go index d04a932c2..a7a83ab8c 100644 --- a/v2/model_read_client_gateways_response.go +++ b/v2/model_read_client_gateways_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_console_output_request.go b/v2/model_read_console_output_request.go index 6b4cf692f..8b66c8b48 100644 --- a/v2/model_read_console_output_request.go +++ b/v2/model_read_console_output_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_console_output_response.go b/v2/model_read_console_output_response.go index 5fe253207..0bc3eac05 100644 --- a/v2/model_read_console_output_response.go +++ b/v2/model_read_console_output_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_consumption_account_request.go b/v2/model_read_consumption_account_request.go index b9acd7880..7d5f323c3 100644 --- a/v2/model_read_consumption_account_request.go +++ b/v2/model_read_consumption_account_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_consumption_account_response.go b/v2/model_read_consumption_account_response.go index d0cb4ef96..1742c868e 100644 --- a/v2/model_read_consumption_account_response.go +++ b/v2/model_read_consumption_account_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_dhcp_options_request.go b/v2/model_read_dhcp_options_request.go index 253862143..6d09709fc 100644 --- a/v2/model_read_dhcp_options_request.go +++ b/v2/model_read_dhcp_options_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_dhcp_options_response.go b/v2/model_read_dhcp_options_response.go index 1337fa2cf..f03c4a523 100644 --- a/v2/model_read_dhcp_options_response.go +++ b/v2/model_read_dhcp_options_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_direct_link_interfaces_request.go b/v2/model_read_direct_link_interfaces_request.go index 4a80d726f..d803b5571 100644 --- a/v2/model_read_direct_link_interfaces_request.go +++ b/v2/model_read_direct_link_interfaces_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_direct_link_interfaces_response.go b/v2/model_read_direct_link_interfaces_response.go index 9de3d0f00..15648328d 100644 --- a/v2/model_read_direct_link_interfaces_response.go +++ b/v2/model_read_direct_link_interfaces_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_direct_links_request.go b/v2/model_read_direct_links_request.go index 3b4611214..e5aa7aa10 100644 --- a/v2/model_read_direct_links_request.go +++ b/v2/model_read_direct_links_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_direct_links_response.go b/v2/model_read_direct_links_response.go index 73a2c7dc6..f67156a40 100644 --- a/v2/model_read_direct_links_response.go +++ b/v2/model_read_direct_links_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_flexible_gpu_catalog_request.go b/v2/model_read_flexible_gpu_catalog_request.go index 5dbc320e0..a40aa02f7 100644 --- a/v2/model_read_flexible_gpu_catalog_request.go +++ b/v2/model_read_flexible_gpu_catalog_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_flexible_gpu_catalog_response.go b/v2/model_read_flexible_gpu_catalog_response.go index 90a49d2a1..31999843e 100644 --- a/v2/model_read_flexible_gpu_catalog_response.go +++ b/v2/model_read_flexible_gpu_catalog_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_flexible_gpus_request.go b/v2/model_read_flexible_gpus_request.go index 9ed348f85..c7426624d 100644 --- a/v2/model_read_flexible_gpus_request.go +++ b/v2/model_read_flexible_gpus_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_flexible_gpus_response.go b/v2/model_read_flexible_gpus_response.go index dd7f5dd54..edba9e41d 100644 --- a/v2/model_read_flexible_gpus_response.go +++ b/v2/model_read_flexible_gpus_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_image_export_tasks_request.go b/v2/model_read_image_export_tasks_request.go index 46d84de05..30175e318 100644 --- a/v2/model_read_image_export_tasks_request.go +++ b/v2/model_read_image_export_tasks_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_image_export_tasks_response.go b/v2/model_read_image_export_tasks_response.go index 8ddc7151f..ac4837287 100644 --- a/v2/model_read_image_export_tasks_response.go +++ b/v2/model_read_image_export_tasks_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_images_request.go b/v2/model_read_images_request.go index 1662b533c..e00ca7183 100644 --- a/v2/model_read_images_request.go +++ b/v2/model_read_images_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_images_response.go b/v2/model_read_images_response.go index f9b826863..f802ee67c 100644 --- a/v2/model_read_images_response.go +++ b/v2/model_read_images_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_internet_services_request.go b/v2/model_read_internet_services_request.go index 6397a811a..902c5c899 100644 --- a/v2/model_read_internet_services_request.go +++ b/v2/model_read_internet_services_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_internet_services_response.go b/v2/model_read_internet_services_response.go index e217eaac2..4d92bfa3b 100644 --- a/v2/model_read_internet_services_response.go +++ b/v2/model_read_internet_services_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_keypairs_request.go b/v2/model_read_keypairs_request.go index ee0c43c8c..8493741ea 100644 --- a/v2/model_read_keypairs_request.go +++ b/v2/model_read_keypairs_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_keypairs_response.go b/v2/model_read_keypairs_response.go index fbb432986..cf0a804fa 100644 --- a/v2/model_read_keypairs_response.go +++ b/v2/model_read_keypairs_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_listener_rules_request.go b/v2/model_read_listener_rules_request.go index e5c229599..270f920da 100644 --- a/v2/model_read_listener_rules_request.go +++ b/v2/model_read_listener_rules_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_listener_rules_response.go b/v2/model_read_listener_rules_response.go index a14d45ef6..264f012a6 100644 --- a/v2/model_read_listener_rules_response.go +++ b/v2/model_read_listener_rules_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_load_balancer_tags_request.go b/v2/model_read_load_balancer_tags_request.go index 8d296adf1..14612a43a 100644 --- a/v2/model_read_load_balancer_tags_request.go +++ b/v2/model_read_load_balancer_tags_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_load_balancer_tags_response.go b/v2/model_read_load_balancer_tags_response.go index 45816953b..31da64178 100644 --- a/v2/model_read_load_balancer_tags_response.go +++ b/v2/model_read_load_balancer_tags_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_load_balancers_request.go b/v2/model_read_load_balancers_request.go index e52fdc3f2..61dd63cde 100644 --- a/v2/model_read_load_balancers_request.go +++ b/v2/model_read_load_balancers_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_load_balancers_response.go b/v2/model_read_load_balancers_response.go index 681221f62..431ca9e5f 100644 --- a/v2/model_read_load_balancers_response.go +++ b/v2/model_read_load_balancers_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_locations_request.go b/v2/model_read_locations_request.go index 43aa0281f..ad1041998 100644 --- a/v2/model_read_locations_request.go +++ b/v2/model_read_locations_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_locations_response.go b/v2/model_read_locations_response.go index 4feca0b2d..08f7b6888 100644 --- a/v2/model_read_locations_response.go +++ b/v2/model_read_locations_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_nat_services_request.go b/v2/model_read_nat_services_request.go index 994adaee6..6ec6b5412 100644 --- a/v2/model_read_nat_services_request.go +++ b/v2/model_read_nat_services_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_nat_services_response.go b/v2/model_read_nat_services_response.go index 432bafd3f..14dfd75b4 100644 --- a/v2/model_read_nat_services_response.go +++ b/v2/model_read_nat_services_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_net_access_point_services_request.go b/v2/model_read_net_access_point_services_request.go index 4aae77ed1..868f06222 100644 --- a/v2/model_read_net_access_point_services_request.go +++ b/v2/model_read_net_access_point_services_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_net_access_point_services_response.go b/v2/model_read_net_access_point_services_response.go index ea54271d0..cb6fc35ae 100644 --- a/v2/model_read_net_access_point_services_response.go +++ b/v2/model_read_net_access_point_services_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_net_access_points_request.go b/v2/model_read_net_access_points_request.go index c01c1f1e5..820005e18 100644 --- a/v2/model_read_net_access_points_request.go +++ b/v2/model_read_net_access_points_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_net_access_points_response.go b/v2/model_read_net_access_points_response.go index 2f8ec2c73..1ad714423 100644 --- a/v2/model_read_net_access_points_response.go +++ b/v2/model_read_net_access_points_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_net_peerings_request.go b/v2/model_read_net_peerings_request.go index 6be579d4f..7d53901f5 100644 --- a/v2/model_read_net_peerings_request.go +++ b/v2/model_read_net_peerings_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_net_peerings_response.go b/v2/model_read_net_peerings_response.go index cb5e3e550..fd409a279 100644 --- a/v2/model_read_net_peerings_response.go +++ b/v2/model_read_net_peerings_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -17,7 +17,7 @@ import ( // ReadNetPeeringsResponse struct for ReadNetPeeringsResponse type ReadNetPeeringsResponse struct { - // Information about one or more Net peering connections. + // Information about one or more Net peerings. NetPeerings *[]NetPeering `json:"NetPeerings,omitempty"` ResponseContext *ResponseContext `json:"ResponseContext,omitempty"` } diff --git a/v2/model_read_nets_request.go b/v2/model_read_nets_request.go index 4684d9958..0263b3ff6 100644 --- a/v2/model_read_nets_request.go +++ b/v2/model_read_nets_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_nets_response.go b/v2/model_read_nets_response.go index f4a5c062e..d386312ed 100644 --- a/v2/model_read_nets_response.go +++ b/v2/model_read_nets_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_nics_request.go b/v2/model_read_nics_request.go index 0a9f6dfba..9256dda96 100644 --- a/v2/model_read_nics_request.go +++ b/v2/model_read_nics_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_nics_response.go b/v2/model_read_nics_response.go index 5455add79..c055d3f91 100644 --- a/v2/model_read_nics_response.go +++ b/v2/model_read_nics_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_product_types_request.go b/v2/model_read_product_types_request.go index c62504e23..834b5f0da 100644 --- a/v2/model_read_product_types_request.go +++ b/v2/model_read_product_types_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_product_types_response.go b/v2/model_read_product_types_response.go index 3d4c3c97a..a59e06791 100644 --- a/v2/model_read_product_types_response.go +++ b/v2/model_read_product_types_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_public_catalog_request.go b/v2/model_read_public_catalog_request.go index b15c97c1b..a89059dd1 100644 --- a/v2/model_read_public_catalog_request.go +++ b/v2/model_read_public_catalog_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_public_catalog_response.go b/v2/model_read_public_catalog_response.go index f7ae68fdb..a2b08f3c3 100644 --- a/v2/model_read_public_catalog_response.go +++ b/v2/model_read_public_catalog_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_public_ip_ranges_request.go b/v2/model_read_public_ip_ranges_request.go index 6b1b19df2..1f1ad99de 100644 --- a/v2/model_read_public_ip_ranges_request.go +++ b/v2/model_read_public_ip_ranges_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_public_ip_ranges_response.go b/v2/model_read_public_ip_ranges_response.go index 67b891820..dca6b6afc 100644 --- a/v2/model_read_public_ip_ranges_response.go +++ b/v2/model_read_public_ip_ranges_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_public_ips_request.go b/v2/model_read_public_ips_request.go index 83c5fb8ed..f655d78a0 100644 --- a/v2/model_read_public_ips_request.go +++ b/v2/model_read_public_ips_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_public_ips_response.go b/v2/model_read_public_ips_response.go index 804ef1816..f69c2562e 100644 --- a/v2/model_read_public_ips_response.go +++ b/v2/model_read_public_ips_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_quotas_request.go b/v2/model_read_quotas_request.go index e71f5d6a9..7a27e5bb7 100644 --- a/v2/model_read_quotas_request.go +++ b/v2/model_read_quotas_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_quotas_response.go b/v2/model_read_quotas_response.go index 3c279b414..b4c4e0565 100644 --- a/v2/model_read_quotas_response.go +++ b/v2/model_read_quotas_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_regions_request.go b/v2/model_read_regions_request.go index 4acbde5ba..bdf8d17af 100644 --- a/v2/model_read_regions_request.go +++ b/v2/model_read_regions_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_regions_response.go b/v2/model_read_regions_response.go index 7fb129555..b64ee399e 100644 --- a/v2/model_read_regions_response.go +++ b/v2/model_read_regions_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_route_tables_request.go b/v2/model_read_route_tables_request.go index 0fd943faf..19657a3ac 100644 --- a/v2/model_read_route_tables_request.go +++ b/v2/model_read_route_tables_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_route_tables_response.go b/v2/model_read_route_tables_response.go index d8dfefc97..188de584c 100644 --- a/v2/model_read_route_tables_response.go +++ b/v2/model_read_route_tables_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_secret_access_key_request.go b/v2/model_read_secret_access_key_request.go index ca3b93a05..c96f2bea0 100644 --- a/v2/model_read_secret_access_key_request.go +++ b/v2/model_read_secret_access_key_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_secret_access_key_response.go b/v2/model_read_secret_access_key_response.go index f87524146..942458642 100644 --- a/v2/model_read_secret_access_key_response.go +++ b/v2/model_read_secret_access_key_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_security_groups_request.go b/v2/model_read_security_groups_request.go index 508305b8c..d7e2e5170 100644 --- a/v2/model_read_security_groups_request.go +++ b/v2/model_read_security_groups_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_security_groups_response.go b/v2/model_read_security_groups_response.go index b9ac59712..18eb7fb99 100644 --- a/v2/model_read_security_groups_response.go +++ b/v2/model_read_security_groups_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_server_certificates_request.go b/v2/model_read_server_certificates_request.go index 25747925e..3bf5adcb1 100644 --- a/v2/model_read_server_certificates_request.go +++ b/v2/model_read_server_certificates_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_server_certificates_response.go b/v2/model_read_server_certificates_response.go index 59d14c48b..15c9633f1 100644 --- a/v2/model_read_server_certificates_response.go +++ b/v2/model_read_server_certificates_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_snapshot_export_tasks_request.go b/v2/model_read_snapshot_export_tasks_request.go index c5330d959..66b68d336 100644 --- a/v2/model_read_snapshot_export_tasks_request.go +++ b/v2/model_read_snapshot_export_tasks_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_snapshot_export_tasks_response.go b/v2/model_read_snapshot_export_tasks_response.go index 43f505a1e..c92c3dfb7 100644 --- a/v2/model_read_snapshot_export_tasks_response.go +++ b/v2/model_read_snapshot_export_tasks_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_snapshots_request.go b/v2/model_read_snapshots_request.go index 840f60de1..53e3f06c9 100644 --- a/v2/model_read_snapshots_request.go +++ b/v2/model_read_snapshots_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_snapshots_response.go b/v2/model_read_snapshots_response.go index 248548f1c..cfc47f661 100644 --- a/v2/model_read_snapshots_response.go +++ b/v2/model_read_snapshots_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_subnets_request.go b/v2/model_read_subnets_request.go index 859f31c37..e3bbd00be 100644 --- a/v2/model_read_subnets_request.go +++ b/v2/model_read_subnets_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_subnets_response.go b/v2/model_read_subnets_response.go index 9d7577a60..a30b32de2 100644 --- a/v2/model_read_subnets_response.go +++ b/v2/model_read_subnets_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_subregions_request.go b/v2/model_read_subregions_request.go index d64a275d7..ed19326ec 100644 --- a/v2/model_read_subregions_request.go +++ b/v2/model_read_subregions_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_subregions_response.go b/v2/model_read_subregions_response.go index 1e194d9c9..3356e545a 100644 --- a/v2/model_read_subregions_response.go +++ b/v2/model_read_subregions_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_tags_request.go b/v2/model_read_tags_request.go index d3d20d469..d0bc25d83 100644 --- a/v2/model_read_tags_request.go +++ b/v2/model_read_tags_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_tags_response.go b/v2/model_read_tags_response.go index 611c25160..77eb9dbd2 100644 --- a/v2/model_read_tags_response.go +++ b/v2/model_read_tags_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_virtual_gateways_request.go b/v2/model_read_virtual_gateways_request.go index 8b406e8b2..d712f4f6a 100644 --- a/v2/model_read_virtual_gateways_request.go +++ b/v2/model_read_virtual_gateways_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_virtual_gateways_response.go b/v2/model_read_virtual_gateways_response.go index 82f7a8ef0..9de5fa9c8 100644 --- a/v2/model_read_virtual_gateways_response.go +++ b/v2/model_read_virtual_gateways_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_vm_types_request.go b/v2/model_read_vm_types_request.go index 1d81fa3b0..45713fa2d 100644 --- a/v2/model_read_vm_types_request.go +++ b/v2/model_read_vm_types_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_vm_types_response.go b/v2/model_read_vm_types_response.go index 35f506fd2..054c84251 100644 --- a/v2/model_read_vm_types_response.go +++ b/v2/model_read_vm_types_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_vms_health_request.go b/v2/model_read_vms_health_request.go index 66908f6a9..5abae87e3 100644 --- a/v2/model_read_vms_health_request.go +++ b/v2/model_read_vms_health_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_vms_health_response.go b/v2/model_read_vms_health_response.go index 3a9e58229..25470d965 100644 --- a/v2/model_read_vms_health_response.go +++ b/v2/model_read_vms_health_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_vms_request.go b/v2/model_read_vms_request.go index 037644f3c..4532ae3f0 100644 --- a/v2/model_read_vms_request.go +++ b/v2/model_read_vms_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_vms_response.go b/v2/model_read_vms_response.go index 6e9263fef..91d152c4c 100644 --- a/v2/model_read_vms_response.go +++ b/v2/model_read_vms_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_vms_state_request.go b/v2/model_read_vms_state_request.go index 9809192c2..02aa81f21 100644 --- a/v2/model_read_vms_state_request.go +++ b/v2/model_read_vms_state_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_vms_state_response.go b/v2/model_read_vms_state_response.go index 5f9901c6b..67febbf9a 100644 --- a/v2/model_read_vms_state_response.go +++ b/v2/model_read_vms_state_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_volumes_request.go b/v2/model_read_volumes_request.go index fe034a2cf..cd09e5337 100644 --- a/v2/model_read_volumes_request.go +++ b/v2/model_read_volumes_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_volumes_response.go b/v2/model_read_volumes_response.go index 83485fe44..b4bb936db 100644 --- a/v2/model_read_volumes_response.go +++ b/v2/model_read_volumes_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_vpn_connections_request.go b/v2/model_read_vpn_connections_request.go index d4d773308..bf0878e30 100644 --- a/v2/model_read_vpn_connections_request.go +++ b/v2/model_read_vpn_connections_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_read_vpn_connections_response.go b/v2/model_read_vpn_connections_response.go index ea9f2b3aa..e6973e70c 100644 --- a/v2/model_read_vpn_connections_response.go +++ b/v2/model_read_vpn_connections_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_reboot_vms_request.go b/v2/model_reboot_vms_request.go index c994c20d3..596869580 100644 --- a/v2/model_reboot_vms_request.go +++ b/v2/model_reboot_vms_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_reboot_vms_response.go b/v2/model_reboot_vms_response.go index 82abb56aa..6bbfe9e00 100644 --- a/v2/model_reboot_vms_response.go +++ b/v2/model_reboot_vms_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_region.go b/v2/model_region.go index d28d0e57b..1942b93d4 100644 --- a/v2/model_region.go +++ b/v2/model_region.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_register_vms_in_load_balancer_request.go b/v2/model_register_vms_in_load_balancer_request.go index 2f0640398..f1d985516 100644 --- a/v2/model_register_vms_in_load_balancer_request.go +++ b/v2/model_register_vms_in_load_balancer_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_register_vms_in_load_balancer_response.go b/v2/model_register_vms_in_load_balancer_response.go index 5325f031d..0b18b4b8d 100644 --- a/v2/model_register_vms_in_load_balancer_response.go +++ b/v2/model_register_vms_in_load_balancer_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_reject_net_peering_request.go b/v2/model_reject_net_peering_request.go index ddedac14b..c2c6b4967 100644 --- a/v2/model_reject_net_peering_request.go +++ b/v2/model_reject_net_peering_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -19,7 +19,7 @@ import ( type RejectNetPeeringRequest struct { // If true, checks whether you have the required permissions to perform the action. DryRun *bool `json:"DryRun,omitempty"` - // The ID of the Net peering connection you want to reject. + // The ID of the Net peering you want to reject. NetPeeringId string `json:"NetPeeringId"` } diff --git a/v2/model_reject_net_peering_response.go b/v2/model_reject_net_peering_response.go index aee86f953..bf734486e 100644 --- a/v2/model_reject_net_peering_response.go +++ b/v2/model_reject_net_peering_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_reset_account_password_request.go b/v2/model_reset_account_password_request.go index fd86ae6cb..6eb16eb00 100644 --- a/v2/model_reset_account_password_request.go +++ b/v2/model_reset_account_password_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_reset_account_password_response.go b/v2/model_reset_account_password_response.go index b37a081a6..289ffc6d1 100644 --- a/v2/model_reset_account_password_response.go +++ b/v2/model_reset_account_password_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_resource_load_balancer_tag.go b/v2/model_resource_load_balancer_tag.go index 63513cee6..98c7d4504 100644 --- a/v2/model_resource_load_balancer_tag.go +++ b/v2/model_resource_load_balancer_tag.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_resource_tag.go b/v2/model_resource_tag.go index 068440434..4cdfedb98 100644 --- a/v2/model_resource_tag.go +++ b/v2/model_resource_tag.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_response_context.go b/v2/model_response_context.go index 47be3e8fa..d2ff3ce0a 100644 --- a/v2/model_response_context.go +++ b/v2/model_response_context.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_route.go b/v2/model_route.go index 88f56a3fe..b72c5e163 100644 --- a/v2/model_route.go +++ b/v2/model_route.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -29,7 +29,7 @@ type Route struct { NatServiceId *string `json:"NatServiceId,omitempty"` // The ID of the Net access point. NetAccessPointId *string `json:"NetAccessPointId,omitempty"` - // The ID of the Net peering connection. + // The ID of the Net peering. NetPeeringId *string `json:"NetPeeringId,omitempty"` // The ID of the NIC. NicId *string `json:"NicId,omitempty"` diff --git a/v2/model_route_light.go b/v2/model_route_light.go index 874ce0cdd..64d895eb9 100644 --- a/v2/model_route_light.go +++ b/v2/model_route_light.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_route_propagating_virtual_gateway.go b/v2/model_route_propagating_virtual_gateway.go index b442a7847..e3729cb1b 100644 --- a/v2/model_route_propagating_virtual_gateway.go +++ b/v2/model_route_propagating_virtual_gateway.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_route_table.go b/v2/model_route_table.go index a64e3d953..303e138f5 100644 --- a/v2/model_route_table.go +++ b/v2/model_route_table.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_security_group.go b/v2/model_security_group.go index 5a1dbfeaa..1c9848260 100644 --- a/v2/model_security_group.go +++ b/v2/model_security_group.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_security_group_light.go b/v2/model_security_group_light.go index 493896400..79a45eae6 100644 --- a/v2/model_security_group_light.go +++ b/v2/model_security_group_light.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_security_group_rule.go b/v2/model_security_group_rule.go index 6a5ba5e01..eb3f944fc 100644 --- a/v2/model_security_group_rule.go +++ b/v2/model_security_group_rule.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_security_groups_member.go b/v2/model_security_groups_member.go index a5760b8b8..e633f5fb7 100644 --- a/v2/model_security_groups_member.go +++ b/v2/model_security_groups_member.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_send_reset_password_email_request.go b/v2/model_send_reset_password_email_request.go index 5427dc409..a1db90da3 100644 --- a/v2/model_send_reset_password_email_request.go +++ b/v2/model_send_reset_password_email_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_send_reset_password_email_response.go b/v2/model_send_reset_password_email_response.go index 33910185b..7af028a47 100644 --- a/v2/model_send_reset_password_email_response.go +++ b/v2/model_send_reset_password_email_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_server_certificate.go b/v2/model_server_certificate.go index 4f89a8bd1..c57d49a46 100644 --- a/v2/model_server_certificate.go +++ b/v2/model_server_certificate.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_service.go b/v2/model_service.go index 3afcd78d5..f9fc1654d 100644 --- a/v2/model_service.go +++ b/v2/model_service.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_snapshot.go b/v2/model_snapshot.go index 71d31698f..7d6709e83 100644 --- a/v2/model_snapshot.go +++ b/v2/model_snapshot.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_snapshot_export_task.go b/v2/model_snapshot_export_task.go index ba82feda6..d4f65ce9a 100644 --- a/v2/model_snapshot_export_task.go +++ b/v2/model_snapshot_export_task.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_source_net.go b/v2/model_source_net.go index c803f8bdd..9c989f3a4 100644 --- a/v2/model_source_net.go +++ b/v2/model_source_net.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_source_security_group.go b/v2/model_source_security_group.go index 837bb0896..5c0deeb0a 100644 --- a/v2/model_source_security_group.go +++ b/v2/model_source_security_group.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_start_vms_request.go b/v2/model_start_vms_request.go index a87ff679a..67b621196 100644 --- a/v2/model_start_vms_request.go +++ b/v2/model_start_vms_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_start_vms_response.go b/v2/model_start_vms_response.go index dee439fec..283a98180 100644 --- a/v2/model_start_vms_response.go +++ b/v2/model_start_vms_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_state_comment.go b/v2/model_state_comment.go index bab76aee3..291137eae 100644 --- a/v2/model_state_comment.go +++ b/v2/model_state_comment.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_stop_vms_request.go b/v2/model_stop_vms_request.go index 4ce52b6c5..c0c05bfe8 100644 --- a/v2/model_stop_vms_request.go +++ b/v2/model_stop_vms_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_stop_vms_response.go b/v2/model_stop_vms_response.go index 6ac94c8f2..8be178d7e 100644 --- a/v2/model_stop_vms_response.go +++ b/v2/model_stop_vms_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_subnet.go b/v2/model_subnet.go index ac69d312c..e10c096b1 100644 --- a/v2/model_subnet.go +++ b/v2/model_subnet.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_subregion.go b/v2/model_subregion.go index 94ae457de..52435c867 100644 --- a/v2/model_subregion.go +++ b/v2/model_subregion.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_tag.go b/v2/model_tag.go index 960f7fc4a..0d1fefe32 100644 --- a/v2/model_tag.go +++ b/v2/model_tag.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_unlink_flexible_gpu_request.go b/v2/model_unlink_flexible_gpu_request.go index 70a587a41..ba099f923 100644 --- a/v2/model_unlink_flexible_gpu_request.go +++ b/v2/model_unlink_flexible_gpu_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_unlink_flexible_gpu_response.go b/v2/model_unlink_flexible_gpu_response.go index 2667a94a8..ddb566fc0 100644 --- a/v2/model_unlink_flexible_gpu_response.go +++ b/v2/model_unlink_flexible_gpu_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_unlink_internet_service_request.go b/v2/model_unlink_internet_service_request.go index 799427174..994b00e52 100644 --- a/v2/model_unlink_internet_service_request.go +++ b/v2/model_unlink_internet_service_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_unlink_internet_service_response.go b/v2/model_unlink_internet_service_response.go index 5a964d90e..1b22a90d5 100644 --- a/v2/model_unlink_internet_service_response.go +++ b/v2/model_unlink_internet_service_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_unlink_load_balancer_backend_machines_request.go b/v2/model_unlink_load_balancer_backend_machines_request.go index 6606afcbf..13f530ae4 100644 --- a/v2/model_unlink_load_balancer_backend_machines_request.go +++ b/v2/model_unlink_load_balancer_backend_machines_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_unlink_load_balancer_backend_machines_response.go b/v2/model_unlink_load_balancer_backend_machines_response.go index 3599aa8fa..88a459ce9 100644 --- a/v2/model_unlink_load_balancer_backend_machines_response.go +++ b/v2/model_unlink_load_balancer_backend_machines_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_unlink_nic_request.go b/v2/model_unlink_nic_request.go index a39241b14..cc466c85f 100644 --- a/v2/model_unlink_nic_request.go +++ b/v2/model_unlink_nic_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_unlink_nic_response.go b/v2/model_unlink_nic_response.go index bcdb24a40..85e870652 100644 --- a/v2/model_unlink_nic_response.go +++ b/v2/model_unlink_nic_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_unlink_private_ips_request.go b/v2/model_unlink_private_ips_request.go index baa195692..3bf43f836 100644 --- a/v2/model_unlink_private_ips_request.go +++ b/v2/model_unlink_private_ips_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_unlink_private_ips_response.go b/v2/model_unlink_private_ips_response.go index 5a7fbe806..2db2e4fa3 100644 --- a/v2/model_unlink_private_ips_response.go +++ b/v2/model_unlink_private_ips_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_unlink_public_ip_request.go b/v2/model_unlink_public_ip_request.go index b199e88ab..736cb8857 100644 --- a/v2/model_unlink_public_ip_request.go +++ b/v2/model_unlink_public_ip_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_unlink_public_ip_response.go b/v2/model_unlink_public_ip_response.go index 633a552da..5d0dc6b2c 100644 --- a/v2/model_unlink_public_ip_response.go +++ b/v2/model_unlink_public_ip_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_unlink_route_table_request.go b/v2/model_unlink_route_table_request.go index 75d4a4970..3016857f8 100644 --- a/v2/model_unlink_route_table_request.go +++ b/v2/model_unlink_route_table_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_unlink_route_table_response.go b/v2/model_unlink_route_table_response.go index 4f5ec7584..58c218d82 100644 --- a/v2/model_unlink_route_table_response.go +++ b/v2/model_unlink_route_table_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_unlink_virtual_gateway_request.go b/v2/model_unlink_virtual_gateway_request.go index ab4170219..fc9c65310 100644 --- a/v2/model_unlink_virtual_gateway_request.go +++ b/v2/model_unlink_virtual_gateway_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_unlink_virtual_gateway_response.go b/v2/model_unlink_virtual_gateway_response.go index ea64a8c17..4a8fea80d 100644 --- a/v2/model_unlink_virtual_gateway_response.go +++ b/v2/model_unlink_virtual_gateway_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_unlink_volume_request.go b/v2/model_unlink_volume_request.go index 3fa048704..2e32e7459 100644 --- a/v2/model_unlink_volume_request.go +++ b/v2/model_unlink_volume_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_unlink_volume_response.go b/v2/model_unlink_volume_response.go index 93d98b508..b6b63b271 100644 --- a/v2/model_unlink_volume_response.go +++ b/v2/model_unlink_volume_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_access_key_request.go b/v2/model_update_access_key_request.go index 5dcfd312d..37b4d39c3 100644 --- a/v2/model_update_access_key_request.go +++ b/v2/model_update_access_key_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_access_key_response.go b/v2/model_update_access_key_response.go index 6405af3a0..7b8966e70 100644 --- a/v2/model_update_access_key_response.go +++ b/v2/model_update_access_key_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_account_request.go b/v2/model_update_account_request.go index d09d149e2..89f2785c7 100644 --- a/v2/model_update_account_request.go +++ b/v2/model_update_account_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_account_response.go b/v2/model_update_account_response.go index 1097b5fda..ceb8ed770 100644 --- a/v2/model_update_account_response.go +++ b/v2/model_update_account_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_api_access_policy_request.go b/v2/model_update_api_access_policy_request.go index a90c5d0a3..c7ffbd891 100644 --- a/v2/model_update_api_access_policy_request.go +++ b/v2/model_update_api_access_policy_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_api_access_policy_response.go b/v2/model_update_api_access_policy_response.go index 5ab6769f8..9bf82d57a 100644 --- a/v2/model_update_api_access_policy_response.go +++ b/v2/model_update_api_access_policy_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_api_access_rule_request.go b/v2/model_update_api_access_rule_request.go index 49c5a6348..acd618d7b 100644 --- a/v2/model_update_api_access_rule_request.go +++ b/v2/model_update_api_access_rule_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -27,7 +27,7 @@ type UpdateApiAccessRuleRequest struct { Description *string `json:"Description,omitempty"` // If true, checks whether you have the required permissions to perform the action. DryRun *bool `json:"DryRun,omitempty"` - // One or more IP ranges, in CIDR notation (for example, `192.0.2.0/16`). + // One or more IP addresses or CIDR blocks (for example, `192.0.2.0/16`). IpRanges *[]string `json:"IpRanges,omitempty"` } diff --git a/v2/model_update_api_access_rule_response.go b/v2/model_update_api_access_rule_response.go index f64f41e9c..122992340 100644 --- a/v2/model_update_api_access_rule_response.go +++ b/v2/model_update_api_access_rule_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_ca_request.go b/v2/model_update_ca_request.go index 99a223158..e3579ffdc 100644 --- a/v2/model_update_ca_request.go +++ b/v2/model_update_ca_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_ca_response.go b/v2/model_update_ca_response.go index 6a5eb26dd..df3e2c462 100644 --- a/v2/model_update_ca_response.go +++ b/v2/model_update_ca_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_direct_link_interface_request.go b/v2/model_update_direct_link_interface_request.go index cf930f274..1dd274570 100644 --- a/v2/model_update_direct_link_interface_request.go +++ b/v2/model_update_direct_link_interface_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_direct_link_interface_response.go b/v2/model_update_direct_link_interface_response.go index 3a769f1fc..517bd67b0 100644 --- a/v2/model_update_direct_link_interface_response.go +++ b/v2/model_update_direct_link_interface_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_flexible_gpu_request.go b/v2/model_update_flexible_gpu_request.go index 54316b084..501f13c57 100644 --- a/v2/model_update_flexible_gpu_request.go +++ b/v2/model_update_flexible_gpu_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_flexible_gpu_response.go b/v2/model_update_flexible_gpu_response.go index 8877330a0..f4ccf37ab 100644 --- a/v2/model_update_flexible_gpu_response.go +++ b/v2/model_update_flexible_gpu_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_image_request.go b/v2/model_update_image_request.go index d792debb2..37460e9aa 100644 --- a/v2/model_update_image_request.go +++ b/v2/model_update_image_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_image_response.go b/v2/model_update_image_response.go index dcec302c1..3251cf3d6 100644 --- a/v2/model_update_image_response.go +++ b/v2/model_update_image_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_listener_rule_request.go b/v2/model_update_listener_rule_request.go index 9ebf2bc92..ea5bad209 100644 --- a/v2/model_update_listener_rule_request.go +++ b/v2/model_update_listener_rule_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_listener_rule_response.go b/v2/model_update_listener_rule_response.go index 533dc91f6..e22927560 100644 --- a/v2/model_update_listener_rule_response.go +++ b/v2/model_update_listener_rule_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_load_balancer_request.go b/v2/model_update_load_balancer_request.go index 17c2856d5..fed62c200 100644 --- a/v2/model_update_load_balancer_request.go +++ b/v2/model_update_load_balancer_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_load_balancer_response.go b/v2/model_update_load_balancer_response.go index 61435a8a0..546ea2802 100644 --- a/v2/model_update_load_balancer_response.go +++ b/v2/model_update_load_balancer_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_net_access_point_request.go b/v2/model_update_net_access_point_request.go index 56d6c40cd..69b306407 100644 --- a/v2/model_update_net_access_point_request.go +++ b/v2/model_update_net_access_point_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_net_access_point_response.go b/v2/model_update_net_access_point_response.go index 09a011357..b541525ef 100644 --- a/v2/model_update_net_access_point_response.go +++ b/v2/model_update_net_access_point_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_net_request.go b/v2/model_update_net_request.go index 84a0d22b5..f7e129815 100644 --- a/v2/model_update_net_request.go +++ b/v2/model_update_net_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_net_response.go b/v2/model_update_net_response.go index 6f21d707e..14ef1b48b 100644 --- a/v2/model_update_net_response.go +++ b/v2/model_update_net_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_nic_request.go b/v2/model_update_nic_request.go index 272a89499..8112274b8 100644 --- a/v2/model_update_nic_request.go +++ b/v2/model_update_nic_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_nic_response.go b/v2/model_update_nic_response.go index 222225a14..775787be5 100644 --- a/v2/model_update_nic_response.go +++ b/v2/model_update_nic_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_route_propagation_request.go b/v2/model_update_route_propagation_request.go index 585aa094c..5db0679e4 100644 --- a/v2/model_update_route_propagation_request.go +++ b/v2/model_update_route_propagation_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_route_propagation_response.go b/v2/model_update_route_propagation_response.go index 60fc8902e..324b60346 100644 --- a/v2/model_update_route_propagation_response.go +++ b/v2/model_update_route_propagation_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_route_request.go b/v2/model_update_route_request.go index 10efb957a..4b34aa03d 100644 --- a/v2/model_update_route_request.go +++ b/v2/model_update_route_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -25,7 +25,7 @@ type UpdateRouteRequest struct { GatewayId *string `json:"GatewayId,omitempty"` // The ID of a NAT service. NatServiceId *string `json:"NatServiceId,omitempty"` - // The ID of a Net peering connection. + // The ID of a Net peering. NetPeeringId *string `json:"NetPeeringId,omitempty"` // The ID of a network interface card (NIC). NicId *string `json:"NicId,omitempty"` diff --git a/v2/model_update_route_response.go b/v2/model_update_route_response.go index 301db3d18..3846e3adf 100644 --- a/v2/model_update_route_response.go +++ b/v2/model_update_route_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_server_certificate_request.go b/v2/model_update_server_certificate_request.go index 6f37dbe9b..8a3b2aa1b 100644 --- a/v2/model_update_server_certificate_request.go +++ b/v2/model_update_server_certificate_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_server_certificate_response.go b/v2/model_update_server_certificate_response.go index 06aaf871c..5eb4dfd67 100644 --- a/v2/model_update_server_certificate_response.go +++ b/v2/model_update_server_certificate_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_snapshot_request.go b/v2/model_update_snapshot_request.go index c63ad3a0a..29a1030dc 100644 --- a/v2/model_update_snapshot_request.go +++ b/v2/model_update_snapshot_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_snapshot_response.go b/v2/model_update_snapshot_response.go index d9f676f7b..611480f34 100644 --- a/v2/model_update_snapshot_response.go +++ b/v2/model_update_snapshot_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_subnet_request.go b/v2/model_update_subnet_request.go index 48d3f47d6..84cdb6ccb 100644 --- a/v2/model_update_subnet_request.go +++ b/v2/model_update_subnet_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_subnet_response.go b/v2/model_update_subnet_response.go index 04a31f7d8..76e78b5ad 100644 --- a/v2/model_update_subnet_response.go +++ b/v2/model_update_subnet_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_vm_request.go b/v2/model_update_vm_request.go index 9a630688a..7666f4800 100644 --- a/v2/model_update_vm_request.go +++ b/v2/model_update_vm_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_vm_response.go b/v2/model_update_vm_response.go index ffcc582f7..6555457e0 100644 --- a/v2/model_update_vm_response.go +++ b/v2/model_update_vm_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_volume_request.go b/v2/model_update_volume_request.go index bd435d8d1..633266e9d 100644 --- a/v2/model_update_volume_request.go +++ b/v2/model_update_volume_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ @@ -19,7 +19,7 @@ import ( type UpdateVolumeRequest struct { // If true, checks whether you have the required permissions to perform the action. DryRun *bool `json:"DryRun,omitempty"` - // The new number of I/O operations per second (IOPS). This parameter can be specified only if you update an `io1` volume. The maximum number of IOPS allowed for `io1` volumes is `13000`. This modification is instantaneous on a cold volume, not on a hot one. + // The new number of I/O operations per second (IOPS). This parameter can be specified only if you update an `io1` volume. The maximum number of IOPS allowed for `io1` volumes is `13000` with a maximum performance ratio of 300 IOPS per gibibyte. This modification is instantaneous on a cold volume, not on a hot one. Iops *int32 `json:"Iops,omitempty"` // (cold volume only) The new size of the volume, in gibibytes (GiB). This value must be equal to or greater than the current size of the volume. This modification is not instantaneous. Size *int32 `json:"Size,omitempty"` diff --git a/v2/model_update_volume_response.go b/v2/model_update_volume_response.go index 2b61618ac..65c9ab4ef 100644 --- a/v2/model_update_volume_response.go +++ b/v2/model_update_volume_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_vpn_connection_request.go b/v2/model_update_vpn_connection_request.go index c8393bf29..ad754295d 100644 --- a/v2/model_update_vpn_connection_request.go +++ b/v2/model_update_vpn_connection_request.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_update_vpn_connection_response.go b/v2/model_update_vpn_connection_response.go index 78219924e..c84e1a8e8 100644 --- a/v2/model_update_vpn_connection_response.go +++ b/v2/model_update_vpn_connection_response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_vgw_telemetry.go b/v2/model_vgw_telemetry.go index 57feea11e..80506a747 100644 --- a/v2/model_vgw_telemetry.go +++ b/v2/model_vgw_telemetry.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_virtual_gateway.go b/v2/model_virtual_gateway.go index 03c17ae00..3b35826ec 100644 --- a/v2/model_virtual_gateway.go +++ b/v2/model_virtual_gateway.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_vm.go b/v2/model_vm.go index 20967b627..c1d0cd5b7 100644 --- a/v2/model_vm.go +++ b/v2/model_vm.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_vm_state.go b/v2/model_vm_state.go index f4a026c85..3f72ad58d 100644 --- a/v2/model_vm_state.go +++ b/v2/model_vm_state.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_vm_states.go b/v2/model_vm_states.go index debc4cdbf..fd5ef4c7e 100644 --- a/v2/model_vm_states.go +++ b/v2/model_vm_states.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_vm_type.go b/v2/model_vm_type.go index 4617ea436..282963210 100644 --- a/v2/model_vm_type.go +++ b/v2/model_vm_type.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_volume.go b/v2/model_volume.go index 7bbda6e83..a8a6d9167 100644 --- a/v2/model_volume.go +++ b/v2/model_volume.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_vpn_connection.go b/v2/model_vpn_connection.go index 4dc285a37..ce61a19d0 100644 --- a/v2/model_vpn_connection.go +++ b/v2/model_vpn_connection.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_vpn_options.go b/v2/model_vpn_options.go index e117a73f4..20cc23b2f 100644 --- a/v2/model_vpn_options.go +++ b/v2/model_vpn_options.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/model_with.go b/v2/model_with.go index 624ad3e2c..50ad78aae 100644 --- a/v2/model_with.go +++ b/v2/model_with.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/response.go b/v2/response.go index 7d34b5fb8..bffea5709 100644 --- a/v2/response.go +++ b/v2/response.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */ diff --git a/v2/utils.go b/v2/utils.go index 71b8fd8b5..f74c33ac5 100644 --- a/v2/utils.go +++ b/v2/utils.go @@ -3,7 +3,7 @@ * * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * API version: 1.22 + * API version: 1.23 * Contact: support@outscale.com */