Skip to content

Commit 176e69c

Browse files
feat: update AWS API models
1 parent 8b643e4 commit 176e69c

File tree

5 files changed

+692
-16
lines changed

5 files changed

+692
-16
lines changed

codegen/sdk/aws-models/athena.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4188,7 +4188,7 @@
41884188
}
41894189
],
41904190
"traits": {
4191-
"smithy.api#documentation": "<p>Returns query execution runtime statistics related to a single execution of a query if\n you have access to the workgroup in which the query ran. Query execution runtime\n statistics are returned only when <a>QueryExecutionStatus$State</a> is in a\n SUCCEEDED or FAILED state. Stage-level input and output row count and data size\n statistics are not shown when a query has row-level filters defined in Lake\n Formation.</p>"
4191+
"smithy.api#documentation": "<p>Returns query execution runtime statistics related to a single execution of a query if\n you have access to the workgroup in which the query ran. Statistics from the\n <code>Timeline</code> section of the response object are available as soon as <a>QueryExecutionStatus$State</a> is in a SUCCEEDED or FAILED state. The\n remaining non-timeline statistics in the response (like stage-level input and output row\n count and data size) are updated asynchronously and may not be available immediately\n after a query completes. The non-timeline statistics are also not included when a query\n has row-level filters defined in Lake Formation.</p>"
41924192
}
41934193
},
41944194
"com.amazonaws.athena#GetQueryRuntimeStatisticsInput": {
@@ -4568,7 +4568,7 @@
45684568
}
45694569
],
45704570
"traits": {
4571-
"smithy.api#documentation": "<p>Imports a single <code>ipynb</code> file to a Spark enabled workgroup. To import the\n notebook, the request must specify a value for either <code>Payload</code> or <code>NoteBookS3LocationUri</code>. If neither is specified or both are specified, an\n <code>InvalidRequestException</code> occurs. The maximum file size that can be imported is 10\n megabytes. If an <code>ipynb</code> file with the same name already exists in the\n workgroup, throws an error.</p>"
4571+
"smithy.api#documentation": "<p>Imports a single <code>ipynb</code> file to a Spark enabled workgroup. To import the\n notebook, the request must specify a value for either <code>Payload</code> or\n <code>NoteBookS3LocationUri</code>. If neither is specified or both are specified,\n an <code>InvalidRequestException</code> occurs. The maximum file size that can be\n imported is 10 megabytes. If an <code>ipynb</code> file with the same name already\n exists in the workgroup, throws an error.</p>"
45724572
}
45734573
},
45744574
"com.amazonaws.athena#ImportNotebookInput": {
@@ -4591,7 +4591,7 @@
45914591
"Payload": {
45924592
"target": "com.amazonaws.athena#Payload",
45934593
"traits": {
4594-
"smithy.api#documentation": "<p>The notebook content to be imported. The payload must be in <code>ipynb</code> format.</p>"
4594+
"smithy.api#documentation": "<p>The notebook content to be imported. The payload must be in <code>ipynb</code>\n format.</p>"
45954595
}
45964596
},
45974597
"Type": {
@@ -4604,7 +4604,7 @@
46044604
"NotebookS3LocationUri": {
46054605
"target": "com.amazonaws.athena#S3Uri",
46064606
"traits": {
4607-
"smithy.api#documentation": "<p>A URI that specifies the Amazon S3 location of a notebook file in <code>ipynb</code> format.</p>"
4607+
"smithy.api#documentation": "<p>A URI that specifies the Amazon S3 location of a notebook file in\n <code>ipynb</code> format.</p>"
46084608
}
46094609
},
46104610
"ClientRequestToken": {
@@ -6212,7 +6212,7 @@
62126212
"min": 1,
62136213
"max": 255
62146214
},
6215-
"smithy.api#pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]+$"
6215+
"smithy.api#pattern": "^(?!.*[/:\\\\])[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]+$"
62166216
}
62176217
},
62186218
"com.amazonaws.athena#NotebookSessionSummary": {
@@ -6950,7 +6950,7 @@
69506950
"OutputLocation": {
69516951
"target": "com.amazonaws.athena#ResultOutputLocation",
69526952
"traits": {
6953-
"smithy.api#documentation": "<p>The location in Amazon S3 where your query and calculation results are stored,\n such as <code>s3://path/to/query/bucket/</code>. To run the query, you must specify the\n query results location using one of the ways: either for individual queries using either\n this setting (client-side), or in the workgroup, using <a>WorkGroupConfiguration</a>. If none of them is set, Athena\n issues an error that no output location is provided. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/querying.html\">Working with query\n results, recent queries, and output files</a>. If workgroup settings override\n client-side settings, then the query uses the settings specified for the workgroup. See\n <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a>.</p>"
6953+
"smithy.api#documentation": "<p>The location in Amazon S3 where your query and calculation results are stored,\n such as <code>s3://path/to/query/bucket/</code>. To run the query, you must specify the\n query results location using one of the ways: either for individual queries using either\n this setting (client-side), or in the workgroup, using <a>WorkGroupConfiguration</a>. If none of them is set, Athena\n issues an error that no output location is provided. If workgroup settings override\n client-side settings, then the query uses the settings specified for the workgroup. See\n <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a>.</p>"
69546954
}
69556955
},
69566956
"EncryptionConfiguration": {
@@ -6982,7 +6982,7 @@
69826982
"OutputLocation": {
69836983
"target": "com.amazonaws.athena#ResultOutputLocation",
69846984
"traits": {
6985-
"smithy.api#documentation": "<p>The location in Amazon S3 where your query and calculation results are stored,\n such as <code>s3://path/to/query/bucket/</code>. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/querying.html\">Working with query\n results, recent queries, and output files</a>. If workgroup settings override\n client-side settings, then the query uses the location for the query results and the\n encryption configuration that are specified for the workgroup. The \"workgroup settings\n override\" is specified in <code>EnforceWorkGroupConfiguration</code> (true/false) in the\n <code>WorkGroupConfiguration</code>. See <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a>.</p>"
6985+
"smithy.api#documentation": "<p>The location in Amazon S3 where your query and calculation results are stored,\n such as <code>s3://path/to/query/bucket/</code>. If workgroup settings override\n client-side settings, then the query uses the location for the query results and the\n encryption configuration that are specified for the workgroup. The \"workgroup settings\n override\" is specified in <code>EnforceWorkGroupConfiguration</code> (true/false) in the\n <code>WorkGroupConfiguration</code>. See <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a>.</p>"
69866986
}
69876987
},
69886988
"RemoveOutputLocation": {
@@ -8720,7 +8720,7 @@
87208720
"ResultConfiguration": {
87218721
"target": "com.amazonaws.athena#ResultConfiguration",
87228722
"traits": {
8723-
"smithy.api#documentation": "<p>The configuration for the workgroup, which includes the location in Amazon S3\n where query and calculation results are stored and the encryption option, if any, used\n for query and calculation results. To run the query, you must specify the query results\n location using one of the ways: either in the workgroup using this setting, or for\n individual queries (client-side), using <a>ResultConfiguration$OutputLocation</a>. If none of them is set, Athena issues an error that no output location is provided. For more\n information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/querying.html\">Working with query results, recent queries, and output files</a>.</p>"
8723+
"smithy.api#documentation": "<p>The configuration for the workgroup, which includes the location in Amazon S3\n where query and calculation results are stored and the encryption option, if any, used\n for query and calculation results. To run the query, you must specify the query results\n location using one of the ways: either in the workgroup using this setting, or for\n individual queries (client-side), using <a>ResultConfiguration$OutputLocation</a>. If none of them is set, Athena issues an error that no output location is provided.</p>"
87248724
}
87258725
},
87268726
"EnforceWorkGroupConfiguration": {

codegen/sdk/aws-models/codebuild.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2899,7 +2899,7 @@
28992899
"fleetServiceRole": {
29002900
"target": "com.amazonaws.codebuild#NonEmptyString",
29012901
"traits": {
2902-
"smithy.api#documentation": "<p>The service role associated with the compute fleet.</p>"
2902+
"smithy.api#documentation": "<p>The service role associated with the compute fleet. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html\">\n Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>"
29032903
}
29042904
},
29052905
"tags": {
@@ -3228,6 +3228,12 @@
32283228
"traits": {
32293229
"smithy.api#documentation": "<p>Specifies the type of build this webhook will trigger.</p>"
32303230
}
3231+
},
3232+
"manualCreation": {
3233+
"target": "com.amazonaws.codebuild#WrapperBoolean",
3234+
"traits": {
3235+
"smithy.api#documentation": "<p>If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns <code>payloadUrl</code> and \n <code>secret</code> values for the webhook. The <code>payloadUrl</code> and <code>secret</code> values in the output can be \n used to manually create a webhook within GitHub.</p>\n <note>\n <p>manualCreation is only available for GitHub webhooks.</p>\n </note>"
3236+
}
32313237
}
32323238
},
32333239
"traits": {
@@ -4118,7 +4124,7 @@
41184124
"fleetServiceRole": {
41194125
"target": "com.amazonaws.codebuild#NonEmptyString",
41204126
"traits": {
4121-
"smithy.api#documentation": "<p>The service role associated with the compute fleet.</p>"
4127+
"smithy.api#documentation": "<p>The service role associated with the compute fleet. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html\">\n Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>"
41224128
}
41234129
},
41244130
"tags": {
@@ -8487,7 +8493,7 @@
84878493
"fleetServiceRole": {
84888494
"target": "com.amazonaws.codebuild#NonEmptyString",
84898495
"traits": {
8490-
"smithy.api#documentation": "<p>The service role associated with the compute fleet.</p>"
8496+
"smithy.api#documentation": "<p>The service role associated with the compute fleet. For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html\">\n Allow a user to add a permission policy for a fleet service role</a> in the <i>CodeBuild User Guide</i>.</p>"
84918497
}
84928498
},
84938499
"tags": {
@@ -8964,6 +8970,12 @@
89648970
"smithy.api#documentation": "<p>Specifies the type of build this webhook will trigger.</p>"
89658971
}
89668972
},
8973+
"manualCreation": {
8974+
"target": "com.amazonaws.codebuild#WrapperBoolean",
8975+
"traits": {
8976+
"smithy.api#documentation": "<p>If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns <code>payloadUrl</code> and \n <code>secret</code> values for the webhook. The <code>payloadUrl</code> and <code>secret</code> values in the output can \n be used to manually create a webhook within GitHub.</p>\n <note>\n <p>manualCreation is only available for GitHub webhooks.</p>\n </note>"
8977+
}
8978+
},
89678979
"lastModifiedSecret": {
89688980
"target": "com.amazonaws.codebuild#Timestamp",
89698981
"traits": {

0 commit comments

Comments
 (0)