Skip to content

Commit bb23000

Browse files
authored
Update API Models (#1613)
1 parent d133d67 commit bb23000

File tree

306 files changed

+28468
-2457
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

306 files changed

+28468
-2457
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "41575353-444b-40ff-bf47-4f4155544f00",
3+
"type": "release",
4+
"description": "New AWS service client module",
5+
"modules": [
6+
"service/keyspaces"
7+
]
8+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"id": "7d2940d8-9e41-4e2c-a0ca-bbb7c3e7229b",
3+
"type": "feature",
4+
"description": "Updated service client model to latest release.",
5+
"modules": [
6+
"service/amplify",
7+
"service/amplifyuibuilder",
8+
"service/appflow",
9+
"service/apprunner",
10+
"service/athena",
11+
"service/braket",
12+
"service/chimesdkmeetings",
13+
"service/cloudtrail",
14+
"service/connect",
15+
"service/devopsguru",
16+
"service/ec2",
17+
"service/ecr",
18+
"service/ecs",
19+
"service/finspacedata",
20+
"service/fis",
21+
"service/fsx",
22+
"service/kafkaconnect",
23+
"service/kendra",
24+
"service/mediapackage",
25+
"service/mgn",
26+
"service/mq",
27+
"service/panorama",
28+
"service/route53recoverycluster",
29+
"service/sqs",
30+
"service/transfer"
31+
]
32+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"id": "7f051288-ceed-4db6-8463-fb7566817a82",
3+
"type": "documentation",
4+
"description": "Updated service client model to latest release.",
5+
"modules": [
6+
"service/elasticache",
7+
"service/gamelift",
8+
"service/greengrassv2",
9+
"service/macie",
10+
"service/migrationhubrefactorspaces",
11+
"service/rds",
12+
"service/servicecatalogappregistry",
13+
"service/sts",
14+
"service/synthetics",
15+
"service/timestreamquery"
16+
]
17+
}

codegen/sdk-codegen/aws-models/amplify.2017-07-25.json

Lines changed: 137 additions & 60 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/amplifyuibuilder.2021-08-11.json

