Skip to content

Commit c89d4d0

Browse files
authored
feat: update AWS models to latest versions (#499)
1 parent df3d15a commit c89d4d0

17 files changed

+2805
-508
lines changed

codegen/sdk/aws-models/computeoptimizer.2019-11-01.json

Lines changed: 164 additions & 11 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/costexplorer.2017-10-25.json

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

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

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,16 @@
341341
}
342342
}
343343
},
344+
"com.amazonaws.databrew#BucketOwner": {
345+
"type": "string",
346+
"traits": {
347+
"smithy.api#length": {
348+
"min": 12,
349+
"max": 12
350+
},
351+
"smithy.api#pattern": "^[0-9]{12}$"
352+
}
353+
},
344354
"com.amazonaws.databrew#CatalogId": {
345355
"type": "string",
346356
"traits": {
@@ -5082,7 +5092,7 @@
50825092
"CheckExpression": {
50835093
"target": "com.amazonaws.databrew#Expression",
50845094
"traits": {
5085-
"smithy.api#documentation": "<p>The expression which includes column references, condition names followed by \n variable references, possibly grouped and combined with other conditions. For \n example, <code>(:col1 starts_with :prefix1 or :col1 starts_with :prefix2) and \n (:col1 ends_with :suffix1 or :col1 ends_with :suffix2)</code>. Column and value \n references are substitution variables that should start with the ':' symbol.\n Depending on the context, substitution variables' values can be either an actual \n value or a column name. These values are defined in the SubstitutionMap.\n If a CheckExpression starts with a column reference, then ColumnSelectors in the \n rule should be null. If ColumnSelectors has been defined, then there should be no\n columnn reference in the left side of a condition, for example, \n <code>is_between :val1 and :val2</code>.</p>",
5095+
"smithy.api#documentation": "<p>The expression which includes column references, condition names followed by \n variable references, possibly grouped and combined with other conditions. For \n example, <code>(:col1 starts_with :prefix1 or :col1 starts_with :prefix2) and \n (:col1 ends_with :suffix1 or :col1 ends_with :suffix2)</code>. Column and value \n references are substitution variables that should start with the ':' symbol.\n Depending on the context, substitution variables' values can be either an actual \n value or a column name. These values are defined in the SubstitutionMap.\n If a CheckExpression starts with a column reference, then ColumnSelectors in the \n rule should be null. If ColumnSelectors has been defined, then there should be no\n columnn reference in the left side of a condition, for example, \n <code>is_between :val1 and :val2</code>.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/databrew/latest/dg/profile.data-quality-available-checks.html\">Available checks</a>\n </p>",
50865096
"smithy.api#required": {}
50875097
}
50885098
},
@@ -5252,10 +5262,16 @@
52525262
"traits": {
52535263
"smithy.api#documentation": "<p>The unique name of the object in the bucket.</p>"
52545264
}
5265+
},
5266+
"BucketOwner": {
5267+
"target": "com.amazonaws.databrew#BucketOwner",
5268+
"traits": {
5269+
"smithy.api#documentation": "<p>The Amazon Web Services account ID of the bucket owner.</p>"
5270+
}
52555271
}
52565272
},
52575273
"traits": {
5258-
"smithy.api#documentation": "<p>Represents an Amazon S3 location (bucket name and object key) where DataBrew can read\n input data, or write output from a job.</p>"
5274+
"smithy.api#documentation": "<p>Represents an Amazon S3 location (bucket name, bucket owner, and object key) where DataBrew can read\n input data, or write output from a job.</p>"
52595275
}
52605276
},
52615277
"com.amazonaws.databrew#S3TableOutputOptions": {

codegen/sdk/aws-models/ec2.2016-11-15.json

Lines changed: 617 additions & 18 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/elasticache.2015-02-02.json

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

codegen/sdk/aws-models/finspacedata.2020-07-13.json

Lines changed: 25 additions & 17 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/fms.2018-01-01.json

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

0 commit comments

Comments
 (0)