Skip to content

Commit 6df0a09

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 98ae688 commit 6df0a09

File tree

8 files changed

+2364
-85
lines changed

8 files changed

+2364
-85
lines changed

codegen/sdk-codegen/aws-models/codeconnections.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@
917917
"ConnectionArn": {
918918
"target": "com.amazonaws.codeconnections#ConnectionArn",
919919
"traits": {
920-
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection\n reference when the connection is shared between Amazon Web Services.</p>\n <note>\n <p>The ARN is never reused if the connection is deleted.</p>\n </note>"
920+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection\n reference when the connection is shared between Amazon Web Servicesservices.</p>\n <note>\n <p>The ARN is never reused if the connection is deleted.</p>\n </note>"
921921
}
922922
},
923923
"ProviderType": {
@@ -1335,6 +1335,12 @@
13351335
"traits": {
13361336
"smithy.api#documentation": "<p>When to trigger Git sync to begin the stack update.</p>"
13371337
}
1338+
},
1339+
"PullRequestComment": {
1340+
"target": "com.amazonaws.codeconnections#PullRequestComment",
1341+
"traits": {
1342+
"smithy.api#documentation": "<p>A toggle that specifies whether to enable or disable pull request comments for the sync configuration to be created.</p>"
1343+
}
13381344
}
13391345
},
13401346
"traits": {
@@ -2717,6 +2723,23 @@
27172723
}
27182724
}
27192725
},
2726+
"com.amazonaws.codeconnections#PullRequestComment": {
2727+
"type": "enum",
2728+
"members": {
2729+
"ENABLED": {
2730+
"target": "smithy.api#Unit",
2731+
"traits": {
2732+
"smithy.api#enumValue": "ENABLED"
2733+
}
2734+
},
2735+
"DISABLED": {
2736+
"target": "smithy.api#Unit",
2737+
"traits": {
2738+
"smithy.api#enumValue": "DISABLED"
2739+
}
2740+
}
2741+
}
2742+
},
27202743
"com.amazonaws.codeconnections#RepositoryLinkArn": {
27212744
"type": "string",
27222745
"traits": {
@@ -3463,6 +3486,12 @@
34633486
"traits": {
34643487
"smithy.api#documentation": "<p>When to trigger Git sync to begin the stack update.</p>"
34653488
}
3489+
},
3490+
"PullRequestComment": {
3491+
"target": "com.amazonaws.codeconnections#PullRequestComment",
3492+
"traits": {
3493+
"smithy.api#documentation": "<p>A toggle that specifies whether to enable or disable pull request comments for the sync configuration to be created.</p>"
3494+
}
34663495
}
34673496
},
34683497
"traits": {
@@ -4071,6 +4100,12 @@
40714100
"traits": {
40724101
"smithy.api#documentation": "<p>When to trigger Git sync to begin the stack update.</p>"
40734102
}
4103+
},
4104+
"PullRequestComment": {
4105+
"target": "com.amazonaws.codeconnections#PullRequestComment",
4106+
"traits": {
4107+
"smithy.api#documentation": "<p>TA toggle that specifies whether to enable or disable pull request comments for the sync configuration to be updated.</p>"
4108+
}
40744109
}
40754110
},
40764111
"traits": {

codegen/sdk-codegen/aws-models/glue.json

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,9 @@
633633
{
634634
"target": "com.amazonaws.glue#TagResource"
635635
},
636+
{
637+
"target": "com.amazonaws.glue#TestConnection"
638+
},
636639
{
637640
"target": "com.amazonaws.glue#UntagResource"
638641
},
@@ -36229,6 +36232,102 @@
3622936232
}
3623036233
}
3623136234
},
36235+
"com.amazonaws.glue#TestConnection": {
36236+
"type": "operation",
36237+
"input": {
36238+
"target": "com.amazonaws.glue#TestConnectionRequest"
36239+
},
36240+
"output": {
36241+
"target": "com.amazonaws.glue#TestConnectionResponse"
36242+
},
36243+
"errors": [
36244+
{
36245+
"target": "com.amazonaws.glue#AccessDeniedException"
36246+
},
36247+
{
36248+
"target": "com.amazonaws.glue#ConflictException"
36249+
},
36250+
{
36251+
"target": "com.amazonaws.glue#EntityNotFoundException"
36252+
},
36253+
{
36254+
"target": "com.amazonaws.glue#FederationSourceException"
36255+
},
36256+
{
36257+
"target": "com.amazonaws.glue#GlueEncryptionException"
36258+
},
36259+
{
36260+
"target": "com.amazonaws.glue#InternalServiceException"
36261+
},
36262+
{
36263+
"target": "com.amazonaws.glue#InvalidInputException"
36264+
},
36265+
{
36266+
"target": "com.amazonaws.glue#OperationTimeoutException"
36267+
},
36268+
{
36269+
"target": "com.amazonaws.glue#ResourceNumberLimitExceededException"
36270+
}
36271+
],
36272+
"traits": {
36273+
"smithy.api#documentation": "<p>Tests a connection to a service to validate the service credentials that you provide.</p>\n <p>You can either provide an existing connection name or a <code>TestConnectionInput</code> for testing a non-existing connection input. Providing both at the same time will cause an error.</p>\n <p>If the action is successful, the service sends back an HTTP 200 response.</p>"
36274+
}
36275+
},
36276+
"com.amazonaws.glue#TestConnectionInput": {
36277+
"type": "structure",
36278+
"members": {
36279+
"ConnectionType": {
36280+
"target": "com.amazonaws.glue#ConnectionType",
36281+
"traits": {
36282+
"smithy.api#documentation": "<p>The type of connection to test. This operation is only available for the <code>JDBC</code> or <code>SALESFORCE</code> connection types.</p>",
36283+
"smithy.api#required": {}
36284+
}
36285+
},
36286+
"ConnectionProperties": {
36287+
"target": "com.amazonaws.glue#ConnectionProperties",
36288+
"traits": {
36289+
"smithy.api#documentation": "<p>The key-value pairs that define parameters for the connection.</p>\n <p>JDBC connections use the following connection properties:</p>\n <ul>\n <li>\n <p>Required: All of (<code>HOST</code>, <code>PORT</code>, <code>JDBC_ENGINE</code>) or <code>JDBC_CONNECTION_URL</code>.</p>\n </li>\n <li>\n <p>Required: All of (<code>USERNAME</code>, <code>PASSWORD</code>) or <code>SECRET_ID</code>.</p>\n </li>\n <li>\n <p>Optional: <code>JDBC_ENFORCE_SSL</code>, <code>CUSTOM_JDBC_CERT</code>, <code>CUSTOM_JDBC_CERT_STRING</code>, <code>SKIP_CUSTOM_JDBC_CERT_VALIDATION</code>. These parameters are used to configure SSL with JDBC.</p>\n </li>\n </ul>\n <p>SALESFORCE connections require the <code>AuthenticationConfiguration</code> member to be configured.</p>",
36290+
"smithy.api#required": {}
36291+
}
36292+
},
36293+
"AuthenticationConfiguration": {
36294+
"target": "com.amazonaws.glue#AuthenticationConfigurationInput",
36295+
"traits": {
36296+
"smithy.api#documentation": "<p>A structure containing the authentication configuration in the TestConnection request. Required for a connection to Salesforce using OAuth authentication.</p>"
36297+
}
36298+
}
36299+
},
36300+
"traits": {
36301+
"smithy.api#documentation": "<p>A structure that is used to specify testing a connection to a service.</p>"
36302+
}
36303+
},
36304+
"com.amazonaws.glue#TestConnectionRequest": {
36305+
"type": "structure",
36306+
"members": {
36307+
"ConnectionName": {
36308+
"target": "com.amazonaws.glue#NameString",
36309+
"traits": {
36310+
"smithy.api#documentation": "<p>Optional. The name of the connection to test. If only name is provided, the operation will get the connection and use that for testing.</p>"
36311+
}
36312+
},
36313+
"TestConnectionInput": {
36314+
"target": "com.amazonaws.glue#TestConnectionInput",
36315+
"traits": {
36316+
"smithy.api#documentation": "<p>A structure that is used to specify testing a connection to a service.</p>"
36317+
}
36318+
}
36319+
},
36320+
"traits": {
36321+
"smithy.api#input": {}
36322+
}
36323+
},
36324+
"com.amazonaws.glue#TestConnectionResponse": {
36325+
"type": "structure",
36326+
"members": {},
36327+
"traits": {
36328+
"smithy.api#output": {}
36329+
}
36330+
},
3623236331
"com.amazonaws.glue#ThrottlingException": {
3623336332
"type": "structure",
3623436333
"members": {

0 commit comments

Comments
 (0)