oci-autoscaling 2.76.0 → 2.77.0

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.
Files changed (111) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +12 -12
  4. package/lib/client.js +12 -12
  5. package/lib/model/action.d.ts +1 -1
  6. package/lib/model/action.js +1 -1
  7. package/lib/model/auto-scaling-configuration-summary.d.ts +4 -4
  8. package/lib/model/auto-scaling-configuration-summary.js +1 -1
  9. package/lib/model/auto-scaling-configuration.d.ts +4 -4
  10. package/lib/model/auto-scaling-configuration.js +1 -1
  11. package/lib/model/auto-scaling-policy-summary.d.ts +1 -1
  12. package/lib/model/auto-scaling-policy-summary.js +1 -1
  13. package/lib/model/auto-scaling-policy.d.ts +2 -2
  14. package/lib/model/auto-scaling-policy.js +1 -1
  15. package/lib/model/capacity.d.ts +1 -1
  16. package/lib/model/capacity.js +1 -1
  17. package/lib/model/change-auto-scaling-compartment-details.d.ts +1 -1
  18. package/lib/model/change-auto-scaling-compartment-details.js +1 -1
  19. package/lib/model/condition.d.ts +1 -1
  20. package/lib/model/condition.js +1 -1
  21. package/lib/model/create-auto-scaling-configuration-details.d.ts +3 -3
  22. package/lib/model/create-auto-scaling-configuration-details.js +1 -1
  23. package/lib/model/create-auto-scaling-policy-details.d.ts +1 -1
  24. package/lib/model/create-auto-scaling-policy-details.js +1 -1
  25. package/lib/model/create-condition-details.d.ts +1 -1
  26. package/lib/model/create-condition-details.js +1 -1
  27. package/lib/model/create-scheduled-policy-details.d.ts +1 -1
  28. package/lib/model/create-scheduled-policy-details.js +1 -1
  29. package/lib/model/create-threshold-policy-details.d.ts +1 -1
  30. package/lib/model/create-threshold-policy-details.js +1 -1
  31. package/lib/model/cron-execution-schedule.d.ts +4 -4
  32. package/lib/model/cron-execution-schedule.js +1 -1
  33. package/lib/model/execution-schedule.d.ts +1 -1
  34. package/lib/model/execution-schedule.js +1 -1
  35. package/lib/model/index.d.ts +1 -1
  36. package/lib/model/index.js +1 -1
  37. package/lib/model/instance-pool-resource.d.ts +1 -1
  38. package/lib/model/instance-pool-resource.js +1 -1
  39. package/lib/model/metric.d.ts +1 -1
  40. package/lib/model/metric.js +1 -1
  41. package/lib/model/resource-action.d.ts +1 -1
  42. package/lib/model/resource-action.js +1 -1
  43. package/lib/model/resource-power-action.d.ts +1 -1
  44. package/lib/model/resource-power-action.js +1 -1
  45. package/lib/model/resource.d.ts +2 -2
  46. package/lib/model/resource.js +1 -1
  47. package/lib/model/scheduled-policy.d.ts +1 -1
  48. package/lib/model/scheduled-policy.js +1 -1
  49. package/lib/model/threshold-policy.d.ts +1 -1
  50. package/lib/model/threshold-policy.js +1 -1
  51. package/lib/model/threshold.d.ts +3 -3
  52. package/lib/model/threshold.js +1 -1
  53. package/lib/model/update-auto-scaling-configuration-details.d.ts +3 -3
  54. package/lib/model/update-auto-scaling-configuration-details.js +1 -1
  55. package/lib/model/update-auto-scaling-policy-details.d.ts +1 -1
  56. package/lib/model/update-auto-scaling-policy-details.js +1 -1
  57. package/lib/model/update-condition-details.d.ts +1 -1
  58. package/lib/model/update-condition-details.js +1 -1
  59. package/lib/model/update-scheduled-policy-details.d.ts +1 -1
  60. package/lib/model/update-scheduled-policy-details.js +1 -1
  61. package/lib/model/update-threshold-policy-details.d.ts +1 -1
  62. package/lib/model/update-threshold-policy-details.js +1 -1
  63. package/lib/request/change-auto-scaling-configuration-compartment-request.d.ts +3 -3
  64. package/lib/request/change-auto-scaling-configuration-compartment-request.js +1 -1
  65. package/lib/request/create-auto-scaling-configuration-request.d.ts +2 -2
  66. package/lib/request/create-auto-scaling-configuration-request.js +1 -1
  67. package/lib/request/create-auto-scaling-policy-request.d.ts +2 -2
  68. package/lib/request/create-auto-scaling-policy-request.js +1 -1
  69. package/lib/request/delete-auto-scaling-configuration-request.d.ts +3 -3
  70. package/lib/request/delete-auto-scaling-configuration-request.js +1 -1
  71. package/lib/request/delete-auto-scaling-policy-request.d.ts +3 -3
  72. package/lib/request/delete-auto-scaling-policy-request.js +1 -1
  73. package/lib/request/get-auto-scaling-configuration-request.d.ts +2 -2
  74. package/lib/request/get-auto-scaling-configuration-request.js +1 -1
  75. package/lib/request/get-auto-scaling-policy-request.d.ts +2 -2
  76. package/lib/request/get-auto-scaling-policy-request.js +1 -1
  77. package/lib/request/index.d.ts +1 -1
  78. package/lib/request/index.js +1 -1
  79. package/lib/request/list-auto-scaling-configurations-request.d.ts +5 -5
  80. package/lib/request/list-auto-scaling-configurations-request.js +1 -1
  81. package/lib/request/list-auto-scaling-policies-request.d.ts +5 -5
  82. package/lib/request/list-auto-scaling-policies-request.js +1 -1
  83. package/lib/request/update-auto-scaling-configuration-request.d.ts +3 -3
  84. package/lib/request/update-auto-scaling-configuration-request.js +1 -1
  85. package/lib/request/update-auto-scaling-policy-request.d.ts +3 -3
  86. package/lib/request/update-auto-scaling-policy-request.js +1 -1
  87. package/lib/response/change-auto-scaling-configuration-compartment-response.d.ts +2 -2
  88. package/lib/response/change-auto-scaling-configuration-compartment-response.js +1 -1
  89. package/lib/response/create-auto-scaling-configuration-response.d.ts +2 -2
  90. package/lib/response/create-auto-scaling-configuration-response.js +1 -1
  91. package/lib/response/create-auto-scaling-policy-response.d.ts +2 -2
  92. package/lib/response/create-auto-scaling-policy-response.js +1 -1
  93. package/lib/response/delete-auto-scaling-configuration-response.d.ts +1 -1
  94. package/lib/response/delete-auto-scaling-configuration-response.js +1 -1
  95. package/lib/response/delete-auto-scaling-policy-response.d.ts +1 -1
  96. package/lib/response/delete-auto-scaling-policy-response.js +1 -1
  97. package/lib/response/get-auto-scaling-configuration-response.d.ts +2 -2
  98. package/lib/response/get-auto-scaling-configuration-response.js +1 -1
  99. package/lib/response/get-auto-scaling-policy-response.d.ts +2 -2
  100. package/lib/response/get-auto-scaling-policy-response.js +1 -1
  101. package/lib/response/index.d.ts +1 -1
  102. package/lib/response/index.js +1 -1
  103. package/lib/response/list-auto-scaling-configurations-response.d.ts +1 -1
  104. package/lib/response/list-auto-scaling-configurations-response.js +1 -1
  105. package/lib/response/list-auto-scaling-policies-response.d.ts +1 -1
  106. package/lib/response/list-auto-scaling-policies-response.js +1 -1
  107. package/lib/response/update-auto-scaling-configuration-response.d.ts +2 -2
  108. package/lib/response/update-auto-scaling-configuration-response.js +1 -1
  109. package/lib/response/update-auto-scaling-policy-response.d.ts +2 -2
  110. package/lib/response/update-auto-scaling-policy-response.js +1 -1
  111. package/package.json +3 -3
