Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update API Models #1613

Merged
merged 4 commits into from Mar 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions .changelog/41575353444b40ffbf474f4155544f00.json
@@ -0,0 +1,8 @@
{
"id": "41575353-444b-40ff-bf47-4f4155544f00",
"type": "release",
"description": "New AWS service client module",
"modules": [
"service/keyspaces"
]
}
32 changes: 32 additions & 0 deletions .changelog/7d2940d89e414e2ca0cabbb7c3e7229b.json
@@ -0,0 +1,32 @@
{
"id": "7d2940d8-9e41-4e2c-a0ca-bbb7c3e7229b",
"type": "feature",
"description": "Updated service client model to latest release.",
"modules": [
"service/amplify",
"service/amplifyuibuilder",
"service/appflow",
"service/apprunner",
"service/athena",
"service/braket",
"service/chimesdkmeetings",
"service/cloudtrail",
"service/connect",
"service/devopsguru",
"service/ec2",
"service/ecr",
"service/ecs",
"service/finspacedata",
"service/fis",
"service/fsx",
"service/kafkaconnect",
"service/kendra",
"service/mediapackage",
"service/mgn",
"service/mq",
"service/panorama",
"service/route53recoverycluster",
"service/sqs",
"service/transfer"
]
}
17 changes: 17 additions & 0 deletions .changelog/7f051288ceed4db68463fb7566817a82.json
@@ -0,0 +1,17 @@
{
"id": "7f051288-ceed-4db6-8463-fb7566817a82",
"type": "documentation",
"description": "Updated service client model to latest release.",
"modules": [
"service/elasticache",
"service/gamelift",
"service/greengrassv2",
"service/macie",
"service/migrationhubrefactorspaces",
"service/rds",
"service/servicecatalogappregistry",
"service/sts",
"service/synthetics",
"service/timestreamquery"
]
}
197 changes: 137 additions & 60 deletions codegen/sdk-codegen/aws-models/amplify.2017-07-25.json

Large diffs are not rendered by default.

