@pulumi/oci 3.11.0-alpha.1762412398 → 3.11.0-alpha.1763007519

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 (110) hide show
  1. package/artifacts/getContainerImages.d.ts +11 -0
  2. package/artifacts/getContainerImages.js +4 -0
  3. package/artifacts/getContainerImages.js.map +1 -1
  4. package/containerengine/getClusterOption.d.ts +11 -0
  5. package/containerengine/getClusterOption.js +4 -0
  6. package/containerengine/getClusterOption.js.map +1 -1
  7. package/containerengine/getNodePoolOption.d.ts +44 -0
  8. package/containerengine/getNodePoolOption.js +16 -0
  9. package/containerengine/getNodePoolOption.js.map +1 -1
  10. package/core/dedicatedVmHost.d.ts +33 -7
  11. package/core/dedicatedVmHost.js +6 -0
  12. package/core/dedicatedVmHost.js.map +1 -1
  13. package/core/getDedicatedVmHost.d.ts +11 -3
  14. package/core/getDedicatedVmHost.js.map +1 -1
  15. package/core/getDedicatedVmHostInstances.d.ts +14 -0
  16. package/core/getDedicatedVmHostInstances.js +4 -0
  17. package/core/getDedicatedVmHostInstances.js.map +1 -1
  18. package/core/getDedicatedVmHosts.d.ts +14 -0
  19. package/core/getDedicatedVmHosts.js +4 -0
  20. package/core/getDedicatedVmHosts.js.map +1 -1
  21. package/fleetappsmanagement/catalogItem.d.ts +0 -54
  22. package/fleetappsmanagement/catalogItem.js +0 -42
  23. package/fleetappsmanagement/catalogItem.js.map +1 -1
  24. package/fleetappsmanagement/fleet.d.ts +6 -6
  25. package/fleetappsmanagement/getCatalogItemVariablesDefinition.d.ts +83 -0
  26. package/fleetappsmanagement/getCatalogItemVariablesDefinition.js +54 -0
  27. package/fleetappsmanagement/getCatalogItemVariablesDefinition.js.map +1 -0
  28. package/fleetappsmanagement/getCatalogItems.d.ts +14 -0
  29. package/fleetappsmanagement/getCatalogItems.js +4 -0
  30. package/fleetappsmanagement/getCatalogItems.js.map +1 -1
  31. package/fleetappsmanagement/getFleet.d.ts +1 -1
  32. package/fleetappsmanagement/getFleetCompliance.d.ts +75 -0
  33. package/fleetappsmanagement/getFleetCompliance.js +54 -0
  34. package/fleetappsmanagement/getFleetCompliance.js.map +1 -0
  35. package/fleetappsmanagement/getFleetTargets.d.ts +14 -0
  36. package/fleetappsmanagement/getFleetTargets.js +4 -0
  37. package/fleetappsmanagement/getFleetTargets.js.map +1 -1
  38. package/fleetappsmanagement/getInstalledPatches.d.ts +138 -0
  39. package/fleetappsmanagement/getInstalledPatches.js +78 -0
  40. package/fleetappsmanagement/getInstalledPatches.js.map +1 -0
  41. package/fleetappsmanagement/getInventoryRecords.d.ts +11 -0
  42. package/fleetappsmanagement/getInventoryRecords.js +4 -0
  43. package/fleetappsmanagement/getInventoryRecords.js.map +1 -1
  44. package/fleetappsmanagement/getRecommendedPatches.d.ts +150 -0
  45. package/fleetappsmanagement/getRecommendedPatches.js +80 -0
  46. package/fleetappsmanagement/getRecommendedPatches.js.map +1 -0
  47. package/fleetappsmanagement/getReportMetadata.d.ts +83 -0
  48. package/fleetappsmanagement/getReportMetadata.js +60 -0
  49. package/fleetappsmanagement/getReportMetadata.js.map +1 -0
  50. package/fleetappsmanagement/getRunbook.d.ts +2 -2
  51. package/fleetappsmanagement/getRunbookExport.d.ts +99 -0
  52. package/fleetappsmanagement/getRunbookExport.js +58 -0
  53. package/fleetappsmanagement/getRunbookExport.js.map +1 -0
  54. package/fleetappsmanagement/getRunbookExportStatuses.d.ts +73 -0
  55. package/fleetappsmanagement/getRunbookExportStatuses.js +60 -0
  56. package/fleetappsmanagement/getRunbookExportStatuses.js.map +1 -0
  57. package/fleetappsmanagement/getRunbookImport.d.ts +99 -0
  58. package/fleetappsmanagement/getRunbookImport.js +58 -0
  59. package/fleetappsmanagement/getRunbookImport.js.map +1 -0
  60. package/fleetappsmanagement/getRunbookImportStatuses.d.ts +73 -0
  61. package/fleetappsmanagement/getRunbookImportStatuses.js +60 -0
  62. package/fleetappsmanagement/getRunbookImportStatuses.js.map +1 -0
  63. package/fleetappsmanagement/getRunbookVersion.d.ts +1 -1
  64. package/fleetappsmanagement/getRunbookVersions.d.ts +1 -1
  65. package/fleetappsmanagement/getSchedulerExecutions.d.ts +26 -4
  66. package/fleetappsmanagement/getSchedulerExecutions.js +10 -2
  67. package/fleetappsmanagement/getSchedulerExecutions.js.map +1 -1
  68. package/fleetappsmanagement/getTargetComponents.d.ts +119 -0
  69. package/fleetappsmanagement/getTargetComponents.js +72 -0
  70. package/fleetappsmanagement/getTargetComponents.js.map +1 -0
  71. package/fleetappsmanagement/getTargetProperties.d.ts +105 -0
  72. package/fleetappsmanagement/getTargetProperties.js +68 -0
  73. package/fleetappsmanagement/getTargetProperties.js.map +1 -0
  74. package/fleetappsmanagement/index.d.ts +33 -0
  75. package/fleetappsmanagement/index.js +36 -3
  76. package/fleetappsmanagement/index.js.map +1 -1
  77. package/fleetappsmanagement/onboarding.d.ts +22 -19
  78. package/fleetappsmanagement/onboarding.js +2 -13
  79. package/fleetappsmanagement/onboarding.js.map +1 -1
  80. package/fleetappsmanagement/platformConfiguration.d.ts +29 -11
  81. package/fleetappsmanagement/platformConfiguration.js +8 -2
  82. package/fleetappsmanagement/platformConfiguration.js.map +1 -1
  83. package/fleetappsmanagement/property.d.ts +22 -4
  84. package/fleetappsmanagement/property.js +8 -2
  85. package/fleetappsmanagement/property.js.map +1 -1
  86. package/fleetappsmanagement/runbook.d.ts +6 -5
  87. package/fleetappsmanagement/runbook.js +1 -0
  88. package/fleetappsmanagement/runbook.js.map +1 -1
  89. package/fleetappsmanagement/runbookVersion.d.ts +6 -152
  90. package/fleetappsmanagement/runbookVersion.js +0 -152
  91. package/fleetappsmanagement/runbookVersion.js.map +1 -1
  92. package/fleetappsmanagement/taskRecord.d.ts +1 -0
  93. package/fleetappsmanagement/taskRecord.js +1 -0
  94. package/fleetappsmanagement/taskRecord.js.map +1 -1
  95. package/functions/getFusionEnvironmentAdminUser.d.ts +3 -0
  96. package/functions/getFusionEnvironmentAdminUser.js.map +1 -1
  97. package/fusionapps/fusionEnvironmentAdminUser.d.ts +6 -0
  98. package/fusionapps/fusionEnvironmentAdminUser.js.map +1 -1
  99. package/limits/getLimitDefinitions.d.ts +8 -8
  100. package/limits/getLimitDefinitions.js +6 -6
  101. package/limits/getLimitValues.d.ts +17 -4
  102. package/limits/getLimitValues.js +8 -2
  103. package/limits/getLimitValues.js.map +1 -1
  104. package/limits/getResourceAvailability.d.ts +17 -6
  105. package/limits/getResourceAvailability.js +8 -4
  106. package/limits/getResourceAvailability.js.map +1 -1
  107. package/limits/getServices.d.ts +2 -2
  108. package/package.json +2 -2
  109. package/types/input.d.ts +155 -60
  110. package/types/output.d.ts +730 -87
package/types/output.d.ts CHANGED
@@ -42773,11 +42773,11 @@ export declare namespace Core {
42773
42773
  }
