Skip to content

Commit 49f9898

Browse files
author
AWS
committed
AWS CodeStar connections Update: This release adds tagging support for CodeStar Connections Host resources
1 parent 0037451 commit 49f9898

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS CodeStar connections",
4+
"contributor": "",
5+
"description": "This release adds tagging support for CodeStar Connections Host resources"
6+
}

services/codestarconnections/src/main/resources/codegen-resources/service-2.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,8 @@
307307
"VpcConfiguration":{
308308
"shape":"VpcConfiguration",
309309
"documentation":"<p>The VPC configuration to be provisioned for the host. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.</p>"
310-
}
310+
},
311+
"Tags":{"shape":"TagList"}
311312
}
312313
},
313314
"CreateHostOutput":{
@@ -316,7 +317,8 @@
316317
"HostArn":{
317318
"shape":"HostArn",
318319
"documentation":"<p>The Amazon Resource Name (ARN) of the host to be created.</p>"
319-
}
320+
},
321+
"Tags":{"shape":"TagList"}
320322
}
321323
},
322324
"DeleteConnectionInput":{
@@ -457,7 +459,12 @@
457459
"min":1,
458460
"pattern":".*"
459461
},
460-
"HostStatus":{"type":"string"},
462+
"HostStatus":{
463+
"type":"string",
464+
"max":64,
465+
"min":1,
466+
"pattern":".*"
467+
},
461468
"HostStatusMessage":{"type":"string"},
462469
"LimitExceededException":{
463470
"type":"structure",

0 commit comments

Comments
 (0)