oci-logging 2.76.1 → 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 (56) hide show
  1. package/lib/client.d.ts +30 -30
  2. package/lib/client.js +30 -30
  3. package/lib/model/create-log-details.d.ts +2 -2
  4. package/lib/model/create-log-group-details.d.ts +2 -2
  5. package/lib/model/create-log-saved-search-details.d.ts +2 -2
  6. package/lib/model/create-unified-agent-configuration-details.d.ts +2 -2
  7. package/lib/model/log-group-summary.d.ts +2 -2
  8. package/lib/model/log-group.d.ts +2 -2
  9. package/lib/model/log-saved-search-summary.d.ts +2 -2
  10. package/lib/model/log-saved-search.d.ts +2 -2
  11. package/lib/model/log-summary.d.ts +2 -2
  12. package/lib/model/log.d.ts +2 -2
  13. package/lib/model/unified-agent-configuration-summary.d.ts +2 -2
  14. package/lib/model/unified-agent-configuration.d.ts +2 -2
  15. package/lib/model/update-log-details.d.ts +2 -2
  16. package/lib/model/update-log-group-details.d.ts +2 -2
  17. package/lib/model/update-log-saved-search-details.d.ts +2 -2
  18. package/lib/model/update-unified-agent-configuration-details.d.ts +2 -2
  19. package/lib/request/change-log-group-compartment-request.d.ts +2 -2
  20. package/lib/request/change-log-log-group-request.d.ts +2 -2
  21. package/lib/request/change-log-saved-search-compartment-request.d.ts +2 -2
  22. package/lib/request/change-unified-agent-configuration-compartment-request.d.ts +2 -2
  23. package/lib/request/create-log-group-request.d.ts +1 -1
  24. package/lib/request/create-log-request.d.ts +1 -1
  25. package/lib/request/create-log-saved-search-request.d.ts +1 -1
  26. package/lib/request/create-unified-agent-configuration-request.d.ts +1 -1
  27. package/lib/request/delete-log-group-request.d.ts +2 -2
  28. package/lib/request/delete-log-request.d.ts +2 -2
  29. package/lib/request/delete-log-saved-search-request.d.ts +2 -2
  30. package/lib/request/delete-unified-agent-configuration-request.d.ts +2 -2
  31. package/lib/request/delete-work-request-request.d.ts +2 -2
  32. package/lib/request/get-log-group-request.d.ts +1 -1
  33. package/lib/request/get-log-request.d.ts +1 -1
  34. package/lib/request/get-log-saved-search-request.d.ts +1 -1
  35. package/lib/request/get-unified-agent-configuration-request.d.ts +1 -1
  36. package/lib/request/get-work-request-request.d.ts +1 -1
  37. package/lib/request/list-log-groups-request.d.ts +3 -3
  38. package/lib/request/list-log-saved-searches-request.d.ts +3 -3
  39. package/lib/request/list-logs-request.d.ts +3 -3
  40. package/lib/request/list-services-request.d.ts +1 -1
  41. package/lib/request/list-unified-agent-configurations-request.d.ts +3 -3
  42. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  43. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  44. package/lib/request/list-work-requests-request.d.ts +2 -2
  45. package/lib/request/update-log-group-request.d.ts +2 -2
  46. package/lib/request/update-log-request.d.ts +2 -2
  47. package/lib/request/update-log-saved-search-request.d.ts +2 -2
  48. package/lib/request/update-unified-agent-configuration-request.d.ts +2 -2
  49. package/lib/response/create-log-saved-search-response.d.ts +1 -1
  50. package/lib/response/get-log-group-response.d.ts +1 -1
  51. package/lib/response/get-log-response.d.ts +1 -1
  52. package/lib/response/get-log-saved-search-response.d.ts +1 -1
  53. package/lib/response/get-unified-agent-configuration-response.d.ts +1 -1
  54. package/lib/response/get-work-request-response.d.ts +1 -1
  55. package/lib/response/update-log-saved-search-response.d.ts +1 -1
  56. package/package.json +3 -3