42774
42774
  interface DedicatedVmHostPlacementConstraintDetails {
42775
42775
  /**
42776
- * The OCID of the compute bare metal host.
42776
+ * The OCID of the compute bare metal host. This is only available for dedicated capacity customers.
42777
42777
  */
42778
42778
  computeBareMetalHostId: string;
42779
42779
  /**
42780
- * Determines the type of targeted launch.
42780
+ * The type for the placement constraints. Use `COMPUTE_BARE_METAL_HOST` when specifying the compute bare metal host OCID. Use `HOST_GROUP` when specifying the compute host group OCID.
42781
42781
  *
42782
42782
  *
42783
42783
  * ** IMPORTANT **
@@ -46427,6 +46427,16 @@ export declare namespace Core {
46427
46427
  * The name of the virtual machine instance shapes that can be launched on a dedicated VM host.
46428
46428
  */
46429
46429
  instanceShapeName: string;
46430
+ /**
46431
+ * Specifies the capabilities that the Dedicated Virtual Machine Host (DVMH) Shape or Virtual Machine Instance Shape could support.
46432
+ */
46433
+ supportedCapabilities: outputs.Core.GetDedicatedVmHostInstanceShapesDedicatedVmHostInstanceShapeSupportedCapability[];
46434
+ }
46435
+ interface GetDedicatedVmHostInstanceShapesDedicatedVmHostInstanceShapeSupportedCapability {
46436
+ /**
46437
+ * Whether the DVMH shape could support confidential VMs or the VM instance shape could be confidential.
46438
+ */
46439
+ isMemoryEncryptionSupported: boolean;
46430
46440
  }
