qovery-typescript-axios 1.1.837 → 1.1.838
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api.ts +6 -0
- package/dist/api.d.ts +6 -0
- package/dist/esm/api.d.ts +6 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -3212,6 +3212,12 @@ export interface ClusterAdvancedSettings {
|
|
|
3212
3212
|
* @memberof ClusterAdvancedSettings
|
|
3213
3213
|
*/
|
|
3214
3214
|
'aws.vpc.flow_logs_retention_days'?: number;
|
|
3215
|
+
/**
|
|
3216
|
+
* Enable a secondary Elastic IP per NAT Gateway, increasing the number of outbound public IPs. Useful for services with IP-based rate limits.
|
|
3217
|
+
* @type {boolean}
|
|
3218
|
+
* @memberof ClusterAdvancedSettings
|
|
3219
|
+
*/
|
|
3220
|
+
'aws.vpc.enable_nat_gateway_secondary_eip'?: boolean;
|
|
3215
3221
|
/**
|
|
3216
3222
|
* For how long in week loki is going to keep logs of your applications
|
|
3217
3223
|
* @type {number}
|
package/dist/api.d.ts
CHANGED
|
@@ -3100,6 +3100,12 @@ export interface ClusterAdvancedSettings {
|
|
|
3100
3100
|
* @memberof ClusterAdvancedSettings
|
|
3101
3101
|
*/
|
|
3102
3102
|
'aws.vpc.flow_logs_retention_days'?: number;
|
|
3103
|
+
/**
|
|
3104
|
+
* Enable a secondary Elastic IP per NAT Gateway, increasing the number of outbound public IPs. Useful for services with IP-based rate limits.
|
|
3105
|
+
* @type {boolean}
|
|
3106
|
+
* @memberof ClusterAdvancedSettings
|
|
3107
|
+
*/
|
|
3108
|
+
'aws.vpc.enable_nat_gateway_secondary_eip'?: boolean;
|
|
3103
3109
|
/**
|
|
3104
3110
|
* For how long in week loki is going to keep logs of your applications
|
|
3105
3111
|
* @type {number}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -3100,6 +3100,12 @@ export interface ClusterAdvancedSettings {
|
|
|
3100
3100
|
* @memberof ClusterAdvancedSettings
|
|
3101
3101
|
*/
|
|
3102
3102
|
'aws.vpc.flow_logs_retention_days'?: number;
|
|
3103
|
+
/**
|
|
3104
|
+
* Enable a secondary Elastic IP per NAT Gateway, increasing the number of outbound public IPs. Useful for services with IP-based rate limits.
|
|
3105
|
+
* @type {boolean}
|
|
3106
|
+
* @memberof ClusterAdvancedSettings
|
|
3107
|
+
*/
|
|
3108
|
+
'aws.vpc.enable_nat_gateway_secondary_eip'?: boolean;
|
|
3103
3109
|
/**
|
|
3104
3110
|
* For how long in week loki is going to keep logs of your applications
|
|
3105
3111
|
* @type {number}
|