@@ -13,7 +13,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
13
13
  * NOTE: This class is auto generated by OracleSDKGenerator.
14
14
  * Do not edit the class manually.
15
15
  *
16
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
17
17
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
18
18
  */
19
19
  import * as ChangeAutoScalingConfigurationCompartmentRequest from "./change-auto-scaling-configuration-compartment-request";
@@ -14,7 +14,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
14
14
  * NOTE: This class is auto generated by OracleSDKGenerator.
15
15
  * Do not edit the class manually.
16
16
  *
17
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
18
18
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
19
19
  */
20
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurationsRequest.
16
16
  */
17
17
  export interface ListAutoScalingConfigurationsRequest extends common.BaseRequest {
18
18
  /**
@@ -38,20 +38,20 @@ export interface ListAutoScalingConfigurationsRequest extends common.BaseRequest
38
38
  */
39
39
  "limit"?: number;
40
40
  /**
41
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important
41
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call. For important
42
42
  * details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
43
43
  *
44
44
  */
45
45
  "page"?: string;
46
46
  /**
47
- * The field to sort by. You can provide one sort order (`sortOrder`). Default order for
47
+ * The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
48
48
  * TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
49
49
  * sort order is case sensitive.
50
50
  *
51
51
  */
52
52
  "sortBy"?: ListAutoScalingConfigurationsRequest.SortBy;
53
53
  /**
54
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
54
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The DISPLAYNAME sort order
55
55
  * is case sensitive.
56
56
  *
57
57
  */
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPoliciesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPoliciesRequest.
16
16
  */
17
17
  export interface ListAutoScalingPoliciesRequest extends common.BaseRequest {
18
18
  /**
@@ -35,20 +35,20 @@ export interface ListAutoScalingPoliciesRequest extends common.BaseRequest {
35
35
  */
36
36
  "limit"?: number;
37
37
  /**
38
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important
38
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call. For important
39
39
  * details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
40
40
  *
41
41
  */
42
42
  "page"?: string;
43
43
  /**
44
- * The field to sort by. You can provide one sort order (`sortOrder`). Default order for
44
+ * The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
45
45
  * TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
46
46
  * sort order is case sensitive.
47
47
  *
48
48
  */
49
49
  "sortBy"?: ListAutoScalingPoliciesRequest.SortBy;
50
50
  /**
51
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
51
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The DISPLAYNAME sort order
52
52
  * is case sensitive.
53
53
  *
54
54
  */
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface UpdateAutoScalingConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateAutoScalingConfigurationRequest extends common.BaseReques
25
25
  */
26
26
  "updateAutoScalingConfigurationDetails": model.UpdateAutoScalingConfigurationDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
29
29
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
30
30
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
31
  *
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicyRequest.
17
17
  */
18
18
  export interface UpdateAutoScalingPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -29,7 +29,7 @@ export interface UpdateAutoScalingPolicyRequest extends common.BaseRequest {
29
29
  */
30
30
  "updateAutoScalingPolicyDetails": model.UpdateThresholdPolicyDetails | model.UpdateScheduledPolicyDetails;
31
31
  /**
32
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
32
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
33
33
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
34
34
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
35
35
  *
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  export interface ChangeAutoScalingConfigurationCompartmentResponse {
14
14
  /**
15
15
  * The resulting etag of the autoscaling configuration affected by this operation.
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
14
14
  export interface CreateAutoScalingConfigurationResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
14
14
  export interface CreateAutoScalingPolicyResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  export interface DeleteAutoScalingConfigurationResponse {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  export interface DeleteAutoScalingPolicyResponse {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
14
14
  export interface GetAutoScalingConfigurationResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
14
14
  export interface GetAutoScalingPolicyResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -13,7 +13,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
13
13
  * NOTE: This class is auto generated by OracleSDKGenerator.
14
14
  * Do not edit the class manually.
15
15
  *
16
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
17
17
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
18
18
  */
19
19
  import * as ChangeAutoScalingConfigurationCompartmentResponse from "./change-auto-scaling-configuration-compartment-response";
@@ -14,7 +14,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
14
14
  * NOTE: This class is auto generated by OracleSDKGenerator.
15
15
  * Do not edit the class manually.
16
16
  *
17
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
18
18
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
19
19
  */
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
14
14
  export interface UpdateAutoScalingConfigurationResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
14
14
  export interface UpdateAutoScalingPolicyResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-autoscaling",
3
- "version": "2.76.0",
3
+ "version": "2.77.0",
4
4
  "description": "OCI NodeJS client for Autoscaling Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.76.0",
19
- "oci-workrequests": "2.76.0"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"