Skip to content

Commit 535c1a3

Browse files
author
awstools
committed
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.
1 parent 0a561ee commit 535c1a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clients/client-datazone/src/commands/DeleteDataProductCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface DeleteDataProductCommandInput extends DeleteDataProductInput {}
2828
export interface DeleteDataProductCommandOutput extends DeleteDataProductOutput, __MetadataBearer {}
2929

3030
/**
31-
* <p>Deletes an data product in Amazon DataZone.</p>
31+
* <p>Deletes a data product in Amazon DataZone.</p>
3232
* @example
3333
* Use a bare-bones client and the command you need to make an API call.
3434
* ```javascript

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@
12831283
"com.amazonaws.datazone#AuthorizedPrincipalIdentifier": {
12841284
"type": "string",
12851285
"traits": {
1286-
"smithy.api#pattern": "^[a-zA-Z0-9:/_-]*$"
1286+
"smithy.api#pattern": "^[a-zA-Z0-9:/._-]*$"
12871287
}
12881288
},
12891289
"com.amazonaws.datazone#AuthorizedPrincipalIdentifiers": {
@@ -7686,7 +7686,7 @@
76867686
}
76877687
],
76887688
"traits": {
7689-
"smithy.api#documentation": "<p>Deletes an data product in Amazon DataZone.</p>",
7689+
"smithy.api#documentation": "<p>Deletes a data product in Amazon DataZone.</p>",
76907690
"smithy.api#http": {
76917691
"code": 204,
76927692
"method": "DELETE",

0 commit comments

Comments
 (0)