File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
services/amp/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Amazon Prometheus Service" ,
4
+ "contributor" : " " ,
5
+ "description" : " This release updates Amazon Managed Service for Prometheus APIs to support customer managed KMS keys."
6
+ }
Original file line number Diff line number Diff line change 834
834
"tags" :{
835
835
"shape" :" TagMap" ,
836
836
"documentation" :" <p>Optional, user-provided tags for this workspace.</p>"
837
+ },
838
+ "kmsKeyArn" :{
839
+ "shape" :" KmsKeyArn" ,
840
+ "documentation" :" <p>Optional, customer managed KMS key used to encrypt data for this workspace</p>"
837
841
}
838
842
},
839
843
"documentation" :" <p>Represents the input of a CreateWorkspace operation.</p>"
861
865
"tags" :{
862
866
"shape" :" TagMap" ,
863
867
"documentation" :" <p>The tags of this workspace.</p>"
868
+ },
869
+ "kmsKeyArn" :{
870
+ "shape" :" KmsKeyArn" ,
871
+ "documentation" :" <p>Customer managed KMS key ARN for this workspace</p>"
864
872
}
865
873
},
866
874
"documentation" :" <p>Represents the output of a CreateWorkspace operation.</p>"
1226
1234
"fault" :true ,
1227
1235
"retryable" :{"throttling" :false }
1228
1236
},
1237
+ "KmsKeyArn" :{
1238
+ "type" :" string" ,
1239
+ "documentation" :" <p>A KMS Key ARN.</p>" ,
1240
+ "max" :2048 ,
1241
+ "min" :20 ,
1242
+ "pattern" :" arn:aws:kms:[a-z0-9\\ -]+:\\ d+:key/[a-f0-9\\ -]+"
1243
+ },
1229
1244
"ListRuleGroupsNamespacesRequest" :{
1230
1245
"type" :" structure" ,
1231
1246
"required" :[" workspaceId" ],
2262
2277
"tags" :{
2263
2278
"shape" :" TagMap" ,
2264
2279
"documentation" :" <p>The tags of this workspace.</p>"
2280
+ },
2281
+ "kmsKeyArn" :{
2282
+ "shape" :" KmsKeyArn" ,
2283
+ "documentation" :" <p>The customer managed KMS key of this workspace.</p>"
2265
2284
}
2266
2285
},
2267
2286
"documentation" :" <p>Represents the properties of a workspace.</p>"
2327
2346
"tags" :{
2328
2347
"shape" :" TagMap" ,
2329
2348
"documentation" :" <p>The tags of this workspace.</p>"
2349
+ },
2350
+ "kmsKeyArn" :{
2351
+ "shape" :" KmsKeyArn" ,
2352
+ "documentation" :" <p>Customer managed KMS key ARN for this workspace</p>"
2330
2353
}
2331
2354
},
2332
2355
"documentation" :" <p>Represents a summary of the properties of a workspace.</p>"
You can’t perform that action at this time.
0 commit comments