{ "operationId": "createDBSubnetGroup", "method": "POST", "path": "/?Action=CreateDBSubnetGroup", "summary": "Amazon Neptune Create a New DB Subnet Group", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/xml", "name": "createDBSubnetGroup200Example", "example": { "DBSubnetGroupName": "my-neptune-cluster", "DBSubnetGroupDescription": "example-value", "VpcId": "neptune-cluster-abc123", "SubnetGroupStatus": "available", "Subnets": [ { "SubnetIdentifier": "neptune-cluster-abc123", "SubnetAvailabilityZone": { "Name": {} }, "SubnetStatus": "available" } ], "DBSubnetGroupArn": "arn:aws:neptune:us-east-1:123456789012:db:neptune-cluster-1" } } ] }