Skip to content

Commit

Permalink
chore(Model): no /// allowed in Smithy
Browse files Browse the repository at this point in the history
  • Loading branch information
texastony committed Jul 1, 2024
1 parent 276e523 commit d5092aa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,6 @@ structure CreateDynamoDbEncryptionBranchKeyIdSupplierOutput {
branchKeyIdSupplier: BranchKeyIdSupplierReference
}

/////////////
// Errors

@error("client")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ structure AtomicPrimitivesReference {}
@aws.polymorph#reference(service: aws.cryptography.dbEncryptionSdk.structuredEncryption#StructuredEncryption)
structure StructuredEncryptionReference {}

/////////////
// Errors

@error("client")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ list AuthList {
@aws.polymorph#reference(service: aws.cryptography.primitives#AwsCryptographicPrimitives)
structure AtomicPrimitivesReference {}

/////////////
// Errors

@error("client")
Expand Down

0 comments on commit d5092aa

Please sign in to comment.