Skip to content

Commit 959ddc3

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent b6ca9e1 commit 959ddc3

File tree

8 files changed

+8236
-1578
lines changed

8 files changed

+8236
-1578
lines changed

codegen/sdk-codegen/aws-models/cloudformation.json

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

codegen/sdk-codegen/aws-models/ec2.json

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

codegen/sdk-codegen/aws-models/finspace.json

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

codegen/sdk-codegen/aws-models/frauddetector.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2433,7 +2433,7 @@
24332433
"dataType": {
24342434
"target": "com.amazonaws.frauddetector#DataType",
24352435
"traits": {
2436-
"smithy.api#documentation": "<p>The data type.</p>",
2436+
"smithy.api#documentation": "<p>The data type of the variable.</p>",
24372437
"smithy.api#required": {}
24382438
}
24392439
},
@@ -2539,6 +2539,12 @@
25392539
"traits": {
25402540
"smithy.api#enumValue": "BOOLEAN"
25412541
}
2542+
},
2543+
"DATETIME": {
2544+
"target": "smithy.api#Unit",
2545+
"traits": {
2546+
"smithy.api#enumValue": "DATETIME"
2547+
}
25422548
}
25432549
}
25442550
},
@@ -2847,7 +2853,7 @@
28472853
}
28482854
],
28492855
"traits": {
2850-
"smithy.api#documentation": "<p>Deletes the specified event.</p>\n <p>When you delete an event, Amazon Fraud Detector permanently deletes that event and the event data is no longer stored in Amazon Fraud Detector.</p>"
2856+
"smithy.api#documentation": "<p>Deletes the specified event.</p>\n <p>When you delete an event, Amazon Fraud Detector permanently deletes that event and the event data is no longer stored in Amazon Fraud Detector.\n\t If <code>deleteAuditHistory</code> is <code>True</code>, event data is available through search for up to 30 seconds after the delete operation is completed.</p>"
28512857
}
28522858
},
28532859
"com.amazonaws.frauddetector#DeleteEventRequest": {
@@ -2870,7 +2876,7 @@
28702876
"deleteAuditHistory": {
28712877
"target": "com.amazonaws.frauddetector#DeleteAuditHistory",
28722878
"traits": {
2873-
"smithy.api#documentation": "<p>Specifies whether or not to delete any predictions associated with the event.</p>"
2879+
"smithy.api#documentation": "<p>Specifies whether or not to delete any predictions associated with the event. If set to <code>True</code>, </p>"
28742880
}
28752881
}
28762882
},

codegen/sdk-codegen/aws-models/keyspaces.json

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

codegen/sdk-codegen/aws-models/kms.json

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

