From 7c20820ce07a618b822f587b10382ce847afddf9 Mon Sep 17 00:00:00 2001 From: awstools Date: Thu, 14 Dec 2023 19:23:39 +0000 Subject: [PATCH] docs(client-controltower): Documentation updates for AWS Control Tower. --- clients/client-controltower/src/models/models_0.ts | 10 +++++----- codegen/sdk-codegen/aws-models/controltower.json | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/clients/client-controltower/src/models/models_0.ts b/clients/client-controltower/src/models/models_0.ts index ab411650c986..f3d1a548e5f3 100644 --- a/clients/client-controltower/src/models/models_0.ts +++ b/clients/client-controltower/src/models/models_0.ts @@ -576,8 +576,8 @@ export interface CreateLandingZoneInput { /** * @public - *

The manifest.yaml file is a text file that describes your Amazon Web Services resources. For examples, review - * The manifest file.

+ *

The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review + * Launch your landing zone.

*/ manifest: __DocumentType | undefined; @@ -709,7 +709,7 @@ export interface LandingZoneDetail { /** * @public - *

The landing zone manifest.yaml text file that specifies the landing zone configurations.

+ *

The landing zone manifest JSON text file that specifies the landing zone configurations.

*/ manifest: __DocumentType | undefined; @@ -952,8 +952,8 @@ export interface UpdateLandingZoneInput { /** * @public - *

The manifest.yaml file is a text file that describes your Amazon Web Services resources. For examples, review - * The manifest file.

+ *

The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review + * Launch your landing zone.

*/ manifest: __DocumentType | undefined; diff --git a/codegen/sdk-codegen/aws-models/controltower.json b/codegen/sdk-codegen/aws-models/controltower.json index e174a67eb38c..15d9d4edc924 100644 --- a/codegen/sdk-codegen/aws-models/controltower.json +++ b/codegen/sdk-codegen/aws-models/controltower.json @@ -1096,7 +1096,7 @@ "manifest": { "target": "com.amazonaws.controltower#Manifest", "traits": { - "smithy.api#documentation": "

The manifest.yaml file is a text file that describes your Amazon Web Services resources. For examples, review \n The manifest file.

", + "smithy.api#documentation": "

The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review \n Launch your landing zone.

", "smithy.api#required": {} } }, @@ -1882,7 +1882,7 @@ "manifest": { "target": "com.amazonaws.controltower#Manifest", "traits": { - "smithy.api#documentation": "

The landing zone manifest.yaml text file that specifies the landing zone configurations.

", + "smithy.api#documentation": "

The landing zone manifest JSON text file that specifies the landing zone configurations.

", "smithy.api#required": {} } }, @@ -2855,7 +2855,7 @@ "manifest": { "target": "com.amazonaws.controltower#Manifest", "traits": { - "smithy.api#documentation": "

The manifest.yaml file is a text file that describes your Amazon Web Services resources. For examples, review \n The manifest file.

", + "smithy.api#documentation": "

The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review \n Launch your landing zone.

", "smithy.api#required": {} } },