Skip to content

Commit

Permalink
feat(client-neptune-graph): Amazon Neptune Analytics provides new opt…
Browse files Browse the repository at this point in the history
…ions 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`
  • Loading branch information
awstools committed Jul 22, 2024
1 parent caa7750 commit c35926b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function createAwsAuthSigv4HttpAuthOption(authParameters: NeptuneGraphHttpAuthSc
name: "neptune-graph",
region: authParameters.region,
},
propertiesExtractor: (config: NeptuneGraphClientConfig, context) => ({
propertiesExtractor: (config: Partial<NeptuneGraphClientConfig>, context) => ({
/**
* @internal
*/
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/neptune-graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -5215,7 +5215,7 @@
"type": "integer",
"traits": {
"smithy.api#range": {
"min": 128,
"min": 32,
"max": 24576
}
}
Expand Down

0 comments on commit c35926b

Please sign in to comment.