Skip to content

Commit

Permalink
docs(client-imagebuilder): Change the Image Builder ImagePipeline dat…
Browse files Browse the repository at this point in the history
…eNextRun field to more accurately describe the data.
  • Loading branch information
awstools committed Jun 13, 2023
1 parent b511d0c commit 7500e95
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions clients/client-imagebuilder/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,8 @@ export interface Component {
tags?: Record<string, string>;

/**
* <p>Contains the name of the publisher if this is a third-party component. Otherwise, this
* property is empty.</p>
* <p>Contains the name of the publisher if this is a third-party component. Otherwise,
* this property is empty.</p>
*/
publisher?: string;

Expand Down Expand Up @@ -773,14 +773,14 @@ export interface ComponentSummary {
tags?: Record<string, string>;

/**
* <p>Contains the name of the publisher if this is a third-party component. Otherwise, this
* property is empty.</p>
* <p>Contains the name of the publisher if this is a third-party component. Otherwise,
* this property is empty.</p>
*/
publisher?: string;

/**
* <p>Indicates whether component source is hidden from view in the console, and from
* component detail results for API, CLI, or SDK operations.</p>
* <p>Indicates whether component source is hidden from view in the console,
* and from component detail results for API, CLI, or SDK operations.</p>
*/
obfuscate?: boolean;
}
Expand Down Expand Up @@ -3248,8 +3248,8 @@ export interface Image {
platform?: Platform | string;

/**
* <p>Indicates whether Image Builder collects additional information about the image, such as the
* operating system (OS) version and package list.</p>
* <p>Indicates whether Image Builder collects additional information about the image, such as
* the operating system (OS) version and package list.</p>
*/
enhancedImageMetadataEnabled?: boolean;

Expand All @@ -3265,14 +3265,14 @@ export interface Image {
state?: ImageState;

/**
* <p>For images that distribute an AMI, this is the image recipe that Image Builder used to create
* the image. For container images, this is empty.</p>
* <p>For images that distribute an AMI, this is the image recipe that Image Builder used to
* create the image. For container images, this is empty.</p>
*/
imageRecipe?: ImageRecipe;

/**
* <p>For container images, this is the container recipe that Image Builder used to create the image.
* For images that distribute an AMI, this is empty.</p>
* <p>For container images, this is the container recipe that Image Builder used to create the
* image. For images that distribute an AMI, this is empty.</p>
*/
containerRecipe?: ContainerRecipe;

Expand Down Expand Up @@ -3467,7 +3467,7 @@ export interface ImagePipeline {
dateLastRun?: string;

/**
* <p>This is no longer supported, and does not return a value.</p>
* <p>The next date when the pipeline is scheduled to run.</p>
*/
dateNextRun?: string;

Expand Down

0 comments on commit 7500e95

Please sign in to comment.