Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Mar 11, 2024
1 parent 2c4d9aa commit 2e16e91
Show file tree
Hide file tree
Showing 3 changed files with 574 additions and 9 deletions.
70 changes: 70 additions & 0 deletions codegen/sdk-codegen/aws-models/codestar-connections.json
Original file line number Diff line number Diff line change
Expand Up @@ -1482,6 +1482,18 @@
"smithy.api#documentation": "<p>The type of sync configuration.</p>",
"smithy.api#required": {}
}
},
"PublishDeploymentStatus": {
"target": "com.amazonaws.codestarconnections#PublishDeploymentStatus",
"traits": {
"smithy.api#documentation": "<p>Whether to enable or disable publishing of deployment status to source providers.</p>"
}
},
"TriggerResourceUpdateOn": {
"target": "com.amazonaws.codestarconnections#TriggerResourceUpdateOn",
"traits": {
"smithy.api#documentation": "<p>When to trigger Git sync to begin the stack update.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -2847,6 +2859,23 @@
}
}
},
"com.amazonaws.codestarconnections#PublishDeploymentStatus": {
"type": "enum",
"members": {
"ENABLED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ENABLED"
}
},
"DISABLED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "DISABLED"
}
}
}
},
"com.amazonaws.codestarconnections#RepositoryLinkArn": {
"type": "string",
"traits": {
Expand Down Expand Up @@ -3581,6 +3610,18 @@
"smithy.api#documentation": "<p>The type of sync for a specific sync configuration.</p>",
"smithy.api#required": {}
}
},
"PublishDeploymentStatus": {
"target": "com.amazonaws.codestarconnections#PublishDeploymentStatus",
"traits": {
"smithy.api#documentation": "<p>Whether to enable or disable publishing of deployment status to source providers.</p>"
}
},
"TriggerResourceUpdateOn": {
"target": "com.amazonaws.codestarconnections#TriggerResourceUpdateOn",
"traits": {
"smithy.api#documentation": "<p>When to trigger Git sync to begin the stack update.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -3761,6 +3802,23 @@
"smithy.api#pattern": "^[\\s\\S]*$"
}
},
"com.amazonaws.codestarconnections#TriggerResourceUpdateOn": {
"type": "enum",
"members": {
"ANY_CHANGE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ANY_CHANGE"
}
},
"FILE_CHANGE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "FILE_CHANGE"
}
}
}
},
"com.amazonaws.codestarconnections#Type": {
"type": "string"
},
Expand Down Expand Up @@ -4160,6 +4218,18 @@
"smithy.api#documentation": "<p>The sync type for the sync configuration to be updated.</p>",
"smithy.api#required": {}
}
},
"PublishDeploymentStatus": {
"target": "com.amazonaws.codestarconnections#PublishDeploymentStatus",
"traits": {
"smithy.api#documentation": "<p>Whether to enable or disable publishing of deployment status to source providers.</p>"
}
},
"TriggerResourceUpdateOn": {
"target": "com.amazonaws.codestarconnections#TriggerResourceUpdateOn",
"traits": {
"smithy.api#documentation": "<p>When to trigger Git sync to begin the stack update.</p>"
}
}
},
"traits": {
Expand Down
Loading

0 comments on commit 2e16e91

Please sign in to comment.