Skip to content

Commit

Permalink
docs(client-controltower): Documentation updates for AWS Control Tower.
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 14, 2023
1 parent ee74785 commit 7c20820
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions clients/client-controltower/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,8 @@ export interface CreateLandingZoneInput {

/**
* @public
* <p>The manifest.yaml file is a text file that describes your Amazon Web Services resources. For examples, review
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/the-manifest-file">The manifest file</a>. </p>
* <p>The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch">Launch your landing zone</a>. </p>
*/
manifest: __DocumentType | undefined;

Expand Down Expand Up @@ -709,7 +709,7 @@ export interface LandingZoneDetail {

/**
* @public
* <p>The landing zone <code>manifest.yaml</code> text file that specifies the landing zone configurations. </p>
* <p>The landing zone manifest JSON text file that specifies the landing zone configurations. </p>
*/
manifest: __DocumentType | undefined;

Expand Down Expand Up @@ -952,8 +952,8 @@ export interface UpdateLandingZoneInput {

/**
* @public
* <p>The <code>manifest.yaml</code> file is a text file that describes your Amazon Web Services resources. For examples, review
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/the-manifest-file">The manifest file</a>.</p>
* <p>The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review
* <a href="https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch">Launch your landing zone</a>.</p>
*/
manifest: __DocumentType | undefined;

Expand Down
6 changes: 3 additions & 3 deletions codegen/sdk-codegen/aws-models/controltower.json
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@
"manifest": {
"target": "com.amazonaws.controltower#Manifest",
"traits": {
"smithy.api#documentation": "<p>The manifest.yaml file is a text file that describes your Amazon Web Services resources. For examples, review \n <a href=\"https://docs.aws.amazon.com/controltower/latest/userguide/the-manifest-file\">The manifest file</a>. </p>",
"smithy.api#documentation": "<p>The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review \n <a href=\"https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch\">Launch your landing zone</a>. </p>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -1882,7 +1882,7 @@
"manifest": {
"target": "com.amazonaws.controltower#Manifest",
"traits": {
"smithy.api#documentation": "<p>The landing zone <code>manifest.yaml</code> text file that specifies the landing zone configurations. </p>",
"smithy.api#documentation": "<p>The landing zone manifest JSON text file that specifies the landing zone configurations. </p>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -2855,7 +2855,7 @@
"manifest": {
"target": "com.amazonaws.controltower#Manifest",
"traits": {
"smithy.api#documentation": "<p>The <code>manifest.yaml</code> file is a text file that describes your Amazon Web Services resources. For examples, review \n <a href=\"https://docs.aws.amazon.com/controltower/latest/userguide/the-manifest-file\">The manifest file</a>.</p>",
"smithy.api#documentation": "<p>The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review \n <a href=\"https://docs.aws.amazon.com/controltower/latest/userguide/lz-api-launch\">Launch your landing zone</a>.</p>",
"smithy.api#required": {}
}
},
Expand Down

0 comments on commit 7c20820

Please sign in to comment.