Skip to content

Commit

Permalink
Fix models.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sichan Yoo committed Jan 10, 2024
1 parent cc86780 commit cd9814d
Show file tree
Hide file tree
Showing 60 changed files with 285 additions and 10,482 deletions.
38 changes: 0 additions & 38 deletions codegen/sdk-codegen/aws-models/amp.2020-08-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -1516,12 +1516,6 @@
"traits": {
"smithy.api#documentation": "Optional, user-provided tags for this workspace."
}
},
"kmsKeyArn": {
"target": "com.amazonaws.amp#KmsKeyArn",
"traits": {
"smithy.api#documentation": "Optional, customer managed KMS key used to encrypt data for this workspace"
}
}
},
"traits": {
Expand Down Expand Up @@ -1557,12 +1551,6 @@
"traits": {
"smithy.api#documentation": "The tags of this workspace."
}
},
"kmsKeyArn": {
"target": "com.amazonaws.amp#KmsKeyArn",
"traits": {
"smithy.api#documentation": "Customer managed KMS key ARN for this workspace"
}
}
},
"traits": {
Expand Down Expand Up @@ -2591,20 +2579,6 @@
"smithy.api#retryable": {}
}
},
"com.amazonaws.amp#KmsKeyArn": {
"type": "string",
"traits": {
"aws.api#arnReference": {
"type": "AWS::KMS::Key"
},
"smithy.api#documentation": "A KMS Key ARN.",
"smithy.api#length": {
"min": 20,
"max": 2048
},
"smithy.api#pattern": "^arn:aws:kms:[a-z0-9\\-]+:\\d+:key/[a-f0-9\\-]+$"
}
},
"com.amazonaws.amp#ListRuleGroupsNamespaces": {
"type": "operation",
"input": {
Expand Down Expand Up @@ -4685,12 +4659,6 @@
"traits": {
"smithy.api#documentation": "The tags of this workspace."
}
},
"kmsKeyArn": {
"target": "com.amazonaws.amp#KmsKeyArn",
"traits": {
"smithy.api#documentation": "The customer managed KMS key of this workspace."
}
}
},
"traits": {
Expand Down Expand Up @@ -4803,12 +4771,6 @@
"traits": {
"smithy.api#documentation": "The tags of this workspace."
}
},
"kmsKeyArn": {
"target": "com.amazonaws.amp#KmsKeyArn",
"traits": {
"smithy.api#documentation": "Customer managed KMS key ARN for this workspace"
}
}
},
"traits": {
Expand Down
Loading

0 comments on commit cd9814d

Please sign in to comment.