codegen/sdk-codegen/aws-models/lambda.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2799,7 +2799,7 @@
27992799
"KMSKeyArn": {
28002800
"target": "com.amazonaws.lambda#KMSKeyArn",
28012801
"traits": {
2802-
"smithy.api#documentation": "<p>The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt your function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-encryption\">environment variables</a>. When <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/snapstart-security.html\">Lambda SnapStart</a> is activated, this key is also used to encrypt your function's snapshot. If you don't provide a customer managed key, Lambda uses a default service key.</p>"
2802+
"smithy.api#documentation": "<p>The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt your function's \n<a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-encryption\">environment variables</a>. When \n<a href=\"https://docs.aws.amazon.com/lambda/latest/dg/snapstart-security.html\">Lambda SnapStart</a> is activated, Lambda also uses \nthis key is to encrypt your function's snapshot. If you deploy your function using a container image, Lambda also uses this key to \nencrypt your function when it's deployed. Note that this is not the same key that's used to protect your container image in the Amazon Elastic Container Registry (Amazon ECR).\nIf you don't provide a customer managed key, Lambda uses a default service key.</p>"
28032803
}
28042804
},
28052805
"TracingConfig": {
@@ -4014,7 +4014,7 @@
40144014
"MaximumRecordAgeInSeconds": {
40154015
"target": "com.amazonaws.lambda#MaximumRecordAgeInSeconds",
40164016
"traits": {
4017-
"smithy.api#documentation": "<p>(Kinesis and DynamoDB Streams only) Discard records older than the specified age. The default value is -1,\nwhich sets the maximum age to infinite. When the value is set to infinite, Lambda never discards old records.</p>\n <note>\n <p>The minimum value that can be set is 60 seconds.</p>\n </note>"
4017+
"smithy.api#documentation": "<p>(Kinesis and DynamoDB Streams only) Discard records older than the specified age. The default value is -1,\nwhich sets the maximum age to infinite. When the value is set to infinite, Lambda never discards old records.</p>\n <note>\n <p>The minimum valid value for maximum record age is 60s. Although values less than 60 and greater than -1 fall within the parameter's absolute range, they are not allowed</p>\n </note>"
40184018
}
40194019
},
40204020
"BisectBatchOnFunctionError": {
@@ -5762,7 +5762,7 @@
57625762
"CompatibleRuntimes": {
57635763
"target": "com.amazonaws.lambda#CompatibleRuntimes",
57645764
"traits": {
5765-
"smithy.api#documentation": "<p>The layer's compatible runtimes.</p>"
5765+
"smithy.api#documentation": "<p>The layer's compatible runtimes.</p>\n <p>The following list includes deprecated runtimes. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy\">Runtime deprecation policy</a>.</p>"
57665766
}
57675767
},
57685768
"LicenseInfo": {
@@ -7270,7 +7270,7 @@
72707270
"CompatibleRuntimes": {
72717271
"target": "com.amazonaws.lambda#CompatibleRuntimes",
72727272
"traits": {
7273-
"smithy.api#documentation": "<p>The layer's compatible runtimes.</p>"
7273+
"smithy.api#documentation": "<p>The layer's compatible runtimes.</p>\n <p>The following list includes deprecated runtimes. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy\">Runtime deprecation policy</a>.</p>"
72747274
}
72757275
},
72767276
"LicenseInfo": {
@@ -7990,7 +7990,7 @@
79907990
"CompatibleRuntime": {
79917991
"target": "com.amazonaws.lambda#Runtime",
79927992
"traits": {
7993-
"smithy.api#documentation": "<p>A runtime identifier. For example, <code>go1.x</code>.</p>",
7993+
"smithy.api#documentation": "<p>A runtime identifier. For example, <code>go1.x</code>.</p>\n <p>The following list includes deprecated runtimes. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy\">Runtime deprecation policy</a>.</p>",
79947994
"smithy.api#httpQuery": "CompatibleRuntime"
79957995
}
79967996
},
@@ -8088,7 +8088,7 @@
80888088
"CompatibleRuntime": {
80898089
"target": "com.amazonaws.lambda#Runtime",
80908090
"traits": {
8091-
"smithy.api#documentation": "<p>A runtime identifier. For example, <code>go1.x</code>.</p>",
8091+
"smithy.api#documentation": "<p>A runtime identifier. For example, <code>go1.x</code>.</p>\n <p>The following list includes deprecated runtimes. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy\">Runtime deprecation policy</a>.</p>",
80928092
"smithy.api#httpQuery": "CompatibleRuntime"
80938093
}
80948094
},
@@ -8875,7 +8875,7 @@
88758875
"CompatibleRuntimes": {
88768876
"target": "com.amazonaws.lambda#CompatibleRuntimes",
88778877
"traits": {
8878-
"smithy.api#documentation": "<p>A list of compatible <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html\">function\n runtimes</a>. Used for filtering with <a>ListLayers</a> and <a>ListLayerVersions</a>.</p>"
8878+
"smithy.api#documentation": "<p>A list of compatible <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html\">function\n runtimes</a>. Used for filtering with <a>ListLayers</a> and <a>ListLayerVersions</a>.</p>\n <p>The following list includes deprecated runtimes. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy\">Runtime deprecation policy</a>.</p>"
88798879
}
88808880
},
88818881
"LicenseInfo": {
@@ -8938,7 +8938,7 @@
89388938
"CompatibleRuntimes": {
89398939
"target": "com.amazonaws.lambda#CompatibleRuntimes",
89408940
"traits": {
8941-
"smithy.api#documentation": "<p>The layer's compatible runtimes.</p>"
8941+
"smithy.api#documentation": "<p>The layer's compatible runtimes.</p>\n <p>The following list includes deprecated runtimes. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy\">Runtime deprecation policy</a>.</p>"
89428942
}
89438943
},
89448944
"LicenseInfo": {
@@ -9942,6 +9942,12 @@
99429942
"traits": {
99439943
"smithy.api#enumValue": "java17"
99449944
}
9945+
},
9946+
"ruby32": {
9947+
"target": "smithy.api#Unit",
9948+
"traits": {
9949+
"smithy.api#enumValue": "ruby3.2"
9950+
}
99459951
}
99469952
}
99479953
},
@@ -11426,7 +11432,7 @@
1142611432
"KMSKeyArn": {
1142711433
"target": "com.amazonaws.lambda#KMSKeyArn",
1142811434
"traits": {
11429-
"smithy.api#documentation": "<p>The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt your function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-encryption\">environment variables</a>. When <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/snapstart-security.html\">Lambda SnapStart</a> is activated, this key is also used to encrypt your function's snapshot. If you don't provide a customer managed key, Lambda uses a default service key.</p>"
11435+
"smithy.api#documentation": "<p>The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt your function's \n<a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-encryption\">environment variables</a>. When \n<a href=\"https://docs.aws.amazon.com/lambda/latest/dg/snapstart-security.html\">Lambda SnapStart</a> is activated, Lambda also uses \nthis key is to encrypt your function's snapshot. If you deploy your function using a container image, Lambda also uses this key to \nencrypt your function when it's deployed. Note that this is not the same key that's used to protect your container image in the Amazon Elastic Container Registry (Amazon ECR).\nIf you don't provide a customer managed key, Lambda uses a default service key.</p>"
1143011436
}
1143111437
},
1143211438
"TracingConfig": {

0 commit comments

Comments
 (0)