Skip to content

Commit efb8a34

Browse files
Update SDK models
1 parent 5681ec4 commit efb8a34

File tree

86 files changed

+3601
-128
lines changed

Some content is hidden

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

86 files changed

+3601
-128
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[workspace]
22
exclude = [
3-
"examples/test-utils",
43
"examples/examples",
54
"examples/webassembly",
6-
"examples/cross_service",
5+
"examples/test-utils",
76
"examples/lambda",
8-
"tests/webassembly",
9-
"tests/no-default-features"
7+
"examples/cross_service",
8+
"tests/no-default-features",
9+
"tests/webassembly"
1010
]
1111
members = [
1212
"sdk/accessanalyzer",

aws-models/neptune.json

Lines changed: 68 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,6 +1442,17 @@
14421442
"expect": {
14431443
"error": "Invalid Configuration: Missing Region"
14441444
}
1445+
},
1446+
{
1447+
"documentation": "Partition doesn't support DualStack",
1448+
"expect": {
1449+
"error": "DualStack is enabled but this partition does not support DualStack"
1450+
},
1451+
"params": {
1452+
"Region": "us-isob-east-1",
1453+
"UseFIPS": false,
1454+
"UseDualStack": true
1455+
}
14451456
}
14461457
],
14471458
"version": "1.0"
@@ -1649,7 +1660,7 @@
16491660
}
16501661
},
16511662
"traits": {
1652-
"smithy.api#documentation": "<p>The configuration setting for the log types to be enabled for export\n to CloudWatch Logs for a specific DB instance or DB cluster.</p>\n <p>The <code>EnableLogTypes</code> and <code>DisableLogTypes</code> arrays\n determine which logs will be exported (or not exported) to CloudWatch Logs.</p>"
1663+
"smithy.api#documentation": "<p>The configuration setting for the log types to be enabled for export\n to CloudWatch Logs for a specific DB instance or DB cluster.</p>\n <p>The <code>EnableLogTypes</code> and <code>DisableLogTypes</code> arrays\n determine which logs will be exported (or not exported) to CloudWatch Logs.</p>\n <p>Valid log types are: <code>audit</code> (to publish audit logs) and\n <code>slowquery</code> (to publish slow-query logs). See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/cloudwatch-logs.html\">Publishing Neptune logs\n to Amazon CloudWatch logs</a>.</p>"
16531664
}
16541665
},
16551666
"com.amazonaws.neptune#ClusterPendingModifiedValues": {
@@ -1685,6 +1696,12 @@
16851696
"smithy.api#documentation": "<p>The number of days for which automatic DB snapshots are retained.</p>"
16861697
}
16871698
},
1699+
"StorageType": {
1700+
"target": "com.amazonaws.neptune#String",
1701+
"traits": {
1702+
"smithy.api#documentation": "<p>The storage type for the DB cluster.</p>"
1703+
}
1704+
},
16881705
"AllocatedStorage": {
16891706
"target": "com.amazonaws.neptune#IntegerOptional",
16901707
"traits": {
@@ -2301,7 +2318,7 @@
23012318
"EnableCloudwatchLogsExports": {
23022319
"target": "com.amazonaws.neptune#LogTypeList",
23032320
"traits": {
2304-
"smithy.api#documentation": "<p>The list of log types that need to be enabled for exporting to CloudWatch Logs.</p>"
2321+
"smithy.api#documentation": "<p>A list of the log types that this DB cluster should export to CloudWatch Logs.\n Valid log types are: <code>audit</code> (to publish audit logs) and\n <code>slowquery</code> (to publish slow-query logs). See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/cloudwatch-logs.html\">Publishing Neptune logs\n to Amazon CloudWatch logs</a>.</p>"
23052322
}
23062323
},
23072324
"DeletionProtection": {
@@ -2321,6 +2338,12 @@
23212338
"traits": {
23222339
"smithy.api#documentation": "<p>The ID of the Neptune global database to which this new DB cluster\n should be added.</p>"
23232340
}
2341+
},
2342+
"StorageType": {
2343+
"target": "com.amazonaws.neptune#String",
2344+
"traits": {
2345+
"smithy.api#documentation": "<p>The storage type to associate with the DB cluster.</p>\n <p>Valid Values:</p>\n <ul>\n <li>\n <p>\n <code>standard | iopt1</code>\n </p>\n </li>\n </ul>\n <p>Default:</p>\n <ul>\n <li>\n <p>\n <code>standard</code>\n </p>\n </li>\n </ul>\n <note>\n <p>When you create a Neptune cluster with the storage type set to <code>iopt1</code>, the storage type is returned\n in the response. The storage type isn't returned when you set it to <code>standard</code>.</p>\n </note>"
2346+
}
23242347
}
23252348
},
23262349
"traits": {
@@ -3383,7 +3406,7 @@
33833406
"EnabledCloudwatchLogsExports": {
33843407
"target": "com.amazonaws.neptune#LogTypeList",
33853408
"traits": {
3386-
"smithy.api#documentation": "<p>A list of log types that this DB cluster is configured to export to CloudWatch Logs.</p>"
3409+
"smithy.api#documentation": "<p>A list of the log types that this DB cluster is configured to export to CloudWatch Logs.\n Valid log types are: <code>audit</code> (to publish audit logs to CloudWatch) and\n slowquery (to publish slow-query logs to CloudWatch). See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/cloudwatch-logs.html\">Publishing Neptune logs\n to Amazon CloudWatch logs</a>.</p>"
33873410
}
33883411
},
33893412
"PendingModifiedValues": {
@@ -3421,6 +3444,18 @@
34213444
"traits": {
34223445
"smithy.api#documentation": "<p>Contains a user-supplied global database cluster identifier.\n This identifier is the unique key that identifies a global database.</p>"
34233446
}
3447+
},
3448+
"IOOptimizedNextAllowedModificationTime": {
3449+
"target": "com.amazonaws.neptune#TStamp",
3450+
"traits": {
3451+
"smithy.api#documentation": "<p>The next time you can modify the DB cluster to use the <code>iopt1</code> storage type.</p>"
3452+
}
3453+
},
3454+
"StorageType": {
3455+
"target": "com.amazonaws.neptune#String",
3456+
"traits": {
3457+
"smithy.api#documentation": "<p>The storage type associated with the DB cluster.</p>"
3458+
}
34243459
}
34253460
},
34263461
"traits": {
@@ -4069,6 +4104,12 @@
40694104
"traits": {
40704105
"smithy.api#documentation": "<p>True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts\n is enabled, and otherwise false.</p>"
40714106
}
4107+
},
4108+
"StorageType": {
4109+
"target": "com.amazonaws.neptune#String",
4110+
"traits": {
4111+
"smithy.api#documentation": "<p>The storage type associated with the DB cluster snapshot.</p>"
4112+
}
40724113
}
40734114
},
40744115
"traits": {
@@ -8250,6 +8291,9 @@
82508291
},
82518292
{
82528293
"target": "com.amazonaws.neptune#StorageQuotaExceededFault"
8294+
},
8295+
{
8296+
"target": "com.amazonaws.neptune#StorageTypeNotSupportedFault"
82538297
}
82548298
],
82558299
"traits": {
@@ -8468,7 +8512,7 @@
84688512
"CloudwatchLogsExportConfiguration": {
84698513
"target": "com.amazonaws.neptune#CloudwatchLogsExportConfiguration",
84708514
"traits": {
8471-
"smithy.api#documentation": "<p>The configuration setting for the log types to be enabled for export to CloudWatch Logs\n for a specific DB cluster.</p>"
8515+
"smithy.api#documentation": "<p>The configuration setting for the log types to be enabled for export to CloudWatch Logs\n for a specific DB cluster. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/cloudwatch-logs.html#cloudwatch-logs-cli\">Using the\n CLI to publish Neptune audit logs to CloudWatch Logs</a>.</p>"
84728516
}
84738517
},
84748518
"EngineVersion": {
@@ -8506,6 +8550,12 @@
85068550
"traits": {
85078551
"smithy.api#documentation": "<p>Contains the scaling configuration of a Neptune Serverless DB cluster.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/neptune-serverless-using.html\">Using Amazon Neptune Serverless</a> in the\n <i>Amazon Neptune User Guide</i>.</p>"
85088552
}
8553+
},
8554+
"StorageType": {
8555+
"target": "com.amazonaws.neptune#String",
8556+
"traits": {
8557+
"smithy.api#documentation": "<p>The storage type to associate with the DB cluster.</p>\n <p>Valid Values:</p>\n <ul>\n <li>\n <p>\n <code>standard | iopt1</code>\n </p>\n </li>\n </ul>\n <p>Default:</p>\n <ul>\n <li>\n <p>\n <code>standard</code>\n </p>\n </li>\n </ul>"
8558+
}
85098559
}
85108560
},
85118561
"traits": {
@@ -9517,7 +9567,7 @@
95179567
}
95189568
},
95199569
"traits": {
9520-
"smithy.api#documentation": "<p>A list of the log types whose configuration is still pending. In other\n words, these log types are in the process of being activated or deactivated.</p>"
9570+
"smithy.api#documentation": "<p>A list of the log types whose configuration is still pending. In other\n words, these log types are in the process of being activated or deactivated.</p>\n <p>Valid log types are: <code>audit</code> (to publish audit logs) and\n <code>slowquery</code> (to publish slow-query logs). See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/cloudwatch-logs.html\">Publishing Neptune logs\n to Amazon CloudWatch logs</a>.</p>"
95219571
}
95229572
},
95239573
"com.amazonaws.neptune#PendingMaintenanceAction": {
@@ -9691,7 +9741,7 @@
96919741
}
96929742
},
96939743
"traits": {
9694-
"smithy.api#documentation": "<p> This data type is used as a response element in the <a>ModifyDBInstance</a>\n action.</p>"
9744+
"smithy.api#documentation": "<p>This data type is used as a response element in the <a>ModifyDBInstance</a>\n action.</p>"
96959745
}
96969746
},
96979747
"com.amazonaws.neptune#PromoteReadReplicaDBCluster": {
@@ -10409,6 +10459,12 @@
1040910459
"traits": {
1041010460
"smithy.api#documentation": "<p>Contains the scaling configuration of a Neptune Serverless DB cluster.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/neptune-serverless-using.html\">Using Amazon Neptune Serverless</a> in the\n <i>Amazon Neptune User Guide</i>.</p>"
1041110461
}
10462+
},
10463+
"StorageType": {
10464+
"target": "com.amazonaws.neptune#String",
10465+
"traits": {
10466+
"smithy.api#documentation": "<p>Specifies the storage type to be associated with the DB cluster.</p>\n <p>Valid values: <code>standard</code>, <code>iopt1</code>\n </p>\n <p>Default: <code>standard</code>\n </p>"
10467+
}
1041210468
}
1041310469
},
1041410470
"traits": {
@@ -10593,6 +10649,12 @@
1059310649
"traits": {
1059410650
"smithy.api#documentation": "<p>Contains the scaling configuration of a Neptune Serverless DB cluster.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/neptune-serverless-using.html\">Using Amazon Neptune Serverless</a> in the\n <i>Amazon Neptune User Guide</i>.</p>"
1059510651
}
10652+
},
10653+
"StorageType": {
10654+
"target": "com.amazonaws.neptune#String",
10655+
"traits": {
10656+
"smithy.api#documentation": "<p>Specifies the storage type to be associated with the DB cluster.</p>\n <p>Valid values: <code>standard</code>, <code>iopt1</code>\n </p>\n <p>Default: <code>standard</code>\n </p>"
10657+
}
1059610658
}
1059710659
},
1059810660
"traits": {

aws-models/pinpoint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2056,7 +2056,7 @@
20562056
"MessagesPerSecond": {
20572057
"target": "com.amazonaws.pinpoint#__integer",
20582058
"traits": {
2059-
"smithy.api#documentation": "<p>The maximum number of messages that a campaign can send each second. For an application, this value specifies the default limit for the number of messages that campaigns can send each second. The minimum value is 50. The maximum value is 20,000.</p>"
2059+
"smithy.api#documentation": "<p>The maximum number of messages that a campaign can send each second. For an application, this value specifies the default limit for the number of messages that campaigns can send each second. The minimum value is 1. The maximum value is 20,000.</p>"
20602060
}
20612061
},
20622062
"Total": {

0 commit comments

Comments
 (0)