46431
46441
  interface GetDedicatedVmHostInstanceShapesFilter {
46432
46442
  name: string;
@@ -46446,6 +46456,10 @@ export declare namespace Core {
46446
46456
  * The OCID of the virtual machine instance.
46447
46457
  */
46448
46458
  instanceId: string;
46459
+ /**
46460
+ * A filter to return only confidential Dedicated VM hosts (DVMH) or confidential VM instances on DVMH.
46461
+ */
46462
+ isMemoryEncryptionEnabled: boolean;
46449
46463
  /**
46450
46464
  * The shape of the VM instance.
46451
46465
  */
@@ -46462,11 +46476,11 @@ export declare namespace Core {
46462
46476
  }
46463
46477
  interface GetDedicatedVmHostPlacementConstraintDetail {
46464
46478
  /**
46465
- * The OCID of the compute bare metal host.
46479
+ * The OCID of the compute bare metal host. This is only available for dedicated capacity customers.
46466
46480
  */
46467
46481
  computeBareMetalHostId: string;
46468
46482
  /**
46469
- * Determines the type of targeted launch.
46483
+ * The type for the placement constraints. Use `COMPUTE_BARE_METAL_HOST` when specifying the compute bare metal host OCID. Use `HOST_GROUP` when specifying the compute host group OCID.
46470
46484
  */
46471
46485
  type: string;
46472
46486
  }
@@ -46476,10 +46490,56 @@ export declare namespace Core {
46476
46490
  */
46477
46491
  availabilityDomain: string;
46478
46492
  /**
46479
- * The name of the dedicated VM host shape. You can enumerate all available shapes by calling [ListDedicatedVmHostShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/dedicatedVmHostShapes).
46493
+ * A list of capacity configs that are supported by this dedicated VM host shape.
46494
+ */
46495
+ capacityConfigs: outputs.Core.GetDedicatedVmHostShapesDedicatedVmHostShapeCapacityConfig[];
46496
+ /**
46497
+ * The name of the dedicated VM host shape. You can enumerate all available shapes by calling [ListDedicatedVmHostShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/DedicatedVmHostShapeSummary/ListDedicatedVmHostShapes).
46480
46498
  */
46481
46499
  dedicatedVmHostShape: string;
46482
46500
  }
46501
+ interface GetDedicatedVmHostShapesDedicatedVmHostShapeCapacityConfig {
46502
+ /**
46503
+ * A list of total CPU and memory per capacity bucket.
46504
+ */
46505
+ capacityBins: outputs.Core.GetDedicatedVmHostShapesDedicatedVmHostShapeCapacityConfigCapacityBin[];
46506
+ /**
46507
+ * The name of each capacity config.
46508
+ */
46509
+ capacityConfigName: string;
46510
+ /**
46511
+ * Whether this capacity config is the default config.
46512
+ */
46513
+ isDefault: boolean;
46514
+ /**
46515
+ * Specifies the capabilities that the Dedicated Virtual Machine Host (DVMH) Shape or Virtual Machine Instance Shape could support.
46516
+ */
46517
+ supportedCapabilities: outputs.Core.GetDedicatedVmHostShapesDedicatedVmHostShapeCapacityConfigSupportedCapability[];
46518
+ }
46519
+ interface GetDedicatedVmHostShapesDedicatedVmHostShapeCapacityConfigCapacityBin {
46520
+ /**
46521
+ * Zero-based index for the corresponding capacity bucket.
46522
+ */
46523
+ capacityIndex: number;
46524
+ /**
46525
+ * List of VMI shapes supported on each capacity bucket.
46526
+ */
46527
+ supportedShapes: string[];
46528
+ /**
46529
+ * The total memory of the capacity bucket, in GBs.
46530
+ */
46531
+ totalMemoryInGbs: number;
46532
+ /**
46533
+ * The total OCPUs of the capacity bucket.
46534
+ */
46535
+ totalOcpus: number;
46536
+ }
46537
+ interface GetDedicatedVmHostShapesDedicatedVmHostShapeCapacityConfigSupportedCapability {
46538
+ /**
46539
+ * Whether the DVMH shape could support confidential VMs or the VM instance shape could be confidential.
46540
+ */
46541
+ isMemoryEncryptionSupported: boolean;
46542
+ }
46483
46543
  interface GetDedicatedVmHostShapesFilter {
46484
46544
  name: string;
46485
46545
  regex?: boolean;
@@ -46490,13 +46550,20 @@ export declare namespace Core {
46490
46550
  * The name of the availability domain. Example: `Uocm:PHX-AD-1`
46491
46551
  */
46492
46552
  availabilityDomain: string;
46553
+ /**
46554
+ * A list of total and remaining CPU and memory per capacity bucket.
46555
+ */
46493
46556
  capacityBins: outputs.Core.GetDedicatedVmHostsDedicatedVmHostCapacityBin[];
46557
+ /**
46558
+ * The capacity configuration selected to be configured for the Dedicated Virtual Machine host. Run [ListDedicatedVmHostShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/DedicatedVmHostShapeSummary/ListDedicatedVmHostShapes) API to see details of this capacity configuration.
46559
+ */
46560
+ capacityConfig: string;
46494
46561
  /**
46495
46562
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
46496
46563
  */
46497
46564
  compartmentId: string;
46498
46565
  /**
46499
- * The OCID of the compute bare metal host.
46566
+ * The OCID of the compute bare metal host. This is only available for dedicated capacity customers.
46500
46567
  */
46501
46568
  computeBareMetalHostId: string;
46502
46569
  /**
@@ -46528,7 +46595,11 @@ export declare namespace Core {
46528
46595
  */
46529
46596
  id: string;
46530
46597
  /**
46531
- * Generic placement details field which is overloaded with bare metal host id or host group id based on the resource we are targeting to launch.
46598
+ * A filter to return only confidential Dedicated VM hosts (DVMH) or confidential VM instances on DVMH.
46599
+ */
46600
+ isMemoryEncryptionEnabled: boolean;
46601
+ /**
46602
+ * The details for providing placement constraints.
46532
46603
  */
46533
46604
  placementConstraintDetails: outputs.Core.GetDedicatedVmHostsDedicatedVmHostPlacementConstraintDetail[];
46534
46605
  /**
@@ -46557,6 +46628,9 @@ export declare namespace Core {
46557
46628
  totalOcpus: number;
46558
46629
  }
46559
46630
  interface GetDedicatedVmHostsDedicatedVmHostCapacityBin {
46631
+ /**
46632
+ * Zero-based index for the corresponding capacity bucket.
46633
+ */
46560
46634
  capacityIndex: number;
46561
46635
  /**
46562
46636
  * The current available memory of the dedicated VM host, in GBs.
@@ -46566,6 +46640,9 @@ export declare namespace Core {
46566
46640
  * The current available OCPUs of the dedicated VM host.
46567
46641
  */
46568
46642
  remainingOcpus: number;
46643
+ /**
46644
+ * List of VMI shapes supported on each capacity bucket.
46645
+ */
46569
46646
  supportedShapes: string[];
46570
46647
  /**
46571
46648
  * The current total memory of the dedicated VM host, in GBs.
@@ -46578,11 +46655,11 @@ export declare namespace Core {
46578
46655
  }
46579
46656
  interface GetDedicatedVmHostsDedicatedVmHostPlacementConstraintDetail {
46580
46657
  /**
46581
- * The OCID of the compute bare metal host.
46658
+ * The OCID of the compute bare metal host. This is only available for dedicated capacity customers.
46582
46659
  */
46583
46660
  computeBareMetalHostId: string;
46584
46661
  /**
46585
- * Determines the type of targeted launch.
46662
+ * The type for the placement constraints. Use `COMPUTE_BARE_METAL_HOST` when specifying the compute bare metal host OCID. Use `HOST_GROUP` when specifying the compute host group OCID.
46586
46663
  */
46587
46664
  type: string;
46588
46665
  }
@@ -145017,10 +145094,26 @@ export declare namespace FleetAppsManagement {
145017
145094
  topicId: string;
145018
145095
  }
145019
145096
  interface FleetNotificationPreferencePreferences {
145097
+ /**
145098
+ * (Updatable) Enables or disables notification on job canceled.
145099
+ */
145100
+ onJobCanceled: boolean;
145020
145101
  /**
145021
145102
  * (Updatable) Enables or disables notification on Job Failures.
145022
145103
  */
145023
145104
  onJobFailure: boolean;
145105
+ /**
145106
+ * (Updatable) Enables or disables notification on job schedule change.
145107
+ */
145108
+ onJobScheduleChange: boolean;
145109
+ /**
145110
+ * (Updatable) Enables or disables notification on job start.
145111
+ */
145112
+ onJobStart: boolean;
145113
+ /**
145114
+ * (Updatable) Enables or disables notification on job success.
145115
+ */
145116
+ onJobSuccess: boolean;
145024
145117
  /**
145025
145118
  * (Updatable) Enables or disables notification when fleet resource becomes non compliant.
145026
145119
  */
@@ -145133,10 +145226,18 @@ export declare namespace FleetAppsManagement {
145133
145226
  * (Updatable) Compartment Id for which the rule is created.
145134
145227
  */
145135
145228
  compartmentId: string;
145229
+ /**
145230
+ * (Updatable) If set to true, resources will be returned for not only the provided compartment, but all compartments which descend from it. Which resources are returned and their field contents depends on the value of accessLevel. Default value for `compartmentIdInSubtree` is false
145231
+ */
145232
+ compartmentIdInSubtree: boolean;
145136
145233
  /**
145137
145234
  * (Updatable) Rule Conditions
145138
145235
  */
145139
145236
  conditions: outputs.FleetAppsManagement.FleetResourceSelectionRuleSelectionCriteriaRuleCondition[];
145237
+ /**
145238
+ * (Updatable) Match condition for the rule selection. Include resources that match all rules or any of the rules. Default value for `matchCondition` is ANY
145239
+ */
145240
+ matchCondition: string;
145140
145241
  /**
145141
145242
  * (Updatable) The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
145142
145243
  */
@@ -145337,6 +145438,172 @@ export declare namespace FleetAppsManagement {
145337
145438
  */
145338
145439
  zipFileBase64encoded: string;
145339
145440
  }
145441
+ interface GetCatalogItemVariablesDefinitionSchemaDocument {
145442
+ /**
145443
+ * Indicates if the stack allows users to view state information.
145444
+ */
145445
+ canAllowViewState: boolean;
145446
+ /**
145447
+ * Extended help or summary for understanding output.
145448
+ */
145449
+ description: string;
145450
+ /**
145451
+ * variable groups object.
145452
+ */
145453
+ groupings: outputs.FleetAppsManagement.GetCatalogItemVariablesDefinitionSchemaDocumentGrouping[];
145454
+ /**
145455
+ * Informational text or notes relevant to the stack or its use.
145456
+ */
145457
+ informationalText: string;
145458
+ /**
145459
+ * Setup or usage instructions for this stack.
145460
+ */
145461
+ instructions: string;
145462
+ /**
145463
+ * The locale/language for the schema user interface (default is EN).
145464
+ */
145465
+ locale: string;
145466
+ /**
145467
+ * logo url.
145468
+ */
145469
+ logoUrl: string;
145470
+ /**
145471
+ * Array of output group objects to group outputs for display or logical purposes.
145472
+ */
145473
+ outputGroups: outputs.FleetAppsManagement.GetCatalogItemVariablesDefinitionSchemaDocumentOutputGroup[];
145474
+ /**
145475
+ * A mapping of output variable names to their definitions.
145476
+ */
145477
+ outputs: outputs.FleetAppsManagement.GetCatalogItemVariablesDefinitionSchemaDocumentOutput[];
145478
+ /**
145479
+ * The version of the package associated with this schema.
145480
+ */
145481
+ packageVersion: string;
145482
+ /**
145483
+ * primary output button value.
145484
+ */
145485
+ primaryOutputButton: string;
145486
+ /**
145487
+ * The version of the schema definition format in use for this document.
145488
+ */
145489
+ schemaVersion: string;
145490
+ /**
145491
+ * Object representing the source information for the stack, indicating origin type and a reference string.
145492
+ */
145493
+ sources: outputs.FleetAppsManagement.GetCatalogItemVariablesDefinitionSchemaDocumentSource[];
145494
+ /**
145495
+ * Additional details describing the stack's purpose or use-case.
145496
+ */
145497
+ stackDescription: string;
145498
+ /**
145499
+ * Display title for the group of variables.
145500
+ */
145501
+ title: string;
145502
+ /**
145503
+ * Troubleshooting tips, guidance, or steps for stack usage.
145504
+ */
145505
+ troubleshooting: string;
145506
+ /**
145507
+ * An array of variable group definitions for organizing variables together.
145508
+ */
145509
+ variableGroups: outputs.FleetAppsManagement.GetCatalogItemVariablesDefinitionSchemaDocumentVariableGroup[];
145510
+ /**
145511
+ * Key-value map of input variables defined for use by the stack.
145512
+ */
145513
+ variables: string;
145514
+ /**
145515
+ * The version identifier for this schema document.
145516
+ */
145517
+ version: string;
145518
+ }
145519
+ interface GetCatalogItemVariablesDefinitionSchemaDocumentGrouping {
145520
+ /**
145521
+ * Map of group names to their respective VariableGroup objects.
145522
+ */
145523
+ arrays: outputs.FleetAppsManagement.GetCatalogItemVariablesDefinitionSchemaDocumentGroupingArray[];
145524
+ }
145525
+ interface GetCatalogItemVariablesDefinitionSchemaDocumentGroupingArray {
145526
+ /**
145527
+ * Display title for the group of variables.
145528
+ */
145529
+ title: string;
145530
+ /**
145531
+ * Key-value map of input variables defined for use by the stack.
145532
+ */
145533
+ variables: string[];
145534
+ /**
145535
+ * Hint controlling the group's visibility.
145536
+ */
145537
+ visible: string;
145538
+ }
145539
+ interface GetCatalogItemVariablesDefinitionSchemaDocumentOutput {
145540
+ /**
145541
+ * Extended help or summary for understanding output.
145542
+ */
145543
+ description: string;
145544
+ /**
145545
+ * Display label abel for the URL.
145546
+ */
145547
+ displayText: string;
145548
+ /**
145549
+ * Hint about formatting or rendering the output value.
145550
+ */
145551
+ format: string;
145552
+ /**
145553
+ * If true, marks this output as sensitive.
145554
+ */
145555
+ isSensitive: boolean;
145556
+ /**
145557
+ * Display title for the group of variables.
145558
+ */
145559
+ title: string;
145560
+ /**
145561
+ * The source type of the stack (e.g. MARKETPLACE, QUICKSTART, or WEB).
145562
+ */
145563
+ type: string;
145564
+ /**
145565
+ * Value of string that user can easily copy.
145566
+ */
145567
+ value: boolean;
145568
+ /**
145569
+ * Hint controlling the group's visibility.
145570
+ */
145571
+ visible: string;
145572
+ }
145573
+ interface GetCatalogItemVariablesDefinitionSchemaDocumentOutputGroup {
145574
+ /**
145575
+ * A mapping of output variable names to their definitions.
145576
+ */
145577
+ outputs: string[];
145578
+ /**
145579
+ * Display title for the group of variables.
145580
+ */
145581
+ title: string;
145582
+ }
145583
+ interface GetCatalogItemVariablesDefinitionSchemaDocumentSource {
145584
+ /**
145585
+ * Reference string providing a pointer or identifier for the source.
145586
+ */
145587
+ reference: string;
145588
+ /**
145589
+ * The source type of the stack (e.g. MARKETPLACE, QUICKSTART, or WEB).
145590
+ */
145591
+ type: string;
145592
+ }
145593
+ interface GetCatalogItemVariablesDefinitionSchemaDocumentVariableGroup {
145594
+ /**
145595
+ * Display title for the group of variables.
145596
+ */
145597
+ title: string;
145598
+ /**
145599
+ * Key-value map of input variables defined for use by the stack.
145600
+ */
145601
+ variables: string[];
145602
+ /**
145603
+ * Hint controlling the group's visibility.
145604
+ */
145605
+ visible: string;
145606
+ }
145340
145607
  interface GetCatalogItemsCatalogItemCollection {
145341
145608
  items: outputs.FleetAppsManagement.GetCatalogItemsCatalogItemCollectionItem[];
145342
145609
  }
@@ -145395,7 +145662,7 @@ export declare namespace FleetAppsManagement {
145395
145662
  */
145396
145663
  listingVersion: string;
145397
145664
  /**
145398
- * Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
145665
+ * A filter to return only resources that match the given package type. The state value is case-insensitive.
145399
145666
  */
145400
145667
  packageType: string;
145401
145668
  /**
@@ -146374,10 +146641,26 @@ export declare namespace FleetAppsManagement {
146374
146641
  topicId: string;
146375
146642
  }
146376
146643
  interface GetFleetNotificationPreferencePreference {
146644
+ /**
146645
+ * Enables or disables notification on job canceled.
146646
+ */
146647
+ onJobCanceled: boolean;
146377
146648
  /**
146378
146649
  * Enables or disables notification on Job Failures.
146379
146650
  */
146380
146651
  onJobFailure: boolean;
146652
+ /**
146653
+ * Enables or disables notification on job schedule change.
146654
+ */
146655
+ onJobScheduleChange: boolean;
146656
+ /**
146657
+ * Enables or disables notification on job start.
146658
+ */
146659
+ onJobStart: boolean;
146660
+ /**
146661
+ * Enables or disables notification on job success.
146662
+ */
146663
+ onJobSuccess: boolean;
146381
146664
  /**
146382
146665
  * Enables or disables notification when fleet resource becomes non compliant.
146383
146666
  */
@@ -146578,7 +146861,7 @@ export declare namespace FleetAppsManagement {
146578
146861
  }
146579
146862
  interface GetFleetResourceSelectionRuleSelectionCriteria {
146580
146863
  /**
146581
- * Match condition for the rule selection. Include resources that match all rules or any of the rules.
146864
+ * Match condition for the rule selection. Include resources that match all rules or any of the rules. Default value for `matchCondition` is ANY
146582
146865
  */
146583
146866
  matchCondition: string;
146584
146867
  /**
@@ -146595,10 +146878,18 @@ export declare namespace FleetAppsManagement {
146595
146878
  * Compartment Identifier[OCID].
146596
146879
  */
146597
146880
  compartmentId: string;
146881
+ /**
146882
+ * If set to true, resources will be returned for not only the provided compartment, but all compartments which descend from it. Which resources are returned and their field contents depends on the value of accessLevel. Default value for `compartmentIdInSubtree` is false
146883
+ */
146884
+ compartmentIdInSubtree: boolean;
146598
146885
  /**
146599
146886
  * Rule Conditions
146600
146887
  */
146601
146888
  conditions: outputs.FleetAppsManagement.GetFleetResourceSelectionRuleSelectionCriteriaRuleCondition[];
146889
+ /**
146890
+ * Match condition for the rule selection. Include resources that match all rules or any of the rules. Default value for `matchCondition` is ANY
146891
+ */
146892
+ matchCondition: string;
146602
146893
  /**
146603
146894
  * The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
146604
146895
  */
@@ -146755,7 +147046,7 @@ export declare namespace FleetAppsManagement {
146755
147046
  */
146756
147047
  resources: outputs.FleetAppsManagement.GetFleetTargetsFleetTargetCollectionItemResource[];
146757
147048
  /**
146758
- * The current state of the FleetTarget.
147049
+ * A filter to return fleets whose lifecycleState matches the given lifecycleState.
146759
147050
  */
146760
147051
  state: string;
146761
147052
  /**
@@ -146856,7 +147147,7 @@ export declare namespace FleetAppsManagement {
146856
147147
  */
146857
147148
  parentFleetId: string;
146858
147149
  /**
146859
- * Products associated with the Fleet.
147150
+ * Products associated with the Fleet. PlatformConfiguration Ids corresponding to the Products.
146860
147151
  */
146861
147152
  products: string[];
146862
147153
  /**
@@ -147025,10 +147316,26 @@ export declare namespace FleetAppsManagement {
147025
147316
  topicId: string;
147026
147317
  }
147027
147318
  interface GetFleetsFleetCollectionItemNotificationPreferencePreference {
147319
+ /**
147320
+ * Enables or disables notification on job canceled.
147321
+ */
147322
+ onJobCanceled: boolean;
147028
147323
  /**
147029
147324
  * Enables or disables notification on Job Failures.
147030
147325
  */
147031
147326
  onJobFailure: boolean;
147327
+ /**
147328
+ * Enables or disables notification on job schedule change.
147329
+ */
147330
+ onJobScheduleChange: boolean;
147331
+ /**
147332
+ * Enables or disables notification on job start.
147333
+ */
147334
+ onJobStart: boolean;
147335
+ /**
147336
+ * Enables or disables notification on job success.
147337
+ */
147338
+ onJobSuccess: boolean;
147032
147339
  /**
147033
147340
  * Enables or disables notification when fleet resource becomes non compliant.
147034
147341
  */
@@ -147120,7 +147427,7 @@ export declare namespace FleetAppsManagement {
147120
147427
  }
147121
147428
  interface GetFleetsFleetCollectionItemResourceSelectionRuleSelectionCriteria {
147122
147429
  /**
147123
- * Match condition for the rule selection. Include resources that match all rules or any of the rules.
147430
+ * Match condition for the rule selection. Include resources that match all rules or any of the rules. Default value for `matchCondition` is ANY
147124
147431
  */
147125
147432
  matchCondition: string;
147126
147433
  /**
@@ -147137,10 +147444,18 @@ export declare namespace FleetAppsManagement {
147137
147444
  * The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
147138
147445
  */
147139
147446
  compartmentId: string;
147447
+ /**
147448
+ * If set to true, resources will be returned for not only the provided compartment, but all compartments which descend from it. Which resources are returned and their field contents depends on the value of accessLevel. Default value for `compartmentIdInSubtree` is false
147449
+ */
147450
+ compartmentIdInSubtree: boolean;
147140
147451
  /**
147141
147452
  * Rule Conditions
147142
147453
  */
147143
147454
  conditions: outputs.FleetAppsManagement.GetFleetsFleetCollectionItemResourceSelectionRuleSelectionCriteriaRuleCondition[];
147455
+ /**
147456
+ * Match condition for the rule selection. Include resources that match all rules or any of the rules. Default value for `matchCondition` is ANY
147457
+ */
147458
+ matchCondition: string;
147144
147459
  /**
147145
147460
  * The Compartment ID to dynamically search resources. Provide the compartment ID to which the rule is applicable.
147146
147461
  */
@@ -147160,6 +147475,51 @@ export declare namespace FleetAppsManagement {
147160
147475
  */
147161
147476
  attrValue: string;
147162
147477
  }
147478
+ interface GetInstalledPatchesFilter {
147479
+ name: string;
147480
+ regex?: boolean;
147481
+ values: string[];
147482
+ }
147483
+ interface GetInstalledPatchesInstalledPatchCollection {
147484
+ /**
147485
+ * List of installed patches
147486
+ */
147487
+ items: outputs.FleetAppsManagement.GetInstalledPatchesInstalledPatchCollectionItem[];
147488
+ }
147489
+ interface GetInstalledPatchesInstalledPatchCollectionItem {
147490
+ /**
147491
+ * Description of the patch
147492
+ */
147493
+ patchDescription: string;
147494
+ /**
147495
+ * The OCID of the patch.
147496
+ */
147497
+ patchId: string;
147498
+ /**
147499
+ * Patch level with values like LATEST, LATEST_MINUS_ONE, LATEST_MIUS_TWO etc.,.
147500
+ */
147501
+ patchLevel: string;
147502
+ /**
147503
+ * Name of the patch.
147504
+ */
147505
+ patchName: string;
147506
+ /**
147507
+ * Patch type.
147508
+ */
147509
+ patchType: string;
147510
+ /**
147511
+ * Patch severity with values like CRITICAL, HIGH, MEDIUM and LOW.
147512
+ */
147513
+ severity: string;
147514
+ /**
147515
+ * Date on which the patch was applied to the target.
147516
+ */
147517
+ timeApplied: string;
147518
+ /**
147519
+ * Date on which the patch was released.
147520
+ */
147521
+ timeReleased: string;
147522
+ }
147163
147523
  interface GetInventoryRecordsFilter {
147164
147524
  /**
147165
147525
  * Name of the inventory target property.
@@ -147204,7 +147564,7 @@ export declare namespace FleetAppsManagement {
147204
147564
  */
147205
147565
  state: string;
147206
147566
  /**
147207
- * The OCID of the Inventory target.
147567
+ * The id of the Inventory target.
147208
147568
  */
147209
147569
  targetId: string;
147210
147570
  /**
@@ -147277,6 +147637,10 @@ export declare namespace FleetAppsManagement {
147277
147637
  * OCID of the installed patch
147278
147638
  */
147279
147639
  patchId: string;
147640
+ /**
147641
+ * Patch Level.
147642
+ */
147643
+ patchLevel: string;
147280
147644
  /**
147281
147645
  * Name of the installed patch
147282
147646
  */
@@ -147289,6 +147653,10 @@ export declare namespace FleetAppsManagement {
147289
147653
  * Date on which the patch was applied to the target
147290
147654
  */
147291
147655
  timeApplied: string;
147656
+ /**
147657
+ * The date on which patch was released.
147658
+ */
147659
+ timeReleased: string;
147292
147660
  }
147293
147661
  interface GetInventoryRecordsInventoryRecordCollectionItemProperty {
147294
147662
  /**
@@ -148498,6 +148866,191 @@ export declare namespace FleetAppsManagement {
148498
148866
  */
148499
148867
  outputValue: string;
148500
148868
  }
148869
+ interface GetRecommendedPatchesFilter {
148870
+ name: string;
148871
+ regex?: boolean;
148872
+ values: string[];
148873
+ }
148874
+ interface GetRecommendedPatchesRecommendedPatchCollection {
148875
+ /**
148876
+ * List of recommended patches
148877
+ */
148878
+ items: outputs.FleetAppsManagement.GetRecommendedPatchesRecommendedPatchCollectionItem[];
148879
+ }
148880
+ interface GetRecommendedPatchesRecommendedPatchCollectionItem {
148881
+ /**
148882
+ * Description of the patch
148883
+ */
148884
+ patchDescription: string;
148885
+ /**
148886
+ * Patch identifier.
148887
+ */
148888
+ patchId: string;
148889
+ /**
148890
+ * Patch level with values like LATEST, LATEST_MINUS_ONE, LATEST_MIUS_TWO etc.,.
148891
+ */
148892
+ patchLevel: string;
148893
+ /**
148894
+ * Name of the patch.
148895
+ */
148896
+ patchName: string;
148897
+ /**
148898
+ * Patch type.
148899
+ */
148900
+ patchType: string;
148901
+ /**
148902
+ * Patch severity with values like CRITICAL, HIGH, MEDIUM and LOW.
148903
+ */
148904
+ severity: string;
148905
+ /**
148906
+ * Date on which the patch was released.
148907
+ */
148908
+ timeReleased: string;
148909
+ }
148910
+ interface GetReportMetadataFilter {
148911
+ /**
148912
+ * Name of Report.
148913
+ */
148914
+ name: string;
148915
+ regex?: boolean;
148916
+ values: string[];
148917
+ }
148918
+ interface GetReportMetadataReportMetadataCollection {
148919
+ /**
148920
+ * List of ReportMetadata.
148921
+ */
148922
+ items: outputs.FleetAppsManagement.GetReportMetadataReportMetadataCollectionItem[];
148923
+ }
148924
+ interface GetReportMetadataReportMetadataCollectionItem {
148925
+ /**
148926
+ * Column Metadata.
148927
+ */
148928
+ columnMetadatas: outputs.FleetAppsManagement.GetReportMetadataReportMetadataCollectionItemColumnMetadata[];
148929
+ /**
148930
+ * default order clause for reports.
148931
+ */
148932
+ defaultOrderClauses: outputs.FleetAppsManagement.GetReportMetadataReportMetadataCollectionItemDefaultOrderClause[];
148933
+ /**
148934
+ * Filter description.
148935
+ */
148936
+ description: string;
148937
+ /**
148938
+ * metricMetadata.
148939
+ */
148940
+ filters: outputs.FleetAppsManagement.GetReportMetadataReportMetadataCollectionItemFilter[];
148941
+ /**
148942
+ * Metric Name.
148943
+ */
148944
+ metric: string;
148945
+ /**
148946
+ * Name of Report.
148947
+ */
148948
+ name: string;
148949
+ }
148950
+ interface GetReportMetadataReportMetadataCollectionItemColumnMetadata {
148951
+ /**
148952
+ * Filter description.
148953
+ */
148954
+ description: string;
148955
+ /**
148956
+ * Name of Report.
148957
+ */
148958
+ name: string;
148959
+ /**
148960
+ * Column value type.
148961
+ */
148962
+ type: string;
148963
+ }
148964
+ interface GetReportMetadataReportMetadataCollectionItemDefaultOrderClause {
148965
+ /**
148966
+ * Column to sort by.
148967
+ */
148968
+ sortBy: string;
148969
+ /**
148970
+ * Sort direction either ASC or DESC.
148971
+ */
148972
+ sortOrder: string;
148973
+ }
148974
+ interface GetReportMetadataReportMetadataCollectionItemFilter {
148975
+ /**
148976
+ * Filter description.
148977
+ */
148978
+ description: string;
148979
+ /**
148980
+ * Name of Report.
148981
+ */
148982
+ name: string;
148983
+ /**
148984
+ * Filter value source.
148985
+ */
148986
+ valueSource: string;
148987
+ }
148988
+ interface GetRunbookExportStatusesFilter {
148989
+ name: string;
148990
+ regex?: boolean;
148991
+ values: string[];
148992
+ }
148993
+ interface GetRunbookExportStatusesRunbookExportStatusCollection {
148994
+ /**
148995
+ * List of Runbook export status.
148996
+ */
148997
+ items: outputs.FleetAppsManagement.GetRunbookExportStatusesRunbookExportStatusCollectionItem[];
148998
+ }
148999
+ interface GetRunbookExportStatusesRunbookExportStatusCollectionItem {
149000
+ /**
149001
+ * The OCID of the runbook.
149002
+ */
149003
+ runbookId: string;
149004
+ /**
149005
+ * Runbook name.
149006
+ */
149007
+ runbookName: string;
149008
+ /**
149009
+ * Runbook version.
149010
+ */
149011
+ runbookVersion: string;
149012
+ /**
149013
+ * Runbook export status.
149014
+ */
149015
+ status: string;
149016
+ /**
149017
+ * Tracking/Export identifier.
149018
+ */
149019
+ trackingId: string;
149020
+ }
149021
+ interface GetRunbookImportStatusesFilter {
149022
+ name: string;
149023
+ regex?: boolean;
149024
+ values: string[];
149025
+ }
149026
+ interface GetRunbookImportStatusesRunbookImportStatusCollection {
149027
+ /**
149028
+ * List of Runbook import status.
149029
+ */
149030
+ items: outputs.FleetAppsManagement.GetRunbookImportStatusesRunbookImportStatusCollectionItem[];
149031
+ }
149032
+ interface GetRunbookImportStatusesRunbookImportStatusCollectionItem {
149033
+ /**
149034
+ * The OCID of the runbook.
149035
+ */
149036
+ runbookId: string;
149037
+ /**
149038
+ * Runbook name.
149039
+ */
149040
+ runbookName: string;
149041
+ /**
149042
+ * Runbook version.
149043
+ */
149044
+ runbookVersion: string;
149045
+ /**
149046
+ * Status.
149047
+ */
149048
+ status: string;
149049
+ /**
149050
+ * Tracking/Import identifier.
149051
+ */
149052
+ trackingId: string;
149053
+ }
148501
149054
  interface GetRunbookRunbookVersion {
148502
149055
  /**
148503
149056
  * Execution Workflow details.
@@ -148624,7 +149177,7 @@ export declare namespace FleetAppsManagement {
148624
149177
  }
148625
149178
  interface GetRunbookRunbookVersionGroupPropertyRunOn {
148626
149179
  /**
148627
- * Build control flow conditions that determine the relevance of the task execution.
149180
+ * Build control flow conditions that determine the relevance of the task execution against targets.
148628
149181
  */
148629
149182
  condition: string;
148630
149183
  /**
@@ -148792,7 +149345,7 @@ export declare namespace FleetAppsManagement {
148792
149345
  }
148793
149346
  interface GetRunbookRunbookVersionTaskStepPropertyRunOn {
148794
149347
  /**
148795
- * Build control flow conditions that determine the relevance of the task execution.
149348
+ * Build control flow conditions that determine the relevance of the task execution against targets.
148796
149349
  */
148797
149350
  condition: string;
148798
149351
  /**
@@ -148916,6 +149469,10 @@ export declare namespace FleetAppsManagement {
148916
149469
  * Is read output variable enabled
148917
149470
  */
148918
149471
  isReadOutputVariableEnabled: boolean;
149472
+ /**
149473
+ * The list of system variables.
149474
+ */
149475
+ systemVariables: string[];
148919
149476
  /**
148920
149477
  * OCID of the compartment to which the resource belongs to.
148921
149478
  */
@@ -149092,7 +149649,7 @@ export declare namespace FleetAppsManagement {
149092
149649
  }
149093
149650
  interface GetRunbookVersionGroupPropertyRunOn {
149094
149651
  /**
149095
- * Build control flow conditions that determine the relevance of the task execution.
149652
+ * Build control flow conditions that determine the relevance of the task execution against targets.
149096
149653
  */
149097
149654
  condition: string;
149098
149655
  /**
@@ -149260,7 +149817,7 @@ export declare namespace FleetAppsManagement {
149260
149817
  }
149261
149818
  interface GetRunbookVersionTaskStepPropertyRunOn {
149262
149819
  /**
149263
- * Build control flow conditions that determine the relevance of the task execution.
149820
+ * Build control flow conditions that determine the relevance of the task execution against targets.
149264
149821
  */
149265
149822
  condition: string;
149266
149823
  /**
@@ -149384,6 +149941,10 @@ export declare namespace FleetAppsManagement {
149384
149941
  * Is read output variable enabled
149385
149942
  */
149386
149943
  isReadOutputVariableEnabled: boolean;
149944
+ /**
149945
+ * The list of system variables.
149946
+ */
149947
+ systemVariables: string[];
149387
149948
  /**
149388
149949
  * OCID of the compartment to which the resource belongs to.
149389
149950
  */
@@ -149640,7 +150201,7 @@ export declare namespace FleetAppsManagement {
149640
150201
  }
149641
150202
  interface GetRunbookVersionsRunbookVersionCollectionItemGroupPropertyRunOn {
149642
150203
  /**
149643
- * Build control flow conditions that determine the relevance of the task execution.
150204
+ * Build control flow conditions that determine the relevance of the task execution against targets.
149644
150205
  */
149645
150206
  condition: string;
149646
150207
  /**
@@ -149808,7 +150369,7 @@ export declare namespace FleetAppsManagement {
149808
150369
  }
149809
150370
  interface GetRunbookVersionsRunbookVersionCollectionItemTaskStepPropertyRunOn {
149810
150371
  /**
149811
- * Build control flow conditions that determine the relevance of the task execution.
150372
+ * Build control flow conditions that determine the relevance of the task execution against targets.
149812
150373
  */
149813
150374
  condition: string;
149814
150375
  /**
@@ -149932,6 +150493,10 @@ export declare namespace FleetAppsManagement {
149932
150493
  * Is read output variable enabled
149933
150494
  */
149934
150495
  isReadOutputVariableEnabled: boolean;
150496
+ /**
150497
+ * The list of system variables.
150498
+ */
150499
+ systemVariables: string[];
149935
150500
  /**
149936
150501
  * OCID of the compartment to which the resource belongs to.
149937
150502
  */
@@ -150065,7 +150630,7 @@ export declare namespace FleetAppsManagement {
150065
150630
  */
150066
150631
  isSudoAccessNeeded: boolean;
150067
150632
  /**
150068
- * Latest runbook version
150633
+ * Latest runbook version.
150069
150634
  */
150070
150635
  latestVersion: string;
150071
150636
  /**
@@ -150089,7 +150654,7 @@ export declare namespace FleetAppsManagement {
150089
150654
  */
150090
150655
  resourceRegion: string;
150091
150656
  /**
150092
- * Version for the runbook.
150657
+ * Version for the runbook. Versioning runbooks in Fleet Application Management involve assigning unique identifiers or version numbers to different iterations of the runbook to track changes, improvements, and updates over time.
150093
150658
  */
150094
150659
  runbookVersions: outputs.FleetAppsManagement.GetRunbooksRunbookCollectionItemRunbookVersion[];
150095
150660
  /**
@@ -150241,7 +150806,7 @@ export declare namespace FleetAppsManagement {
150241
150806
  }
150242
150807
  interface GetRunbooksRunbookCollectionItemRunbookVersionGroupPropertyRunOn {
150243
150808
  /**
150244
- * Build control flow conditions that determine the relevance of the task execution.
150809
+ * Build control flow conditions that determine the relevance of the task execution against targets.
150245
150810
  */
150246
150811
  condition: string;
150247
150812
  /**
@@ -150409,7 +150974,7 @@ export declare namespace FleetAppsManagement {
150409
150974
  }
150410
150975
  interface GetRunbooksRunbookCollectionItemRunbookVersionTaskStepPropertyRunOn {
150411
150976
  /**
150412
- * Build control flow conditions that determine the relevance of the task execution.
150977
+ * Build control flow conditions that determine the relevance of the task execution against targets.
150413
150978
  */
150414
150979
  condition: string;
150415
150980
  /**
@@ -150533,6 +151098,10 @@ export declare namespace FleetAppsManagement {
150533
151098
  * Is read output variable enabled
150534
151099
  */
150535
151100
  isReadOutputVariableEnabled: boolean;
151101
+ /**
151102
+ * The list of system variables.
151103
+ */
151104
+ systemVariables: string[];
150536
151105
  /**
150537
151106
  * OCID of the compartment to which the resource belongs to.
150538
151107
  */
@@ -150999,6 +151568,10 @@ export declare namespace FleetAppsManagement {
150999
151568
  * The ID of the compartment in which to list resources. Empty only if the resource OCID query param is not specified.
151000
151569
  */
151001
151570
  compartmentId: string;
151571
+ /**
151572
+ * Name of the compartment in which resource exist.
151573
+ */
151574
+ compartmentName: string;
151002
151575
  /**
151003
151576
  * Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
151004
151577
  */
@@ -151028,7 +151601,7 @@ export declare namespace FleetAppsManagement {
151028
151601
  */
151029
151602
  lifecycleDetails: string;
151030
151603
  /**
151031
- * Resource DsiplayName associated with the Schedule.
151604
+ * Display Name of the Fleet associated with the Schedule.
151032
151605
  */
151033
151606
  resourceDisplayName: string;
151034
151607
  /**
@@ -151036,7 +151609,7 @@ export declare namespace FleetAppsManagement {
151036
151609
  */
151037
151610
  resourceId: string;
151038
151611
  /**
151039
- * DsiplayName of Runbook associated with the Schedule.
151612
+ * Display name of Runbook associated with the Schedule.
151040
151613
  */
151041
151614
  runbookDisplayName: string;
151042
151615
  /**
@@ -151237,6 +151810,72 @@ export declare namespace FleetAppsManagement {
151237
151810
  */
151238
151811
  timeStarted: string;
151239
151812
  }
151813
+ interface GetTargetComponentsFilter {
151814
+ /**
151815
+ * Target Component Name.
151816
+ */
151817
+ name: string;
151818
+ regex?: boolean;
151819
+ values: string[];
151820
+ }
151821
+ interface GetTargetComponentsTargetComponentCollection {
151822
+ /**
151823
+ * List of target components.
151824
+ */
151825
+ items: outputs.FleetAppsManagement.GetTargetComponentsTargetComponentCollectionItem[];
151826
+ }
151827
+ interface GetTargetComponentsTargetComponentCollectionItem {
151828
+ /**
151829
+ * Target Component Name.
151830
+ */
151831
+ name: string;
151832
+ /**
151833
+ * Path of the component.
151834
+ */
151835
+ path: string;
151836
+ /**
151837
+ * List of properties.
151838
+ */
151839
+ properties: outputs.FleetAppsManagement.GetTargetComponentsTargetComponentCollectionItemProperty[];
151840
+ /**
151841
+ * Version of the component.
151842
+ */
151843
+ version: string;
151844
+ }
151845
+ interface GetTargetComponentsTargetComponentCollectionItemProperty {
151846
+ /**
151847
+ * Target Component Name.
151848
+ */
151849
+ name: string;
151850
+ /**
151851
+ * Value of the property.
151852
+ */
151853
+ value: string;
151854
+ }
151855
+ interface GetTargetPropertiesFilter {
151856
+ /**
151857
+ * Name of the property.
151858
+ */
151859
+ name: string;
151860
+ regex?: boolean;
151861
+ values: string[];
151862
+ }
151863
+ interface GetTargetPropertiesTargetPropertyCollection {
151864
+ /**
151865
+ * List of target properties.
151866
+ */
151867
+ items: outputs.FleetAppsManagement.GetTargetPropertiesTargetPropertyCollectionItem[];
151868
+ }
151869
+ interface GetTargetPropertiesTargetPropertyCollectionItem {
151870
+ /**
151871
+ * Name of the property.
151872
+ */
151873
+ name: string;
151874
+ /**
151875
+ * Value of the property.
151876
+ */
151877
+ value: string;
151878
+ }
151240
151879
  interface GetTaskRecordDetail {
151241
151880
  /**
151242
151881
  * Execution details.
@@ -151309,6 +151948,10 @@ export declare namespace FleetAppsManagement {
151309
151948
  * Is read output variable enabled
151310
151949
  */
151311
151950
  isReadOutputVariableEnabled: boolean;
151951
+ /**
151952
+ * The list of system variables.
151953
+ */
151954
+ systemVariables: string[];
151312
151955
  /**
151313
151956
  * OCID of the compartment to which the resource belongs to.
151314
151957
  */
@@ -151536,6 +152179,10 @@ export declare namespace FleetAppsManagement {
151536
152179
  * Is read output variable enabled
151537
152180
  */
151538
152181
  isReadOutputVariableEnabled: boolean;
152182
+ /**
152183
+ * The list of system variables.
152184
+ */
152185
+ systemVariables: string[];
151539
152186
  /**
151540
152187
  * OCID of the compartment to which the resource belongs to.
151541
152188
  */
@@ -151914,10 +152561,6 @@ export declare namespace FleetAppsManagement {
151914
152561
  tasks: outputs.FleetAppsManagement.RunbookRunbookVersionTask[];
151915
152562
  /**
151916
152563
  * The version of the runbook.
151917
- *
151918
- *
151919
- * ** IMPORTANT **
151920
- * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
151921
152564
  */
151922
152565
  version: string;
151923
152566
  }
@@ -152021,7 +152664,7 @@ export declare namespace FleetAppsManagement {
152021
152664
  }
152022
152665
  interface RunbookRunbookVersionGroupPropertiesRunOn {
152023
152666
  /**
152024
- * Build control flow conditions that determine the relevance of the task execution.
152667
+ * Build control flow conditions that determine the relevance of the task execution against targets.
152025
152668
  */
152026
152669
  condition: string;
152027
152670
  /**
@@ -152189,7 +152832,7 @@ export declare namespace FleetAppsManagement {
152189
152832
  }
152190
152833
  interface RunbookRunbookVersionTaskStepPropertiesRunOn {
152191
152834
  /**
152192
- * Build control flow conditions that determine the relevance of the task execution.
152835
+ * Build control flow conditions that determine the relevance of the task execution against targets.
152193
152836
  */
152194
152837
  condition: string;
152195
152838
  /**
@@ -152313,6 +152956,10 @@ export declare namespace FleetAppsManagement {
152313
152956
  * Is read output variable enabled
152314
152957
  */
152315
152958
  isReadOutputVariableEnabled: boolean;
152959
+ /**
152960
+ * The list of system variables.
152961
+ */
152962
+ systemVariables: string[];
152316
152963
  /**
152317
152964
  * OCID of the compartment to which the resource belongs to.
152318
152965
  */
@@ -152405,7 +153052,7 @@ export declare namespace FleetAppsManagement {
152405
153052
  */
152406
153053
  steps: outputs.FleetAppsManagement.RunbookVersionExecutionWorkflowDetailsWorkflowStep[];
152407
153054
  /**
152408
- * (Updatable) Workflow Group Details.
153055
+ * (Updatable) Workflow Group Details.
152409
153056
  */
152410
153057
  type: string;
152411
153058
  }
@@ -152419,8 +153066,7 @@ export declare namespace FleetAppsManagement {
152419
153066
  */
152420
153067
  stepName: string;
152421
153068
  /**
152422
- * (Updatable) Tasks within the Group. Provide the
152423
- * stepName for all applicable tasks.
153069
+ * (Updatable) Tasks within the Group. Provide the stepName for all applicable tasks.
152424
153070
  */
152425
153071
  steps: string[];
152426
153072
  /**
@@ -152441,6 +153087,7 @@ export declare namespace FleetAppsManagement {
152441
153087
  * (Updatable) The type of the group. PARALLEL_TASK_GROUP : Helps to execute tasks parallelly
152442
153088
  * inside a resource. PARALLEL_RESOURCE_GROUP : Executes tasks across resources parallelly. ROLLING_RESOURCE_GROUP :
152443
153089
  * Executes tasks across resources in a rolling order.
153090
+ * >>>>>>> theirs
152444
153091
  */
152445
153092
  type: string;
152446
153093
  }
@@ -152584,8 +153231,7 @@ export declare namespace FleetAppsManagement {
152584
153231
  }
152585
153232
  interface RunbookVersionTask {
152586
153233
  /**
152587
- * (Updatable) Mapping output variables of previous tasks to the input
152588
- * variables of the current task.
153234
+ * (Updatable) Mapping output variables of previous tasks to the input variables of the current task.
152589
153235
  */
152590
153236
  outputVariableMappings: outputs.FleetAppsManagement.RunbookVersionTaskOutputVariableMapping[];
152591
153237
  /**
@@ -152607,15 +153253,13 @@ export declare namespace FleetAppsManagement {
152607
153253
  */
152608
153254
  name: string;
152609
153255
  /**
152610
- * (Updatable) The details of the output variable that will be used for
152611
- * mapping.
153256
+ * (Updatable) The details of the output variable that will be used for mapping.
152612
153257
  */
152613
153258
  outputVariableDetails: outputs.FleetAppsManagement.RunbookVersionTaskOutputVariableMappingOutputVariableDetails;
152614
153259
  }
152615
153260
  interface RunbookVersionTaskOutputVariableMappingOutputVariableDetails {
152616
153261
  /**
152617
- * (Updatable) The name of the output variable whose value has to be
152618
- * mapped.
153262
+ * (Updatable) The name of the output variable whose value has to be mapped.
152619
153263
  */
152620
153264
  outputVariableName: string;
152621
153265
  /**
@@ -152637,8 +153281,7 @@ export declare namespace FleetAppsManagement {
152637
153281
  */
152638
153282
  pauseDetails: outputs.FleetAppsManagement.RunbookVersionTaskStepPropertiesPauseDetails;
152639
153283
  /**
152640
- * (Updatable) Build control flow conditions that determine the relevance of the
152641
- * task execution.
153284
+ * (Updatable) Build control flow conditions that determine the relevance of the task execution.
152642
153285
  */
152643
153286
  preCondition: string;
152644
153287
  /**
@@ -152652,8 +153295,7 @@ export declare namespace FleetAppsManagement {
152652
153295
  */
152653
153296
  shouldNotifyOnPause: boolean;
152654
153297
  /**
152655
- * (Updatable) Enables or disables notification on Task
152656
- * Failures.
153298
+ * (Updatable) Enables or disables notification on Task Failures.
152657
153299
  */
152658
153300
  shouldNotifyOnTaskFailure: boolean;
152659
153301
  /**
@@ -152673,8 +153315,7 @@ export declare namespace FleetAppsManagement {
152673
153315
  }
152674
153316
  interface RunbookVersionTaskStepPropertiesRunOn {
152675
153317
  /**
152676
- * (Updatable) Build control flow conditions that
152677
- * determine the relevance of the task execution.
153318
+ * (Updatable) Build control flow conditions that determine the relevance of the task execution against targets.
152678
153319
  */
152679
153320
  condition: string;
152680
153321
  /**
@@ -152686,15 +153327,13 @@ export declare namespace FleetAppsManagement {
152686
153327
  */
152687
153328
  kind: string;
152688
153329
  /**
152689
- * (Updatable) Previous Task
152690
- * Instance Details
153330
+ * (Updatable) Previous Task Instance Details
152691
153331
  */
152692
153332
  previousTaskInstanceDetails: outputs.FleetAppsManagement.RunbookVersionTaskStepPropertiesRunOnPreviousTaskInstanceDetail[];
152693
153333
  }
152694
153334
  interface RunbookVersionTaskStepPropertiesRunOnPreviousTaskInstanceDetail {
152695
153335
  /**
152696
- * (Updatable) The details of
152697
- * the output variable that will be used for mapping.
153336
+ * (Updatable) The details of the output variable that will be used for mapping.
152698
153337
  */
152699
153338
  outputVariableDetails: outputs.FleetAppsManagement.RunbookVersionTaskStepPropertiesRunOnPreviousTaskInstanceDetailOutputVariableDetails;
152700
153339
  /**
@@ -152708,13 +153347,11 @@ export declare namespace FleetAppsManagement {
152708
153347
  }
152709
153348
  interface RunbookVersionTaskStepPropertiesRunOnPreviousTaskInstanceDetailOutputVariableDetails {
152710
153349
  /**
152711
- * (Updatable) The name of the
152712
- * output variable whose value has to be mapped.
153350
+ * (Updatable) The name of the output variable whose value has to be mapped.
152713
153351
  */
152714
153352
  outputVariableName: string;
152715
153353
  /**
152716
- * (Updatable) The name of the task step
152717
- * the output variable belongs to.
153354
+ * (Updatable) The name of the task step the output variable belongs to.
152718
153355
  */
152719
153356
  stepName: string;
152720
153357
  }
@@ -152728,8 +153365,7 @@ export declare namespace FleetAppsManagement {
152728
153365
  */
152729
153366
  executionDetails: outputs.FleetAppsManagement.RunbookVersionTaskTaskRecordDetailsExecutionDetails;
152730
153367
  /**
152731
- * (Updatable) Is this an Apply Subject Task? Ex. Patch
152732
- * Execution Task
153368
+ * (Updatable) Is this an Apply Subject Task? Ex. Patch Execution Task
152733
153369
  */
152734
153370
  isApplySubjectTask: boolean;
152735
153371
  /**
@@ -152762,18 +153398,13 @@ export declare namespace FleetAppsManagement {
152762
153398
  scope: string;
152763
153399
  /**
152764
153400
  * (Updatable) The ID of taskRecord.
152765
- *
152766
- * ** IMPORTANT **
152767
- * Any change to a property that does not support update will force the destruction and recreation of the resource with the
152768
- * new property values
152769
153401
  */
152770
153402
  taskRecordId: string;
152771
153403
  }
152772
153404
  interface RunbookVersionTaskTaskRecordDetailsExecutionDetails {
152773
153405
  catalogId: string;
152774
153406
  /**
152775
- * (Updatable) Optional command to execute the content.
152776
- * You can provide any commands/arguments that can't be part of the script.
153407
+ * (Updatable) Optional command to execute the content. You can provide any commands/arguments that can't be part of the script.
152777
153408
  */
152778
153409
  command: string;
152779
153410
  /**
@@ -152785,8 +153416,7 @@ export declare namespace FleetAppsManagement {
152785
153416
  */
152786
153417
  content: outputs.FleetAppsManagement.RunbookVersionTaskTaskRecordDetailsExecutionDetailsContent;
152787
153418
  /**
152788
- * (Updatable) Credentials required for executing the
152789
- * task.
153419
+ * (Updatable) Credentials required for executing the task.
152790
153420
  */
152791
153421
  credentials: outputs.FleetAppsManagement.RunbookVersionTaskTaskRecordDetailsExecutionDetailsCredential[];
152792
153422
  /**
@@ -152798,28 +153428,27 @@ export declare namespace FleetAppsManagement {
152798
153428
  */
152799
153429
  executionType: string;
152800
153430
  /**
152801
- * (Updatable) Is the Content an executable
152802
- * file?
153431
+ * (Updatable) Is the Content an executable file?
152803
153432
  */
152804
153433
  isExecutableContent: boolean;
152805
153434
  /**
152806
- * (Updatable) Is the script locked to prevent changes
152807
- * directly in Object Storage?
153435
+ * (Updatable) Is the script locked to prevent changes directly in Object Storage?
152808
153436
  */
152809
153437
  isLocked: boolean;
152810
153438
  /**
152811
- * (Updatable) Is read output
152812
- * variable enabled
153439
+ * (Updatable) Is read output variable enabled
152813
153440
  */
152814
153441
  isReadOutputVariableEnabled: boolean;
152815
153442
  /**
152816
- * (Updatable) OCID of the compartment to
152817
- * which the resource belongs to.
153443
+ * (Updatable) The list of system variables.
153444
+ */
153445
+ systemVariables: string[];
153446
+ /**
153447
+ * (Updatable) OCID of the compartment to which the resource belongs to.
152818
153448
  */
152819
153449
  targetCompartmentId: string;
152820
153450
  /**
152821
- * (Updatable) The variable of the task. At least one
152822
- * of the dynamicArguments or output needs to be provided.
153451
+ * (Updatable) The variable of the task. At least one of the dynamicArguments or output needs to be provided.
152823
153452
  */
152824
153453
  variables: outputs.FleetAppsManagement.RunbookVersionTaskTaskRecordDetailsExecutionDetailsVariables;
152825
153454
  }
@@ -152830,8 +153459,7 @@ export declare namespace FleetAppsManagement {
152830
153459
  bucket: string;
152831
153460
  catalogId: string;
152832
153461
  /**
152833
- * (Updatable) md5 checksum of the
152834
- * artifact.
153462
+ * (Updatable) md5 checksum of the artifact.
152835
153463
  */
152836
153464
  checksum: string;
152837
153465
  /**
@@ -152849,9 +153477,7 @@ export declare namespace FleetAppsManagement {
152849
153477
  }
152850
153478
  interface RunbookVersionTaskTaskRecordDetailsExecutionDetailsCredential {
152851
153479
  /**
152852
- * (Updatable) A user-friendly name. Does not
152853
- * have to be unique, and it's changeable. Avoid entering confidential information. Example:
152854
- * `My new resource`
153480
+ * (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource`
152855
153481
  */
152856
153482
  displayName: string;
152857
153483
  /**
@@ -152861,8 +153487,7 @@ export declare namespace FleetAppsManagement {
152861
153487
  }
152862
153488
  interface RunbookVersionTaskTaskRecordDetailsExecutionDetailsVariables {
152863
153489
  /**
152864
- * (Updatable) The input variables for the
152865
- * task.
153490
+ * (Updatable) The input variables for the task.
152866
153491
  */
152867
153492
  inputVariables: outputs.FleetAppsManagement.RunbookVersionTaskTaskRecordDetailsExecutionDetailsVariablesInputVariable[];
152868
153493
  /**
@@ -152872,8 +153497,7 @@ export declare namespace FleetAppsManagement {
152872
153497
  }
152873
153498
  interface RunbookVersionTaskTaskRecordDetailsExecutionDetailsVariablesInputVariable {
152874
153499
  /**
152875
- * (Updatable) The description of the
152876
- * argument.
153500
+ * (Updatable) The description of the argument.
152877
153501
  */
152878
153502
  description: string;
152879
153503
  /**
@@ -153083,6 +153707,10 @@ export declare namespace FleetAppsManagement {
153083
153707
  * (Updatable) Is read output variable enabled
153084
153708
  */
153085
153709
  isReadOutputVariableEnabled: boolean;
153710
+ /**
153711
+ * (Updatable) The list of system variables.
153712
+ */
153713
+ systemVariables: string[];
153086
153714
  /**
153087
153715
  * (Updatable) OCID of the compartment to which the resource belongs to.
153088
153716
  */
@@ -154827,6 +155455,9 @@ export declare namespace Functions {
154827
155455
  * Admin users last name
154828
155456
  */
154829
155457
  lastName: string;
155458
+ /**
155459
+ * @deprecated The 'password' field is deprecated. Please use the OCI Console or email link to reset the password.
155460
+ */
154830
155461
  password: string;
154831
155462
  /**
154832
155463
  * Admin username
@@ -154860,6 +155491,9 @@ export declare namespace Functions {
154860
155491
  emailAddress: string;
154861
155492
  firstName: string;
154862
155493
  lastName: string;
155494
+ /**
155495
+ * @deprecated The 'password' field is deprecated. Please use the OCI Console or email link to reset the password.
155496
+ */
154863
155497
  password: string;
154864
155498
  username: string;
154865
155499
  }
@@ -155559,6 +156193,9 @@ export declare namespace Functions {
155559
156193
  emailAddress: string;
155560
156194
  firstName: string;
155561
156195
  lastName: string;
156196
+ /**
156197
+ * @deprecated The 'password' field is deprecated. Please use the OCI Console or email link to reset the password.
156198
+ */
155562
156199
  password: string;
155563
156200
  username: string;
155564
156201
  }
@@ -155933,6 +156570,8 @@ export declare namespace FusionApps {
155933
156570
  lastName: string;
155934
156571
  /**
155935
156572
  * The password for the administrator.
156573
+ *
156574
+ * @deprecated The 'password' field is deprecated. Please use the OCI Console or email link to reset the password.
155936
156575
  */
155937
156576
  password: string;
155938
156577
  /**
@@ -223482,6 +224121,10 @@ export declare namespace Limits {
223482
224121
  * The limit description.
223483
224122
  */
223484
224123
  description: string;
224124
+ /**
224125
+ * An array of subscription types that support ExternalLocations.
224126
+ */
224127
+ externalLocationSupportedSubscriptions: string[];
223485
224128
  /**
223486
224129
  * Indicates if the limit has been deprecated.
223487
224130
  */
@@ -223515,7 +224158,7 @@ export declare namespace Limits {
223515
224158
  */
223516
224159
  supportedQuotaFamilies: string[];
223517
224160
  /**
223518
- * An array of subscription types supported by the limit. e,g The type of subscription, such as 'SAAS', 'ERP', 'CRM'.
224161
+ * An array of subscription types supported by the limit. For example, the type of subscription, such as SAAS, ERP, or CRM.
223519
224162
  */
223520
224163
  supportedSubscriptions: string[];
223521
224164
  }
@@ -223654,7 +224297,7 @@ export declare namespace Limits {
223654
224297
  */
223655
224298
  name: string;
223656
224299
  /**
223657
- * An array of subscription types supported by the service. e,g The type of subscription, such as 'SAAS', 'ERP', 'CRM'.
224300
+ * An array of subscription types supported by the service. For example, the type of subscription, such as SAAS, ERP, or CRM.
223658
224301
  */
223659
224302
  supportedSubscriptions: string[];
223660
224303
  }