Skip to content

Commit

Permalink
Update Models (#1367)
Browse files Browse the repository at this point in the history
* Updated Models
* Regenerated Clients
* Update changelog annotation
  • Loading branch information
skmcgrail authored Aug 4, 2021
1 parent ebff7a9 commit e2d18e0
Show file tree
Hide file tree
Showing 148 changed files with 15,692 additions and 3,119 deletions.
10 changes: 8 additions & 2 deletions .changelog/2195532b709e4ad5b6d42f8984a305c1.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "2195532b-709e-4ad5-b6d4-2f8984a305c1",
"type": "feature",
"description": "API client updated",
"description": "Updated to latest API model.",
"modules": [
"service/appintegrations",
"service/appsync",
Expand All @@ -20,7 +20,9 @@
"service/elasticloadbalancingv2",
"service/emr",
"service/emrcontainers",
"service/eventbridge",
"service/greengrassv2",
"service/glue",
"service/iam",
"service/identitystore",
"service/imagebuilder",
Expand All @@ -33,12 +35,14 @@
"service/lexmodelbuildingservice",
"service/lexmodelsv2",
"service/location",
"service/mediaconvert",
"service/medialive",
"service/personalize",
"service/proton",
"service/qldb",
"service/quicksight",
"service/rds",
"service/redshift",
"service/redshiftdata",
"service/robomaker",
"service/route53",
Expand All @@ -52,8 +56,10 @@
"service/securityhub",
"service/shield",
"service/ssmcontacts",
"service/ssmincidents",
"service/ssoadmin",
"service/synthetics",
"service/textract"
"service/textract",
"service/transcribe"
]
}
142 changes: 71 additions & 71 deletions codegen/sdk-codegen/aws-models/eventbridge.2015-10-07.json

Large diffs are not rendered by default.