@@ -41,7 +41,7 @@ export interface LogGroupSummary {
41
41
  * Defined tags for this resource. Each key is predefined and scoped to a
42
42
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
43
43
  * <p>
44
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
44
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
45
45
  *
46
46
  */
47
47
  "definedTags"?: {
@@ -52,7 +52,7 @@ export interface LogGroupSummary {
52
52
  /**
53
53
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
54
54
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
55
- * Example: `{\"Department\": \"Finance\"}`
55
+ * Example: {@code {\"Department\": \"Finance\"}}
56
56
  *
57
57
  */
58
58
  "freeformTags"?: {
@@ -45,7 +45,7 @@ export interface LogGroup {
45
45
  * Defined tags for this resource. Each key is predefined and scoped to a
46
46
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
47
47
  * <p>
48
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
48
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
49
49
  *
50
50
  */
51
51
  "definedTags"?: {
@@ -56,7 +56,7 @@ export interface LogGroup {
56
56
  /**
57
57
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
58
58
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
59
- * Example: `{\"Department\": \"Finance\"}`
59
+ * Example: {@code {\"Department\": \"Finance\"}}
60
60
  *
61
61
  */
62
62
  "freeformTags"?: {
@@ -55,7 +55,7 @@ export interface LogSavedSearchSummary {
55
55
  * Defined tags for this resource. Each key is predefined and scoped to a
56
56
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
57
57
  * <p>
58
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
58
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
59
59
  *
60
60
  */
61
61
  "definedTags"?: {
@@ -66,7 +66,7 @@ export interface LogSavedSearchSummary {
66
66
  /**
67
67
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
68
68
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
69
- * Example: `{\"Department\": \"Finance\"}`
69
+ * Example: {@code {\"Department\": \"Finance\"}}
70
70
  *
71
71
  */
72
72
  "freeformTags"?: {
@@ -55,7 +55,7 @@ export interface LogSavedSearch {
55
55
  * Defined tags for this resource. Each key is predefined and scoped to a
56
56
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
57
57
  * <p>
58
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
58
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
59
59
  *
60
60
  */
61
61
  "definedTags"?: {
@@ -66,7 +66,7 @@ export interface LogSavedSearch {
66
66
  /**
67
67
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
68
68
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
69
- * Example: `{\"Department\": \"Finance\"}`
69
+ * Example: {@code {\"Department\": \"Finance\"}}
70
70
  *
71
71
  */
72
72
  "freeformTags"?: {
@@ -50,7 +50,7 @@ export interface LogSummary {
50
50
  * Defined tags for this resource. Each key is predefined and scoped to a
51
51
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
52
52
  * <p>
53
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
53
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
54
54
  *
55
55
  */
56
56
  "definedTags"?: {
@@ -61,7 +61,7 @@ export interface LogSummary {
61
61
  /**
62
62
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
63
63
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
64
- * Example: `{\"Department\": \"Finance\"}`
64
+ * Example: {@code {\"Department\": \"Finance\"}}
65
65
  *
66
66
  */
67
67
  "freeformTags"?: {
@@ -49,7 +49,7 @@ export interface Log {
49
49
  * Defined tags for this resource. Each key is predefined and scoped to a
50
50
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
51
51
  * <p>
52
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
52
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
53
53
  *
54
54
  */
55
55
  "definedTags"?: {
@@ -60,7 +60,7 @@ export interface Log {
60
60
  /**
61
61
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
62
62
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
63
- * Example: `{\"Department\": \"Finance\"}`
63
+ * Example: {@code {\"Department\": \"Finance\"}}
64
64
  *
65
65
  */
66
66
  "freeformTags"?: {
@@ -41,7 +41,7 @@ export interface UnifiedAgentConfigurationSummary {
41
41
  * Defined tags for this resource. Each key is predefined and scoped to a
42
42
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
43
43
  * <p>
44
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
44
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
45
45
  *
46
46
  */
47
47
  "definedTags"?: {
@@ -52,7 +52,7 @@ export interface UnifiedAgentConfigurationSummary {
52
52
  /**
53
53
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
54
54
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
55
- * Example: `{\"Department\": \"Finance\"}`
55
+ * Example: {@code {\"Department\": \"Finance\"}}
56
56
  *
57
57
  */
58
58
  "freeformTags"?: {
@@ -41,7 +41,7 @@ export interface UnifiedAgentConfiguration {
41
41
  * Defined tags for this resource. Each key is predefined and scoped to a
42
42
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
43
43
  * <p>
44
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
44
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
45
45
  *
46
46
  */
47
47
  "definedTags"?: {
@@ -52,7 +52,7 @@ export interface UnifiedAgentConfiguration {
52
52
  /**
53
53
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
54
54
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
55
- * Example: `{\"Department\": \"Finance\"}`
55
+ * Example: {@code {\"Department\": \"Finance\"}}
56
56
  *
57
57
  */
58
58
  "freeformTags"?: {
@@ -33,7 +33,7 @@ export interface UpdateLogDetails {
33
33
  * Defined tags for this resource. Each key is predefined and scoped to a
34
34
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
35
35
  * <p>
36
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
36
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
37
37
  *
38
38
  */
39
39
  "definedTags"?: {
@@ -44,7 +44,7 @@ export interface UpdateLogDetails {
44
44
  /**
45
45
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
46
46
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
47
- * Example: `{\"Department\": \"Finance\"}`
47
+ * Example: {@code {\"Department\": \"Finance\"}}
48
48
  *
49
49
  */
50
50
  "freeformTags"?: {
@@ -32,7 +32,7 @@ export interface UpdateLogGroupDetails {
32
32
  * Defined tags for this resource. Each key is predefined and scoped to a
33
33
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
34
34
  * <p>
35
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
35
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
36
36
  *
37
37
  */
38
38
  "definedTags"?: {
@@ -43,7 +43,7 @@ export interface UpdateLogGroupDetails {
43
43
  /**
44
44
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
45
45
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
46
- * Example: `{\"Department\": \"Finance\"}`
46
+ * Example: {@code {\"Department\": \"Finance\"}}
47
47
  *
48
48
  */
49
49
  "freeformTags"?: {
@@ -38,7 +38,7 @@ export interface UpdateLogSavedSearchDetails {
38
38
  * Defined tags for this resource. Each key is predefined and scoped to a
39
39
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
40
40
  * <p>
41
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
41
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
42
42
  *
43
43
  */
44
44
  "definedTags"?: {
@@ -49,7 +49,7 @@ export interface UpdateLogSavedSearchDetails {
49
49
  /**
50
50
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
51
51
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
52
- * Example: `{\"Department\": \"Finance\"}`
52
+ * Example: {@code {\"Department\": \"Finance\"}}
53
53
  *
54
54
  */
55
55
  "freeformTags"?: {
@@ -33,7 +33,7 @@ export interface UpdateUnifiedAgentConfigurationDetails {
33
33
  * Defined tags for this resource. Each key is predefined and scoped to a
34
34
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
35
35
  * <p>
36
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
36
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
37
37
  *
38
38
  */
39
39
  "definedTags"?: {
@@ -44,7 +44,7 @@ export interface UpdateUnifiedAgentConfigurationDetails {
44
44
  /**
45
45
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
46
46
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
47
- * Example: `{\"Department\": \"Finance\"}`
47
+ * Example: {@code {\"Department\": \"Finance\"}}
48
48
  *
49
49
  */
50
50
  "freeformTags"?: {
@@ -13,7 +13,7 @@
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.1/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartmentRequest.
17
17
  */
18
18
  export interface ChangeLogGroupCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeLogGroupCompartmentRequest extends common.BaseRequest {
26
26
  "changeLogGroupCompartmentDetails": model.ChangeLogGroupCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call for a
29
- * resource, set the `if-match` parameter to the value of the etag from a
29
+ * resource, set the {@code if-match} parameter to the value of the etag from a
30
30
  * previous GET or POST response for that resource. The resource will be
31
31
  * updated or deleted only if the etag you provide matches the resource's
32
32
  * current etag value.
@@ -13,7 +13,7 @@
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.1/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroupRequest.
17
17
  */
18
18
  export interface ChangeLogLogGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -30,7 +30,7 @@ export interface ChangeLogLogGroupRequest extends common.BaseRequest {
30
30
  "changeLogLogGroupDetails": model.ChangeLogLogGroupDetails;
31
31
  /**
32
32
  * For optimistic concurrency control. In the PUT or DELETE call for a
33
- * resource, set the `if-match` parameter to the value of the etag from a
33
+ * resource, set the {@code if-match} parameter to the value of the etag from a
34
34
  * previous GET or POST response for that resource. The resource will be
35
35
  * updated or deleted only if the etag you provide matches the resource's
36
36
  * current etag value.
@@ -13,7 +13,7 @@
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.1/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartmentRequest.
17
17
  */
18
18
  export interface ChangeLogSavedSearchCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -37,7 +37,7 @@ export interface ChangeLogSavedSearchCompartmentRequest extends common.BaseReque
37
37
  "opcRetryToken"?: string;
38
38
  /**
39
39
  * For optimistic concurrency control. In the PUT or DELETE call for a
40
- * resource, set the `if-match` parameter to the value of the etag from a
40
+ * resource, set the {@code if-match} parameter to the value of the etag from a
41
41
  * previous GET or POST response for that resource. The resource will be
42
42
  * updated or deleted only if the etag you provide matches the resource's
43
43
  * current etag value.
@@ -13,7 +13,7 @@
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.1/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeUnifiedAgentConfigurationCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -36,7 +36,7 @@ export interface ChangeUnifiedAgentConfigurationCompartmentRequest extends commo
36
36
  "opcRetryToken"?: string;
37
37
  /**
38
38
  * For optimistic concurrency control. In the PUT or DELETE call for a
39
- * resource, set the `if-match` parameter to the value of the etag from a
39
+ * resource, set the {@code if-match} parameter to the value of the etag from a
40
40
  * previous GET or POST response for that resource. The resource will be
41
41
  * updated or deleted only if the etag you provide matches the resource's
42
42
  * current etag value.
@@ -13,7 +13,7 @@
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.1/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroupRequest.
17
17
  */
18
18
  export interface CreateLogGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
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.1/logging/CreateLog.ts.html |here} to see how to use CreateLogRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/CreateLog.ts.html |here} to see how to use CreateLogRequest.
17
17
  */
18
18
  export interface CreateLogRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
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.1/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearchRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearchRequest.
17
17
  */
18
18
  export interface CreateLogSavedSearchRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
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.1/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfigurationRequest.
17
17
  */
18
18
  export interface CreateUnifiedAgentConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
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.1/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroupRequest.
16
16
  */
17
17
  export interface DeleteLogGroupRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteLogGroupRequest extends common.BaseRequest {
21
21
  "logGroupId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call for a
24
- * resource, set the `if-match` parameter to the value of the etag from a
24
+ * resource, set the {@code if-match} parameter to the value of the etag from a
25
25
  * previous GET or POST response for that resource. The resource will be
26
26
  * updated or deleted only if the etag you provide matches the resource's
27
27
  * current etag value.
@@ -12,7 +12,7 @@
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.1/logging/DeleteLog.ts.html |here} to see how to use DeleteLogRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLogRequest.
16
16
  */
17
17
  export interface DeleteLogRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface DeleteLogRequest extends common.BaseRequest {
25
25
  "logId": string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call for a
28
- * resource, set the `if-match` parameter to the value of the etag from a
28
+ * resource, set the {@code if-match} parameter to the value of the etag from a
29
29
  * previous GET or POST response for that resource. The resource will be
30
30
  * updated or deleted only if the etag you provide matches the resource's
31
31
  * current etag value.
@@ -12,7 +12,7 @@
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.1/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearchRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearchRequest.
16
16
  */
17
17
  export interface DeleteLogSavedSearchRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface DeleteLogSavedSearchRequest extends common.BaseRequest {
22
22
  "logSavedSearchId": string;
23
23
  /**
24
24
  * For optimistic concurrency control. In the PUT or DELETE call for a
25
- * resource, set the `if-match` parameter to the value of the etag from a
25
+ * resource, set the {@code if-match} parameter to the value of the etag from a
26
26
  * previous GET or POST response for that resource. The resource will be
27
27
  * updated or deleted only if the etag you provide matches the resource's
28
28
  * current etag value.
@@ -12,7 +12,7 @@
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.1/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfigurationRequest.
16
16
  */
17
17
  export interface DeleteUnifiedAgentConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -27,7 +27,7 @@ export interface DeleteUnifiedAgentConfigurationRequest extends common.BaseReque
27
27
  "opcRequestId"?: string;
28
28
  /**
29
29
  * For optimistic concurrency control. In the PUT or DELETE call for a
30
- * resource, set the `if-match` parameter to the value of the etag from a
30
+ * resource, set the {@code if-match} parameter to the value of the etag from a
31
31
  * previous GET or POST response for that resource. The resource will be
32
32
  * updated or deleted only if the etag you provide matches the resource's
33
33
  * current etag value.
@@ -12,7 +12,7 @@
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.1/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
16
16
  */
17
17
  export interface DeleteWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteWorkRequestRequest extends common.BaseRequest {
21
21
  "workRequestId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call for a
24
- * resource, set the `if-match` parameter to the value of the etag from a
24
+ * resource, set the {@code if-match} parameter to the value of the etag from a
25
25
  * previous GET or POST response for that resource. The resource will be
26
26
  * updated or deleted only if the etag you provide matches the resource's
27
27
  * current etag value.
@@ -12,7 +12,7 @@
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.1/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroupRequest.
16
16
  */
17
17
  export interface GetLogGroupRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
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.1/logging/GetLog.ts.html |here} to see how to use GetLogRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/GetLog.ts.html |here} to see how to use GetLogRequest.
16
16
  */
17
17
  export interface GetLogRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
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.1/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearchRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearchRequest.
16
16
  */
17
17
  export interface GetLogSavedSearchRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
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.1/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfigurationRequest.
16
16
  */
17
17
  export interface GetUnifiedAgentConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
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.1/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
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.1/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroupsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroupsRequest.
16
16
  */
17
17
  export interface ListLogGroupsRequest extends common.BaseRequest {
18
18
  /**
@@ -30,7 +30,7 @@ export interface ListLogGroupsRequest extends common.BaseRequest {
30
30
  */
31
31
  "displayName"?: string;
32
32
  /**
33
- * For list pagination. The value of the `opc-next-page` or `opc-previous-page` response header from the previous \"List\" call.
33
+ * For list pagination. The value of the {@code opc-next-page} or {@code opc-previous-page} response header from the previous \"List\" call.
34
34
  * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
35
35
  *
36
36
  */
@@ -42,7 +42,7 @@ export interface ListLogGroupsRequest extends common.BaseRequest {
42
42
  "limit"?: number;
43
43
  /**
44
44
  * The field to sort by (one column only). Default sort order is
45
- * ascending exception of `timeCreated` and `timeLastModified` columns (descending).
45
+ * ascending exception of {@code timeCreated} and {@code timeLastModified} columns (descending).
46
46
  *
47
47
  */
48
48
  "sortBy"?: ListLogGroupsRequest.SortBy;
@@ -12,7 +12,7 @@
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.1/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearchesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearchesRequest.
16
16
  */
17
17
  export interface ListLogSavedSearchesRequest extends common.BaseRequest {
18
18
  /**
@@ -31,7 +31,7 @@ export interface ListLogSavedSearchesRequest extends common.BaseRequest {
31
31
  */
32
32
  "name"?: string;
33
33
  /**
34
- * For list pagination. The value of the `opc-next-page` or `opc-previous-page` response header from the previous \"List\" call.
34
+ * For list pagination. The value of the {@code opc-next-page} or {@code opc-previous-page} response header from the previous \"List\" call.
35
35
  * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
36
36
  *
37
37
  */
@@ -43,7 +43,7 @@ export interface ListLogSavedSearchesRequest extends common.BaseRequest {
43
43
  "limit"?: number;
44
44
  /**
45
45
  * The field to sort by (one column only). Default sort order is
46
- * ascending exception of `timeCreated` and `timeLastModified` columns (descending).
46
+ * ascending exception of {@code timeCreated} and {@code timeLastModified} columns (descending).
47
47
  *
48
48
  */
49
49
  "sortBy"?: ListLogSavedSearchesRequest.SortBy;
@@ -13,7 +13,7 @@
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.1/logging/ListLogs.ts.html |here} to see how to use ListLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListLogs.ts.html |here} to see how to use ListLogsRequest.
17
17
  */
18
18
  export interface ListLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -41,7 +41,7 @@ export interface ListLogsRequest extends common.BaseRequest {
41
41
  */
42
42
  "lifecycleState"?: model.LogLifecycleState;
43
43
  /**
44
- * For list pagination. The value of the `opc-next-page` or `opc-previous-page` response header from the previous \"List\" call.
44
+ * For list pagination. The value of the {@code opc-next-page} or {@code opc-previous-page} response header from the previous \"List\" call.
45
45
  * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
46
46
  *
47
47
  */
@@ -53,7 +53,7 @@ export interface ListLogsRequest extends common.BaseRequest {
53
53
  "limit"?: number;
54
54
  /**
55
55
  * The field to sort by (one column only). Default sort order is
56
- * ascending exception of `timeCreated` and `timeLastModified` columns (descending).
56
+ * ascending exception of {@code timeCreated} and {@code timeLastModified} columns (descending).
57
57
  *
58
58
  */
59
59
  "sortBy"?: ListLogsRequest.SortBy;
@@ -12,7 +12,7 @@
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.1/logging/ListServices.ts.html |here} to see how to use ListServicesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListServices.ts.html |here} to see how to use ListServicesRequest.
16
16
  */
17
17
  export interface ListServicesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
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.1/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurationsRequest.
17
17
  */
18
18
  export interface ListUnifiedAgentConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -49,14 +49,14 @@ export interface ListUnifiedAgentConfigurationsRequest extends common.BaseReques
49
49
  */
50
50
  "limit"?: number;
51
51
  /**
52
- * For list pagination. The value of the `opc-next-page` or `opc-previous-page` response header from the previous \"List\" call.
52
+ * For list pagination. The value of the {@code opc-next-page} or {@code opc-previous-page} response header from the previous \"List\" call.
53
53
  * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
54
54
  *
55
55
  */
56
56
  "page"?: string;
57
57
  /**
58
58
  * The field to sort by (one column only). Default sort order is
59
- * ascending exception of `timeCreated` and `timeLastModified` columns (descending).
59
+ * ascending exception of {@code timeCreated} and {@code timeLastModified} columns (descending).
60
60
  *
61
61
  */
62
62
  "sortBy"?: ListUnifiedAgentConfigurationsRequest.SortBy;