Skip to content

Commit 7c20820

Browse files
author
awstools
committed
docs(client-controltower): Documentation updates for AWS Control Tower.
1 parent ee74785 commit 7c20820

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

clients/client-controltower/src/models/models_0.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,8 @@ export interface CreateLandingZoneInput {
576576

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

@@ -709,7 +709,7 @@ export interface LandingZoneDetail {
709709

710710
/**
711711
* @public
712-
* <p>The landing zone <code>manifest.yaml</code> text file that specifies the landing zone configurations. </p>
712+
* <p>The landing zone manifest JSON text file that specifies the landing zone configurations. </p>
713713
*/
714714
manifest: __DocumentType | undefined;
715715

@@ -952,8 +952,8 @@ export interface UpdateLandingZoneInput {
952952

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

codegen/sdk-codegen/aws-models/controltower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@
10961096
"manifest": {
10971097
"target": "com.amazonaws.controltower#Manifest",
10981098
"traits": {
1099-
"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>",
1099+
"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>",
11001100
"smithy.api#required": {}
11011101
}
11021102
},
@@ -1882,7 +1882,7 @@
18821882
"manifest": {
18831883
"target": "com.amazonaws.controltower#Manifest",
18841884
"traits": {
1885-
"smithy.api#documentation": "<p>The landing zone <code>manifest.yaml</code> text file that specifies the landing zone configurations. </p>",
1885+
"smithy.api#documentation": "<p>The landing zone manifest JSON text file that specifies the landing zone configurations. </p>",
18861886
"smithy.api#required": {}
18871887
}
18881888
},
@@ -2855,7 +2855,7 @@
28552855
"manifest": {
28562856
"target": "com.amazonaws.controltower#Manifest",
28572857
"traits": {
2858-
"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>",
2858+
"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>",
28592859
"smithy.api#required": {}
28602860
}
28612861
},

0 commit comments

Comments
 (0)