Skip to content

Commit c35926b

Browse files
author
awstools
committed
feat(client-neptune-graph): Amazon Neptune Analytics provides new options for customers to start with smaller graphs at a lower cost. CreateGraph, CreaateGraphImportTask, UpdateGraph and StartImportTask APIs will now allow 32 and 64 for provisioned-memory
1 parent caa7750 commit c35926b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/client-neptune-graph/src/auth/httpAuthSchemeProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function createAwsAuthSigv4HttpAuthOption(authParameters: NeptuneGraphHttpAuthSc
6060
name: "neptune-graph",
6161
region: authParameters.region,
6262
},
63-
propertiesExtractor: (config: NeptuneGraphClientConfig, context) => ({
63+
propertiesExtractor: (config: Partial<NeptuneGraphClientConfig>, context) => ({
6464
/**
6565
* @internal
6666
*/

codegen/sdk-codegen/aws-models/neptune-graph.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5215,7 +5215,7 @@
52155215
"type": "integer",
52165216
"traits": {
52175217
"smithy.api#range": {
5218-
"min": 128,
5218+
"min": 32,
52195219
"max": 24576
52205220
}
52215221
}

0 commit comments

Comments
 (0)