Lines changed: 319 additions & 88 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/appflow.2020-08-23.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3173,6 +3173,12 @@
31733173
"smithy.api#documentation": "<p>The properties required to query Zendesk.</p>"
31743174
}
31753175
},
3176+
"Marketo": {
3177+
"target": "com.amazonaws.appflow#MarketoDestinationProperties",
3178+
"traits": {
3179+
"smithy.api#documentation": "<p>The properties required to query Marketo.</p>"
3180+
}
3181+
},
31763182
"CustomConnector": {
31773183
"target": "com.amazonaws.appflow#CustomConnectorDestinationProperties",
31783184
"traits": {
@@ -4750,6 +4756,24 @@
47504756
"smithy.api#documentation": "<p> The connector-specific profile properties required when using Marketo. </p>"
47514757
}
47524758
},
4759+
"com.amazonaws.appflow#MarketoDestinationProperties": {
4760+
"type": "structure",
4761+
"members": {
4762+
"object": {
4763+
"target": "com.amazonaws.appflow#Object",
4764+
"traits": {
4765+
"smithy.api#documentation": "<p>The object specified in the Marketo flow destination.</p>",
4766+
"smithy.api#required": {}
4767+
}
4768+
},
4769+
"errorHandlingConfig": {
4770+
"target": "com.amazonaws.appflow#ErrorHandlingConfig"
4771+
}
4772+
},
4773+
"traits": {
4774+
"smithy.api#documentation": "<p>The properties that Amazon AppFlow applies when you use Marketo as a flow destination.</p>"
4775+
}
4776+
},
47534777
"com.amazonaws.appflow#MarketoMetadata": {
47544778
"type": "structure",
47554779
"members": {},

codegen/sdk-codegen/aws-models/athena.2017-05-18.json

Lines changed: 119 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@
2929
]
3030
},
3131
"shapes": {
32+
"com.amazonaws.athena#AclConfiguration": {
33+
"type": "structure",
34+
"members": {
35+
"S3AclOption": {
36+
"target": "com.amazonaws.athena#S3AclOption",
37+
"traits": {
38+
"smithy.api#documentation": "<p>The Amazon S3 canned ACL that Athena should specify when storing\n query results. Currently the only supported canned ACL is\n <code>BUCKET_OWNER_FULL_CONTROL</code>. If a query runs in a workgroup and the\n workgroup overrides client-side settings, then the Amazon S3 canned ACL\n specified in the workgroup's settings is used for all queries that run in the workgroup.\n For more information about Amazon S3 canned ACLs, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#canned-acl\">Canned ACL</a> in the <i>Amazon S3 User\n Guide</i>.</p>",
39+
"smithy.api#required": {}
40+
}
41+
}
42+
},
43+
"traits": {
44+
"smithy.api#documentation": "<p>Indicates that an Amazon S3 canned ACL should be set to control ownership of\n stored query results. When Athena stores query results in Amazon S3,\n the canned ACL is set with the <code>x-amz-acl</code> request header. For more\n information about S3 Object Ownership, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html#object-ownership-overview\">Object Ownership settings</a> in the <i>Amazon S3 User\n Guide</i>.</p>"
45+
}
46+
},
3247
"com.amazonaws.athena#AmazonAthena": {
3348
"type": "service",
3449
"traits": {
@@ -144,6 +159,9 @@
144159
{
145160
"target": "com.amazonaws.athena#UpdateDataCatalog"
146161
},
162+
{
163+
"target": "com.amazonaws.athena#UpdateNamedQuery"
164+
},
147165
{
148166
"target": "com.amazonaws.athena#UpdatePreparedStatement"
149167
},
@@ -167,7 +185,7 @@
167185
"ErrorCategory": {
168186
"target": "com.amazonaws.athena#ErrorCategory",
169187
"traits": {
170-
"smithy.api#documentation": "<p>An integer value that specifies the category of a query failure error. The following\n list shows the category for each integer value.</p>\n <p>\n <b>1</b> - System</p>\n <p>\n <b>2</b> - User</p>\n <p>\n <b>3</b> - Unknown</p>"
188+
"smithy.api#documentation": "<p>An integer value that specifies the category of a query failure error. The following\n list shows the category for each integer value.</p>\n <p>\n <b>1</b> - System</p>\n <p>\n <b>2</b> - User</p>\n <p>\n <b>3</b> - Other</p>"
171189
}
172190
},
173191
"ErrorType": {
@@ -178,7 +196,7 @@
178196
}
179197
},
180198
"traits": {
181-
"smithy.api#documentation": "<p>Provides information about an Athena query error. The\n <code>AthenaError</code> feature provides standardized error information to help you\n understand failed queries and take steps after a query failure occurs.\n <code>AthenaError</code> includes an <code>ErrorCategory</code> field that specifies\n whether the cause of the failed query is due to system error, user error, or unknown\n error.</p>"
199+
"smithy.api#documentation": "<p>Provides information about an Athena query error. The\n <code>AthenaError</code> feature provides standardized error information to help you\n understand failed queries and take steps after a query failure occurs.\n <code>AthenaError</code> includes an <code>ErrorCategory</code> field that specifies\n whether the cause of the failed query is due to system error, user error, or other\n error.</p>"
182200
}
183201
},
184202
"com.amazonaws.athena#BatchGetNamedQuery": {
@@ -2320,7 +2338,7 @@
23202338
"QueryString": {
23212339
"target": "com.amazonaws.athena#QueryString",
23222340
"traits": {
2323-
"smithy.api#documentation": "<p>The SQL query statements that comprise the query.</p>",
2341+
"smithy.api#documentation": "<p>The SQL statements that make up the query.</p>",
23242342
"smithy.api#required": {}
23252343
}
23262344
},
@@ -2338,7 +2356,16 @@
23382356
}
23392357
},
23402358
"traits": {
2341-
"smithy.api#documentation": "<p>A query, where <code>QueryString</code> is the list of SQL query statements that\n comprise the query.</p>"
2359+
"smithy.api#documentation": "<p>A query, where <code>QueryString</code> contains the SQL statements that\n make up the query.</p>"
2360+
}
2361+
},
2362+
"com.amazonaws.athena#NamedQueryDescriptionString": {
2363+
"type": "string",
2364+
"traits": {
2365+
"smithy.api#length": {
2366+
"min": 0,
2367+
"max": 1024
2368+
}
23422369
}
23432370
},
23442371
"com.amazonaws.athena#NamedQueryId": {
@@ -2712,6 +2739,12 @@
27122739
"traits": {
27132740
"smithy.api#documentation": "<p>The Amazon Web Services account ID that you expect to be the owner of the Amazon S3 bucket specified by <a>ResultConfiguration$OutputLocation</a>.\n If set, Athena uses the value for <code>ExpectedBucketOwner</code> when it\n makes Amazon S3 calls to your specified output location. If the\n <code>ExpectedBucketOwner</code>\n Amazon Web Services account ID does not match the actual owner of the Amazon S3\n bucket, the call fails with a permissions error.</p>\n <p>This is a client-side setting. If workgroup settings override client-side settings,\n then the query uses the <code>ExpectedBucketOwner</code> setting that is specified for\n the workgroup, and also uses the location for storing query results specified in the\n workgroup. See <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a>\n and <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override Client-Side Settings</a>.</p>"
27142741
}
2742+
},
2743+
"AclConfiguration": {
2744+
"target": "com.amazonaws.athena#AclConfiguration",
2745+
"traits": {
2746+
"smithy.api#documentation": "<p>Indicates that an Amazon S3 canned ACL should be set to control ownership of\n stored query results. Currently the only supported canned ACL is\n <code>BUCKET_OWNER_FULL_CONTROL</code>. This is a client-side setting. If workgroup\n settings override client-side settings, then the query uses the ACL configuration that\n is specified for the workgroup, and also uses the location for storing query results\n specified in the workgroup. For more information, see <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a> and <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override Client-Side Settings</a>.</p>"
2747+
}
27152748
}
27162749
},
27172750
"traits": {
@@ -2756,6 +2789,18 @@
27562789
"traits": {
27572790
"smithy.api#documentation": "<p>If set to \"true\", removes the Amazon Web Services account ID previously specified for\n <a>ResultConfiguration$ExpectedBucketOwner</a>. If set to \"false\" or not\n set, and a value is present in the <code>ExpectedBucketOwner</code> in\n <code>ResultConfigurationUpdates</code> (the client-side setting), the\n <code>ExpectedBucketOwner</code> in the workgroup's <code>ResultConfiguration</code>\n is updated with the new value. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override\n Client-Side Settings</a>.</p>"
27582791
}
2792+
},
2793+
"AclConfiguration": {
2794+
"target": "com.amazonaws.athena#AclConfiguration",
2795+
"traits": {
2796+
"smithy.api#documentation": "<p>The ACL configuration for the query results.</p>"
2797+
}
2798+
},
2799+
"RemoveAclConfiguration": {
2800+
"target": "com.amazonaws.athena#BoxedBoolean",
2801+
"traits": {
2802+
"smithy.api#documentation": "<p>If set to <code>true</code>, indicates that the previously-specified ACL configuration\n for queries in this workgroup should be ignored and set to null. If set to\n <code>false</code> or not set, and a value is present in the\n <code>AclConfiguration</code> of <code>ResultConfigurationUpdates</code>, the\n <code>AclConfiguration</code> in the workgroup's <code>ResultConfiguration</code> is\n updated with the new value. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override\n Client-Side Settings</a>.</p>"
2803+
}
27592804
}
27602805
},
27612806
"traits": {
@@ -2779,7 +2824,7 @@
27792824
}
27802825
},
27812826
"traits": {
2782-
"smithy.api#documentation": "<p>The metadata and rows that comprise a query result set. The metadata describes the\n column structure and data types. To return a <code>ResultSet</code> object, use <a>GetQueryResults</a>.</p>"
2827+
"smithy.api#documentation": "<p>The metadata and rows that make up a query result set. The metadata describes the\n column structure and data types. To return a <code>ResultSet</code> object, use <a>GetQueryResults</a>.</p>"
27832828
}
27842829
},
27852830
"com.amazonaws.athena#ResultSetMetadata": {
@@ -2807,7 +2852,7 @@
28072852
}
28082853
},
28092854
"traits": {
2810-
"smithy.api#documentation": "<p>The rows that comprise a query result table.</p>"
2855+
"smithy.api#documentation": "<p>The rows that make up a query result table.</p>"
28112856
}
28122857
},
28132858
"com.amazonaws.athena#RowList": {
@@ -2816,6 +2861,17 @@
28162861
"target": "com.amazonaws.athena#Row"
28172862
}
28182863
},
2864+
"com.amazonaws.athena#S3AclOption": {
2865+
"type": "string",
2866+
"traits": {
2867+
"smithy.api#enum": [
2868+
{
2869+
"value": "BUCKET_OWNER_FULL_CONTROL",
2870+
"name": "BUCKET_OWNER_FULL_CONTROL"
2871+
}
2872+
]
2873+
}
2874+
},
28192875
"com.amazonaws.athena#StartQueryExecution": {
28202876
"type": "operation",
28212877
"input": {
@@ -3334,6 +3390,63 @@
33343390
"type": "structure",
33353391
"members": {}
33363392
},
3393+
"com.amazonaws.athena#UpdateNamedQuery": {
3394+
"type": "operation",
3395+
"input": {
3396+
"target": "com.amazonaws.athena#UpdateNamedQueryInput"
3397+
},
3398+
"output": {
3399+
"target": "com.amazonaws.athena#UpdateNamedQueryOutput"
3400+
},
3401+
"errors": [
3402+
{
3403+
"target": "com.amazonaws.athena#InternalServerException"
3404+
},
3405+
{
3406+
"target": "com.amazonaws.athena#InvalidRequestException"
3407+
}
3408+
],
3409+
"traits": {
3410+
"smithy.api#documentation": "<p>Updates a <a>NamedQuery</a> object. The database or workgroup cannot be updated.</p>",
3411+
"smithy.api#idempotent": {}
3412+
}
3413+
},
3414+
"com.amazonaws.athena#UpdateNamedQueryInput": {
3415+
"type": "structure",
3416+
"members": {
3417+
"NamedQueryId": {
3418+
"target": "com.amazonaws.athena#NamedQueryId",
3419+
"traits": {
3420+
"smithy.api#documentation": "<p>The unique identifier (UUID) of the query.</p>",
3421+
"smithy.api#required": {}
3422+
}
3423+
},
3424+
"Name": {
3425+
"target": "com.amazonaws.athena#NameString",
3426+
"traits": {
3427+
"smithy.api#documentation": "<p>The name of the query.</p>",
3428+
"smithy.api#required": {}
3429+
}
3430+
},
3431+
"Description": {
3432+
"target": "com.amazonaws.athena#NamedQueryDescriptionString",
3433+
"traits": {
3434+
"smithy.api#documentation": "<p>The query description.</p>"
3435+
}
3436+
},
3437+
"QueryString": {
3438+
"target": "com.amazonaws.athena#QueryString",
3439+
"traits": {
3440+
"smithy.api#documentation": "<p>The contents of the query with all query statements.</p>",
3441+
"smithy.api#required": {}
3442+
}
3443+
}
3444+
}
3445+
},
3446+
"com.amazonaws.athena#UpdateNamedQueryOutput": {
3447+
"type": "structure",
3448+
"members": {}
3449+
},
33373450
"com.amazonaws.athena#UpdatePreparedStatement": {
33383451
"type": "operation",
33393452
"input": {

0 commit comments

Comments
 (0)