From 535c1a32e18ec8f9c9e7a3c3f42dc0efd678e4fa Mon Sep 17 00:00:00 2001 From: awstools Date: Wed, 28 Aug 2024 18:20:08 +0000 Subject: [PATCH] feat(client-datazone): Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target. --- .../client-datazone/src/commands/DeleteDataProductCommand.ts | 2 +- codegen/sdk-codegen/aws-models/datazone.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/client-datazone/src/commands/DeleteDataProductCommand.ts b/clients/client-datazone/src/commands/DeleteDataProductCommand.ts index b41a6a3e110f..aefe5e19fc3f 100644 --- a/clients/client-datazone/src/commands/DeleteDataProductCommand.ts +++ b/clients/client-datazone/src/commands/DeleteDataProductCommand.ts @@ -28,7 +28,7 @@ export interface DeleteDataProductCommandInput extends DeleteDataProductInput {} export interface DeleteDataProductCommandOutput extends DeleteDataProductOutput, __MetadataBearer {} /** - *

Deletes an data product in Amazon DataZone.

+ *

Deletes a data product in Amazon DataZone.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/codegen/sdk-codegen/aws-models/datazone.json b/codegen/sdk-codegen/aws-models/datazone.json index bffef14e7485..206d3e77ad16 100644 --- a/codegen/sdk-codegen/aws-models/datazone.json +++ b/codegen/sdk-codegen/aws-models/datazone.json @@ -1283,7 +1283,7 @@ "com.amazonaws.datazone#AuthorizedPrincipalIdentifier": { "type": "string", "traits": { - "smithy.api#pattern": "^[a-zA-Z0-9:/_-]*$" + "smithy.api#pattern": "^[a-zA-Z0-9:/._-]*$" } }, "com.amazonaws.datazone#AuthorizedPrincipalIdentifiers": { @@ -7686,7 +7686,7 @@ } ], "traits": { - "smithy.api#documentation": "

Deletes an data product in Amazon DataZone.

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

Deletes a data product in Amazon DataZone.

", "smithy.api#http": { "code": 204, "method": "DELETE",