407 changes: 319 additions & 88 deletions codegen/sdk-codegen/aws-models/amplifyuibuilder.2021-08-11.json

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions codegen/sdk-codegen/aws-models/appflow.2020-08-23.json
Expand Up @@ -3173,6 +3173,12 @@
"smithy.api#documentation": "<p>The properties required to query Zendesk.</p>"
}
},
"Marketo": {
"target": "com.amazonaws.appflow#MarketoDestinationProperties",
"traits": {
"smithy.api#documentation": "<p>The properties required to query Marketo.</p>"
}
},
"CustomConnector": {
"target": "com.amazonaws.appflow#CustomConnectorDestinationProperties",
"traits": {
Expand Down Expand Up @@ -4750,6 +4756,24 @@
"smithy.api#documentation": "<p> The connector-specific profile properties required when using Marketo. </p>"
}
},
"com.amazonaws.appflow#MarketoDestinationProperties": {
"type": "structure",
"members": {
"object": {
"target": "com.amazonaws.appflow#Object",
"traits": {
"smithy.api#documentation": "<p>The object specified in the Marketo flow destination.</p>",
"smithy.api#required": {}
}
},
"errorHandlingConfig": {
"target": "com.amazonaws.appflow#ErrorHandlingConfig"
}
},
"traits": {
"smithy.api#documentation": "<p>The properties that Amazon AppFlow applies when you use Marketo as a flow destination.</p>"
}
},
"com.amazonaws.appflow#MarketoMetadata": {
"type": "structure",
"members": {},
Expand Down
125 changes: 119 additions & 6 deletions codegen/sdk-codegen/aws-models/athena.2017-05-18.json
Expand Up @@ -29,6 +29,21 @@
]
},
"shapes": {
"com.amazonaws.athena#AclConfiguration": {
"type": "structure",
"members": {
"S3AclOption": {
"target": "com.amazonaws.athena#S3AclOption",
"traits": {
"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>",
"smithy.api#required": {}
}
}
},
"traits": {
"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>"
}
},
"com.amazonaws.athena#AmazonAthena": {
"type": "service",
"traits": {
Expand Down Expand Up @@ -144,6 +159,9 @@
{
"target": "com.amazonaws.athena#UpdateDataCatalog"
},
{
"target": "com.amazonaws.athena#UpdateNamedQuery"
},
{
"target": "com.amazonaws.athena#UpdatePreparedStatement"
},
Expand All @@ -167,7 +185,7 @@
"ErrorCategory": {
"target": "com.amazonaws.athena#ErrorCategory",
"traits": {
"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>"
"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>"
}
},
"ErrorType": {
Expand All @@ -178,7 +196,7 @@
}
},
"traits": {
"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>"
"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>"
}
},
"com.amazonaws.athena#BatchGetNamedQuery": {
Expand Down Expand Up @@ -2320,7 +2338,7 @@
"QueryString": {
"target": "com.amazonaws.athena#QueryString",
"traits": {
"smithy.api#documentation": "<p>The SQL query statements that comprise the query.</p>",
"smithy.api#documentation": "<p>The SQL statements that make up the query.</p>",
"smithy.api#required": {}
}
},
Expand All @@ -2338,7 +2356,16 @@
}
},
"traits": {
"smithy.api#documentation": "<p>A query, where <code>QueryString</code> is the list of SQL query statements that\n comprise the query.</p>"
"smithy.api#documentation": "<p>A query, where <code>QueryString</code> contains the SQL statements that\n make up the query.</p>"
}
},
"com.amazonaws.athena#NamedQueryDescriptionString": {
"type": "string",
"traits": {
"smithy.api#length": {
"min": 0,
"max": 1024
}
}
},
"com.amazonaws.athena#NamedQueryId": {
Expand Down Expand Up @@ -2712,6 +2739,12 @@
"traits": {
"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>"
}
},
"AclConfiguration": {
"target": "com.amazonaws.athena#AclConfiguration",
"traits": {
"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>"
}
}
},
"traits": {
Expand Down Expand Up @@ -2756,6 +2789,18 @@
"traits": {
"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>"
}
},
"AclConfiguration": {
"target": "com.amazonaws.athena#AclConfiguration",
"traits": {
"smithy.api#documentation": "<p>The ACL configuration for the query results.</p>"
}
},
"RemoveAclConfiguration": {
"target": "com.amazonaws.athena#BoxedBoolean",
"traits": {
"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>"
}
}
},
"traits": {
Expand All @@ -2779,7 +2824,7 @@
}
},
"traits": {
"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>"
"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>"
}
},
"com.amazonaws.athena#ResultSetMetadata": {
Expand Down Expand Up @@ -2807,7 +2852,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>The rows that comprise a query result table.</p>"
"smithy.api#documentation": "<p>The rows that make up a query result table.</p>"
}
},
"com.amazonaws.athena#RowList": {
Expand All @@ -2816,6 +2861,17 @@
"target": "com.amazonaws.athena#Row"
}
},
"com.amazonaws.athena#S3AclOption": {
"type": "string",
"traits": {
"smithy.api#enum": [
{
"value": "BUCKET_OWNER_FULL_CONTROL",
"name": "BUCKET_OWNER_FULL_CONTROL"
}
]
}
},
"com.amazonaws.athena#StartQueryExecution": {
"type": "operation",
"input": {
Expand Down Expand Up @@ -3334,6 +3390,63 @@
"type": "structure",
"members": {}
},
"com.amazonaws.athena#UpdateNamedQuery": {
"type": "operation",
"input": {
"target": "com.amazonaws.athena#UpdateNamedQueryInput"
},
"output": {
"target": "com.amazonaws.athena#UpdateNamedQueryOutput"
},
"errors": [
{
"target": "com.amazonaws.athena#InternalServerException"
},
{
"target": "com.amazonaws.athena#InvalidRequestException"
}
],
"traits": {
"smithy.api#documentation": "<p>Updates a <a>NamedQuery</a> object. The database or workgroup cannot be updated.</p>",
"smithy.api#idempotent": {}
}
},
"com.amazonaws.athena#UpdateNamedQueryInput": {
"type": "structure",
"members": {
"NamedQueryId": {
"target": "com.amazonaws.athena#NamedQueryId",
"traits": {
"smithy.api#documentation": "<p>The unique identifier (UUID) of the query.</p>",
"smithy.api#required": {}
}
},
"Name": {
"target": "com.amazonaws.athena#NameString",
"traits": {
"smithy.api#documentation": "<p>The name of the query.</p>",
"smithy.api#required": {}
}
},
"Description": {
"target": "com.amazonaws.athena#NamedQueryDescriptionString",
"traits": {
"smithy.api#documentation": "<p>The query description.</p>"
}
},
"QueryString": {
"target": "com.amazonaws.athena#QueryString",
"traits": {
"smithy.api#documentation": "<p>The contents of the query with all query statements.</p>",
"smithy.api#required": {}
}
}
}
},
"com.amazonaws.athena#UpdateNamedQueryOutput": {
"type": "structure",
"members": {}
},
"com.amazonaws.athena#UpdatePreparedStatement": {
"type": "operation",
"input": {
Expand Down