Skip to content

Commit cd17850

Browse files
feat: update AWS API models
1 parent bfe9971 commit cd17850

File tree

10 files changed

+3524
-58
lines changed

10 files changed

+3524
-58
lines changed

codegen/sdk/aws-models/amp.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,12 @@
15161516
"traits": {
15171517
"smithy.api#documentation": "Optional, user-provided tags for this workspace."
15181518
}
1519+
},
1520+
"kmsKeyArn": {
1521+
"target": "com.amazonaws.amp#KmsKeyArn",
1522+
"traits": {
1523+
"smithy.api#documentation": "Optional, customer managed KMS key used to encrypt data for this workspace"
1524+
}
15191525
}
15201526
},
15211527
"traits": {
@@ -1551,6 +1557,12 @@
15511557
"traits": {
15521558
"smithy.api#documentation": "The tags of this workspace."
15531559
}
1560+
},
1561+
"kmsKeyArn": {
1562+
"target": "com.amazonaws.amp#KmsKeyArn",
1563+
"traits": {
1564+
"smithy.api#documentation": "Customer managed KMS key ARN for this workspace"
1565+
}
15541566
}
15551567
},
15561568
"traits": {
@@ -2579,6 +2591,20 @@
25792591
"smithy.api#retryable": {}
25802592
}
25812593
},
2594+
"com.amazonaws.amp#KmsKeyArn": {
2595+
"type": "string",
2596+
"traits": {
2597+
"aws.api#arnReference": {
2598+
"type": "AWS::KMS::Key"
2599+
},
2600+
"smithy.api#documentation": "A KMS Key ARN.",
2601+
"smithy.api#length": {
2602+
"min": 20,
2603+
"max": 2048
2604+
},
2605+
"smithy.api#pattern": "^arn:aws:kms:[a-z0-9\\-]+:\\d+:key/[a-f0-9\\-]+$"
2606+
}
2607+
},
25822608
"com.amazonaws.amp#ListRuleGroupsNamespaces": {
25832609
"type": "operation",
25842610
"input": {
@@ -4659,6 +4685,12 @@
46594685
"traits": {
46604686
"smithy.api#documentation": "The tags of this workspace."
46614687
}
4688+
},
4689+
"kmsKeyArn": {
4690+
"target": "com.amazonaws.amp#KmsKeyArn",
4691+
"traits": {
4692+
"smithy.api#documentation": "The customer managed KMS key of this workspace."
4693+
}
46624694
}
46634695
},
46644696
"traits": {
@@ -4771,6 +4803,12 @@
47714803
"traits": {
47724804
"smithy.api#documentation": "The tags of this workspace."
47734805
}
4806+
},
4807+
"kmsKeyArn": {
4808+
"target": "com.amazonaws.amp#KmsKeyArn",
4809+
"traits": {
4810+
"smithy.api#documentation": "Customer managed KMS key ARN for this workspace"
4811+
}
47744812
}
47754813
},
47764814
"traits": {

0 commit comments

Comments
 (0)