19 changes: 17 additions & 2 deletions codegen/sdk-codegen/aws-models/glue.2017-03-31.json
Original file line number Diff line number Diff line change
Expand Up @@ -2800,7 +2800,7 @@
"ConnectionType": {
"target": "com.amazonaws.glue#ConnectionType",
"traits": {
"smithy.api#documentation": "<p>The type of the connection. Currently, these types are supported:</p>\n\t <ul>\n <li>\n <p>\n <code>JDBC</code> - Designates a connection to a database through Java Database Connectivity (JDBC).</p>\n </li>\n <li>\n <p>\n <code>KAFKA</code> - Designates a connection to an Apache Kafka streaming platform.</p>\n </li>\n <li>\n <p>\n <code>MONGODB</code> - Designates a connection to a MongoDB document database.</p>\n </li>\n <li>\n <p>\n <code>NETWORK</code> - Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC).</p>\n </li>\n <li>\n <p>\n <code>MARKETPLACE</code> - Uses configuration settings contained in a connector purchased from Marketplace to read from and write to data stores that are not natively supported by Glue.</p>\n </li>\n <li>\n <p>\n <code>CUSTOM</code> - Uses configuration settings contained in a custom connector to read from and write to data stores that are not natively supported by Glue.</p>\n </li>\n </ul>\n <p>SFTP is not supported.</p>",
"smithy.api#documentation": "<p>The type of the connection. Currently, these types are supported:</p>\n\t <ul>\n <li>\n <p>\n <code>JDBC</code> - Designates a connection to a database through Java Database Connectivity (JDBC).</p>\n </li>\n <li>\n <p>\n <code>KAFKA</code> - Designates a connection to an Apache Kafka streaming platform.</p>\n </li>\n <li>\n <p>\n <code>MONGODB</code> - Designates a connection to a MongoDB document database.</p>\n </li>\n <li>\n <p>\n <code>NETWORK</code> - Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC).</p>\n </li>\n <li>\n <p>\n <code>MARKETPLACE</code> - Uses configuration settings contained in a connector purchased from Amazon Web Services Marketplace to read from and write to data stores that are not natively supported by Glue.</p>\n </li>\n <li>\n <p>\n <code>CUSTOM</code> - Uses configuration settings contained in a custom connector to read from and write to data stores that are not natively supported by Glue.</p>\n </li>\n </ul>\n <p>SFTP is not supported.</p>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -3763,6 +3763,9 @@
{
"target": "com.amazonaws.glue#AlreadyExistsException"
},
{
"target": "com.amazonaws.glue#ConcurrentModificationException"
},
{
"target": "com.amazonaws.glue#GlueEncryptionException"
},
Expand Down Expand Up @@ -4954,6 +4957,9 @@
{
"target": "com.amazonaws.glue#AlreadyExistsException"
},
{
"target": "com.amazonaws.glue#ConcurrentModificationException"
},
{
"target": "com.amazonaws.glue#EntityNotFoundException"
},
Expand Down Expand Up @@ -6015,6 +6021,9 @@
"target": "com.amazonaws.glue#DeleteDatabaseResponse"
},
"errors": [
{
"target": "com.amazonaws.glue#ConcurrentModificationException"
},
{
"target": "com.amazonaws.glue#EntityNotFoundException"
},
Expand Down Expand Up @@ -6600,6 +6609,9 @@
"target": "com.amazonaws.glue#DeleteTableResponse"
},
"errors": [
{
"target": "com.amazonaws.glue#ConcurrentModificationException"
},
{
"target": "com.amazonaws.glue#EntityNotFoundException"
},
Expand Down Expand Up @@ -14440,7 +14452,7 @@
"EnableHybrid": {
"target": "com.amazonaws.glue#EnableHybridValues",
"traits": {
"smithy.api#documentation": "<p>If <code>'TRUE'</code>, indicates that you are using both methods to grant cross-account\n access to Data Catalog resources:</p>\n <ul>\n <li>\n <p>By directly updating the resource policy with <code>PutResourePolicy</code>\n </p>\n </li>\n <li>\n <p>By using the <b>Grant permissions</b> command on the Management Console.</p>\n </li>\n </ul>\n <p>Must be set to <code>'TRUE'</code> if you have already used the Management Console to\n grant cross-account access, otherwise the call fails. Default is 'FALSE'.</p>"
"smithy.api#documentation": "<p>If <code>'TRUE'</code>, indicates that you are using both methods to grant cross-account\n access to Data Catalog resources:</p>\n <ul>\n <li>\n <p>By directly updating the resource policy with <code>PutResourePolicy</code>\n </p>\n </li>\n <li>\n <p>By using the <b>Grant permissions</b> command on the Amazon Web Services Management Console.</p>\n </li>\n </ul>\n <p>Must be set to <code>'TRUE'</code> if you have already used the Management Console to\n grant cross-account access, otherwise the call fails. Default is 'FALSE'.</p>"
}
}
}
Expand Down Expand Up @@ -18658,6 +18670,9 @@
"target": "com.amazonaws.glue#UpdateDatabaseResponse"
},
"errors": [
{
"target": "com.amazonaws.glue#ConcurrentModificationException"
},
{
"target": "com.amazonaws.glue#EntityNotFoundException"
},
Expand Down
26 changes: 13 additions & 13 deletions codegen/sdk-codegen/aws-models/imagebuilder.2019-12-02.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"region": {
"target": "com.amazonaws.imagebuilder#NonEmptyString",
"traits": {
"smithy.api#documentation": "<p>The Region of the Amazon EC2 AMI.</p>"
"smithy.api#documentation": "<p>The Amazon Web Services Region of the Amazon EC2 AMI.</p>"
}
},
"image": {
Expand Down Expand Up @@ -144,7 +144,7 @@
"launchPermission": {
"target": "com.amazonaws.imagebuilder#LaunchPermissionConfiguration",
"traits": {
"smithy.api#documentation": "<p> Launch permissions can be used to configure which accounts can use the AMI to launch\n\t\t\tinstances.</p>"
"smithy.api#documentation": "<p> Launch permissions can be used to configure which Amazon Web Services accounts can use the AMI to launch\n\t\t\tinstances.</p>"
}
}
},
Expand Down Expand Up @@ -717,7 +717,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>The defining characteristics of a specific version of an TOE component.</p>"
"smithy.api#documentation": "<p>The defining characteristics of a specific version of an Amazon Web Services TOE component.</p>"
}
},
"com.amazonaws.imagebuilder#ComponentVersionArn": {
Expand Down Expand Up @@ -4844,7 +4844,7 @@
"userIds": {
"target": "com.amazonaws.imagebuilder#AccountList",
"traits": {
"smithy.api#documentation": "<p>The account ID.</p>"
"smithy.api#documentation": "<p>The Amazon Web Services account ID.</p>"
}
},
"userGroups": {
Expand Down Expand Up @@ -5071,7 +5071,7 @@
"filters": {
"target": "com.amazonaws.imagebuilder#FilterList",
"traits": {
"smithy.api#documentation": "<p>The filters.</p>"
"smithy.api#documentation": "<p>Use the following filters to streamline results:</p>\n\t\t <ul>\n <li>\n <p>\n <code>description</code>\n </p>\n </li>\n <li>\n <p>\n <code>name</code>\n </p>\n </li>\n <li>\n <p>\n <code>platform</code>\n </p>\n </li>\n <li>\n <p>\n <code>supportedOsVersion</code>\n </p>\n </li>\n <li>\n <p>\n <code>type</code>\n </p>\n </li>\n <li>\n <p>\n <code>version</code>\n </p>\n </li>\n </ul>"
}
},
"byName": {
Expand Down Expand Up @@ -5175,7 +5175,7 @@
"filters": {
"target": "com.amazonaws.imagebuilder#FilterList",
"traits": {
"smithy.api#documentation": "<p>Request filters that are used to narrow the list of container images that are returned.</p>"
"smithy.api#documentation": "<p>Use the following filters to streamline results:</p>\n\t\t <ul>\n <li>\n <p>\n <code>containerType</code>\n </p>\n </li>\n <li>\n <p>\n <code>name</code>\n </p>\n </li>\n <li>\n <p>\n <code>parentImage</code>\n </p>\n </li>\n <li>\n <p>\n <code>platform</code>\n </p>\n </li>\n </ul>"
}
},
"maxResults": {
Expand Down Expand Up @@ -5267,7 +5267,7 @@
"filters": {
"target": "com.amazonaws.imagebuilder#FilterList",
"traits": {
"smithy.api#documentation": "<p>The filters.</p>\n\t\t <ul>\n <li>\n\t\t\t\t <p>\n\t\t\t\t\t <code>name</code> - The name of this distribution configuration.</p>\n\t\t\t </li>\n </ul>"
"smithy.api#documentation": "<p>You can filter on <code>name</code> to streamline results.</p>"
}
},
"maxResults": {
Expand Down Expand Up @@ -5366,7 +5366,7 @@
"filters": {
"target": "com.amazonaws.imagebuilder#FilterList",
"traits": {
"smithy.api#documentation": "<p>The filters.</p>"
"smithy.api#documentation": "<p>Use the following filters to streamline results:</p>\n\t\t <ul>\n <li>\n <p>\n <code>name</code>\n </p>\n </li>\n <li>\n <p>\n <code>osVersion</code>\n </p>\n </li>\n <li>\n <p>\n <code>platform</code>\n </p>\n </li>\n <li>\n <p>\n <code>type</code>\n </p>\n </li>\n <li>\n <p>\n <code>version</code>\n </p>\n </li>\n </ul>"
}
},
"maxResults": {
Expand Down Expand Up @@ -5564,7 +5564,7 @@
"filters": {
"target": "com.amazonaws.imagebuilder#FilterList",
"traits": {
"smithy.api#documentation": "<p>The filters.</p>"
"smithy.api#documentation": "<p>Use the following filters to streamline results:</p>\n\t\t <ul>\n <li>\n <p>\n <code>name</code>\n </p>\n </li>\n <li>\n <p>\n <code>version</code>\n </p>\n </li>\n </ul>"
}
},
"maxResults": {
Expand Down Expand Up @@ -5656,7 +5656,7 @@
"filters": {
"target": "com.amazonaws.imagebuilder#FilterList",
"traits": {
"smithy.api#documentation": "<p>The filters.</p>"
"smithy.api#documentation": "<p>Use the following filters to streamline results:</p>\n\t\t <ul>\n <li>\n <p>\n <code>description</code>\n </p>\n </li>\n <li>\n <p>\n <code>distributionConfigurationArn</code>\n </p>\n </li>\n <li>\n <p>\n <code>imageRecipeArn</code>\n </p>\n </li>\n <li>\n <p>\n <code>infrastructureConfigurationArn</code>\n </p>\n </li>\n <li>\n <p>\n <code>name</code>\n </p>\n </li>\n <li>\n <p>\n <code>status</code>\n </p>\n </li>\n </ul>"
}
},
"maxResults": {
Expand Down Expand Up @@ -5754,7 +5754,7 @@
"filters": {
"target": "com.amazonaws.imagebuilder#FilterList",
"traits": {
"smithy.api#documentation": "<p>The filters.</p>"
"smithy.api#documentation": "<p>Use the following filters to streamline results:</p>\n\t\t <ul>\n <li>\n <p>\n <code>name</code>\n </p>\n </li>\n <li>\n <p>\n <code>parentImage</code>\n </p>\n </li>\n <li>\n <p>\n <code>platform</code>\n </p>\n </li>\n </ul>"
}
},
"maxResults": {
Expand Down Expand Up @@ -5852,7 +5852,7 @@
"filters": {
"target": "com.amazonaws.imagebuilder#FilterList",
"traits": {
"smithy.api#documentation": "<p>The filters.</p>"
"smithy.api#documentation": "<p>Use the following filters to streamline results:</p>\n\t\t <ul>\n <li>\n <p>\n <code>name</code>\n </p>\n </li>\n <li>\n <p>\n <code>osVersion</code>\n </p>\n </li>\n <li>\n <p>\n <code>platform</code>\n </p>\n </li>\n <li>\n <p>\n <code>type</code>\n </p>\n </li>\n <li>\n <p>\n <code>version</code>\n </p>\n </li>\n </ul>"
}
},
"byName": {
Expand Down Expand Up @@ -5956,7 +5956,7 @@
"filters": {
"target": "com.amazonaws.imagebuilder#FilterList",
"traits": {
"smithy.api#documentation": "<p>The filters.</p>"
"smithy.api#documentation": "<p>You can filter on <code>name</code> to streamline results.</p>"
}
},
"maxResults": {
Expand Down
Loading

0 comments on commit e2d18e0

Please sign in to comment.