Skip to content

Commit 8071218

Browse files
feat: update AWS API models
1 parent c45afe5 commit 8071218

File tree

3 files changed

+647
-9
lines changed

3 files changed

+647
-9
lines changed

codegen/sdk/aws-models/codestar-connections.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,6 +1482,18 @@
14821482
"smithy.api#documentation": "<p>The type of sync configuration.</p>",
14831483
"smithy.api#required": {}
14841484
}
1485+
},
1486+
"PublishDeploymentStatus": {
1487+
"target": "com.amazonaws.codestarconnections#PublishDeploymentStatus",
1488+
"traits": {
1489+
"smithy.api#documentation": "<p>Whether to enable or disable publishing of deployment status to source providers.</p>"
1490+
}
1491+
},
1492+
"TriggerResourceUpdateOn": {
1493+
"target": "com.amazonaws.codestarconnections#TriggerResourceUpdateOn",
1494+
"traits": {
1495+
"smithy.api#documentation": "<p>When to trigger Git sync to begin the stack update.</p>"
1496+
}
14851497
}
14861498
},
14871499
"traits": {
@@ -2847,6 +2859,23 @@
28472859
}
28482860
}
28492861
},
2862+
"com.amazonaws.codestarconnections#PublishDeploymentStatus": {
2863+
"type": "enum",
2864+
"members": {
2865+
"ENABLED": {
2866+
"target": "smithy.api#Unit",
2867+
"traits": {
2868+
"smithy.api#enumValue": "ENABLED"
2869+
}
2870+
},
2871+
"DISABLED": {
2872+
"target": "smithy.api#Unit",
2873+
"traits": {
2874+
"smithy.api#enumValue": "DISABLED"
2875+
}
2876+
}
2877+
}
2878+
},
28502879
"com.amazonaws.codestarconnections#RepositoryLinkArn": {
28512880
"type": "string",
28522881
"traits": {
@@ -3581,6 +3610,18 @@
35813610
"smithy.api#documentation": "<p>The type of sync for a specific sync configuration.</p>",
35823611
"smithy.api#required": {}
35833612
}
3613+
},
3614+
"PublishDeploymentStatus": {
3615+
"target": "com.amazonaws.codestarconnections#PublishDeploymentStatus",
3616+
"traits": {
3617+
"smithy.api#documentation": "<p>Whether to enable or disable publishing of deployment status to source providers.</p>"
3618+
}
3619+
},
3620+
"TriggerResourceUpdateOn": {
3621+
"target": "com.amazonaws.codestarconnections#TriggerResourceUpdateOn",
3622+
"traits": {
3623+
"smithy.api#documentation": "<p>When to trigger Git sync to begin the stack update.</p>"
3624+
}
35843625
}
35853626
},
35863627
"traits": {
@@ -3761,6 +3802,23 @@
37613802
"smithy.api#pattern": "^[\\s\\S]*$"
37623803
}
37633804
},
3805+
"com.amazonaws.codestarconnections#TriggerResourceUpdateOn": {
3806+
"type": "enum",
3807+
"members": {
3808+
"ANY_CHANGE": {
3809+
"target": "smithy.api#Unit",
3810+
"traits": {
3811+
"smithy.api#enumValue": "ANY_CHANGE"
3812+
}
3813+
},
3814+
"FILE_CHANGE": {
3815+
"target": "smithy.api#Unit",
3816+
"traits": {
3817+
"smithy.api#enumValue": "FILE_CHANGE"
3818+
}
3819+
}
3820+
}
3821+
},
37643822
"com.amazonaws.codestarconnections#Type": {
37653823
"type": "string"
37663824
},
@@ -4160,6 +4218,18 @@
41604218
"smithy.api#documentation": "<p>The sync type for the sync configuration to be updated.</p>",
41614219
"smithy.api#required": {}
41624220
}
4221+
},
4222+
"PublishDeploymentStatus": {
4223+
"target": "com.amazonaws.codestarconnections#PublishDeploymentStatus",
4224+
"traits": {
4225+
"smithy.api#documentation": "<p>Whether to enable or disable publishing of deployment status to source providers.</p>"
4226+
}
4227+
},
4228+
"TriggerResourceUpdateOn": {
4229+
"target": "com.amazonaws.codestarconnections#TriggerResourceUpdateOn",
4230+
"traits": {
4231+
"smithy.api#documentation": "<p>When to trigger Git sync to begin the stack update.</p>"
4232+
}
41634233
}
41644234
},
41654235
"traits": {

0 commit comments

Comments
 (0)